- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2016 05:56 AM
How to enable Site-to-Site VPN connection e-mail notifications?
Maybe it's possible with the eventmanager?
Solved! Go to Solution.
- Labels:
-
VPN
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2016 10:10 AM
Hi Mario
I think this might work as per your intent :
logging list email level notifications class vpn
logging list email level notifications class vpnc
!
logging mail email
logging from-address <from_email_address>
logging recipient-address <to_email_address> level notifications
Regards
Jagmeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2016 03:05 PM
Hi all,
correct answer from jagmeesi.
Also you can improve the messages only with the message ID you need.
Take a look here: http://www.cisco.com/c/en/us/td/docs/security/asa/syslog-guide/syslogs.html
For example you want to know only when a local user successful connect:
logging list VPN message 113012
logging mail VPN
logging recipient-address test@test.com level informational
You can also put in multiple mail reciepients with different logging level.
Regards Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2016 10:10 AM
Hi Mario
I think this might work as per your intent :
logging list email level notifications class vpn
logging list email level notifications class vpnc
!
logging mail email
logging from-address <from_email_address>
logging recipient-address <to_email_address> level notifications
Regards
Jagmeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2016 03:05 PM
Hi all,
correct answer from jagmeesi.
Also you can improve the messages only with the message ID you need.
Take a look here: http://www.cisco.com/c/en/us/td/docs/security/asa/syslog-guide/syslogs.html
For example you want to know only when a local user successful connect:
logging list VPN message 113012
logging mail VPN
logging recipient-address test@test.com level informational
You can also put in multiple mail reciepients with different logging level.
Regards Marco
