cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1272
Views
15
Helpful
7
Replies

snmp server to receive trap

Ibrahim Jamil
Level 6
Level 6

Hello folks

How to prepare my network for snmp,currently i don't have SNMP configured with community,so what is the requirement for that?do i n

what server i need to configure in order  to receive SNMP traps

coz last time i had issue ,one of my tunnels (terminated on asa 5510) goes down for 2 hours and i didn't realized that

thanks for ur knowledge

7 Replies 7

Jennifer Halim
Cisco Employee
Cisco Employee

Here is the configuration guide to configure SNMP on ASA firewall:

http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_snmp.html

You would need to have your SNMP server ready to receive all the SNMP traps from the ASA.

thanks for ur reply,how to configure traps for various events?

What you are looking to check is probably more suitable if you use syslog instead of snmp.

There is an exact syslog that will tell you when the VPN tunnel is down. You can even configure just 1 syslog message to be sent to your syslog server.

If you haven't already had a syslog server, there are plenty of free ware available for download.

Here is how to configure syslog for your reference:

http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/monitor_syslog.html

Here is all the list of syslog messages that can be generated from the ASA:

http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html

You can check which specific syslog message you would like to send to your syslog server, or you can also send those syslog by severity levels.

Hope this helps.

Hi

how to configure the asa to send syslog if the tunnel goes down for some reason

The following syslogs are the ones that might be the closest to what you are after (send syslog messages when tunnel is down):

602304:

http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4774236


713050:

http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4775418


713194:

http://www.cisco.com/en/US/docs/security/asa/asa82/system/message/logmsgs.html#wp4776100

To send only the above syslog messages, you can create a message list and here is to configure logging to syslog server:

logging host
logging list ipsec-logs message 602304
logging list ipsec-logs message 713050
logging list ipsec-logs message 713194
logging trap ipsec-logs
logging on

Hope that helps.

thanks Halim

merabtavart
Level 1
Level 1

Check

http://www.vpnttg.com/

Advantage   of VPNTTG over other SNMP based monitoring software’s is  following:   Other (commonly used) software’s are working with static OID  numbers,   i.e. whenever tunnel disconnects and reconnects, it gets  assigned a  new  OID number. This means that the historical data, gathered  on the   connection, is lost each time. However, VPNTTG works with VPN  peer’s  IP  address and it stores for each VPN tunnel historical  monitoring  data  into the SQL server and into the RRD (Round Robin  Database) file.

HTH

Review Cisco Networking for a $25 gift card