HOW TO SETUP CISCO SWITCHES WITH VLAN?
November 2nd, 2009
I have 5 switches with opposite ip residence how do config a brand brand new vlan on one switch and have all the alternative switches have brand brand new vlan?
Related posts:
- HOW CAN WE CONNECT TWO CISCO CATALYST SWITCHES OF ANY MODEL AND WHAT IF DIFFERENT VLAN ARE CONFIGURED ON IT.? ...
- HOW DO YOU STACK 2 CISCO 3550 CATALYST SWITCHES? I now have 1 Cisco 3550 switch but have filled...
- HOW DO I ENABLE AUTO QOS BETWEEN TWO 4500 SERIES CISCO SWITCHES? How do I capacitate automobile QOS in in between dual...
- HOW DO YOU CONFIGURE VOICE AND DATA VLANS ON A CISCO 2950 SWITCH? I have a Cisco 2950 switch. I am using a...
- STEP-BY-STEP CONFIGURATION GUIDE FOR THE CISCO ASA 5505 FIREWALL The Cisco ASA 5505 Firewall is the smallest indication...
Related posts brought to you by Yet Another Related Posts Plugin.
Categories: Cisco hardware




That the syntax is correct settng a VLAN on a port. The only other problem that would need to check would be to ensure that the switch is set to have VTP server setting. Transparent or client will not send the information to other switches, or go through and do it manually on each switch. For more on your door make sure you have access VLAN 2 and VLAN switchport access switch ports on each door. I tend to have a trunk my connections to each switch. This can be done by
int Fa0 / 1
switchport mode trunk
Database SwitchA # vlan
SwitchA (vlan) # vlan 2 name VLAN2
SwitchA (vlan) # exit
SwitchA # configure terminal
SwitchA (config) # interface FastEthernet 0/1
SwitchA (config-if) # modalità of access switchport
SwitchA (config-if) # vlan approached swichport 2
SwitchA (config-if) # end