02-20-2012 08:56 AM - edited 03-11-2019 03:32 PM
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..
01-15-2015 04:48 AM
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,
01-15-2015 07:11 AM
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
02-28-2019 10:50 AM
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.
02-28-2019 10:50 AM
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.
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