<?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: purview receives netflow and mirrorN, but apps are not identified in ExtremeCloud IQ- Site Engine Management Center</title>
    <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14907#M26</link>
    <description>Worth Noting, on the netflow. The reason it's reporting no bi-rdirectional because the netflow config is only sending RX.|&lt;BR /&gt;
&lt;BR /&gt;
Should look something like "set netflow port ge.1.45 enable both"&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 10 Nov 2016 23:05:00 GMT</pubDate>
    <dc:creator>Frank_Thomas</dc:creator>
    <dc:date>2016-11-10T23:05:00Z</dc:date>
    <item>
      <title>purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14888#M7</link>
      <description>Hi,&lt;BR /&gt;
I installed a virtual vmware purview/analytics AAE in deployment mode 2 (Interface mirrored), with eth0 for netflow and management and eth1 for mirror packet reception:&lt;BR /&gt;
0. Accept settings and continue&lt;BR /&gt;
1. Hostname:                                  interpur&lt;BR /&gt;
2. Deployment Mode:                           Dual Interface Mirrored&lt;BR /&gt;
3. Management Interface Configuration (eth0):&lt;BR /&gt;
       Address:                               192.168.64.220&lt;BR /&gt;
       Netmask:                               255.255.254.0&lt;BR /&gt;
       Gateway:                               192.168.64.1&lt;BR /&gt;
       Nameserver:                            [our dns]&lt;BR /&gt;
       Domain name:                           [our domain]&lt;BR /&gt;
4. NIS Server/Domain:                         Not Configured&lt;BR /&gt;
5. Monitor Interface Configuration :&lt;BR /&gt;
       Tap Mode Interfaces                    eth1&lt;BR /&gt;
An SSA switch sends its netflow packets towards 192.168.64.220 and has a mirror-n towards one of its switch ports which is directly connected to the AAE's host. (AAE's eth1 is mapped to a dedicated vswitch with promiscuous mode and All VLAN (4095) enabled. This vswitch uses the esxi-host's physical adpater which is directly connected to the SSA mirror port ge.1.17.)&lt;BR /&gt;
&lt;BR /&gt;
SSA mirror and netflowconfig:&lt;BR /&gt;
# mirror&lt;BR /&gt;
set mirror create 2&lt;BR /&gt;
set mirror 2 mirrorN 15&lt;BR /&gt;
set mirror ports ge.1.17 2&lt;BR /&gt;
# policy&lt;BR /&gt;
set policy profile 1 name Purviewmirror pvid-status enable pvid 4095 mirror-destination 2&lt;BR /&gt;
set policy rule admin-profile port lag.0.4 mask 16 port-string lag.0.4 admin-pid 1&lt;BR /&gt;
set policy rule admin-profile port lag.0.5 mask 16 port-string lag.0.5 admin-pid 1&lt;BR /&gt;
set policy rule admin-profile port ge.1.45 mask 16 port-string ge.1.45 admin-pid 1&lt;BR /&gt;
set policy rule admin-profile port tg.1.4 mask 16 port-string tg.1.4 admin-pid 1&lt;BR /&gt;
# netflow&lt;BR /&gt;
set netflow export-interval 1&lt;BR /&gt;
set netflow export-destination 192.168.64.220 2055&lt;BR /&gt;
set netflow export-version 9&lt;BR /&gt;
set netflow port lag.0.4-5 enable rx&lt;BR /&gt;
set netflow port ge.1.45 enable rx&lt;BR /&gt;
set netflow port tg.1.4 enable rx&lt;BR /&gt;
set netflow template refresh-rate 30 timeout 1&lt;BR /&gt;
set netflow cache enableAAE receives netflow packets on eth0:&lt;BR /&gt;
root@interpur:~$ tcpdump -i eth0 udp port 2055&lt;BR /&gt;
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;
listening on eth0, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;BR /&gt;
11:28:35.047775 IP 192.168.64.9.2055 &amp;gt; interpur.man.htw-berlin.de.2055: UDP, length 1420&lt;BR /&gt;
11:28:35.052489 IP 192.168.64.9.2055 &amp;gt; interpur.man.htw-berlin.de.2055: UDP, length 1444&lt;BR /&gt;
11:28:35.058061 IP 192.168.64.9.2055 &amp;gt; interpur.man.htw-berlin.de.2055: UDP, length 1464&lt;BR /&gt;
...AAE receives mirror packets on eth1:&lt;BR /&gt;
root@interpur:~$ tcpdump -i eth1 -c 2&lt;BR /&gt;
tcpdump: WARNING: eth1: no IPv4 address assigned&lt;BR /&gt;
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;
listening on eth1, link-type EN10MB (Ethernet), capture size 65535 bytes&lt;BR /&gt;
11:32:07.549780 20:b3:99??72:3b (oui Unknown) &amp;gt; 20:b3:99:55:a0:1f (oui Unknown), ethertype Unknown (0x7034), length 70:&lt;BR /&gt;
        0x0000:  a001 0800 4500 0034 01b2 4000 3406 395e  ....E..4..@.4.9^&lt;BR /&gt;
        0x0010:  40ca 7004 8d2d cdb8 0050 c52b 245a cadb  @.p..-...P.+$Z..&lt;BR /&gt;
        0x0020:  12e4 469b 8010 003e e21e 0000 0101 080a  ..F....&amp;gt;........&lt;BR /&gt;
        0x0030:  6b12 fa03 36f0 de74                      k...6..t&lt;BR /&gt;
