<?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: Getting L3 Statistics from a 7432CQ in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94194#M2016</link>
    <description>&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your example. I freely adapted your configer-snippet and unfortunately it seems like, it isn't working.&lt;/P&gt;&lt;PRE&gt;VSP7400:1(config)#filter acl 4 type inVlan name "VLAN4stats"&lt;BR /&gt;VSP7400:1(config)#filter acl vlan 4 4&lt;BR /&gt;VSP7400:1(config)#filter acl ace 4 1&lt;BR /&gt;VSP7400:1(config)#filter acl ace action 4 1 permit count&lt;BR /&gt;VSP7400:1(config)#$ ace ethernet 4 1 dst-mac mask 00:00:00:00:00:00 0xffffffffffff&lt;BR /&gt;VSP7400:1(config)#filter acl ace 4 1 enable&lt;BR /&gt;VSP7400:1(config)#&lt;BR /&gt;VSP7400:1(config)#end&lt;BR /&gt;VSP7400:1#show filter acl statistics 4 1&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;************************************************************************************&lt;BR /&gt;Command Execution Time: Mon Dec 19 &lt;BR /&gt;************************************************************************************&lt;BR /&gt;&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Acl Ace Statistics Table&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Acl Id Acl Name Acl Type Ace Id Packets Bytes&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------&lt;BR /&gt;4 VLAN4stats inVlan 1 0 0&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Did I miss something?&lt;/P&gt;&lt;P&gt;Best regards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Dec 2022 13:59:11 GMT</pubDate>
    <dc:creator>Kurz-Weber</dc:creator>
    <dc:date>2022-12-19T13:59:11Z</dc:date>
    <item>
      <title>Getting L3 Statistics from a 7432CQ</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94148#M2010</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;as a newcomer to Extreme Networks (previously working with Juniper &amp;amp; Alcatel), I really struggle to make some requests to work. For capacity-management I need to find out, what each configured network ip interface is utilizing. It is not enough to say, what the physical interface is doing. We need it to find out flows betwen networks and their utilizations and peaks.&lt;/P&gt;&lt;P&gt;Our environment looks like this:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;We're using VSP Series 7400&lt;/LI&gt;&lt;LI&gt;Whole Backbone is deployed in Fabric-Mode.&lt;/LI&gt;&lt;LI&gt;One Fabric-Member is doing Routing and has all Gateways of all VLANs, which are in our Fabric.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;We have multiple tools like XIQ, PRTG or Scrutinizer available. With PRTG is can successfully receive/poll interface statistics from physical interface. Unfortunately no data can be access per vlan.&lt;/P&gt;&lt;P&gt;Maybe I'm going about it completely the wrong way and I hope, you might enlight me.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 11:11:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94148#M2010</guid>
      <dc:creator>Kurz-Weber</dc:creator>
      <dc:date>2022-12-15T11:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting L3 Statistics from a 7432CQ</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94153#M2011</link>
      <description>&lt;P&gt;Hi, you would have to setup an ACL and enable "count" to get per VLAN or IP interface stats.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2022 13:45:54 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94153#M2011</guid>
      <dc:creator>Roger_Lapuh</dc:creator>
      <dc:date>2022-12-15T13:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting L3 Statistics from a 7432CQ</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94173#M2012</link>
      <description>&lt;P&gt;I keep losing my notes on how to do that...!&lt;/P&gt;&lt;P&gt;So again, I have a VLAN 203 on my VSP7400 switch, so I create this filter:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VSP7448-1:1(config)#[v74]% cfg||acl
               alias[v74]% show running-config -bi ||acl
config terminal
filter acl 203 type inVlan name "VLAN203stats"
filter acl vlan 203 203
filter acl ace 203 1
filter acl ace action 203 1 permit count
filter acl ace ethernet 203 1 dst-mac mask 00:00:00:00:00:00 0xffffffffffff
filter acl ace 203 1 enable
end&lt;/LI-CODE&gt;&lt;P&gt;And now I have byte and packet counters for all traffic entering that VLAN:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;VSP7448-1:1(config)#[v74]% show filter acl statistics 203 1
====================================================================================================
                            Acl Ace Statistics Table
