Monday, July 9, 2007

Cisco VLAN

Following is an example Cisco VLAN configuration.

Create and name two VLANs in Cisco switch
Switch_A#vlan database
Switch_A(vlan)#vlan 2 name VLAN2
Switch_A(vlan)#vlan 3 name VLAN3

Assign ports to VLAN 2
Switch_A#configure terminal
Switch_A(config)#interface fastethernet 0/2
Switch_A(config-if)#switchport mode access
Switch_A(config-if)#switchport access vlan 2

No comments:

Post a Comment