Environmental Monitoring
Querying the Module Temperature Sensor Data
Provides sensor data for environmental monitors such as temperature gauges.
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
CLI Commands
The DME payload is the equivalent of the sensor name (descr
), MajorThresh (majorThresh
), MinorThres (minorThresh
), CurTemp (tempValue
), status (operSt
), and the temperature scale (unit
) given in the first row of the show environment temperature module module output table. Compare the payload with the CLI Output.
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
CLI Output |
---|
switch# show environment temperature module 1 Temperature: ----------------------------------------------------------------------- Module Sensor MajorThresh MinorThres CurTemp Status (Celsius) (Celsius) (Celsius) -----------------------------------------------------------------------
1 FRONT 70 42 25 Ok 1 BACK 80 70 33 Ok 1 CPU 95 80 34 Ok 1 TH 105 90 50 Ok 1 VRM-1 110 100 50 Ok
|
Querying the Power Supply Data
Provides system inventory power supply information.
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
CLI Commands
The DME payload provides information on PID (model
), VID (hwVer
), and SN (ser
) numbers given in the show inventory power_supply output and provides the voltage (volt
), ampere input (drawnCurr
), and status (operSt
) given in the show environment power ampere output. Compare the payload with the CLI Output.
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
CLI Output |
---|
switch# show inventory power_supply NAME: "Power Supply 1", DESCR:"Nexus3000 C3232C Chassis Power Supply" PID: NXA-PAC-650W-PI , VID: V01 , SN: LIT192818FC
|
CLI Output |
---|
switch# show environment power ampere Power Supply: Voltage: 12 Volts Power Actual Actual Total Supply Model Output Input Capacity Status (Ampere) (Ampere) (Ampere) ------- ------------------- ---------- ---------- ---------- ------------ 1 NXA-PAC-650W-PI
6.58 A 0.42 A 54.16 A Ok 2 NXA-PAC-650W-PI 5.92 A 0.39 A 54.16 A Ok
|
Querying the Transceiver Data
Provides transceiver interface information.
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
CLI Commands
The DME payload provides the slot and port numbers (dn: sys/intf/phys-{[id]}...
), interface name (guiName
), part number (guiPN
), serial number (guiSN
), link length (distIn10mFor50u
), and the Cisco extended ID number (xcvrExtId
) given in the show interface ethernet slot/port transceiver output. Compare the payload with the CLI Output.
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
CLI Output |
---|
switch# show interface e2/2 transceiver Ethernet2/2 transceiver is present type is QSFP-40G-SR4 name is CISCO part number is AFBR-79EIPZ-CS1 revision is 02 serial number is AVP1606S381 nominal bitrate is 10300 MBit/sec per channel Link length supported for 50/125um OM2 fiber is 30 m Link length supported for 50/125um OM3 fiber is 100 m cisco id is 13 cisco extended id number is 16
|
Querying the Transceiver Sensor Data
Provides transceiver sensor information.
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
CLI Commands
The DME payload provides the lane number and voltage (description
), curent measurement (value
), alarms (highAlarm
and lowAlarm
), warnings (highWarning
and lowWarning
), and the sensor unit (unit
) given in the show interface ethernet slot/port transceiver output. Compare the payload with the CLI Output.
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
CLI Output |
---|
switch# show interface e2/2 transceiver details Ethernet2/2 transceiver is present type is QSFP-40G-SR4 name is CISCO part number is AFBR-79EIPZ-CS1 revision is 02 serial number is AVP1606S381 nominal bitrate is 10300 MBit/sec per channel Link length supported for 50/125um OM2 fiber is 30 m Link length supported for 50/125um OM3 fiber is 100 m cisco id is 13 cisco extended id number is 16
|
CLI Output |
---|
Lane Number:1 Network Lane SFP Detail Diagnostics Information (internal calibration) ---------------------------------------------------------------------------- Current Alarms Warnings Measurement High Low High Low ---------------------------------------------------------------------------- Temperature 24.65 C 75.00 C -5.00 C 70.00 C 0.00 C Voltage 3.40 V 3.63 V 2.97 V 3.46 V 3.09 V Current N/A N/A N/A N/A N/A Tx Power N/A N/A N/A N/A N/A Rx Power N/A N/A N/A N/A N/A Transmit Fault Count = 0 ---------------------------------------------------------------------------- Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning ...
|
Querying the Temperature Details for the Sensor
Provides transceiver sensor information.
See the NX-API DME Model Reference for detailed information about classes and attributes described in the payload:
https://developer.cisco.com/site/nx-os/docs/nexus-model-reference/
For information about using the payloads, see the Cisco Nexus 9000 Series NX-OS Programmability Guide
https://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-programming-reference-guides-list.html
CLI Commands
The DME payload provides the lane number and voltage (description
), current measurement (value
), alarms (highAlarm
and lowAlarm
), warnings (highWarning
and lowWarning
), and the sensor unit (unit
) given in the show interface ethernet slot/port transceiver output. Compare the payload with the CLI Output.
For other CLI options, see the Cisco Nexus 9000 Series NX-OS Command Reference:
http://www.cisco.com/c/en/us/support/switches/nexus-9000-series-switches/products-command-reference-list.html
CLI Output |
---|
switch# show interface e2/2 transceiver details Ethernet2/2 transceiver is present type is QSFP-40G-SR4 name is CISCO part number is AFBR-79EIPZ-CS1 revision is 02 serial number is AVP1606S381 nominal bitrate is 10300 MBit/sec per channel Link length supported for 50/125um OM2 fiber is 30 m Link length supported for 50/125um OM3 fiber is 100 m cisco id is 13 cisco extended id number is 16 Lane Number:1 Network Lane SFP Detail Diagnostics Information (internal calibration) ---------------------------------------------------------------------------- Current Alarms Warnings Measurement High Low High Low ---------------------------------------------------------------------------- Temperature 24.65 C 75.00 C -5.00 C 70.00 C 0.00 C Voltage 3.40 V 3.63 V 2.97 V 3.46 V 3.09 V Current N/A N/A N/A N/A N/A Tx Power N/A N/A N/A N/A N/A Rx Power N/A N/A N/A N/A N/A Transmit Fault Count = 0 ---------------------------------------------------------------------------- Note: ++ high-alarm; + high-warning; -- low-alarm; - low-warning ...
|