Home > Alumnus Blog > Simple TCLSH, multiple ping from IOS

Simple TCLSH, multiple ping from IOS

This is simple way to multiple ping from IOS command in one way, use tclsh. tclsh is IOS scripting like shell scripting in *nix machine. Just type your script in note text, paste it in your terminal console.

foreach IP {
192.168.0.1
192.168.1.1
192.168.2.1
192.168.3.1
} { “ping $IP” }

Router# tclsh
Router(tcl)#foreach IP {
+>192.168.0.1
+>192.168.1.1
+>192.168.2.1
+>192.168.3.1
+>} { “ping $IP”

Read original post at http://awanetwork.blogspot.com/2008/07/simple-tclsh-multiple-ping-from-ios.html

Related posts:

  1. Simple TCLSH, multiple ping from IOS
  2. Simple backup, Primary and Secondary Link
  3. Failed in first attempt CCIE lab exam
  4. [HowTo] Run Multiple Instances of Yahoo Messenger (YM)
  5. BGP is clever (% BGP : incorrect network or mask configured)
  6. Network Time Service Cisco Router
  7. 3 days before mission 'going to CCIE'
  8. Cisco Back to Back Line AUX Ports
  9. multiple intelligence
  10. 'verify /md5' is nothing, still ..a valid magic number

Categories: Alumnus Blog Tags:
  1. No comments yet.
  1. No trackbacks yet.