- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2020 09:46 PM
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]
Solved! Go to Solution.
- Labels:
-
Routing Protocols
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2020 10:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2020 10:15 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2020 10:32 PM
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.
