HowTo: Add a descriptive name to a VLAN in Cisco IOS
Posted on Nov 14, 2007 under Cisco | 2 CommentsTags:Cisco   
If you have a network with multiple VLANS then it is important to have a descriptive name given to these VLans to identify and for ease of management.
In Cisco IOS this can be done from the vlan database configuration mode
Core_Switch# vlan database
Core_Switch(vlan)# vlan 2 name LEGAL
Core_Switch(vlan)# exit
Now, the following command should show the descriptive name assigned earlier:
Core_Switch# show vlan brief


by eraser’s blog » Blog Archive » HowTo: Add a descriptive name to a VLAN in Cisco IOS, on November 14 2007 @ 2:01 am
[...] identify and for ease of management. In Cisco IOS this can be done from the vlan database … http://www.itsyourip.com/cisco/howto-add-a-descriptive-name-to-a-vlan-in-cisco-ios/ ItsyourIP.com [...]
by Cisco IOS Commands, on July 7 2011 @ 5:47 pm
Nice, but which hardware specifically and IOS version was this performed on?