08-18-2021 06:07 AM
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?
08-18-2021 06:27 AM - edited 08-18-2021 06:28 AM
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.
08-18-2021 06:39 AM
means Vlan in valn.dat gets deleted after our command #no vlan 100
right?
08-18-2021 06:56 AM
yes
in config mode
config t
!
no vlan 100
!
end
show vlan verify.
08-18-2021 06:31 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide