-
Cisco flash & webflash
I can't get files to tftp to webflash. They always get stored in flash...
I need to update the CRWS (I like it for logs).
>enable
#copy tftp webflash
enter ip of tftp server
source file
dest file
don't erase filesystem
>enable
#copy tftp flash
enter ip of tftp server
source file
dest file
don't erase filesystem
They both do the same thing. According to the cisco docs, the webflash should store to webflash and not regular flash.
When I do a
sh webflash
there is nothing there. free space.
when I do a
sh flash
it will show the system IOS image along with a backup file I have
it will also show any file that I tried to copy over to webflash, but its storing it in flash.
Anyone know why or what I might be doing wrong?
I recall having this problem a long time ago... but don't remember how it was fixed...
-
I got it! Just had to take some time away from it...
#copy tftp webflash:
I was forgetting the : at the end! <homer> Doh! </homer>