(1) configuration of the server:
First set the server's IP address to 192.168.1.1, the PC can be used here, but before use, the first to download the TFTP software, and put it on the C drive, to keep the TFTP software open. : 650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/5B/78/wKiom1UJXm7T0rySAALoC9F7Pq4029.jpg "title=" capture. PNG "alt=" Wkiom1ujxm7t0rysaaloc9f7pq4029.jpg "/>
(2) configuration of the router:
Router>enable
router#
Router#configure Terminal
Rouer (config) #interface f0/0
Router (config-if) #ip address 192.168.1.2 255.255.255.0 set the interface IP addresses
Rouer (config-if) #no shutdown Open Interface:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/5B/78/wKiom1UJY0HzOiDvAAKJtRpoo94853.jpg "title=" 1.PNG " alt= "Wkiom1ujy0hzoidvaakjtrpoo94853.jpg"/>
Router (config-if) #z exit to privileged mode using the Ctril+z key
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/5B/78/wKiom1UJY-vxRuZEAAJWRDWWkG8618.jpg "title=" 2.PNG " alt= "Wkiom1ujy-vxruzeaajwrdwwkg8618.jpg"/>
Rouer#write Memory Preservation Running-config to Startup-config
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M02/5B/73/wKioL1UJZYfD7nZfAAJQqlhdmlc625.jpg "title=" 3.PNG " alt= "Wkiol1ujzyfd7nzfaajqqlhdmlc625.jpg"/>
rouer#ping 192.168.1.1 Ping Server IP address for single-segment testing
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/5B/79/wKiom1UJZKmCXDFuAAKqVUpIxUY219.jpg "title=" 4.PNG " alt= "Wkiom1ujzkmcxdfuaakqvupixuy219.jpg"/>
Router#copy Running-config TFTP
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/5B/79/wKiom1UJZSWT3TkKAAKKm3bbLkQ402.jpg "title=" 5.PNG " alt= "Wkiom1ujzswt3tkkaakkm3bblkq402.jpg"/>
Address or name of remote host[]?192.168.1.1
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/5B/79/wKiom1UJZXmAKCELAAJS-0yQKbw039.jpg "title=" 6.PNG " alt= "Wkiom1ujzxmakcelaajs-0yqkbw039.jpg"/>
detination filename [router-config]? Hit Enter to keep the default file name
Finally, look at the results on the server:
650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/5B/73/wKioL1UJZvrB6Pt6AALHjVrR2jU405.jpg "title=" 7.PNG " alt= "Wkiol1ujzvrb6pt6aalhjvrr2ju405.jpg"/>
This article is from the "Computer Network Technology" blog, please be sure to keep this source http://9985254.blog.51cto.com/9975254/1621970
On the Cisco emulator, copy the router's configuration file to local via TFTP