<?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 Mirror MLAG/sharing port possible? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26814#M3697</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have the following config in one of my switches:&lt;BR /&gt;
&lt;BR /&gt;
create mirror "Mirror5"&lt;BR /&gt;
configure mirror Mirror5 to port 5&lt;BR /&gt;
enable mirror Mirror5&lt;BR /&gt;
configure mirror Mirror5 add port 10 ingress&lt;BR /&gt;
configure mirror Mirror5 add vlan LAN3 port 11 ingress&lt;BR /&gt;
&lt;BR /&gt;
When i connect a pc with wireshark to port 5 i can see packets&lt;BR /&gt;
mirrored from port 10, i don't see packets from vlan "LAN3" on port 11.&lt;BR /&gt;
Port 11 is part of a sharing/MLAG configuration:&lt;BR /&gt;
&lt;BR /&gt;
enable mlag port 11 peer "SW-2-2" id 112&lt;BR /&gt;
enable sharing 11 grouping 11 algorithm address-based L3_L4 lacp&lt;BR /&gt;
&lt;BR /&gt;
Is it even possible to mirror traffic from a sharing/MLAG port?&lt;BR /&gt;</description>
    <pubDate>Fri, 10 Aug 2018 15:51:00 GMT</pubDate>
    <dc:creator>dilu</dc:creator>
    <dc:date>2018-08-10T15:51:00Z</dc:date>
    <item>
      <title>Mirror MLAG/sharing port possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26814#M3697</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I have the following config in one of my switches:&lt;BR /&gt;
&lt;BR /&gt;
create mirror "Mirror5"&lt;BR /&gt;
configure mirror Mirror5 to port 5&lt;BR /&gt;
enable mirror Mirror5&lt;BR /&gt;
configure mirror Mirror5 add port 10 ingress&lt;BR /&gt;
configure mirror Mirror5 add vlan LAN3 port 11 ingress&lt;BR /&gt;
&lt;BR /&gt;
When i connect a pc with wireshark to port 5 i can see packets&lt;BR /&gt;
mirrored from port 10, i don't see packets from vlan "LAN3" on port 11.&lt;BR /&gt;
Port 11 is part of a sharing/MLAG configuration:&lt;BR /&gt;
&lt;BR /&gt;
enable mlag port 11 peer "SW-2-2" id 112&lt;BR /&gt;
enable sharing 11 grouping 11 algorithm address-based L3_L4 lacp&lt;BR /&gt;
&lt;BR /&gt;
Is it even possible to mirror traffic from a sharing/MLAG port?&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Aug 2018 15:51:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26814#M3697</guid>
      <dc:creator>dilu</dc:creator>
      <dc:date>2018-08-10T15:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mirror MLAG/sharing port possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26815#M3698</link>
      <description>What happens if you add the ISC to the mirror?</description>
      <pubDate>Fri, 10 Aug 2018 17:36:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26815#M3698</guid>
      <dc:creator>David_Rahn</dc:creator>
      <dc:date>2018-08-10T17:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mirror MLAG/sharing port possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26816#M3699</link>
      <description>Alright i tried to add the ISC to the mirror, nothing.&lt;BR /&gt;
I tried to remove the vlan filter from the mirror, still nothing.&lt;BR /&gt;
&lt;BR /&gt;
I've changed the command to:&lt;BR /&gt;
configure mirror Mirror5 port 11 ingress&lt;BR /&gt;
configure mirror Mirror5 port 13 ingress (ICS)&lt;BR /&gt;
&lt;BR /&gt;
On the other switch I've also tried to mirror the ICS port (nothing).&lt;BR /&gt;
&lt;BR /&gt;
Maybe some important information, the switches are stacked.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Aug 2018 19:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26816#M3699</guid>
      <dc:creator>dilu</dc:creator>
      <dc:date>2018-08-14T19:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mirror MLAG/sharing port possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26817#M3700</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
if I remember correctly, the port mirror works on the physical port, not the logical sharing port. If you want to mirror all packets of a sharing port you need to add all physical ports of the sharing.&lt;BR /&gt;
&lt;BR /&gt;
In general you do not know which of the physical ports of a sharing are used by a given data flow, thus you need to look at all of them.&lt;BR /&gt;
&lt;BR /&gt;
With MLAG ports, you need to mirror on both switches of the MLAG pair to see all the data.&lt;BR /&gt;
&lt;BR /&gt;
Another caveat with a port mirror is that e.g. OnePolicy filters before the packets are mirrored, so you might not see what was sent because it was dropped before the port mirror got the packet (I encountered this problem once and at first thought the data in question was not sent at all, but I did see it when connecting the packet capture laptop directly to the sender).&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Aug 2018 11:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26817#M3700</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2018-08-15T11:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Mirror MLAG/sharing port possible?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26818#M3701</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I turned out to be a problem with the packet capturing device/network, the traffic on port 10 was all untagged traffic (which i saw) and the traffic on port 11 was all tagged (which i didn't see).&lt;BR /&gt;
Mirroring (MLAG) port 11 is enough to capture all the traffic (on both MLAG peers offcourse), no need to add the ICS port to the mirror in my configuration.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Dilu&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Aug 2018 14:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/mirror-mlag-sharing-port-possible/m-p/26818#M3701</guid>
      <dc:creator>dilu</dc:creator>
      <dc:date>2018-08-16T14:57:00Z</dc:date>
    </item>
  </channel>
</rss>

