<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Here's a working config-snmp in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/3812006#M459089</link>
    <description>&lt;P style="text-align: justify;"&gt;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.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 18:50:52 GMT</pubDate>
    <dc:creator>tishmanspeyer</dc:creator>
    <dc:date>2019-02-28T18:50:52Z</dc:date>
    <item>
      <title>Cisco ASA SNMP V3 config for Solarwinds</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/1857069#M459085</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included the below configuration for SNMP in ASA:&lt;/P&gt;&lt;P&gt;=============================================================&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;hostname(config)#&lt;STRONG&gt; &lt;/STRONG&gt;snmp-server group v3 &lt;STRONG&gt;vpn-group&lt;/STRONG&gt; priv
&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A name="wp1368858" target="_blank"&gt;&lt;/A&gt; &lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;hostname(config)# snmp-server &lt;STRONG&gt;user&lt;/STRONG&gt; &lt;STRONG style="font-weight: bold;"&gt;admin vpn group&lt;/STRONG&gt;&lt;EM style="font-style: italic; font-weight: normal;"&gt; &lt;/EM&gt;v3 auth sha &lt;STRONG&gt;letmein&lt;/STRONG&gt; &lt;STRONG&gt;priv&lt;/STRONG&gt; 3des &lt;STRONG&gt;cisco123
&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;A name="wp1368862" target="_blank"&gt;&lt;/A&gt; &lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;hostname(config)# snmp-server host &lt;STRONG&gt;Inside 10.10.10.100 &lt;/STRONG&gt;version 3 priv admin
&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;===========================================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly suggest..&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:32:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/1857069#M459085</guid>
      <dc:creator>acharyr123</dc:creator>
      <dc:date>2019-03-11T22:32:44Z</dc:date>
    </item>
    <item>
      <title>Configuration looks fine</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/1857070#M459086</link>
      <description>&lt;P&gt;Configuration looks fine except missing '-' between group name&amp;nbsp;&lt;/P&gt;

&lt;PRE&gt;
hostname(config)# snmp-server &lt;STRONG&gt;user&lt;/STRONG&gt; &lt;STRONG&gt;admin vpn group&lt;/STRONG&gt;&lt;EM&gt; &lt;/EM&gt;v3 auth sha &lt;STRONG&gt;letmein&lt;/STRONG&gt; &lt;STRONG&gt;priv&lt;/STRONG&gt; 3des &lt;STRONG&gt;cisco123&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;has to be like&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;
hostname(config)# snmp-server &lt;STRONG&gt;user&lt;/STRONG&gt; &lt;STRONG&gt;admin vpn-group&lt;/STRONG&gt;&lt;EM&gt; &lt;/EM&gt;v3 auth sha &lt;STRONG&gt;letmein&lt;/STRONG&gt; &lt;STRONG&gt;priv&lt;/STRONG&gt; 3des &lt;STRONG&gt;cisco123&lt;/STRONG&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;do snmp-server enable and snmp-server enable traps all .&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;It will work .&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 12:48:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/1857070#M459086</guid>
      <dc:creator>Mohsin Hussain</dc:creator>
      <dc:date>2015-01-15T12:48:46Z</dc:date>
    </item>
    <item>
      <title>Here's a working config-snmp</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/1857071#M459087</link>
      <description>&lt;P&gt;Here's a working config-&lt;/P&gt;&lt;P&gt;snmp-server group MyGroup v3 priv&amp;nbsp;&lt;BR /&gt;snmp-server user snmpAdmin&amp;nbsp;MyGroup v3 auth sha SeCrEt priv aes 128 sEcReT&lt;BR /&gt;snmp-server host inside 10.210.110.10 version 3 snmpAdmin&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jan 2015 15:11:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/1857071#M459087</guid>
      <dc:creator>Collin Clark</dc:creator>
      <dc:date>2015-01-15T15:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a working config-snmp</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/3812005#M459088</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 18:50:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/3812005#M459088</guid>
      <dc:creator>tishmanspeyer</dc:creator>
      <dc:date>2019-02-28T18:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Here's a working config-snmp</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/3812006#M459089</link>
      <description>&lt;P style="text-align: justify;"&gt;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.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 18:50:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-snmp-v3-config-for-solarwinds/m-p/3812006#M459089</guid>
      <dc:creator>tishmanspeyer</dc:creator>
      <dc:date>2019-02-28T18:50:52Z</dc:date>
    </item>
  </channel>
</rss>

