Quantcast
Channel: IEOC - INE's Online Community
Viewing all articles
Browse latest Browse all 10744

TCLSH Script for Ping and Traceroute with source ?

$
0
0

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"] }

 

 


Viewing all articles
Browse latest Browse all 10744