Hello all,
I am trying to wipe out the vlan.dat info on a switch I just recently bought.
So I do the following:
SW2950>en
Password:
SW2950#write erase
Erasing the nvram filesystem will remove all files! Continue? [confirm]
[OK]
Erase of nvram: complete
SW2950#
SW2950#delete flash:vlan.dat
Delete filename [vlan.dat]? y
Delete flash:y? [confirm]y
%Error deleting flash:y (No such file or directory)
SW2950#reload
System configuration has been modified. Save? [yes/no]: n
Proceed with reload? [confirm]
1d02h: %SYS-5-RELOAD: Reload requested
However when I do a show run command I see a bunch of vlans in the config.
Switch#show run
Building configuration...
Current configuration : 1067 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
!
!
vlan 2
name DC80004C
!
vlan 3
name DC80005C
!
vlan 4
name SPARE
!
vlan 5
name SPARE1
!
vlan 29
name DC80004C_P2P
!
vlan 62
name DC80004C_SECURE
!
vlan 63
!
vlan 122
name DC80004C_COMPLIMENTARY
ip subnet-zero
vtp domain TMO
vtp mode transparent
!
spanning-tree extend system-id
!
!
interface FastEthernet0/1
no ip address
!
interface FastEthernet0/2
no ip address
!
interface FastEthernet0/3
no ip address
!
interface FastEthernet0/4
no ip address
!
interface FastEthernet0/5
no ip address
!
interface FastEthernet0/6
no ip address
!
interface FastEthernet0/7
no ip address
!
interface FastEthernet0/8
no ip address
!
interface FastEthernet0/9
no ip address
!
interface FastEthernet0/10
no ip address
!
interface FastEthernet0/11
no ip address
!
interface FastEthernet0/12
no ip address
!
interface Vlan1
no ip address
no ip route-cache
shutdown
!
ip http server
!
!
line con 0
line vty 5 15
!
end
Any help or suggestions would be appreciated.