Transferring loads and configuration files

These are the steps to retrieve a software load from either a server or other router
First evaluate whether you have enough space to receive the load.

LIST i

This TFTP GET request is to a non-existent host. The same syntax would be used had this been a real TFTP Server. Note the file name and path.
Boot config>tftp get

Enter remote host's IP address or name in host table? 12.12.12.5
Enter path/filename of file on remote host [0C0C0C04.cfg]? c:\gt100.ldc
TFTP transfer complete, status: Timeout
Erasing ...


This TFTP GET request is to a router, but states the wrong filename.

Boot config>tftp get
Enter local filename [CONFIG]? ibd/gt100new.ldc
Enter remote host's IP address or name in host table? 2.2.2.1
Enter path/filename of file on remote host [0C0C0C04.cfg]? ibd/gt100.ldc
TFTP transfer complete, status: File Not Found
Erasing ...
We have to tell the router which interface to go out of in order to complete the transfer.
To do so:

config>ADD ADDRESS 1
New address [0.0.0.0]? 2.2.2.1 Net mask for this interface [255.255.255.0]?


Boot config>LIST ad 1:

Boot config> ^P
* Talk 5
+
+PROTOCOL 0

IP>ping 2.2.2.2

IP>^P

*TALK 6

Config>

Config>b TFTP

Boot config>tftp get ibd/gt100.ldc 2.2.2.2 ibd\vpn.ldc

TFTP transfer complete, status: OK

Boot config>LIST i

Notice how the load is now on the IBD. I don't have much extra space on this flash memory (in fact you'll want to check how much space BEFORE you do load transfers). In fact, I don't need this load now, so I'll erase it.

Boot config>ERASE gt100.ldc

Boot config>LIST i

Do the following:

Boot config>ERASE 23-62


Erasing flash please wait ...

Now, it's all better..

. Boot config> I

Config>b TFTP Boot config>LIST i Boot config>copy Boot config>copy

Boot config>


Return to Main Page