<?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 VDX-6720 packet capture problems in Data Center (VDX)</title>
    <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-6720-packet-capture-problems/m-p/6125#M17</link>
    <description>I know this is an old switch, but some things are just agitating.&lt;BR /&gt;
&lt;BR /&gt;
I have a port channel consisting of one port on each of two VDX-6720 switches in a VCS fabric.&lt;BR /&gt;
&lt;BR /&gt;
sw0# show port-channel 10&lt;BR /&gt;
 LACP Aggregator: Po 10 (vLAG)&lt;BR /&gt;
 Aggregator type: Standard&lt;BR /&gt;
 Ignore-split is enabled&lt;BR /&gt;
  Member rbridges:&lt;BR /&gt;
    rbridge-id: 12 (1)&lt;BR /&gt;
    rbridge-id: 54 (1)&lt;BR /&gt;
  Admin Key: 0010 - Oper Key 0010&lt;BR /&gt;
  Partner System ID - 0x007f,64-64-9b-5e-55-00&lt;BR /&gt;
  Partner Oper Key 0004&lt;BR /&gt;
 Member ports on rbridge-id 12:&lt;BR /&gt;
   Link: Te 12/0/3 (0xC18018002) sync: 1   *&lt;BR /&gt;
 Member ports on rbridge-id 54:&lt;BR /&gt;
   Link: Te 54/0/3 (0x3618018002) sync: 1&lt;BR /&gt;
&lt;BR /&gt;
Data is dying somewhere between me and the other party.I created a MAC ACL:&lt;BR /&gt;
sw0# show run mac&lt;BR /&gt;
mac access-list standard test_01&lt;BR /&gt;
 seq 10 permit any count&lt;BR /&gt;
 ! &lt;BR /&gt;
&lt;BR /&gt;
I go to apply it to an interface:&lt;BR /&gt;
sw0(config-Port-channel-10)# mac access-group test_01 ?&lt;BR /&gt;
 Possible completions:&lt;BR /&gt;
 in Ingress direction &lt;BR /&gt;
 out Egress direction&lt;BR /&gt;
sw0(config-Port-channel-10)# mac access-group test_01 out   %%Error:Applying ACL in egress direction not supported.  I know the manual says:&lt;BR /&gt;
The Brocade VDX 6710, VDX 6720, and VDX 6730 do not support the following:  • Egress ACLsThen why let it tab-complete on a platform that doesn't support it?&lt;BR /&gt;
&lt;BR /&gt;
Okay, so let's do an ingress-only capture.&lt;BR /&gt;
&lt;BR /&gt;
sw0# capture packet interface&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
  fortygigabitethernet     FortyGigabit Ethernet interface&lt;BR /&gt;
  gigabitethernet          Gigabit Ethernet interface&lt;BR /&gt;
  hundredgigabitethernet   HundredGigabit Ethernet interface&lt;BR /&gt;
  tengigabitethernet       TenGigabit Ethernet interfaceOkay, so I can't capture on the port-channel, which the manual does state can only be done on physical interfaces.&lt;BR /&gt;
&lt;BR /&gt;
sw0(conf-if-te-12/0/3)# mac access-group test_01 in&lt;BR /&gt;
%%Error: This interface is not configured to layer2 modeSo I can't packet capture on a port-channel, but I can't put ACLs on the individual ports in a port-channel. Let's do a packet capture on both interfaces in the port-channel.&lt;BR /&gt;
&lt;BR /&gt;
sw0# capture packet interface tengigabitethernet 12/0/3&lt;BR /&gt;
sw0# capture packet interface tengigabitethernet 54/0/3&lt;BR /&gt;
% Error: Interface is not a memeber of this Rbridge&lt;BR /&gt;
&lt;BR /&gt;
What do I do?</description>
    <pubDate>Sat, 31 Mar 2018 05:35:00 GMT</pubDate>
    <dc:creator>Mike_Hammett</dc:creator>
    <dc:date>2018-03-31T05:35:00Z</dc:date>
    <item>
      <title>VDX-6720 packet capture problems</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-6720-packet-capture-problems/m-p/6125#M17</link>
      <description>I know this is an old switch, but some things are just agitating.&lt;BR /&gt;
