<?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: Is possible to collect Rejected IP and Ports with snmp? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51911#M14270</link>
    <description>I found what i ask. I just need more RTFM, sorry.&lt;BR /&gt;
&lt;BR /&gt;
Thank You.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Jul 2016 09:40:00 GMT</pubDate>
    <dc:creator>modris_bernands</dc:creator>
    <dc:date>2016-07-01T09:40:00Z</dc:date>
    <item>
      <title>Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51905#M14264</link>
      <description>I want to collect "Rejected IP" + "Rejected Port" from problematic X350.&lt;BR /&gt;
Is possible get this information with snmp or other method?&lt;BR /&gt;
&lt;BR /&gt;
Additional Q: if I create ACL to deny unwanted subnet on "Rejected port", Is this deny connection count only on 'show access-list counter' or included also in "Rejected IP" and "Rejected Port" (read: show iparp stats vlan all) ?&lt;BR /&gt;
&lt;BR /&gt;
I got many rejected counts and because I want start debug collect it to start debug my network incorrect design.&lt;BR /&gt;
&lt;BR /&gt;
excuse about my bad English and networking knowledge...&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jun 2016 16:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51905#M14264</guid>
      <dc:creator>modris_bernands</dc:creator>
      <dc:date>2016-06-29T16:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51906#M14265</link>
      <description>As far as I know, these values are not available in any SNMP MIB.&lt;BR /&gt;
The ACL counters are only shown with  'show access-list counter' and will not show up in any other system counter.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:17:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51906#M14265</guid>
      <dc:creator>Ron_Huygens</dc:creator>
      <dc:date>2016-06-30T13:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51907#M14266</link>
      <description>You can allow ARP packets having a sender address within a network subnet configured and deny everything else. You would see ACL deny counter increasing but not see the rejected counter increasing in the show iparp output.&lt;BR /&gt;
&lt;BR /&gt;
entry 1 { if { arp-sender-address 10.0.0.0/24; } then { permit; } }&lt;BR /&gt;
entry 2 { if { arp-sender-address 0.0.0.0/0; }     then { deny; count denyarp; } }  &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51907#M14266</guid>
      <dc:creator>Kevin_Kim</dc:creator>
      <dc:date>2016-07-01T09:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51908#M14267</link>
      <description>Thats is what I need, work greate and block all unvanted ARP.</description>
      <pubDate>Fri, 01 Jul 2016 09:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51908#M14267</guid>
      <dc:creator>modris_bernands</dc:creator>
      <dc:date>2016-07-01T09:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51909#M14268</link>
      <description>What ir Yours documental library for &lt;MATCH-CONDITIONS&gt; in ACL? Is there place where it all together, for example, rfc? &lt;BR /&gt;
&lt;BR /&gt;
I try find some similaries with wireshark filters, but not sure. Or is this only defined and implemented by extreme designers?&lt;BR /&gt;
&lt;BR /&gt;&lt;/MATCH-CONDITIONS&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51909#M14268</guid>
      <dc:creator>modris_bernands</dc:creator>
      <dc:date>2016-07-01T09:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51910#M14269</link>
      <description>Please check 'Chapter 20 ACLs' in the EXOS 15.3 Concepts Guide. &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://extremenetworks.com/wp-content/uploads/2014/03/EXOS_Concepts_Guide_15_3_2.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extremenetworks.com/wp-content/uploads/2014/03/EXOS_Concepts_Guide_15_3_2.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51910#M14269</guid>
      <dc:creator>Kevin_Kim</dc:creator>
      <dc:date>2016-07-01T09:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Is possible to collect Rejected IP and Ports with snmp?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51911#M14270</link>
      <description>I found what i ask. I just need more RTFM, sorry.&lt;BR /&gt;
&lt;BR /&gt;
Thank You.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2016 09:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/is-possible-to-collect-rejected-ip-and-ports-with-snmp/m-p/51911#M14270</guid>
      <dc:creator>modris_bernands</dc:creator>
      <dc:date>2016-07-01T09:40:00Z</dc:date>
    </item>
  </channel>
</rss>

