cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6464
Views
2
Helpful
4
Replies

Show alarms on 64-bit eXR for ASR 9000

James Jun
Level 1
Level 1

Hello,

In 32-bit Classic IOS XR, one could easily view the status of craft interface LEDs (e.g. alarm lights on RPs and front panel, etc) by running the "admin show environment leds" command.

 

However, this command is no longer supported for ASR 9K platform on 64-bit IOS XR.  The only command that I know that will show me list of issues now is pretty much 'show pfm location all', which does not show all of the environmental related issues.

 

Is there a new command in eXR that's equivalent to 'admin show environment leds'?

 

Thanks,

James

1 Accepted Solution

Accepted Solutions

tkarnani
Cisco Employee
Cisco Employee

Hello James

 

admin show led

 

RP/0/RSP1/CPU0:ASR-9904-F-eXR#admin show led
Tue Mar 17 04:52:30.620 UTC
=============================================================
Location  LED Name                      Mode         Color
=============================================================
0/0
          0/0-Status LED                WORKING     GREEN
0/RSP1
          0/RSP1-Fail LED               WORKING     RED
          0/RSP1-ACO LED                WORKING     OFF
          0/RSP1-Alarm Minor LED        WORKING     OFF
          0/RSP1-Alarm Major LED        WORKING     RED
          0/RSP1-Alarm Critical LED     WORKING     OFF
          0/RSP1-FC Fault LED           WORKING     OFF
0/FT0
          0/FT0-Status LED              WORKING     GREEN
0/PT0
          0/PT0-PM0-Input OK LED        WORKING     GREEN
          0/PT0-PM0-Output OK LED       WORKING     GREEN
          0/PT0-PM0-Fault LED           WORKING     OFF
          0/PT0-PM1-Input OK LED        WORKING     GREEN
          0/PT0-PM1-Output OK LED       WORKING     GREEN
          0/PT0-PM1-Fault LED           WORKING     OFF
          0/PT0-PM2-Input OK LED        WORKING     OFF
          0/PT0-PM2-Output OK LED       WORKING     OFF                                                                 0/PT0-PM2-Fault LED           WORKING     OFF
          0/PT0-PM3-Input OK LED        WORKING     OFF
          0/PT0-PM3-Output OK LED       WORKING     OFF
          0/PT0-PM3-Fault LED           WORKING     OFF
RP/0/RSP1/CPU0:ASR-9904-F-eXR#

admin show alarms brief

 

this command will give you more information for the reason of each alarm


Thanks!

View solution in original post

4 Replies 4

tkarnani
Cisco Employee
Cisco Employee

Hello James

 

admin show led

 

RP/0/RSP1/CPU0:ASR-9904-F-eXR#admin show led
Tue Mar 17 04:52:30.620 UTC
=============================================================
Location  LED Name                      Mode         Color
=============================================================
0/0
          0/0-Status LED                WORKING     GREEN
0/RSP1
          0/RSP1-Fail LED               WORKING     RED
          0/RSP1-ACO LED                WORKING     OFF
          0/RSP1-Alarm Minor LED        WORKING     OFF
          0/RSP1-Alarm Major LED        WORKING     RED
          0/RSP1-Alarm Critical LED     WORKING     OFF
          0/RSP1-FC Fault LED           WORKING     OFF
0/FT0
          0/FT0-Status LED              WORKING     GREEN
0/PT0
          0/PT0-PM0-Input OK LED        WORKING     GREEN
          0/PT0-PM0-Output OK LED       WORKING     GREEN
          0/PT0-PM0-Fault LED           WORKING     OFF
          0/PT0-PM1-Input OK LED        WORKING     GREEN
          0/PT0-PM1-Output OK LED       WORKING     GREEN
          0/PT0-PM1-Fault LED           WORKING     OFF
          0/PT0-PM2-Input OK LED        WORKING     OFF
          0/PT0-PM2-Output OK LED       WORKING     OFF                                                                 0/PT0-PM2-Fault LED           WORKING     OFF
          0/PT0-PM3-Input OK LED        WORKING     OFF
          0/PT0-PM3-Output OK LED       WORKING     OFF
          0/PT0-PM3-Fault LED           WORKING     OFF
RP/0/RSP1/CPU0:ASR-9904-F-eXR#

admin show alarms brief

 

this command will give you more information for the reason of each alarm


Thanks!

Might be a dumb question but does this now change w/ IOS XR 7.0+ on NCS' (specifically, that I know of) where the admin command is deprecated?

ChristianH_0-1710251062507.png

 

Hello @ChristianH , 
On a XR7 LNT device, show led will work.
Note that admin CLIs have been move to XR on XR7 LNT. 

RP/0/RP0/CPU0:XR7LNT#show led 
Thu Mar 14 17:04:05.161 UTC
================================================================================
Location LED Name Mode Color
================================================================================
0/FT0 Status/Attention OPERATIONAL GREEN
0/FT1 Status/Attention OPERATIONAL GREEN
0/FT2 Status/Attention OPERATIONAL GREEN
0/FT3 Status/Attention OPERATIONAL GREEN
0/FT4 Status/Attention OPERATIONAL GREEN
0/PM0 Status OPERATIONAL AMBER
0/PM1 Status OPERATIONAL GREEN
0/RP0/CPU0 Attention OPERATIONAL OFF
GPS OPERATIONAL OFF
Status OPERATIONAL BLINKING RED
Sync OPERATIONAL OFF

 Kind Regards,

Thanks so much! I hadn't realized XR7 removed the Admin LxC entirely so that makes more sense.