I have a
Fa0/7 port in
WS-C2950-24 switch connected to a router. I have no access to the router. What I find odd is that in case I enable autonegotiation for speed("speed auto" under
Fa0/7 configuration), the "line protocol" of the interface will go down:
WS-C2950-24#sh int Fa0/7 status
Port Name Status Vlan Duplex Speed Type
Fa0/7 -> router connected 596 a-full 10 10/100BaseTX
WS-C2950-24#conf t
Enter configuration commands, one per line. End with CNTL/Z.
WS-C2950-24(config)#int Fa0/7
WS-C2950-24(config-if)#speed 100
WS-C2950-24(config-if)#end
WS-C2950-24#sh int Fa0/7 status
Port Name Status Vlan Duplex Speed Type
Fa0/7 -> router notconnect 596 auto 100 10/100BaseTX
WS-C2950-24#conf t
Enter configuration commands, one per line. End with CNTL/Z.
WS-C2950-24(config)#int Fa0/7
WS-C2950-24(config-if)#speed auto
WS-C2950-24(config-if)#end
WS-C2950-24#sh int Fa0/7 status
Port Name Status Vlan Duplex Speed Type
Fa0/7 -> router notconnect 596 auto auto 10/100BaseTX
WS-C2950-24#conf t
Enter configuration commands, one per line. End with CNTL/Z.
WS-C2950-24(config)#int Fa0/7
WS-C2950-24(config-if)#speed 10
WS-C2950-24(config-if)#end
WS-C2950-24#sh int Fa0/7 status
Port Name Status Vlan Duplex Speed Type
Fa0/7 -> router connected 596 a-full 10 10/100BaseTX
WS-C2950-24#
In case I configure "speed auto" to Fa0/7 it should come up in "a-10"(looks like the router interface is forced into 10BASE-T mode) mode, shouldn't it?