Pages

Sunday, May 19, 2013

Cisco Router Backup and Restore


For Backup

R1>enable
R1#configure terminal
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 10.1.1.1 255.255.255.0
R1(config-if)#no shut
R1(config-if)#do write me
R1(config-if)#exit
R1#ping 10.1.1.2         <------ping for TFTP SERVER
R1#copy tftp: startup-config
Address or name of remote host []? 10.1.1.2
Source filename [ ]? Startup-config    <------ Backet name (fill full name)
Destination filename [startup-config]?     <------ enter
R1#


R1#dir nvram:
Directory of nvram:/
  238  -rw-         399          <no date>  startup-config
399 bytes total (237588 bytes free)
R1#copy startup-config tftp                    <------------ For the Startup-config

(for example:     There is no startup-config to your computer.
        There is no saveving setting to your computer.
R1#dir flash:
Directory of flash:/

    3  -rw-    50938004          <no date>  c2800nm-advipservicesk9-mz.124-15.T1.bin
    2  -rw-       28282          <no date>  sigdef-category.xml
    1  -rw-      227537          <no date>  sigdef-default.xml

64016384 bytes total (12822561 bytes free)
R1#copy flash: tftp:
Source filename []? c2800nm-advipservicesk9-mz.124-15.T1.bin        <------------- Full Fill File name.Not wrong.
Address or name of remote host []? 1.0.0.2                <------------- TFTP SERVER IP
Destination filename [c2800nm-advipservicesk9-mz.124-15.T1.bin]?       

(for example:    There is no IOS or OS to your router.)


Restore

For ISO Image Restore


rommon 1>tftpdnld
rommon 2>IP_ADDRESS=1.0.0.1
rommon 3>IP_SUBNET_MASK=255.0.0.0
rommon 4>DEFAULT_GATEWAY=1.0.0.1
rommon 5>TFTP-SERVER=1.0.0.2
rommon 6>TFTP_FILE= c2800nm-advipservicesk9-mz.124-15.T1.bin
rommon 7>tftpdnld
rommon 8>reset


How to Configure!!!!!!!!
Comment!!!!!!!!!
Download : Cisco Router Backup and Restore

No comments:

Post a Comment

Thanks