Skip to content

TCL script for Cisco routers to check connectivity to the several hosts.

Notifications You must be signed in to change notification settings

ubajze/cisco_connectivity_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

TCL script for Cisco routers to check connectivity to the specific hosts on the internet.

The script generates syslog message with the result.

Configuration for running script periodically:

event manager applet PING_TEST
 event timer watchdog time 300 maxrun 250
 action 0.5 cli command "enable"
 action 1.0 cli command "tclsh flash:ping.tcl"
 action 2.0 syslog msg "$syslog_msg_output$"
 action 3.0 cli command "configure terminal"
 action 4.0 cli command "no event manager environment syslog_msg_output"
 action 5.0 cli command "end"
 action 6.0 cli command "exit"

About

TCL script for Cisco routers to check connectivity to the several hosts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages