tftp配置
上海亚威的老师写的,转载请注明出处R3(config)# access-list 4 permit YY.YY.15.65
R3(config)# tftp-server flash:TEST 4
tftp-server flash:TEST 是指 允许client设备访问我的flash中的test文件,后面的4 是一个acl 指允许哪些client访问这个文件
client 配置(考试不考)
n the following example, the router is configured to boot from a specified TFTP server:
Client# configure terminal
Enter configuration commands, one per line. End with CTRL/Z
Client(config)# no boot system
Client(config)# boot system c5300-js-mz.121-5.T.bin 172.16.111.111
Client(config)# boot system rom
Client(config)# config-register 0x010F
Client(config)# end
Client# copy running-config startup-config
Client# reload
In this example, the no boot system command invalidates all other boot system commands currently in the configuration memory, and any boot system commands entered after this command will be executed first. The second command, boot system filename address, tells the client router to look for the file c5300-js-mz.121-5.T.bin on the TFTP server with an IP address of 172.16.111.111. Failing this, the client router will boot from its system ROM in response to the boot system rom command, which is included as a backup in case of a network problem. The copy running-config startup-config command copies the configuration to the startup configuration, and the reload command boots the system. 学习中
{:6_267:} thank you very much {:6_276:}{:6_276:}{:6_276:} {:6_301:}{:6_301:}{:6_301:} {:6_298:}{:6_298:}{:6_298:}
页:
[1]