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)
-
NFS Server Side Solaris-1 - 192.168.100.166 - Server Solaris-2 - 192.168.100.234 - Client # svcs -a | grep -i nfs svc:/network/rpc/b...
-
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...
No comments:
Post a Comment