Zitat von Klefisch
Bekomme ich als Ergebnis nur:
Command rejected: Gi1/1 not a switching port.
Warum ?? Was ist an einem 6500 GI Port anders als an einem 2970 GI Port ??
|
Hi,
zuerst dachte ich jetzt kommen 6500 Fragen. Na ja...
Aber ich denke das trägt zur Klärung bei:
SW2#show run int f0/22
Building configuration...
Current configuration : 69 bytes
!
interface FastEthernet0/22
switchport mode dynamic desirable
end
SW2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
SW2(config)#int f0/22
SW2(config-if)#no switchport
SW2(config-if)#switchport trunk encap dot1
Command rejected: Fa0/22 not a switching port.
SW2(config-if)#switchport mode trunk
Command rejected: Fa0/22 not a switching port.
SW2(config-if)#switchport
SW2(config-if)#switchport trunk encap dot1
SW2(config-if)#switchport mode trunk
SW2#s int f0/22
Building configuration...
Current configuration : 95 bytes
!
interface FastEthernet0/22
switchport trunk encapsulation dot1q
switchport mode trunk
end
SW2#
Fu