<?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: Extreme BlackDiamond 8810 route-map equivalent in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27787#M4119</link>
    <description>Create Date: Jan 17 2013  7:18PM&lt;BR /&gt;
&lt;BR /&gt;
Hi, prusso.&lt;BR /&gt;
&lt;BR /&gt;
Of course it did help.&lt;BR /&gt;
&lt;BR /&gt;
In my understanding, first I should create an ACL, like this:&lt;BR /&gt;
&lt;BR /&gt;
-------------------------------&lt;BR /&gt;
entry teste-fwd-inpe {&lt;BR /&gt;
      if {&lt;BR /&gt;
ethernet-source-address 00:04:96:27:ca:c0;&lt;BR /&gt;
      } then {&lt;BR /&gt;
redirect-port 2:14;&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
-------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Does this make sense?&lt;BR /&gt;
&lt;BR /&gt;
I meant: anything coming from the VLAN which owns this MAC (learned from the other point's Extreme), redirect the flow to the 2:14 port.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!  (from Wagner_Pereira)</description>
    <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T05:58:00Z</dc:date>
    <item>
      <title>Extreme BlackDiamond 8810 route-map equivalent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27784#M4116</link>
      <description>Create Date: Jan 15 2013  4:35PM&lt;BR /&gt;
&lt;BR /&gt;
Sirs,Is there a Cisco's route-map equivalent config for the BD 8810?Below is the configuration in my Cisco Catalyst 7506 and I need to configure the same in my BD.interface Serial3/0 description New-client mtu 1500 ip address 10.10.10.1 255.255.255.252 ip access-group NEW-CLIENT in ip policy route-map new-client no ipv6 mfib fast framing g751 dsu bandwidth 34010 serial restart-delay 0ip access-list extended NEW-CLIENT deny tcp any host 10.10.10.1 eq telnet log permit ip any anyroute-map new-client permit 10 match interface Serial3/0 set ip next-hop 172.16.20.1My best,  (from Wagner_Pereira)</description>
      <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27784#M4116</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extreme BlackDiamond 8810 route-map equivalent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27785#M4117</link>
      <description>Create Date: Jan 15 2013  5:10PM&lt;BR /&gt;
&lt;BR /&gt;
Well, it seems the answer is about Policy-based routing.I need to routing all the traffic from a specific network (L3) which is forwarding over a VLAN (L2).In that case, what's the right approach? Layer 2 or Layer 3 Policy-Based Redirect? Or none?Regards,  (from Wagner_Pereira)</description>
      <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27785#M4117</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extreme BlackDiamond 8810 route-map equivalent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27786#M4118</link>
      <description>Create Date: Jan 16 2013  1:51PM&lt;BR /&gt;
&lt;BR /&gt;
Policy based routing or traffic redirection can be used L2 (anything coming in this port send to this other port) or L3 any thing from this source going to this destination forward to this new destination.&lt;BR /&gt;
&lt;BR /&gt;
Policy based routing allows you to redirect the traffic to something other than what it in the tables.  The L3 is usually done at the default router of a subnet to redirect the traffic to another next hop than what may be in the route table.&lt;BR /&gt;
&lt;BR /&gt;
Does that help?&lt;BR /&gt;
&lt;BR /&gt;
P  (from Paul_Russo)</description>
      <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27786#M4118</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Extreme BlackDiamond 8810 route-map equivalent</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27787#M4119</link>
      <description>Create Date: Jan 17 2013  7:18PM&lt;BR /&gt;
&lt;BR /&gt;
Hi, prusso.&lt;BR /&gt;
&lt;BR /&gt;
Of course it did help.&lt;BR /&gt;
&lt;BR /&gt;
In my understanding, first I should create an ACL, like this:&lt;BR /&gt;
&lt;BR /&gt;
-------------------------------&lt;BR /&gt;
entry teste-fwd-inpe {&lt;BR /&gt;
      if {&lt;BR /&gt;
ethernet-source-address 00:04:96:27:ca:c0;&lt;BR /&gt;
      } then {&lt;BR /&gt;
redirect-port 2:14;&lt;BR /&gt;
permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
-------------------------------&lt;BR /&gt;
&lt;BR /&gt;
Does this make sense?&lt;BR /&gt;
&lt;BR /&gt;
I meant: anything coming from the VLAN which owns this MAC (learned from the other point's Extreme), redirect the flow to the 2:14 port.&lt;BR /&gt;
&lt;BR /&gt;
Thanks!  (from Wagner_Pereira)</description>
      <pubDate>Wed, 08 Jan 2014 05:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-blackdiamond-8810-route-map-equivalent/m-p/27787#M4119</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T05:58:00Z</dc:date>
    </item>
  </channel>
</rss>

