<?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: SNMPv3 hit count = 0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3360341#M975780</link>
    <description>&lt;P&gt;I have just deleted snmp location, contact and community since snmp v3 doesn't use them.&lt;/P&gt;
&lt;P&gt;The issue is still there. I can only see snmptrap but snmp hit=0.&lt;/P&gt;
&lt;P&gt;In logging, I found %ASA-6-110002 error&lt;/P&gt;
&lt;P&gt;"Failed to local egress interface for protocol from src" --&amp;gt; udp/161&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I conclude that it is a routing issue between zones.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have configured them with security-level 100 and globally "same-security-traffic permit inter-interface".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone can help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Apr 2018 12:21:27 GMT</pubDate>
    <dc:creator>h.dam</dc:creator>
    <dc:date>2018-04-04T12:21:27Z</dc:date>
    <item>
      <title>SNMPv3 hit count = 0</title>
      <link>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3359669#M975778</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I've configured snmpv3 client on my ASA with policies snmp and snmptrap.&lt;/P&gt;
&lt;P&gt;I found there are only snmptrap traffic from a switch (also configured snmpv3) on ASDM but snmp hit count stays 0.&lt;/P&gt;
&lt;P&gt;Then I run packet captures on this ASA ingress/engress traffic between NMS server and this switch.&lt;/P&gt;
&lt;P&gt;I saw traffic with ports 161, 162 talking between them =&amp;gt; So ASA does its job well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My issue is: why I don't have traffic on snmp policy line while I saw it in wireshark capture.&lt;/P&gt;
&lt;P&gt;The policy is very simple. source = NMS server --&amp;gt; destination = client port 161&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ASA version is 9.8(1), ASDM is 7.8(1)&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:35:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3359669#M975778</guid>
      <dc:creator>h.dam</dc:creator>
      <dc:date>2020-02-21T15:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 hit count = 0</title>
      <link>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3359859#M975779</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm thinking about the difference between snmptrap (which matches the policy line) and snmp (which didn' match).&lt;/P&gt;
&lt;P&gt;snmptrap is v2, clear txt and unidirectional&lt;/P&gt;
&lt;P&gt;snmp is v3, encrypted and bidirectional&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the snmp config on ASA:&lt;/P&gt;
&lt;P&gt;snmp-server group &amp;lt;groupname&amp;gt; v3 priv&lt;BR /&gt;snmp-server user &amp;lt;username&amp;gt; &amp;lt;groupname&amp;gt; v3 encrypted auth sha &amp;lt;auth-passwd&amp;gt; priv aes 128 &amp;lt;my-passwd&amp;gt;&lt;/P&gt;
&lt;P&gt;snmp-server host &amp;lt;interface&amp;gt; 10.x.x.x version 3 &amp;lt;username&amp;gt;&lt;/P&gt;
&lt;P&gt;snmp-server contact 1.0&lt;BR /&gt;snmp-server community *****&lt;BR /&gt;snmp-server enable traps config&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Should I delete contact and/or community?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2018 17:43:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3359859#M975779</guid>
      <dc:creator>h.dam</dc:creator>
      <dc:date>2018-04-03T17:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 hit count = 0</title>
      <link>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3360341#M975780</link>
      <description>&lt;P&gt;I have just deleted snmp location, contact and community since snmp v3 doesn't use them.&lt;/P&gt;
&lt;P&gt;The issue is still there. I can only see snmptrap but snmp hit=0.&lt;/P&gt;
&lt;P&gt;In logging, I found %ASA-6-110002 error&lt;/P&gt;
&lt;P&gt;"Failed to local egress interface for protocol from src" --&amp;gt; udp/161&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I conclude that it is a routing issue between zones.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have configured them with security-level 100 and globally "same-security-traffic permit inter-interface".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone can help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 12:21:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3360341#M975780</guid>
      <dc:creator>h.dam</dc:creator>
      <dc:date>2018-04-04T12:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 hit count = 0</title>
      <link>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3363707#M975781</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;By using packet tracer and wireshark, I found the snmp traffic going in and out the FW (but no hit-count changes)&lt;/P&gt;
&lt;P&gt;On the NMS server side, if I run polling to devices, the snmp hit-count increases this time.&lt;/P&gt;
&lt;P&gt;The server is configured to poll every second. But if I do nothing the hit-count stays stable. I don't know if it is the FW security feature.&lt;/P&gt;
&lt;P&gt;Anyway, snmp works well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:45:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmpv3-hit-count-0/m-p/3363707#M975781</guid>
      <dc:creator>h.dam</dc:creator>
      <dc:date>2018-04-10T19:45:58Z</dc:date>
    </item>
  </channel>
</rss>

