08-28-2006 09:32 AM - edited 03-03-2019 04:43 AM
I am trying to configure a 3825 router w/IOS 12.4(3d).
When I install a GLC-SX-MM module, I cannot see the module in the sh diag results and therefore not a choice in the list of interfaces.
When I view the logs, the insertion is logged.
Any assistance would be greatly appreciated,
Chris
08-28-2006 09:44 AM
Sounds like a code or feature set problem . i would check to see what code you need to support this module. Code level looks high enough but may not be correct feature set , also need at least 256 meg of dram to support this card in your router...
08-28-2006 12:47 PM
Hi Chris,
There are two Gigabit Ethernet ports on Cisco 3800 Series systems. Port 1 is a fixed 10/100/1000BASE-T RJ-45. Port 0 can choose between 10/100/1000BASE-T RJ-45 and an SFP module slot. SFP modules are optional.
A new command-line interface (CLI) allows you to choose between the two media types. The "SFP" option will only come up if there is a SFP module plugged into the slot. RJ-45 is the default.
Please see the following configurations to get this port working:
Cisco3825#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Cisco3825(config)#interface gigabitEthernet 0/0
Cisco3825(config-if)#media-type ?
rj45 Use RJ45 connector
sfp Use SFP connector
Cisco3825(config-if)#media-type sfp
After this you should be able to use and see the SFP on the router. Hope this helps. :)
Regards,
Param
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