2-350
Cisco IE 3000 Switch Command Reference
OL-13019-01
Chapter 2 IE 3000 Switch Cisco IOS Commands
show env
show env
Use the show env user EXEC command to display power and temperature information for the switch.
show env {all | power | temperature [status]} [ | {begin | exclude | include} expression]
Syntax Description
Command Modes User EXEC
Command History
Usage Guidelines Expressions are case sensitive. For example, if you enter | exclude output, the lines that contain output
are not displayed, but the lines that contain Output are displayed.
Examples This is an example of output from the show env all command:
Switch> show env all
TEMPERATURE is OK
Temperature Value: 48 Degree Celsius
POWER SUPPLY A is DC OK
POWER SUPPLY B is DC OK
This is an example of output from the show env power command.
Switch> show env power
Power supply A is DC OK
Power supply B is DC FAULTY
This is an example of output from the show env temperature command.
Switch> show env temperature
Temperature is OK
This is an example of output from the show env temperature status command.
Switch> show env temperature status
Temperature Value: 48 Degree Celsius
all Display both fan and temperature environmental status.
power Display the switch power status.
temperature Display the switch temperature status.
status (Optional) Display the switch internal temperature.
| begin (Optional) Display begins with the line that matches the expression.
| exclude (Optional) Display excludes lines that match the expression.
| include (Optional) Display includes lines that match the specified expression.
expression Expression in the output to use as a reference point.
Release Modification
12.2(44)EX This command was introduced.