ccie5022 / pinger

TCL script for Cisco IOS to ping IPs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pinger

TCL script for Cisco IOS to ping IPs
To run:
At the # prompt enter tclsh
paste in the the first part of the script:

Which IP's to ping?
type in
pinger {
8.8.8.8
8.8.4.4
10.1.1.1
}

Here are the results.
8.8.8.8 **** good ****
8.8.4.4 **** good ****
10.1.1.1 **** failed ***

About

TCL script for Cisco IOS to ping IPs

License:GNU General Public License v3.0


Languages

Language:Tcl 100.0%