aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/BGP/Joshua_Johnson/ccnp_route_lab_manual_bgp_6-4/tclsh.txt
blob: 0d6ff64a175985800878ad497ff2360054709f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
tclsh
foreach address {
192.168.1.5
192.168.1.6
172.24.1.17
172.24.1.18
10.2.2.1
198.133.219.1
} {
ping $address }
exit