1
Scenario:
We were swapping out Module 2 on a Cisco 4900M from a 20-Port Gig to a 8-Port TenGig, a ws-x4908-10g-rj45 be precise.
The hot swap went fine and TenGig2/1-8 sho ip int bri
showed us the newly recognized ports, only that it wasn't just TenGig2/1-8, but rather TenGig2/1-8 - and - Gig2/9-16 (16 ports total).
4900M#sho ip interface bri
Interface IP-Address OK? Method Status Protocol
...
TenGigabitEthernet2/1 unassigned YES unset down down
TenGigabitEthernet2/2 unassigned YES unset down down
TenGigabitEthernet2/3 unassigned YES unset down down
TenGigabitEthernet2/4 unassigned YES unset down down
TenGigabitEthernet2/5 unassigned YES unset down down
TenGigabitEthernet2/6 unassigned YES unset down down
TenGigabitEthernet2/7 unassigned YES unset down down
TenGigabitEthernet2/8 unassigned YES unset down down
GigabitEthernet2/9 unassigned YES unset down down
GigabitEthernet2/10 unassigned YES unset down down
GigabitEthernet2/11 unassigned YES unset down down
GigabitEthernet2/12 unassigned YES unset down down
GigabitEthernet2/13 unassigned YES unset down down
GigabitEthernet2/14 unassigned YES unset down down
GigabitEthernet2/15 unassigned YES unset down down
GigabitEthernet2/16 unassigned YES unset down down
...
Question:
How do I configure a TenGig2/1 as Gig Uplink?
I immediately notices that connecting the Uplink cable did nothing, no activity on the port indicator.
Went ahead and configured te2/1
anyway.
4900M(config)#int te2/1
4900M(config-if)#description Uplink to Router
4900M(config-if)#switchport access vlan 1
4900M(config-if)#switchport mode access
4900M(config-if)#l2protocol-tunnel cdp
4900M(config-if)#l2protocol-tunnel lldp
4900M(config-if)#l2protocol-tunnel stp
4900M(config-if)#l2protocol-tunnel vtp
4900M(config-if)#no cdp enable
4900M(config-if)#no shutdown
Still get no activity on the port...
4900M#sho int ten2/1 status
Port Name Status Vlan Duplex Speed Type
Te2/1 Uplink to Router inactive 1 full auto 10GBaseT
I figured that gi2/9
corresponds to te2/1
Gig functionality, since there is only 8 ports on this module, but it's displaying 16 total.
So, I configured gi2/9
too.
4900M(config)#int gi2/9
4900M(config-if)#description Uplink to Router
4900M(config-if)#switchport access vlan 1
4900M(config-if)#switchport mode access
4900M(config-if)#l2protocol-tunnel cdp
4900M(config-if)#l2protocol-tunnel lldp
4900M(config-if)#l2protocol-tunnel stp
4900M(config-if)#l2protocol-tunnel vtp
4900M(config-if)#no cdp enable
4900M(config-if)#no shutdown
And again, no activity on that port. We've tried swapping out the cable and have even done a reload
for good measure.
How do I make that port an active Gig port for my uplink?