TCL Ping script below makes life easier ... but, is it possible to include source ip address or interface? Also, with Traceroute?
Appreciate any feedback.
Router#tclsh +>foreach VAR { +>192.168.255.1 +>192.168.255.2 +>192.168.255.3 +>192.168.255.4 +>192.168.255.5 +>192.168.255.6 +>192.168.255.7 +>192.168.255.8 +>192.168.255.9 +>192.168.255.10 +>} { puts [exec "ping $VAR"] }