04-25-2011 10:06 AM - edited 03-06-2019 04:46 PM
Hi All,
Just got a new 5548 Switch, and to my surprise, the GLC-T I ordered with it do not seem to be working...
According to this link, it should work:
Here's my show version:
Software
BIOS: version 3.5.0
loader: version N/A
kickstart: version 5.0(3)N1(1b)
system: version 5.0(3)N1(1b)
power-seq: Module 1: version v1.0
Module 2: version v1.0
Module 3: version v5.0
uC: version v1.2.0.1
SFP uC: Module 1: v1.0.0.0
BIOS compile time: 02/03/2011
kickstart image file is: bootflash:/n5000-uk9-kickstart.5.0.3.N1.1b.bin
kickstart compile time: 4/3/2011 22:00:00 [04/04/2011 06:06:31]
system image file is: bootflash:/n5000-uk9.5.0.3.N1.1b.bin
system compile time: 4/3/2011 22:00:00 [04/04/2011 13:20:24]
Hardware
cisco Nexus5548 Chassis ("O2 32X10GE/Modular Universal Platform Supervisor")
Intel(R) Xeon(R) CPU with 8299528 kB of memory.
Processor Board ID JAF1515DBDJ
Device name: DR-CORE1
bootflash: 2007040 kB
Kernel uptime is 0 day(s), 1 hour(s), 9 minute(s), 3 second(s)
Last reset
Reason: Unknown
System version: 5.0(3)N1(1b)
Service:
DR-CORE1# show int e1/15 transceiver details
Ethernet1/15
transceiver is present
type is 1000base-T
name is CISCO-AVAGO
part number is ABCU-5710RZ-CS4
revision is
serial number is AGM141223QL
nominal bitrate is 1300 MBit/sec
Link length supported for copper is 100 m
cisco id is --
cisco extended id number is 4
Transceiver calibration is invalid
DR-CORE1#
From the output above,it seems to see the SFP, but it won't let me use it.
DR-CORE1# sh int status
--------------------------------------------------------------------------------
Port Name Status Vlan Duplex Speed Type
--------------------------------------------------------------------------------
Eth1/1 -- sfpAbsent 1 full 10G 1/10g
Eth1/2 -- sfpAbsent 1 full 10G 1/10g
Eth1/3 -- sfpAbsent 1 full 10G 1/10g
Eth1/4 -- sfpAbsent 1 full 10G 1/10g
Eth1/5 -- sfpAbsent 1 full 10G 1/10g
Eth1/6 -- sfpAbsent 1 full 10G 1/10g
Eth1/7 -- sfpAbsent 1 full 10G 1/10g
Eth1/8 -- sfpAbsent 1 full 10G 1/10g
Eth1/9 -- sfpAbsent 1 full 10G 1/10g
Eth1/10 -- sfpAbsent 1 full 10G 1/10g
Eth1/11 -- sfpAbsent 1 full 10G 1/10g
Eth1/12 -- sfpAbsent 1 full 10G 1/10g
Eth1/13 -- sfpAbsent 1 full 10G 1/10g
Eth1/14 -- sfpAbsent 1 full 10G 1/10g
Eth1/15 -- sfpInvali trunk full 10G 1/10g
Any thoughts? I've tried to look around for any solutions, but none are popping out at me. Thanks in advance!
04-25-2011 11:36 AM
You are working with a bug my friend
Or 'find' for CSCsv02866 here:
Please rate if helpful.
04-25-2011 05:38 PM
Bug ID CSCsv02866 is not the problem. This bug only filed against the message "Transceiver calibration is invalid" in the show interface x/x transceiver detail command which is cosmetic.
The problem in the interface is not configured correctly. As per the output of the show interface status command:
Eth1/15 -- sfpInvali trunk full 10G 1/10g
Eth1/15 is set to 10G (default) instead of the speed of the SFP which is 1GE. To correct this issue, use the command speed 1000 and duplex full under interface configuration mode.
int e1/15
speed 1000
duplex full
Verify it with show interface status and show interface e1/15 transceiver detail.
HTH,
jerry
04-25-2011 06:53 PM
I got it worked out, thanks! Turns out I have to set speed BEFORE inserting the SFP. The 'speed' command isn't available when it is in. I just had to remove the SFP, set speed 1000, then re-insert SFP. Seems odd / hokey to me, but hey, it works.
07-15-2011 02:43 AM
HI,
An other solution is to conf the interfaces in range mode and set speed to 1000 without unplugging the SFP's
command speed has been accepted
Model N5548P
kickstart: version 5.0(2)N2(1)
system: version 5.0(2)N2(1)
it seems to be a workaround within a bug
BR
Raffaele G.
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