11:32:07.549789 20:b3:99??72:3b (oui Unknown) &amp;gt; 20:b3:99:55:a0:1f (oui Unknown), ethertype Unknown (0x7034), length 64:&lt;BR /&gt;
        0x0000:  a001 0800 4500 002c 104b 0000 3006 d058  ....E..,.K..0..X&lt;BR /&gt;
        0x0010:  bad4 81d1 8d2d e055 0aac 0913 8d2d e055  .....-.U.....-.U&lt;BR /&gt;
        0x0020:  0000 0000 6002 11b4 5b0f 0000 0204 05ac  ....'...[.......&lt;BR /&gt;
        0x0030:  0000                                     ..&lt;BR /&gt;
Management Center also shows netflow and mirror packets:&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="237ee3b75d314f02be8712669c2ba16e_RackMultipart20161108-117644-1ufgs7t-AAE_process_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/478i240E9CBC2839BEC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="237ee3b75d314f02be8712669c2ba16e_RackMultipart20161108-117644-1ufgs7t-AAE_process_inline.png" alt="237ee3b75d314f02be8712669c2ba16e_RackMultipart20161108-117644-1ufgs7t-AAE_process_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
But the Identification Rate stays at 0% and Application Infos are not populated. What could be the reason? AAE was enforced and rebooted.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2016 17:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14888#M7</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-08T17:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14889#M8</link>
      <description>Hi, do you have enabled jumbo frames on all the path between the sensor and the engine?</description>
      <pubDate>Tue, 08 Nov 2016 18:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14889#M8</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-11-08T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14890#M9</link>
      <description>Hi,&lt;BR /&gt;
on SSA-Switch "show port jumbo ge.1.17" shows jumbo is adminstratively enabled and operational with MTU 10239.  &lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14890#M9</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-08T18:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14891#M10</link>
      <description>Ok, ensure that jumbo is enabled along all the path...then you need to wait for a while before the engine collects the flows and display it on the ExtremeControl...</description>
      <pubDate>Tue, 08 Nov 2016 18:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14891#M10</guid>
      <dc:creator>Antonio_Opromol</dc:creator>
      <dc:date>2016-11-08T18:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14892#M11</link>
      <description>Jumbo was enabled from the beginning on this switch port, so there is nothing to wait for. The path is quite short becauase the VMs tap-port vswitch is directly connected to the switch port.&lt;BR /&gt;
&lt;BR /&gt;
edit:&lt;BR /&gt;
Netsight Console Alarm says: "No bidirectional traffic seen on interface eth1". It seems as if the appliance gets mirror packets, but does not recognize them.</description>
      <pubDate>Tue, 08 Nov 2016 18:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14892#M11</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-08T18:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14893#M12</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
configure ge.1.17 for 1000 Full Duplex.&lt;BR /&gt;
&lt;BR /&gt;
set port duplex ge.1.17 full&lt;BR /&gt;
&lt;BR /&gt;
set port speed ge.1.17 1000&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;
&lt;BR /&gt;
Alex&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14893#M12</guid>
      <dc:creator>aloeffle</dc:creator>
      <dc:date>2016-11-08T19:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14894#M13</link>
      <description>Under Analytics, go to configuration, then to location.Make sure the "location" is set with the IP range that you are monitoring.&lt;P class="fancybox-image"&gt;&lt;A href="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20161108-18462-15y7wdg-Screen_Shot_2016-11-08_at_7.14.22_AM_inline.png" rel="image" class="fancybox"&gt;&lt;IMG src="https://d1uyvls174j03l.cloudfront.net/extremenetworks-us/attachment/RackMultipart20161108-18462-15y7wdg-Screen_Shot_2016-11-08_at_7.14.22_AM_inline.png" /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 19:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14894#M13</guid>
      <dc:creator>Bill_Stritzinge</dc:creator>
      <dc:date>2016-11-08T19:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14895#M14</link>
      <description>Hi,&lt;BR /&gt;
