cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
0
Helpful
3
Replies

ISDN monitor interface alert

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 

1 Accepted Solution

Accepted Solutions

Mark Malone
VIP Alumni
VIP Alumni

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"

View solution in original post

3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni

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"

Thanks for your help!

The dot after " (".) are required? 

Review Cisco Networking for a $25 gift card