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

No comments: