cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
977
Views
0
Helpful
2
Replies

Naming vlan in cisco Swouter (Router having etherswitch module)

Dragneel98
Level 1
Level 1

Using the following command,

Router#vlan database

Router(vlan)#vlan 10

   VLAN 10 added:

   Name: VLAN0010

 

How do I manually change this name to any desired name ?

[I'm using Packet Tracer 2811 Router having HWIC-4ESW module]

1 Accepted Solution

Accepted Solutions

TJ-20933766
Spotlight
Spotlight

Use the following commands:

 

Router#vlan database
Router(vlan)#vlan 10 name DATA

Using the key word "name" after the VLAN number followed by what you want to call the VLAN will allow you to change it.

 

View solution in original post

2 Replies 2

TJ-20933766
Spotlight
Spotlight

Use the following commands:

 

Router#vlan database
Router(vlan)#vlan 10 name DATA

Using the key word "name" after the VLAN number followed by what you want to call the VLAN will allow you to change it.

 

Thanks Tyson.

I had a confusion that instead of using an ESW/ES module in the 2811 router, why can't I create vlan in the global config mode.