Hi All, I have cisco 2950 2 No’s & i have 2 floor office. i want configure vlan and trunk port.?
Question : Hi All, I have cisco 2950 2 No’s & i have 2 floor office. i want configure vlan and trunk port.?
i have 2 cisco 2950 switches, i want config vlan and trunk port on both switch’s pls help me out.
cisco 2950
Best answer:
Answer by Mustafa Aksu
You can configure VLANs and Trunk port as shown below. You have to change port numbers&VLAN names according your needs. You also need routing between this networks.
configure terminal
vlan 10
name X Department VLAn
vlan 20
name Y Department VLAn
vlan 30
name Printers VLAn
interface range FastEthernet 0/1 – 10
description X Department ports
switchport mode access
switchport access vlan 10
spanning-tree portfast
interface range FastEthernet 0/11 – 20
description Y Department ports
switchport mode access
switchport access vlan 20
spanning-tree portfast
interface range FastEthernet 0/21 – 23
description Printer ports
switchport mode access
switchport access vlan 30
spanning-tree portfast
interface FastEthernet 0/24
description Trunk port to connect other switch
switchport mode trunk
no spanning-tree portfast
end
write