Hey All, our company has over 50 remote sites; each with a primary circuit...usually T1 or Fiber Ring. We also have a VPN backup connection off of the same router. Currently we have alerting setup for the primary interface to email us if the interface goes down. I would LOVE to have ability to include a statement in the alert that would indicate whether or not the backup (tunnel) interface were up or down.
For example, if the primary were to go down due to a fiber cut or a rogue back-hoe, the backup should be up. However, if the the remote site were to lose power, more than likely both interfaces will go down.
I'm wondering if it is possible to pass a second variable to the Email Action that would provide the state of the tunnel interface as well as the primary interface. Below is the current alert that I'm using. Thoughts are appreciated. Let me know if I need to clarify anything.
--------------------------------------------------------
Device: ${Node.Caption}
Monitor: ${InterfaceName}
State: ${OperStatus}
IP: ${Node.IP_Address}
Location: ${Location}
Message sent on ${Date} at ${MediumTime}
--------------------------------------------------------