cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
643
Views
0
Helpful
4
Replies

Vlan deletion query

knaik99
Level 1
Level 1

we delete vlan regularly  by below command--

#no vlan 100 but Vlans are stored in flash memory in vlan.dat file

so is it necessary to delete Vlan data from vlan.dat file and steps?

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

As per the latest code you do not Not required  - you just remove only vlan 100 ( no vlan 100)

 

Note : make sure there is no SVI active, check after delete show vlan.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

means Vlan in valn.dat gets deleted after our command #no vlan 100

right?

yes

 

in config mode

 

config t

!

no vlan 100

!

end

 

show vlan verify.

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Reza Sharifi
Hall of Fame
Hall of Fame

You usually don't need to remove it from the vlan.dat file.

As long it is deleted from "sh run" that should be sufficient.

HTH