Hướng dẫn sử dụng ping-script
1. Cắt và dán chuỗi lệnh dưới đây vào router. Thay thế các địa chỉ IP tương ứng bằng các địa chỉ trong sơ đồ lab của bạn.
tclsh
foreach pl {10.14.1.110.12.1.110.44.3.310.11.1.1} {ping $pl}
2. Here's the output:
R8-rsl-R5#tclshR8-rsl-R5(tcl)#foreach pl {+>10.14.1.1+>10.12.1.1+>10.44.3.3+>10.11.1.1+>} {ping $pl}
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.14.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 16/18/20 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.12.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.44.3.3, timeout is 2 seconds:U.U.USuccess rate is 0 percent (0/5)Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.11.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 msR8-rsl-R5(tcl)#^ZR8-rsl-R5#
kết quả này được thử nghiệm vớI 2600 and 7200 platform with 12.1(5)T12 and 12.2(6c).Trên 3550s không hoạt động do không có TCL shell.
1. Cắt và dán chuỗi lệnh dưới đây vào router. Thay thế các địa chỉ IP tương ứng bằng các địa chỉ trong sơ đồ lab của bạn.
tclsh
foreach pl {10.14.1.110.12.1.110.44.3.310.11.1.1} {ping $pl}
2. Here's the output:
R8-rsl-R5#tclshR8-rsl-R5(tcl)#foreach pl {+>10.14.1.1+>10.12.1.1+>10.44.3.3+>10.11.1.1+>} {ping $pl}
Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.14.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 16/18/20 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.12.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 msType escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.44.3.3, timeout is 2 seconds:U.U.USuccess rate is 0 percent (0/5)Type escape sequence to abort.Sending 5, 100-byte ICMP Echos to 10.11.1.1, timeout is 2 seconds:!!!!!Success rate is 100 percent (5/5), round-trip min/avg/max = 20/20/20 msR8-rsl-R5(tcl)#^ZR8-rsl-R5#
kết quả này được thử nghiệm vớI 2600 and 7200 platform with 12.1(5)T12 and 12.2(6c).Trên 3550s không hoạt động do không có TCL shell.
Comment