cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
713
Views
13
Helpful
4
Replies

How to monitor the status of a WAN end-to-end IP connection?

gianluca2891
Level 1
Level 1

Hello,

I have the need to monitor the status of a WAN end-to-end connection over an IP cloud. More precisely, I need to be alerted when the other end of the connection becomes unreacheable. Manually I would just use ping. But what if this must be accomplished automatically?  

Shall I use some network management suite? Or is there any simpler way (i.e. querying the router via SNMP, ecc.) to do this?

Thanks in advance,

Gianluca 

1 Accepted Solution

Accepted Solutions

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Gianluca,

if both ends are cisco routers you could think to use a point-to-point GRE tunnel that uses as source and destination the  two addresses to be monitored with GRE keepalive enabled (if supported on both ends).

This may be an effective way to perform "in band"/ on the path testing if all you need is a change in routing

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t8/feature/guide/grekpliv.html

Another option is an ICMP SLA.

see

http://www.cisco.com/en/US/docs/ios/ipsla/configuration/guide/sla_overview_ps6441_TSD_Products_Configuration_Guide_Chapter.html

EEM that is suggested by Jon is more complex but provides you a way to program a reaction of device to fault that is behind simple changes in routing.

EEM can monitor the IP SLA and can do something when it fails including sending an email.

Hope to help

Giuseppe

View solution in original post

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

Gianluca

A lot depends on your router and IOS version. Cisco have something called EEM (Embedded Event Manager) in the more recent versions of IOS and this can be used to monitor a link and then generate an e-mail when it goes down. Have a look at EEM Q&A to see if it meets your needs -

EEM  Q&A

Jon

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Gianluca,

if both ends are cisco routers you could think to use a point-to-point GRE tunnel that uses as source and destination the  two addresses to be monitored with GRE keepalive enabled (if supported on both ends).

This may be an effective way to perform "in band"/ on the path testing if all you need is a change in routing

http://www.cisco.com/en/US/docs/ios/12_2t/12_2t8/feature/guide/grekpliv.html

Another option is an ICMP SLA.

see

http://www.cisco.com/en/US/docs/ios/ipsla/configuration/guide/sla_overview_ps6441_TSD_Products_Configuration_Guide_Chapter.html

EEM that is suggested by Jon is more complex but provides you a way to program a reaction of device to fault that is behind simple changes in routing.

EEM can monitor the IP SLA and can do something when it fails including sending an email.

Hope to help

Giuseppe

You could always use IP sla monitoring to ping both endpoints and with tracking you could bring interfaces down (if you use HSRP).

Or with EEM you could send an e-mail if the ip sla parameter (icmp, ...) does not succeed.

gianluca2891
Level 1
Level 1

Many thanks, I have just flicked through IP SLA documentation and it is definitely what I was looking for.

Gianluca

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card