cisco switch 2950 - trunk port config issue
hi all, i wanted to configure int f0/1 to be a trunk port, and have done so in conf t. but as you can see below:
Switch#show run int f0/1
Building configuration...
Current configuration : 56 bytes
!
interface FastEthernet0/1
switchport mode trunk
end
Switch#sho int trunk
Switch#
it does not seem to work; "sho int trunk" shows nothing. any help is greatly appreciated.
Switch#show run int f0/1
Building configuration...
Current configuration : 56 bytes
!
interface FastEthernet0/1
switchport mode trunk
end
Switch#sho int trunk
Switch#
it does not seem to work; "sho int trunk" shows nothing. any help is greatly appreciated.
Comments
-
theodoxa Member Posts: 1,340 ■■■■□□□□□□Is Fa0/1 Up/Up?R&S: CCENT → CCNA → CCNP → CCIE [ ]
Security: CCNA [ ]
Virtualization: VCA-DCV [ ] -
nman99 Member Posts: 35 ■■□□□□□□□□Ya, after actually adding a connection and getting the interface up/up like theodoxa said,
Switch#show int trunk
Port Mode Encapsulation Status Native vlan
Fa0/1 on 802.1q trunking 1
Port Vlans allowed on trunk
Fa0/1 1-1005
Port Vlans allowed and active in management domain
Fa0/1 1
Port Vlans in spanning tree forwarding state and not pruned
Fa0/1 none -
cheav Registered Users Posts: 2 ■□□□□□□□□□thank you theodoxa and nman99, i connected a device to that port making it live, and i see the trunk now. THANK YOU!!