<?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: Viewing SNMP ACL Policy counters, is it possible? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/viewing-snmp-acl-policy-counters-is-it-possible/m-p/20730#M1308</link>
    <description>I am going to demonstrate using telnet access-profile, snmp should be the same.&lt;BR /&gt;
&lt;BR /&gt;
1. create dynamic ACL&lt;BR /&gt;
&lt;BR /&gt;
create access-list telnet_acl " source-address 192.168.100.101/32 ; destination-address 10.67.72.85/32 ; protocol tcp ; destination-port 23 ;" " permit  ;" application "Cli"&lt;BR /&gt;
&lt;BR /&gt;
2. Add ACL to telnet access-profile&lt;BR /&gt;
&lt;BR /&gt;
configure telnet access-profile add "telnet_acl" first&lt;BR /&gt;
&lt;BR /&gt;
3. You should see the hit count when permit/deny&lt;BR /&gt;
&lt;BR /&gt;
* X460-24t.35 # show access-list counter process telnet================================================================================&lt;BR /&gt;
Access-list                                Permit Packets          Deny Packets     &lt;BR /&gt;
================================================================================&lt;BR /&gt;
telnet_acl                                              1                     0&lt;BR /&gt;
================================================================================&lt;BR /&gt;
Total Rules : 1&lt;BR /&gt;
&lt;BR /&gt;
SNMP should be the same using snmp access-profile&lt;BR /&gt;
&lt;BR /&gt;
Managing ACL Rules for SNMPBefore you can assign an ACL rule to SNMP, you must create a dynamic ACL rule as described in ACLs.&lt;BR /&gt;
Managing the Switch&lt;BR /&gt;
&lt;BR /&gt;
• To add or delete a rule for SNMP access, use the following command:&lt;BR /&gt;
configure snmp access-profile [ access_profile {readonly | readwrite} | [[add&lt;BR /&gt;
rule ] [first | [[before | after] previous_rule]]] | delete rule | none ]&lt;BR /&gt;
• To display the access-list permit and deny statistics for an application, use the following command:&lt;BR /&gt;
show access-list counters process [snmp | telnet | ssh2 | http]&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sat, 11 Jun 2016 18:41:00 GMT</pubDate>
    <dc:creator>Edward_Tsui</dc:creator>
    <dc:date>2016-06-11T18:41:00Z</dc:date>
    <item>
      <title>Viewing SNMP ACL Policy counters, is it possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/viewing-snmp-acl-policy-counters-is-it-possible/m-p/20729#M1307</link>
      <description>Is it possible to see the counters in an SNMP policy?&lt;BR /&gt;
&lt;BR /&gt;
I have a policy that looks like this:&lt;BR /&gt;
entry e1 { if { source-address 172.16.5.211/32; } then { permit; count prtg; }}  entry e2 { if { source-address 10.22.0.49/32; } then { permit; count rocnms; }}&lt;BR /&gt;
entry e3 { if { source-address 10.21.12.49/32; } then { permit; count bsanms; }}  entry e4 { if { source-address 172.16.5.226/32; } then { permit; count nmslinux; }}  entry denyall { if { } then { deny; count denyall; }}  Pretty simple, but if I do a 'show access-list counter process snmp' I get this:&lt;BR /&gt;
================================================================================  Access-list                                Permit Packets          Deny Packets&lt;BR /&gt;
================================================================================&lt;BR /&gt;
================================================================================&lt;BR /&gt;
Total Rules : 0The policy is working as expected, but I can't see the counters.  There was one thread from two years ago that said this may be expected behavior, but no alternative was given to seeing the counters.  I'd really like to know if anything else is trying to probe my cores via SNMP.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2016 12:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/viewing-snmp-acl-policy-counters-is-it-possible/m-p/20729#M1307</guid>
      <dc:creator>Ron_Prague</dc:creator>
      <dc:date>2016-06-11T12:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Viewing SNMP ACL Policy counters, is it possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/viewing-snmp-acl-policy-counters-is-it-possible/m-p/20730#M1308</link>
      <description>I am going to demonstrate using telnet access-profile, snmp should be the same.&lt;BR /&gt;
&lt;BR /&gt;
1. create dynamic ACL&lt;BR /&gt;
&lt;BR /&gt;
create access-list telnet_acl " source-address 192.168.100.101/32 ; destination-address 10.67.72.85/32 ; protocol tcp ; destination-port 23 ;" " permit  ;" application "Cli"&lt;BR /&gt;
&lt;BR /&gt;
2. Add ACL to telnet access-profile&lt;BR /&gt;
&lt;BR /&gt;
configure telnet access-profile add "telnet_acl" first&lt;BR /&gt;
&lt;BR /&gt;
3. You should see the hit count when permit/deny&lt;BR /&gt;
&lt;BR /&gt;
* X460-24t.35 # show access-list counter process telnet================================================================================&lt;BR /&gt;
Access-list                                Permit Packets          Deny Packets     &lt;BR /&gt;
================================================================================&lt;BR /&gt;
telnet_acl                                              1                     0&lt;BR /&gt;
================================================================================&lt;BR /&gt;
Total Rules : 1&lt;BR /&gt;
&lt;BR /&gt;
SNMP should be the same using snmp access-profile&lt;BR /&gt;
&lt;BR /&gt;
Managing ACL Rules for SNMPBefore you can assign an ACL rule to SNMP, you must create a dynamic ACL rule as described in ACLs.&lt;BR /&gt;
Managing the Switch&lt;BR /&gt;
&lt;BR /&gt;
• To add or delete a rule for SNMP access, use the following command:&lt;BR /&gt;
configure snmp access-profile [ access_profile {readonly | readwrite} | [[add&lt;BR /&gt;
rule ] [first | [[before | after] previous_rule]]] | delete rule | none ]&lt;BR /&gt;
• To display the access-list permit and deny statistics for an application, use the following command:&lt;BR /&gt;
show access-list counters process [snmp | telnet | ssh2 | http]&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 11 Jun 2016 18:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/viewing-snmp-acl-policy-counters-is-it-possible/m-p/20730#M1308</guid>
      <dc:creator>Edward_Tsui</dc:creator>
      <dc:date>2016-06-11T18:41:00Z</dc:date>
    </item>
  </channel>
</rss>