1000 full duplex was already configured.&lt;BR /&gt;
&lt;BR /&gt;
edit: Locations exist. (I already used a GRE-tunnel purview successfully with identified apps.)</description>
      <pubDate>Tue, 08 Nov 2016 19:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14895#M14</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-08T19:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14896#M15</link>
      <description>1. In a 'show port status ge.1.17' the mirrorN port must be operationally and administratively up.&lt;BR /&gt;
2. The packet capture should be run longer, and make sure that the traffic seen in both directions.&lt;BR /&gt;
&lt;BR /&gt;
The policy and netflow portions look correct. But lets make sure that that eth1 is receiving bilateral communications from those ports.﻿</description>
      <pubDate>Tue, 08 Nov 2016 20:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14896#M15</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2016-11-08T20:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14897#M16</link>
      <description>Hi,&lt;BR /&gt;
&amp;gt;show port status ge.1.17&lt;BR /&gt;
Port         Alias            Oper     Admin   Speed  Duplex  Type&lt;BR /&gt;
             (truncated)      Status   Status  (bps)&lt;BR /&gt;
------------ ---------------- -------- ------- ------ ------- ------------------&lt;BR /&gt;
ge.1.17                       up       up        1.0G full    1000-t       rj45&lt;BR /&gt;
&lt;BR /&gt;
The mirror setting definitively mirrors bilateral communications. tg.1.4 and ge.1.45 are ports towards external network and lag.0.4-5 are ports to internal networks. These ports do netflow and mirror ingress packets. A GRE-tunnel purview was able to decode bilateral traffic from that n-mirror. I cant paste much longer captures here as there are about 10,000  packets per second.&lt;BR /&gt;
tcpdump -i eth1 -q&lt;BR /&gt;
14:45:03.936153 20:b3:99??72:3b (oui Unknown) &amp;gt; 00:16:9c:6e:2f:80 (oui Unknown), Unknown Ethertype (0x7034), length 74:&lt;BR /&gt;
14:45:03.936299 20:b3:99??72:3b (oui Unknown) &amp;gt; 20:b3:99:55:a0:1f (oui Unknown), Unknown Ethertype (0x7034), length 70:&lt;BR /&gt;
14:45:03.936420 20:b3:99??72:3b (oui Unknown) &amp;gt; 20:b3:99:55:a0:1f (oui Unknown), Unknown Ethertype (0x7034), length 64:&lt;BR /&gt;
14:45:03.936425 20:b3:99??72:3b (oui Unknown) &amp;gt; 00:16:9c:6e:2f:80 (oui Unknown), Unknown Ethertype (0x7034), length 77:&lt;BR /&gt;
14:45:03.936552 20:b3:99??72:3b (oui Unknown) &amp;gt; 20:b3:99:55:a0:1f (oui Unknown), Unknown Ethertype (0x7034), length 99:&lt;BR /&gt;
14:45:03.936602 20:b3:99??72:3b (oui Unknown) &amp;gt; 00:16:9c:6e:2f:80 (oui Unknown), Unknown Ethertype (0x7034), length 307:&lt;BR /&gt;
14:45:03.936728 20:b3:99??72:3b (oui Unknown) &amp;gt; 00:16:9c:6e:2f:80 (oui Unknown), Unknown Ethertype (0x7034), length 965:&lt;BR /&gt;
14:45:03.936850 20:b3:99??72:3b (oui Unknown) &amp;gt; 00:16:9c:6e:2f:80 (oui Unknown), Unknown Ethertype (0x7034), length 171:&lt;BR /&gt;
&lt;BR /&gt;
I am wondering why the dump from eth1 says "oui unknown" and "ethertype 0x7034" in EVERY packet. This doesnt look normal. Maybe something offsets the packets so AEE cant decode them?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Nov 2016 20:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14897#M16</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-08T20:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14898#M17</link>
      <description>This appears to be one way traffic - 0x7034 appears to be CDP/EDP Discovery protocol packets. So I think your just seeing passive data from attached S-Series port. I dont think data is being mirrored properly from the S-Series.&lt;BR /&gt;
I would stick a network analyzer on the mirror port directly (ge.1.17) to see if it is forwarding two way traffic, or if the problem is localized possibly to V-Switch.</description>
      <pubDate>Tue, 08 Nov 2016 21:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14898#M17</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2016-11-08T21:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14899#M18</link>
      <description>Hi,&lt;BR /&gt;
