Cisco handy configs

From Ever changing code
Revision as of 15:00, 29 August 2013 by Pio2pio (talk | contribs) (Created page with "=== Copy files to Cisco device === ip tftp source-interface GigabitEthernet0/1 '<-- set source tftp interface' conf t #copy tftp flash Address or name of remote host []?...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Copy files to Cisco device

ip tftp source-interface GigabitEthernet0/1 '<-- set source tftp interface'
conf t
 #copy tftp flash
 Address or name of remote host []? 192.168.100.11
 Source filename []? 8790_k2_0_7_19.tar
 Destination filename [8790_k2_0_7_19.tar]?
 Accessing tftp://192.168.100.11/8790_k2_0_7_19.tar...
 Loading 8790_k2_0_7_19.tar from 192.168.100.11 (via GigabitEthernet0/1):    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 [OK - 16844800 bytes]
 
 16844800 bytes copied in 36.452 secs (462109 bytes/sec)