&lt;BR /&gt;
I have a port channel consisting of one port on each of two VDX-6720 switches in a VCS fabric.&lt;BR /&gt;
&lt;BR /&gt;
sw0# show port-channel 10&lt;BR /&gt;
 LACP Aggregator: Po 10 (vLAG)&lt;BR /&gt;
 Aggregator type: Standard&lt;BR /&gt;
 Ignore-split is enabled&lt;BR /&gt;
  Member rbridges:&lt;BR /&gt;
    rbridge-id: 12 (1)&lt;BR /&gt;
    rbridge-id: 54 (1)&lt;BR /&gt;
  Admin Key: 0010 - Oper Key 0010&lt;BR /&gt;
  Partner System ID - 0x007f,64-64-9b-5e-55-00&lt;BR /&gt;
  Partner Oper Key 0004&lt;BR /&gt;
 Member ports on rbridge-id 12:&lt;BR /&gt;
   Link: Te 12/0/3 (0xC18018002) sync: 1   *&lt;BR /&gt;
 Member ports on rbridge-id 54:&lt;BR /&gt;
   Link: Te 54/0/3 (0x3618018002) sync: 1&lt;BR /&gt;
&lt;BR /&gt;
Data is dying somewhere between me and the other party.I created a MAC ACL:&lt;BR /&gt;
sw0# show run mac&lt;BR /&gt;
mac access-list standard test_01&lt;BR /&gt;
 seq 10 permit any count&lt;BR /&gt;
 ! &lt;BR /&gt;
&lt;BR /&gt;
I go to apply it to an interface:&lt;BR /&gt;
sw0(config-Port-channel-10)# mac access-group test_01 ?&lt;BR /&gt;
 Possible completions:&lt;BR /&gt;
 in Ingress direction &lt;BR /&gt;
 out Egress direction&lt;BR /&gt;
sw0(config-Port-channel-10)# mac access-group test_01 out   %%Error:Applying ACL in egress direction not supported.  I know the manual says:&lt;BR /&gt;
The Brocade VDX 6710, VDX 6720, and VDX 6730 do not support the following:  • Egress ACLsThen why let it tab-complete on a platform that doesn't support it?&lt;BR /&gt;
&lt;BR /&gt;
Okay, so let's do an ingress-only capture.&lt;BR /&gt;
&lt;BR /&gt;
sw0# capture packet interface&lt;BR /&gt;
Possible completions:&lt;BR /&gt;
  fortygigabitethernet     FortyGigabit Ethernet interface&lt;BR /&gt;
  gigabitethernet          Gigabit Ethernet interface&lt;BR /&gt;
  hundredgigabitethernet   HundredGigabit Ethernet interface&lt;BR /&gt;
  tengigabitethernet       TenGigabit Ethernet interfaceOkay, so I can't capture on the port-channel, which the manual does state can only be done on physical interfaces.&lt;BR /&gt;
&lt;BR /&gt;
sw0(conf-if-te-12/0/3)# mac access-group test_01 in&lt;BR /&gt;
%%Error: This interface is not configured to layer2 modeSo I can't packet capture on a port-channel, but I can't put ACLs on the individual ports in a port-channel. Let's do a packet capture on both interfaces in the port-channel.&lt;BR /&gt;
&lt;BR /&gt;
sw0# capture packet interface tengigabitethernet 12/0/3&lt;BR /&gt;
sw0# capture packet interface tengigabitethernet 54/0/3&lt;BR /&gt;
% Error: Interface is not a memeber of this Rbridge&lt;BR /&gt;
&lt;BR /&gt;
What do I do?</description>
      <pubDate>Sat, 31 Mar 2018 05:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-6720-packet-capture-problems/m-p/6125#M17</guid>
      <dc:creator>Mike_Hammett</dc:creator>
      <dc:date>2018-03-31T05:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: VDX-6720 packet capture problems</title>
      <link>https://community.extremenetworks.com/t5/data-center-vdx/vdx-6720-packet-capture-problems/m-p/6126#M18</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
You will need to configure the same ACL on Rbridge 54 then apply this to tengigabitethernet 54/0/3 on that switch&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2018 12:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/data-center-vdx/vdx-6720-packet-capture-problems/m-p/6126#M18</guid>
      <dc:creator>Mick_Day</dc:creator>
      <dc:date>2018-04-02T12:21:00Z</dc:date>
    </item>
  </channel>
</rss>

