Wednesday, October 19, 2011
Make Cisco Router as WebServer and Save Config to flash:
#sh flash
(check your cisco router's flash for available space)
copy running-config flash:backupconfig
(that will save running-config file as backupconfig in flash)
copy flash:backupconfig running-config
(that will copy back your backupconfig file to running-config)
erase flash:.
(delete everything under flash:)
delete /force /recursive flash:backupconfig
(that will delete file named backupconfig from flash:)
===========================================================
hxxp://ardenpackeer.com/ios-features-management/how-to-set-up-a-cisco-router-as-a-webserver/
R3(config)#ip http server
R3(config)#ip http path flash:
R3#copy tftp flash:
Address or name of remote host [192.168.1.1]? 192.168.1.1
Source filename [picture.jpg]? index.html
R3#dir
Subscribe to:
Post Comments (Atom)
-
Here's how to fix this issue: 1. CTRL-Alt-Del to bring up Task Manager. 2. Click File | New Task(run). 3. Type regedit in the Run box...
-
When running on Windows, Moshell uses a unix emulator known as Cygwin. Go directly to step 13 if you have already installed and configured c...
-
If the Session time out is not configured, or the logged on users are not available, you wont be able to logon to the machine. To overcome ...
No comments:
Post a Comment