<?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: EXOS &amp;quot;default next-hop&amp;quot; alternative for PBR in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-quot-default-next-hop-quot-alternative-for-pbr/m-p/85289#M20581</link>
    <description>This is what I came up with.&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;entry PBR-LOCAL_1{&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;  destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_2 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;  destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_3 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;  destination-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_4{&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;  destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_5 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;  destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_6 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;  destination-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_7{&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;  destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_8 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;  destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_9 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;  destination-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-FortiGate_1 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  redirect-name FortiGate ;&lt;BR /&gt;  count pbr-fortigate ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-FortiGate_2 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  count pbr-fortigate ;&lt;BR /&gt;  redirect-name FortiGate ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-FortiGate_3 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  redirect-name FortiGate ;&lt;BR /&gt;  count pbr-fortigate ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;create flow-redirect FortiGate&lt;BR /&gt;configure flow-redirect FortiGate add nexthop 172.16.1.3 priority 100&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Sun, 18 Aug 2019 11:55:00 GMT</pubDate>
    <dc:creator>gibbsj87</dc:creator>
    <dc:date>2019-08-18T11:55:00Z</dc:date>
    <item>
      <title>EXOS "default next-hop" alternative for PBR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-quot-default-next-hop-quot-alternative-for-pbr/m-p/85288#M20580</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I can't seem to find out how to do a default next-hop instead of a next-hop when performing PBR.  The default next-hop functions differently than next-hop alone.  &lt;BR /&gt;
&lt;BR /&gt;
Here is the difference.  Can someone help?&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://www.cisco.com/c/en/us/support/docs/ip/ip-routed-protocols/47121-pbr-cmds-ce.html" target="_blank" rel="nofollow noreferrer noopener"&gt;https://www.cisco.com/c/en/us/support/docs/ip/ip-routed-protocols/47121-pbr-cmds-ce.html&lt;/A&gt;</description>
      <pubDate>Sun, 18 Aug 2019 06:41:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-quot-default-next-hop-quot-alternative-for-pbr/m-p/85288#M20580</guid>
      <dc:creator>gibbsj87</dc:creator>
      <dc:date>2019-08-18T06:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: EXOS "default next-hop" alternative for PBR</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-quot-default-next-hop-quot-alternative-for-pbr/m-p/85289#M20581</link>
      <description>This is what I came up with.&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;entry PBR-LOCAL_1{&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;  destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_2 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;  destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_3 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;  destination-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_4{&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;  destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_5 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;  destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_6 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;  destination-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_7{&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;  destination-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_8 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;  destination-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-LOCAL_9 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;  destination-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  permit ;&lt;BR /&gt;  count pbr-local ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-FortiGate_1 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 10.0.0.0/8 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  redirect-name FortiGate ;&lt;BR /&gt;  count pbr-fortigate ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-FortiGate_2 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 192.168.0.0/16 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  count pbr-fortigate ;&lt;BR /&gt;  redirect-name FortiGate ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;entry PBR-FortiGate_3 {&lt;BR /&gt;if match all {&lt;BR /&gt;  source-address 172.16.0.0/12 ;&lt;BR /&gt;}&lt;BR /&gt;then {&lt;BR /&gt;  redirect-name FortiGate ;&lt;BR /&gt;  count pbr-fortigate ;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;create flow-redirect FortiGate&lt;BR /&gt;configure flow-redirect FortiGate add nexthop 172.16.1.3 priority 100&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 18 Aug 2019 11:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-quot-default-next-hop-quot-alternative-for-pbr/m-p/85289#M20581</guid>
      <dc:creator>gibbsj87</dc:creator>
      <dc:date>2019-08-18T11:55:00Z</dc:date>
    </item>
  </channel>
</rss>

