aboutsummaryrefslogtreecommitdiffstats
path: root/CCNP/ROUTE/BGP/Joshua_Johnson/ccnp_route_lab_manual_bgp_6-1/tclsh.txt
blob: 39c4fcb393b474948e15737b6f640ea48ce989e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
tclsh
foreach address {
10.0.0.1
10.0.0.2
10.1.1.1
192.168.0.1
192.168.1.1
172.16.0.2
172.16.0.1
172.16.1.1
} {
ping $address }
exit