cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
745
Views
0
Helpful
3
Replies

packt tracer Vlan Commands

julio96
Level 1
Level 1
how can i change the id of a vlan?

 

1 Accepted Solution

Accepted Solutions

Hi

You can use the command:

conf t

no vlan "x"

 

X = vlan number.

 

To clear all vlans, you need to delete the vlan.dat file

delete vlan.dat

View solution in original post

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

 

Just create a new vlan with the vlan number you want and then reassign the ports in the old vlan to the new vlan.

 

Jon

julio96
Level 1
Level 1
but how do i delete the vlan permanently without leaving any trace of it?

 

Hi

You can use the command:

conf t

no vlan "x"

 

X = vlan number.

 

To clear all vlans, you need to delete the vlan.dat file

delete vlan.dat