For When You Can't Have The Real Thing
[ start | index | login ]
start > Cisco > 2960 > 12.2(55)SE2 > VLAN

VLAN

Created by dave. Last edited by dave, 9 years and 266 days ago. Viewed 3,609 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

VLAN Configuration

This Cisco (IOS 12.2(55)SE2) differentiates between a VLAN and an Extended VLAN (VID 1007 or higher).

By the default the switch ships in VTP mode, so you have to switch that to transparent mode and then manually define the VLAN before you can use it.

Switch(config)# vtp mode transparent
Switch(config)# vlan 3994
Switch(config-vlan)# end
Switch# copy running-config startup config

Now you can assign the VLAN normally:

Switch(config)#interface GigabitEthernet1/0/47
Switch(config-if)#switchport access vlan 3994
Switch(config-if)#exit
no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt