How to delete vlan on cisco switch?

txn41655txn41655 Member Posts: 53 ■■□□□□□□□□
hi, I am unable to remove vlan 32 from my switch. I tried "no vlan 32" . When I tried "vlan database" - "no vlan 32" it said vlan 32 does not exist ...but it still display when I hover my mouse on the switch! any idea? Thanks

Comments

  • cisGOcisGO Member Posts: 7 ■□□□□□□□□□
    I think that's a bug of packet tracer..
    When you run "no vlan 32" the vlan gets removed and it's not listed anymore when you run the command "sh vlan". I tried it and it is removed but is shown when i hover my mouse on the switch, so the same problem as you have. I also tried to create another vlan and then remove it. This works, it's not listed when i hover my mouse on the switch. And when i make a new vlan on a completely new switch after the same process (creating/removing) it's not listed too when i hover my mouse on the switch. BUT when i take another new switch and create the vlan 32 and remove it, it is listed again when i hover over the switch. (???)

    I don't have a clue why, probably just a bug but funny that it's only with vlan 32.
  • HondabuffHondabuff Member Posts: 667 ■■■□□□□□□□
    Ahh to be a Jr. Engineer again!

    Switch(config)#no int vlan 32

    or

    To delete all vlans

    Switch#delete vlan.dat
    Delete filename [vlan.dat]?
    Delete flash:/vlan.dat? [confirm]
    “The problem with quotes on the Internet is that you can’t always be sure of their authenticity.” ~Abraham Lincoln
  • txn41655txn41655 Member Posts: 53 ■■□□□□□□□□
    it worked! thanks. icon_cheers.gif
Sign In or Register to comment.