aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/PBR - SLA/Joshua_Johnson/ccnp_route_lab_manual_path_5-1/tclsh.txt
blob: 2db12ec8bd4c1ee53ec37da263b2175935ba7089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
tclsh
foreach address {
192.168.1.1
192.168.2.1
192.168.3.1
192.168.4.1
192.168.4.129
172.16.12.1
172.16.12.2
172.16.13.1
172.16.13.3
172.16.23.2
172.16.23.3
172.16.34.3
172.16.34.4
} {
ping $address }
exit