cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6494
Views
0
Helpful
4
Replies

Cisco ASA SNMP V3 config for Solarwinds

acharyr123
Level 3
Level 3

Hi,

I am trying to integrate Cisco ASA 5520 having version:8.4 with Solarwind server for sending SNMP traps. The command: "snmp-server view iso included" is not available in ASA, hence solarwind is not able to pull the ASA details.

I have included the below configuration for SNMP in ASA:

=============================================================

hostname(config)# snmp-server group v3 vpn-group priv

hostname(config)# snmp-server user admin vpn group v3 auth sha letmein priv 3des cisco123

hostname(config)# snmp-server host Inside 10.10.10.100 version 3 priv admin

===========================================================

Kindly suggest..

4 Replies 4

Mohsin Hussain
Level 1
Level 1

Configuration looks fine except missing '-' between group name 

hostname(config)# snmp-server user admin vpn group v3 auth sha letmein priv 3des cisco123

has to be like

hostname(config)# snmp-server user admin vpn-group v3 auth sha letmein priv 3des cisco123

do snmp-server enable and snmp-server enable traps all .

 

It will work . 

 

 

Regards,

Collin Clark
VIP Alumni
VIP Alumni

Here's a working config-

snmp-server group MyGroup v3 priv 
snmp-server user snmpAdmin MyGroup v3 auth sha SeCrEt priv aes 128 sEcReT
snmp-server host inside 10.210.110.10 version 3 snmpAdmin

We have a site to site vpn setup between two data centers. Both are ASA firewalls on both side. We configured the same configuration on the Cisco ASA but it is not working for us. So the setup like ASA1—site to site VPN— ASA2 — Solarwinds server. We are trying to monitor ASA1 with SNMPv3 but we do not see any communication in Solarwinds logs from ASA1. It is currently working fine on SNMPv2. Please advice.

We have a site to site vpn setup between two data centers. Both are ASA firewalls on both side. We configured the same configuration on the Cisco ASA but it is not working for us. So the setup like ASA1—site to site VPN— ASA2 — Solarwinds server. We are trying to monitor ASA1 with SNMPv3 but we do not see any communication in Solarwinds logs from ASA1. It is currently working fine on SNMPv2. Please advice.

Review Cisco Networking products for a $25 gift card