Sunday, December 21, 2008

Restoring/Upgrading IOS from a TFTP Server

Restoring/Upgrading IOS from a TFTP Server

Otep#copy tftp flash


    Address or name of remote host [ ]?
192.168.119.20


    Source filename [ ]? c2600-js-l_121-3.bin ***Hit ENTER


    Destination filename [c2600-js-l_121-3.bin]?
***Hit ENTER


    Accessing tftp://192.168.119.20/c2600-js-l_121-3.bin


    Erase flash: before copying? [confirm] ***Hit ENTER

If Flash memory is full, must erase it first

    Erasing the flash file system will remove all
files


    Continue? [confirm]***Hit ENTER

Press CNTL+C if you want to cancel

    Erasing device eeeeeeeeeeeeeeeeee...erased

Each e represents data being erased

    Loading c2600-js-l_121-3.bin
from 192.168.119.20


    (via) FastEthernet 0/0):
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Each bang symbol (!) = 1 datagram of data

    Verifying Check sum .................. OK


    [OK  8906589 Bytes]


    8906589 bytes copied in 277.45 secs


Otep#

Success


Tuesday, December 16, 2008

Backing Up IOS to a TFTP Server

Backing Up IOS to a TFTP Server

OTEP#copy flash tftp

    Source filename [ ]? c2600-js-l_121-3.bin

Name of IOS image

    Address or name of remote host [ ]?
192.168.119.20

Address of TFTP server

    Destination filename [c2600-js-l_121-3.bin]?Hit ENTER

Destination filename is the same as the source filename, so just press ENTER


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

(u@!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    8906589 bytes copied in 263.68 seconds

OTEP#


Thursday, December 4, 2008

Restoring Configurations

Restoring Configurations

Otep#copy tftp run

Copies configuration file from TFTP server to DRAM

    Address or name of remote host[ ]?
192.168.119.20

IP address of TFTP server

    Source filename [ ]?Otep-confg

Enter the name of the file you want to retrieve

    Destination filename [running-config]? Hit ENTER

    Accessing tftp://192.168.119.20/Denver-confg...

    Loading Denver-confg from 192.168.119.02
(via Fast Ethernet 0/0):

    !!!!!!!!!!!!!!

    [OK-624 bytes]

    624 bytes copied in 9.45 secs

Otep#

File has been transferred successfully


Note:

You can also use the preceding sequence for a copy tftp start command sequence.

Tuesday, December 2, 2008

Backing Up Configurations

Backing Up Configurations

OTEP#copy run start

Saves running-config from DRAM to NVRAM (locally)

OTEP#copy run tftp

Copies running-config to remote TFTP server

    Address or name of remote host[ ]?
192.168.119.20

IP address of TFTP server

    Destination Filename [OTEP-confg]? PRESS ENTER

Name to use for file saved on TFTP server

   !!!!!!!!!!!!!!!

Each bang symbol (!) = 1 datagram of data

   624 bytes copied in 7.05 secs

OTEP#

File has been transferred successfully


Note:

You can also use the preceding sequence for a copy start tftp command sequence.