This is a wireshark trace directly from the n-mirror port:&lt;BR /&gt;
&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="a1d7b2b81a8344e3b065fe8f0f9024e4_RackMultipart20161108-55662-98lmcc-wireshark_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/2326iB3A49FAE0EFB6546/image-size/large?v=v2&amp;amp;px=999" role="button" title="a1d7b2b81a8344e3b065fe8f0f9024e4_RackMultipart20161108-55662-98lmcc-wireshark_inline.png" alt="a1d7b2b81a8344e3b065fe8f0f9024e4_RackMultipart20161108-55662-98lmcc-wireshark_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
F.e. we see a paket here which has something to to with SIP. We also see the 0800 ethertype at byte 16 and 17 but it is at the wrong postion. Shouldnt it be at byte 12-13? I dont know where 70 34 and a0 01 do come from. They are in every packet.&lt;BR /&gt;
&lt;BR /&gt;
Dropboxlink to that pcap-file (about 10 MB): &lt;A href="https://www.dropbox.com/s/2tmwfgbyui1tz1k/purviewmirror.pc.png?dl=0" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.dropbox.com/s/2tmwfgbyui1tz1k/purviewmirror.pc.png?dl=0&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Ethertype 0800 or 8100 (for tagged) is always at byte 16 and 17 in the captures.&lt;BR /&gt;
&lt;BR /&gt;
SSA-G8018-0652 FW:08.62.01.0034</description>
      <pubDate>Tue, 08 Nov 2016 23:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14899#M18</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-08T23:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14900#M19</link>
      <description>Where was the trace taken?</description>
      <pubDate>Wed, 09 Nov 2016 01:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14900#M19</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2016-11-09T01:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14901#M20</link>
      <description>A computer with windows wireshark was directly connected to SSA ge.1.17.</description>
      <pubDate>Wed, 09 Nov 2016 03:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14901#M20</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-09T03:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14902#M21</link>
      <description>I would open a GTAC ticket, it does not appear to be an obvious problem.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-contact-Extreme-Networks-Global-Technical-Assistance-Center-GTAC" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-contact-Extreme-Networks-Global-Tec...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 03:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14902#M21</guid>
      <dc:creator>Mike_Thomas</dc:creator>
      <dc:date>2016-11-09T03:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14903#M22</link>
      <description>I notice I have these two lines in my config:&lt;BR /&gt;
&lt;BR /&gt;
   set netflow export-data enable mac&lt;BR /&gt;
   set netflow export-data enable vlan&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 13:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14903#M22</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2016-11-09T13:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14904#M23</link>
      <description>Since it is unlikely that policy mirroring is totally broken I sent the mirror towards another switch port.&lt;BR /&gt;
set mirror ports ge.1.19 2Now it worked, packets were clearly decodable. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
When I configure the mirror back to ge.1.17 the problem occurs again. So the problem sticks with the switch port. Maybe it is because before trying the policy mirror config, ge.1.17 was used as target port for a GRE-Tunnel before ("tunnel mode gre l2 ge.1.17" in tun-interface definition). The GRE-tunnel mirror worked perfectly. When I started to change to policy mirror configuration I deleted the loopback and tunnel-interfaces. But maybe switch port ge.1.17 still sticks somehow in that mode. I can reboot the router at night to see if ge.1.17 gets "normal" after a reboot.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Nov 2016 17:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14904#M23</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-09T17:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14905#M24</link>
      <description>Since the packets seemed to be encapsulated according to your packet traces, this seems plausible.</description>
      <pubDate>Wed, 09 Nov 2016 17:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14905#M24</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2016-11-09T17:24:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14906#M25</link>
      <description>Hi,&lt;BR /&gt;
after a reboot the affected port returned to normal policy mirror behaviour too.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2016 14:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14906#M25</guid>
      <dc:creator>htw</dc:creator>
      <dc:date>2016-11-10T14:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: purview receives netflow and mirrorN, but apps are not identified</title>
      <link>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14907#M26</link>
      <description>Worth Noting, on the netflow. The reason it's reporting no bi-rdirectional because the netflow config is only sending RX.|&lt;BR /&gt;
&lt;BR /&gt;
Should look something like "set netflow port ge.1.45 enable both"&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Nov 2016 23:05:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremecloud-iq-site-engine/purview-receives-netflow-and-mirrorn-but-apps-are-not-identified/m-p/14907#M26</guid>
      <dc:creator>Frank_Thomas</dc:creator>
      <dc:date>2016-11-10T23:05:00Z</dc:date>
    </item>
  </channel>
</rss>

