Lockstep mechanism suffers severe delays over high-latency networks.
Router# configure terminal Router(config)# interface GigabitEthernet0/0 Router(config-if)# ip address 192.168.1.10 255.255.255.0 Router(config-if)# no shutdown Router(config-if)# end Router# copy tftp: flash: Address or name of remote host []? 192.168.1.50 Source filename []? cisco-ios-image.bin Destination filename [cisco-ios-image.bin]? Accessing tftp://192.168.1.50/cisco-ios-image.bin... Loading cisco-ios-image.bin from 192.168.1.50 (via GigabitEthernet0/0): !!!!!!!!!!!! [OK - 18245120 bytes] Use code with caution. 2. Executing a Manual TFTP Download via Linux CLI tftp download
Here are some common TFTP client commands: tftp download
To perform a TFTP download, you need two things: a hosting the file and a Client requesting it. Let's look at how to set this up on Windows and Linux. tftp download