<?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: How to used Policy Based in Black Diamond? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30571#M5250</link>
    <description>&lt;P&gt;Hi Karthik sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need configure PBR in X46G2,&lt;/P&gt;&lt;P&gt;One of the our customer having 2 Firewall and they need some of the VLAN’s get internet access traffic go through the 1st firewall interface IP.&lt;/P&gt;&lt;P&gt;Some of the other VLAN’s get internet access&amp;nbsp; traffic go through the 2nd Firewall Interface IP.&lt;/P&gt;&lt;P&gt;It is Possible via PBR? right.&lt;/P&gt;&lt;P&gt;Can you share the sample configuration file.&lt;/P&gt;&lt;P&gt;1st Firewall 300D&lt;/P&gt;&lt;P&gt;LAN IP : 192.168.10.251/24&lt;/P&gt;&lt;P&gt;VLAN 10 : 192.168.12.251/24&lt;/P&gt;&lt;P&gt;VLAN 20 : 192.168.14.251/24&lt;/P&gt;&lt;P&gt;These IP’s are get access internet via 300D firewall ISP.&lt;/P&gt;&lt;P&gt;2nd Firewall 200F&lt;/P&gt;&lt;P&gt;LAN IP : 192.168.10.254/24&lt;/P&gt;&lt;P&gt;VLAN 10 : 192.168.11.251/24&lt;/P&gt;&lt;P&gt;VLAN 20 : 192.168.13.251/24&lt;/P&gt;&lt;P&gt;These IP’s are get access internet via 200F&amp;nbsp;firewall ISP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkatachalam&lt;/P&gt;</description>
    <pubDate>Sat, 24 Jul 2021 17:04:00 GMT</pubDate>
    <dc:creator>venkatachalam</dc:creator>
    <dc:date>2021-07-24T17:04:00Z</dc:date>
    <item>
      <title>How to used Policy Based in Black Diamond?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30568#M5247</link>
      <description>Hi Guys,&lt;BR /&gt;
&lt;BR /&gt;
My Extreme Switch is connected to Firewall and I have to different Vlans but both have same flow to the same destination. Actualy I have only one next-hop for VLAN1 but I need to add second next hop and send from source 1 next hop 1 source 2 next hop2. and I Must use static route. I it possible to do it with PBR?&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Apr 2017 04:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30568#M5247</guid>
      <dc:creator>Enima_Bht</dc:creator>
      <dc:date>2017-04-14T04:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to used Policy Based in Black Diamond?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30569#M5248</link>
      <description>Hi Enima,&lt;BR /&gt;
I think you can try with a policy with respective source ip addresses as match conditions. &lt;BR /&gt;
edit policy flowpolicy.pol     entry flow1 {  if {  source-address &lt;I&gt;&lt;SOURCE-1&gt;&lt;/SOURCE-1&gt;&lt;/I&gt;;  }      then {  redirect &lt;I&gt;&lt;NEXT-HOPE 1=""&gt;&lt;/NEXT-HOPE&gt;&lt;/I&gt;;  }  }&lt;BR /&gt;
entry flow2 {  if {  source-address &lt;I&gt;&lt;SOURCE-2&gt;&lt;/SOURCE-2&gt;&lt;/I&gt;;  }      then {  redirect &lt;I&gt;&lt;NEXT-HOPE 2=""&gt;&lt;/NEXT-HOPE&gt;&lt;/I&gt;;  }  }&lt;BR /&gt;
&lt;BR /&gt;
config access-list flowpolicy vlan &lt;I&gt;&lt;I&gt;&lt;/I&gt; ingress  &lt;BR /&gt;
There are various match conditions (e.g. protocol or dscp) and redirect ways (e.g. port or port-list) you can apply in policy. Also you can apply this policy to VLAN or port.&lt;BR /&gt;
&lt;BR /&gt;
Some options can be limitted upon switch model.&lt;BR /&gt;&lt;/I&gt;</description>
      <pubDate>Fri, 14 Apr 2017 06:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30569#M5248</guid>
      <dc:creator>David_Choi</dc:creator>
      <dc:date>2017-04-14T06:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to used Policy Based in Black Diamond?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30570#M5249</link>
      <description>Adding to what David already suggested.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-flow-redirect" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-flow-redirect&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:15:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30570#M5249</guid>
      <dc:creator>Karthik_Mohando</dc:creator>
      <dc:date>2017-04-15T17:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to used Policy Based in Black Diamond?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30571#M5250</link>
      <description>&lt;P&gt;Hi Karthik sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need configure PBR in X46G2,&lt;/P&gt;&lt;P&gt;One of the our customer having 2 Firewall and they need some of the VLAN’s get internet access traffic go through the 1st firewall interface IP.&lt;/P&gt;&lt;P&gt;Some of the other VLAN’s get internet access&amp;nbsp; traffic go through the 2nd Firewall Interface IP.&lt;/P&gt;&lt;P&gt;It is Possible via PBR? right.&lt;/P&gt;&lt;P&gt;Can you share the sample configuration file.&lt;/P&gt;&lt;P&gt;1st Firewall 300D&lt;/P&gt;&lt;P&gt;LAN IP : 192.168.10.251/24&lt;/P&gt;&lt;P&gt;VLAN 10 : 192.168.12.251/24&lt;/P&gt;&lt;P&gt;VLAN 20 : 192.168.14.251/24&lt;/P&gt;&lt;P&gt;These IP’s are get access internet via 300D firewall ISP.&lt;/P&gt;&lt;P&gt;2nd Firewall 200F&lt;/P&gt;&lt;P&gt;LAN IP : 192.168.10.254/24&lt;/P&gt;&lt;P&gt;VLAN 10 : 192.168.11.251/24&lt;/P&gt;&lt;P&gt;VLAN 20 : 192.168.13.251/24&lt;/P&gt;&lt;P&gt;These IP’s are get access internet via 200F&amp;nbsp;firewall ISP.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;venkatachalam&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 17:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-used-policy-based-in-black-diamond/m-p/30571#M5250</guid>
      <dc:creator>venkatachalam</dc:creator>
      <dc:date>2021-07-24T17:04:00Z</dc:date>
    </item>
  </channel>
</rss>

