07-25-2011 06:37 PM - edited 03-11-2019 02:03 PM
Hello everyone,
I am not sure if this can be done in asa 5510. Is there any way we can configure that when our public ip goes down i get an email?
Thanks
Solved! Go to Solution.
07-28-2011 10:26 AM
You could configure the ASA to monitor the next-hop IP towards your ISP using route-tracking; it will log a syslog when the tracked route goes down.
The ASA could be configured to send just that particular email via syslog to your email address.
You could leave your default route in place pointing to the next hop ip, and configure a single "bogus" /32 route that is just used to ensure that the gateway is up. That way, if the gateway does go down your default route is still there, and only your bogus /32 route is pulled from the routing table.
Configuring Route tracking:
Logging syslogs via email:
http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/monitor_syslog.html#wp1134510
07-28-2011 10:26 AM
You could configure the ASA to monitor the next-hop IP towards your ISP using route-tracking; it will log a syslog when the tracked route goes down.
The ASA could be configured to send just that particular email via syslog to your email address.
You could leave your default route in place pointing to the next hop ip, and configure a single "bogus" /32 route that is just used to ensure that the gateway is up. That way, if the gateway does go down your default route is still there, and only your bogus /32 route is pulled from the routing table.
Configuring Route tracking:
Logging syslogs via email:
http://www.cisco.com/en/US/docs/security/asa/asa84/configuration/guide/monitor_syslog.html#wp1134510
07-31-2011 08:55 PM
Thanks
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