show environment temp

Displays information pertaining to the environment temperature.

Syntax

show environment temp

Parameters

detail
(Not currently supported) Specifies to display information in detail.

Modes

Privileged EXEC mode

Output

The command displays the following information

Output Field Description
Sensor ID The numerical ID of the sensor for which the values are being displayed.
Grid

The grid location captures the approximate XYZ location of the sensor within the switch and is formatted as XXZ-YY. This value is interpreted as follows:

  • The first two characters (XX) capture the sensor location along the depth of the chassis. The values are:

    • NP - Non-port side
    • PS - Port side
    • MI - Middle
  • The third character indicates the vertical location of the sensor. The values are:

    • T - Top of the board (sensors are not limited to the motherboard)
    • B - Bottom of the board (sensors are not limited to the motherboard)
  • The last number captures the horizontal location of the sensor. It ranges from 0 to 10.

    • 0 is at the left edge of the chassis.
    • 10 is at the right edge of the chassis.
Description The description of the location where the sensor is deployed and area it is monitoring.
State

The current state of the sensor along with its description.

The states are as follows:

  • Ok
  • Alarm
  • Critical
Value (C) The current temperature value (in degree Celsius) for the monitored area.
Threshold (C) AL The configured Alarm threshold value (in degree Celsius) for the monitored area. If alarm threshold value is not configured, this will display N/A.
Threshold (C) CR The configured Critical threshold value (in degree Celsius) for the monitored area. If critical threshold value is not configured, this will display N/A.

Usage Guidelines

Caution

Caution

The Critical notification is generated at a temperature that is lower than the configured critical temperature. This is to enable the SLX-OS to generate and send the appropriate notifications before the device is shutdown on reaching the configured critical temperature.

Examples

This example displays the environment temperature.

 SLX# show environment temp

Sensor  Grid    Description            State          Value  Thresholds(C)
  ID                                                   (C)     AL     CR
===========================================================================
  1     NPT-4   CPU Board 1            Alarm            74     73     77
  2     NPB-5   CPU Board 2            Critical         79     76     80
  3     PST-9   MGMT Board 1           Ok               31     55     59
  4     MIT-4   Switch ASIC 1          Ok               47     73     77
  5     MIB-5   Switch ASIC 2          Ok               48     78     82
  6     MIB-3   CoProcessor 1          Ok               40     76     80
  7     MIT-3   CoProcessor 2          Ok               41     69     73
  8     MIB-4   Fan Controller 1       Ok               45     71     75
  9     NPB-6   Fan Controller 2       Ok               34     63     67
 10     MIT-9   Fan Controller 3       Ok               35     61     65
 11     MIT-6   Switch ASIC 3          Ok               47     83     N/A
===========================================================================

Legend for 'Grid' column:
------------------------
First two letters: NP = Non-Port side; PS = Port side; MI = Middle
Third letter: T = Top of the board; B = Bottom of the board
Number: 0 = Left chassis edge; 5 = Middle; 10 = Right chassis edge


SLX#