10-26-2016 07:58 AM - edited 03-01-2019 05:04 AM
Hello everyone! I can see the serials numbers of SFPs connected to leafs and spines, but i can´t see the serials numbers connected to APICs..
Thanks in advance!!!!!!!!!!!
Solved! Go to Solution.
10-26-2016 11:18 AM
On the APIC, you can check the SFP serial numbers from the CIMC CLI. You can use these commands after you SSH into the CIMC CLI:
C220# scope chassis
C220 /chassis # show pci-adapter <--- to check which slot the VIC is in
C220 /chassis # connect debug-shell <slot_number>
adapter (top):1# attach-mcp
adapter (mcp):1# dcem-port <port_number> 0 <--- port_number is 0 or 1
The output will show the transceiver PID under xcvr_type, and the serial number will be under the sfprom output (usually the 5th line down).
10-26-2016 11:18 AM
On the APIC, you can check the SFP serial numbers from the CIMC CLI. You can use these commands after you SSH into the CIMC CLI:
C220# scope chassis
C220 /chassis # show pci-adapter <--- to check which slot the VIC is in
C220 /chassis # connect debug-shell <slot_number>
adapter (top):1# attach-mcp
adapter (mcp):1# dcem-port <port_number> 0 <--- port_number is 0 or 1
The output will show the transceiver PID under xcvr_type, and the serial number will be under the sfprom output (usually the 5th line down).
10-26-2016 12:41 PM
Oh, thanks! It worked fine!
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