02-18-2016 01:36 PM - edited 03-08-2019 04:38 AM
Hi
somebody knows how to perform a monitor to a ISDN interface the state, and the if the state change to deactivated send a email to alert or something similar. I don´t figure out how to do with 3rd party software or only I can do with another NPM?
Or how is the best way, recommendations,etc
Thanks in advance
Solved! Go to Solution.
02-18-2016 02:00 PM
Hi
one option is you could try use an EEM script to send an email to your mail server from the router itself, just change it to whatever type of interface you want to track and change email/ip below etc
track 10 interface bri0/0 line-protocol
event manager applet ISDN.DOWN
event track 10 state down
action 1.0 syslog msg "Capturing ISDN BASIC RATE INTERFACE HARD DOWN"
action 1.5 mail server "192.168.100.10" to ".mark@networks.com." from ".EEM@cisco.com." subject ".ISDN_BRI0/0_HARD_DOWN." body "Current users $_cli_result"
02-18-2016 02:00 PM
Hi
one option is you could try use an EEM script to send an email to your mail server from the router itself, just change it to whatever type of interface you want to track and change email/ip below etc
track 10 interface bri0/0 line-protocol
event manager applet ISDN.DOWN
event track 10 state down
action 1.0 syslog msg "Capturing ISDN BASIC RATE INTERFACE HARD DOWN"
action 1.5 mail server "192.168.100.10" to ".mark@networks.com." from ".EEM@cisco.com." subject ".ISDN_BRI0/0_HARD_DOWN." body "Current users $_cli_result"
02-18-2016 02:53 PM
Thanks for your help!
02-19-2016 07:03 AM
The dot after " (".) are required?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide