You get a bonus - 1 coin for daily activity. Now you have 1 coin

Cisco: How to Create, Rename, or Delete a VLAN

Practice



So, we log in to the Cisco and go into enable mode.


Creating a VLAN on Cisco switches:

>enable
#config t
(config)#vlan 100
(config-vlan)# name MyVlanName
(config-vlan)# end

In this example we created a VLAN with the name "MyVlanName" and ID #100.


Renaming a VLAN:

>enable
#config t
(config)#vlan 100
(config-vlan)# name MyNewVlanName
(config-vlan)# end

As you can see - it's no different from creating one - you just assign a new name.


Deleting a VLAN:

>enable
#config t
(config)#no vlan 100

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "Computer networks"

Terms: Computer networks