====================================================================================================
Acl Id  Acl Name    Acl Type  Ace Id  Packets    Bytes
-----------------------------------------------------------------------------------------------------------
203     VLAN203stats inVlan    1       5232925    669804978&lt;/LI-CODE&gt;&lt;P&gt;And you can also pull those stats from these MIBs:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;rcPrFilterAceStatsMatchCountPkts                      .1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.4
rcPrFilterAceStatsMatchCountOctets                    .1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.5&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;lstevens@toolbox:~$ snmpgetnext -v 2c -c public 10.8.1.11 .1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.4
RAPID-CITY::rcPrFilterAceStatsMatchCountPkts.203.1.0 = Counter64: 5278036
lstevens@toolbox:~$ snmpgetnext -v 2c -c public 10.8.1.11 .1.3.6.1.4.1.2272.1.202.1.1.2.4.24.1.5
RAPID-CITY::rcPrFilterAceStatsMatchCountOctets.203.1.0 = Counter64: 677036576
lstevens@toolbox:~$&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Dec 2022 15:33:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94173#M2012</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2022-12-16T15:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting L3 Statistics from a 7432CQ</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94194#M2016</link>
      <description>&lt;P&gt;Hi Steven,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much for your example. I freely adapted your configer-snippet and unfortunately it seems like, it isn't working.&lt;/P&gt;&lt;PRE&gt;VSP7400:1(config)#filter acl 4 type inVlan name "VLAN4stats"&lt;BR /&gt;VSP7400:1(config)#filter acl vlan 4 4&lt;BR /&gt;VSP7400:1(config)#filter acl ace 4 1&lt;BR /&gt;VSP7400:1(config)#filter acl ace action 4 1 permit count&lt;BR /&gt;VSP7400:1(config)#$ ace ethernet 4 1 dst-mac mask 00:00:00:00:00:00 0xffffffffffff&lt;BR /&gt;VSP7400:1(config)#filter acl ace 4 1 enable&lt;BR /&gt;VSP7400:1(config)#&lt;BR /&gt;VSP7400:1(config)#end&lt;BR /&gt;VSP7400:1#show filter acl statistics 4 1&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;************************************************************************************&lt;BR /&gt;Command Execution Time: Mon Dec 19 &lt;BR /&gt;************************************************************************************&lt;BR /&gt;&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Acl Ace Statistics Table&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Acl Id Acl Name Acl Type Ace Id Packets Bytes&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------&lt;BR /&gt;4 VLAN4stats inVlan 1 0 0&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Did I miss something?&lt;/P&gt;&lt;P&gt;Best regards &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 13:59:11 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94194#M2016</guid>
      <dc:creator>Kurz-Weber</dc:creator>
      <dc:date>2022-12-19T13:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Getting L3 Statistics from a 7432CQ</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94197#M2017</link>
      <description>&lt;P&gt;If you have Scrutinizer configure sFlow on the 7400 to get sampled statistics on all conversations through the box. Then in Scrutinizer you'll be able to search and filter for specific flows or source/destination networks.&lt;/P&gt;&lt;P&gt;&lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000079366" target="_blank"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000079366&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 16:54:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94197#M2017</guid>
      <dc:creator>DanielSmith</dc:creator>
      <dc:date>2022-12-19T16:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Getting L3 Statistics from a 7432CQ</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94203#M2019</link>
      <description>&lt;P&gt;Statistics is the branch of mathematics for collecting, analysing and interpreting data.&amp;nbsp;&lt;A href="https://www.myeclass.me/" target="_self"&gt;MyeClass&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Dec 2022 04:54:48 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/getting-l3-statistics-from-a-7432cq/m-p/94203#M2019</guid>
      <dc:creator>Olihsalik</dc:creator>
      <dc:date>2022-12-21T04:54:48Z</dc:date>
    </item>
  </channel>
</rss>

