cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1542
Views
0
Helpful
2
Replies

How to enable Site-to-Site VPN connection email notifications on ASA?

Marvin Götz
Level 1
Level 1

How to enable Site-to-Site VPN connection e-mail notifications?

Maybe it's possible with the eventmanager?

2 Accepted Solutions

Accepted Solutions

jagmeesi
Level 1
Level 1

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

View solution in original post

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

View solution in original post

2 Replies 2

jagmeesi
Level 1
Level 1

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

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