<?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: Layer-2 Protocol Tunneling ACL on X670V in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39727#M8825</link>
    <description>Hi Pavel,&lt;BR /&gt;
&lt;BR /&gt;
What model of switch is this?&lt;BR /&gt;
&lt;BR /&gt;
-Brandon</description>
    <pubDate>Thu, 13 Aug 2015 04:37:00 GMT</pubDate>
    <dc:creator>BrandonC</dc:creator>
    <dc:date>2015-08-13T04:37:00Z</dc:date>
    <item>
      <title>Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39724#M8822</link>
      <description>ExOS is summitX-15.3.1.4-patch1-31&lt;BR /&gt;
&lt;BR /&gt;
Examples are from &lt;A href="http://enterasys.staging.wpengine.com/wp-content/uploads/2015/07/ACL_Solutions_Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;ACL Solutions Guide&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
What is wrong with this ACLs ?&lt;BR /&gt;
&lt;BR /&gt;
* sw2.g50.kv.38 # edit policy l2pt-cdp-inentry cdp_pdu {&lt;BR /&gt;
 if {&lt;BR /&gt;
 ethernet-destination-address 01:00:0c??cc:cc ;&lt;BR /&gt;
 snap-type 0x2000 ;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 replace-ethernet-destination-address 01:00:0c?cd:d0 ;&lt;BR /&gt;
 count cdp_ingress ;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
* sw2.g50.kv.39 # edit policy l2pt-cdp-outentry cdp_pdu {&lt;BR /&gt;
 if {&lt;BR /&gt;
 ethernet-destination-address 01:00:0c?cd:d0 ;&lt;BR /&gt;
 snap-type 0x2000 ;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 replace-ethernet-destination-address 01:00:0c??cc:cc ;&lt;BR /&gt;
 count cdp_egress ;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
* sw2.g50.kv.40 # conf access-list l2pt-cdp-in ports 5 ingress &lt;BR /&gt;
Error: ACL install operation failed - vlan *, port 5, rule "cdp_pdu" Invalid parameter (user-defined field (UDF))&lt;BR /&gt;
* sw2.g50.kv.41 # conf access-list l2pt-cdp-out ports 5 egress &lt;BR /&gt;
&lt;BR /&gt;
Error: ACL install operation failed - conditions specified in rule "cdp_pdu" cannot be satisfied by hardware on vlan *, port 5&lt;BR /&gt;
* sw2.g50.kv.42 # &lt;BR /&gt;</description>
      <pubDate>Wed, 12 Aug 2015 20:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39724#M8822</guid>
      <dc:creator>AlexanderT</dc:creator>
      <dc:date>2015-08-12T20:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39725#M8823</link>
      <description>Hi Pavel,&lt;BR /&gt;
&lt;BR /&gt;
snap-type can be used as a match condition for Ingress ACLs only and therefore should be removed from policy l2pt-cdp-outentry.&lt;BR /&gt;
&lt;BR /&gt;
Also according to &lt;A href="https://wiki.wireshark.org/CDP" target="_blank" rel="nofollow noreferrer noopener"&gt;https://wiki.wireshark.org/CDP&lt;/A&gt;, &lt;BR /&gt;
The protocol ID of CDP is x2000.&lt;BR /&gt;
The SNAP value is 0xaa.</description>
      <pubDate>Wed, 12 Aug 2015 21:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39725#M8823</guid>
      <dc:creator>Dorian_Perry</dc:creator>
      <dc:date>2015-08-12T21:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39726#M8824</link>
      <description>ok, dispite the exmples are from EN official doc, I'll try &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
* sw2.g50.kv.1 # edit policy l2pt-cdp-outentry cdp_pdu {&lt;BR /&gt;
 if {&lt;BR /&gt;
 ethernet-destination-address 01:00:0c?cd:d0 ;&lt;BR /&gt;
# snap-type 0x2000 ;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 replace-ethernet-destination-address 01:00:0c??cc:cc ;&lt;BR /&gt;
 count cdp_egress ;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
* sw2.g50.kv.2 # conf access-list l2pt-cdp-out ports 5 egress &lt;BR /&gt;
.&lt;BR /&gt;
Error: ACL install operation failed - vlan *, port 5, rule "cdp_pdu" Feature unavailable (rule)&lt;BR /&gt;
* sw2.g50.kv.3 # &lt;BR /&gt;
&lt;BR /&gt;
So, what's next ?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 00:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39726#M8824</guid>
      <dc:creator>AlexanderT</dc:creator>
      <dc:date>2015-08-13T00:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39727#M8825</link>
      <description>Hi Pavel,&lt;BR /&gt;
&lt;BR /&gt;
What model of switch is this?&lt;BR /&gt;
&lt;BR /&gt;
-Brandon</description>
      <pubDate>Thu, 13 Aug 2015 04:37:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39727#M8825</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2015-08-13T04:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39728#M8826</link>
      <description>System Type:      X670V-48x&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 08:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39728#M8826</guid>
      <dc:creator>AlexanderT</dc:creator>
      <dc:date>2015-08-13T08:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39729#M8827</link>
      <description>Hi Pavel,&lt;BR /&gt;
&lt;BR /&gt;
At this point it may be time to contact GTAC. The problem appears to be with the action "replace-ethernet-destination-address" as the ACL does not cause an error when this action is removed.&lt;BR /&gt;
&lt;BR /&gt;
Another option to consider is an EXOS upgrade to the recommended version for the X670 to use Layer 2 Protocol Tunneling.&lt;BR /&gt;
Read about L2PT (Starting on page 2333)&lt;BR /&gt;
&lt;A href="http://extrcdn.extremenetworks.com/wp-content/uploads/2015/01/ExtremeXOS_15_5_User-Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extrcdn.extremenetworks.com/wp-content/uploads/2015/01/ExtremeXOS_15_5_User-Guide.pdf&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Aug 2015 18:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39729#M8827</guid>
      <dc:creator>Dorian_Perry</dc:creator>
      <dc:date>2015-08-13T18:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Layer-2 Protocol Tunneling ACL on X670V</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39730#M8828</link>
      <description>So, Is there a chance to transport a PDUs on ExOS 15.3 at x670v switch ?&lt;BR /&gt;
&lt;BR /&gt;
Upgrade is not suitable.</description>
      <pubDate>Mon, 17 Aug 2015 15:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/layer-2-protocol-tunneling-acl-on-x670v/m-p/39730#M8828</guid>
      <dc:creator>AlexanderT</dc:creator>
      <dc:date>2015-08-17T15:58:00Z</dc:date>
    </item>
  </channel>
</rss>

