08-08-2022 12:43 AM - last edited on 09-05-2022 10:59 PM by Translator
Hi,
we have one Cisco ASR 900 where we meed to check regular
show interface transceiver
on Route processor "R0" in State "active" - works for approx 1-2 mins after reboot . but then again:
#show interface tr?
% Unrecognized command
when we do failover from R0 to R1 (same A900-RSP2A-128), the command also works good
do you think this is a bug?
Best Regards
Solved! Go to Solution.
09-05-2022 04:53 AM - last edited on 09-07-2022 02:04 AM by Translator
hello,
l did have checked the following info:
and also here:
the command
show interface transceiver
is an relic from the past and Cisco didn`t delete it completely from the software.
There is no new command who shows you a table from the rx/tx signals of all interfaces, you need to search it one by one with the command
show hw-module
slot/subslot
transceiver
port
idprom status
I was also suspecting this is part of the code which was not cleared, but left in background and thus was allowing it for few minutes initially while switch is still starting;
thanks for support
08-08-2022 02:07 AM
- Looks like a bug . use latest advisory software release on the ASR , if applicable : check if that can help.
M.
08-16-2022 05:21 AM - last edited on 09-05-2022 11:01 PM by Translator
according following link: https://www.cisco.com/c/en/us/td/docs/routers/asr903/software/guide/chassis/xe-3s/b_Config_Guide_fullbook/b-cfg-ethernet-int.html
The
show interface transceiver
command is not supported on the router.
but at the same time we have just taken
show interface transceiver
from another machine with route processor A900-RSP2A-128?
how is this possible ?
08-08-2022 03:32 AM - last edited on 09-05-2022 11:02 PM by Translator
Can you post
show version
and
show modules
output.
08-12-2022 01:30 AM - last edited on 09-05-2022 11:03 PM by Translator
here output of
show version and show inventory(show modules not supported):
NAME: "Chassis", DESCR: "ASR 903 Series Router Chassis"
PID: ASR-903 , VID: V01,
NAME: "IM subslot 0/0", DESCR: "2-port Ten Gigabit Ethernet XFP/SFP+ Interface Module"
PID: A900-IMA2Z , VID: V01,
NAME: "subslot 0/0 transceiver 0", DESCR: "SFP+ 10GBASE-SR"
PID: SFP-10G-SR-X , VID: G4.1,
NAME: "subslot 0/0 transceiver 1", DESCR: "SFP+ 10GBASE-SR"
PID: SFP-10G-SR-X , VID: G4.1,
NAME: "IM subslot 0/1", DESCR: "2-port Ten Gigabit Ethernet XFP/SFP+ Interface Module"
PID: A900-IMA2Z , VID: V01,
NAME: "subslot 0/1 transceiver 0 to 7", DESCR: "SFP+ 10GBASE-SR"
PID: SFP-10G-SR-X , VID: G4.1,
NAME: "IM subslot 0/4", DESCR: "8-port Gigabit Ethernet Interface Module"
PID: A900-IMA8S , VID: V02,
NAME: "subslot 0/4 transceiver 0", DESCR: "GE SX"
PID: GLC-SX-MM-RGD , VID: 02 ,
NAME: "IM subslot 0/5", DESCR: "8-port Gigabit Ethernet Interface Module"
PID: A900-IMA8S , VID: V02,
NAME: "subslot 0/5 transceiver 0 to 7", DESCR: "GE SX"
PID: GLC-SX-MM-RGD , VID: 02 ,
NAME: "module R0", DESCR: "ASR 900 Route Switch Processor 2, Base Scale, 128Gbps"
PID: A900-RSP2A-128 , VID: V01,
NAME: "module R1", DESCR: "ASR 900 Route Switch Processor 2, Base Scale, 128Gbps"
PID: A900-RSP2A-128 , VID: V01,
NAME: "Power Supply Module 0", DESCR: "ASR 900 550W DC Power Supply"
PID: A900-PWR550-D-E , VID: V01,
NAME: "Power Supply Module 1", DESCR: "ASR 900 550W DC Power Supply"
PID: A900-PWR550-D-E , VID: V01,
NAME: "Fan Tray", DESCR: "ASR 903 FAN Tray"
PID: A903-FAN , VID: V02,
show version
Cisco IOS XE Software, Version 03.18.05.SP.156-2.SP5-ext
Cisco IOS Software, ASR900 Software (PPC_LINUX_IOSD-UNIVERSALK9_NPE-M), Version 15.6(2)SP5, RELEASE SOFTWARE (fc4)
ROM: IOS-XE ROMMON
r01 uptime is 22 weeks, 7 hours, 36 minutes
Uptime for this control processor is 2 weeks, 2 days, 2 minutes
System returned to ROM by SSO Switchover at 13:15:05 CEST Tue Jul 26 2022
System restarted at 13:21:54 CEST Tue Jul 26 2022
System image file is "bootflash:Image/asr900rsp2-universalk9_npe.03.18.05.SP.156-2.SP"
Last reload reason: redundancy force-switchover
License Level: metroaggrservices
License Type: Permanent
Next reload license Level: metroaggrservices
cisco ASR-903 (RSP2) processor (revision RSP2) with 912424K/6147K bytes of memory.
16 Gigabit Ethernet interfaces
4 Ten Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
3670016K bytes of physical memory.
1328927K bytes of SD flash at bootflash:.
Configuration register is 0x2102
08-16-2022 06:07 AM - last edited on 09-05-2022 11:05 PM by Translator
try below syntax :
show hw-module subslot x/x transceiver Y status
show controller tenGigE 0/3/0/0 phy
show controller dwdm 0/3/0/2 optic
08-16-2022 10:09 PM - last edited on 09-05-2022 11:07 PM by Translator
show hw-module
command gives very summarized output compared to
show interface transceivers
(which is working but only for few minutes after reboot)
only the below options are available when l checked for show controllers:
EZ#show controllers ?
C3794 C37.94 controller information
DCC Show DCC parameters
E1 E1 controller internal state
T1 T1 controller internal state
acr ACR controller information
pos POS framer state
wanphy WANPHY controller internal state
| Output modifiers
<cr>
09-05-2022 04:53 AM - last edited on 09-07-2022 02:04 AM by Translator
hello,
l did have checked the following info:
and also here:
the command
show interface transceiver
is an relic from the past and Cisco didn`t delete it completely from the software.
There is no new command who shows you a table from the rx/tx signals of all interfaces, you need to search it one by one with the command
show hw-module
slot/subslot
transceiver
port
idprom status
I was also suspecting this is part of the code which was not cleared, but left in background and thus was allowing it for few minutes initially while switch is still starting;
thanks for support
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide