Google

Thursday, September 03, 2009

Pictures taken at San Diego Zoo.

Meer Cat basking in the evening sun.

Erasing VLAN.DAT file.

Today I tried deleting VLAN.DAT file from a Catalyst 4948 series switch, but I was getting the following error. 

 

%Error deleting cat4000_flash:vlan.dat (Permission denied)

 

I could not find the actual cause of it but I found a work around.  Instead of delete command I used erase command.  One thing to remember is erase command deletes all files ffrom the cat4000_flash.

 

The command syntax is “ erase cat4000_flash:”.  Type yes to confirm that you wanted to erase the cat4000_flash;

 

Hope this will help you.

 

Thank you.

 

Tuesday, September 01, 2009

Mapping Cisco old commands to new commands.

Old Command
New Command
configure network
copy ftp:[[[//[username[:password]@]location]/directory]
/filename] system:running-config
configure overwrite-network
copy ftp:[[[//[username[:password]@]location]/directory]
/filename] nvram:startup-config
copy rcp running-config
copy rcp:[[[//[username@]location]/directory]/filename] system:running-config
copy running-config rcp
copy system:running-config rcp:[[[//[username@]location]/directory]/filename]
copy running-config startup-config
copy system:running-config nvram:startup-config
copy running-config tftp
copy system:running-config tftp:[[[//location]/directory]/filename]
copy tftp running-config
copy tftp:[[[//location]/directory]/filename] system:running-config
copy tftp startup-config
copy tftp:[[[//location]/directory]/filename] nvram:startup-config
erase startup-config
erase nvram:
show configuration
more nvram:startup-config
show file
more
show running-config
more system:running-config
write erase
erase nvram:
write memory
copy system:running-config nvram:startup-config
write network
copy system:running-config ftp:[[[//[username
[:password]@]location]/directory]/filename]
write terminal
more system:running-config