<?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: PBR not working in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899826#M319003</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;matching has a length of 64 bytes, which is the minimum size for an Ethernet frame.&amp;nbsp;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes it is true and even 52 sized packets appear in debug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Wireshark...is that an option ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately not, router is still in production and under heavy load.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 08:40:44 GMT</pubDate>
    <dc:creator>old&amp;bald</dc:creator>
    <dc:date>2019-07-30T08:40:44Z</dc:date>
    <item>
      <title>PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899179#M318966</link>
      <description>&lt;P&gt;Need to redirect all web requests from PPPOE users destined to 192.168.99.9 over another gateway&amp;nbsp;172.16.1.1 using an old 7200 router.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my config, router also participates in OSPF and iBGP with its neighbors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cisco IOS Software, 7200 Software (C7200P-ADVENTERPRISEK9-M), Version 12.4(15)T4, RELEASE SOFTWARE (fc2)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip access-list extended gwadd&lt;BR /&gt;&amp;nbsp;permit tcp any host 192.168.99.9 eq www&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;route-map GWPOL permit 10&lt;BR /&gt;&amp;nbsp;match ip address gwadd&lt;BR /&gt;&amp;nbsp;set ip next-hop 172.16.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;interface Virtual-Template70&lt;BR /&gt;&amp;nbsp;ip policy route-map GWPOL&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#sh route-map&lt;/P&gt;&lt;P&gt;route-map GWPOL, permit, sequence 10&lt;BR /&gt;Match clauses:&lt;BR /&gt;ip address (access-lists): GWPOL&lt;BR /&gt;Set clauses:&lt;BR /&gt;ip next-hop 172.16.1.1&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#008000"&gt;Policy routing matches: 24707 packets, 2054970 bytes&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#sh ip policy&lt;/P&gt;&lt;P&gt;Interface Route map&lt;BR /&gt;Vi4 GWPOL&lt;BR /&gt;Vi5 GWPOL&lt;BR /&gt;Vi6 GWPOL&lt;BR /&gt;Vi10 GWPOL&lt;BR /&gt;Vi11 GWPOL&lt;BR /&gt;Vi13 GWPOL&lt;BR /&gt;Vi14 GWPOL&lt;BR /&gt;Vi15 GWPOL&lt;BR /&gt;Vi17 GWPOL&lt;BR /&gt;Vi23 GWPOL&lt;BR /&gt;Vi26 GWPOL&lt;BR /&gt;Vi27 GWPOL&lt;BR /&gt;Vi32 GWPOL&lt;BR /&gt;Vi33 GWPOL&lt;BR /&gt;Vi38 GWPOL&lt;BR /&gt;Vi39 GWPOL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#sh logg | i 192.168.99.9&lt;BR /&gt;Jul 29 09:15:57.428: IP: s=10.8.7.6 (Virtual-Access647), d=192.168.99.9, len 64, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;FIB policy rejected(no match) - normal&lt;/STRONG&gt; &lt;STRONG&gt;forwarding&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 11:36:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899179#M318966</guid>
      <dc:creator>old&amp;bald</dc:creator>
      <dc:date>2019-07-29T11:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899258#M318969</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;looking at the debug output, it seems like the packet that is not matching has a length of 64 bytes, which is the minimum size for an Ethernet frame. I guess to find out what kind of packet that is exactly, you would have to use a packet analyzer such as Wireshark...is that an option ?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 13:06:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899258#M318969</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2019-07-29T13:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899398#M318979</link>
      <description>&lt;P&gt;What can you tell us about address 172.16.1.1? Can you post the output of show ip route so we can be sure that this is reachable as a next hop?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The log message tells us about the source address and the destination address but does not tell us about the what tcp port it uses. Can we be sure that it was www?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We see a specific message about this packet. I wonder if there might be other messages about it in the log file. Could you post the other syslog messages within a minute or 2 of this event?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 16:05:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899398#M318979</guid>
      <dc:creator>Richard Burts</dc:creator>
      <dc:date>2019-07-29T16:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899826#M319003</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;matching has a length of 64 bytes, which is the minimum size for an Ethernet frame.&amp;nbsp;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes it is true and even 52 sized packets appear in debug.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Wireshark...is that an option ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately not, router is still in production and under heavy load.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 08:40:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899826#M319003</guid>
      <dc:creator>old&amp;bald</dc:creator>
      <dc:date>2019-07-30T08:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899832#M319004</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/885945"&gt;@old&amp;amp;bald&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;interface&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt; Virtual-Template70&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&amp;nbsp;ip policy route-map GWPOL&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;#sh logg | i 192.168.99.9&lt;BR /&gt;Jul 29 09:15:57.428: IP: s=10.8.7.6 (&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Virtual-Access647&lt;/STRONG&gt;&lt;/FONT&gt;), d=192.168.99.9, len 64,&lt;FONT color="#000000"&gt; FIB policy rejected(no match) - normal forwarding&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try applying the PBR to the physical interface associated with the VT70?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 08:47:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899832#M319004</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2019-07-30T08:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899842#M319005</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326229"&gt;@Richard Burts&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;What can you tell us about address 172.16.1.1?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;On this router 172.16.1.1 is in Directly Connected subnet, raising simple Static Route does the job, but I need to separate only 80 port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;We see a specific message about this packet. I wonder if there might be other messages about it in the log file. Could you post the other syslog messages within a minute or 2 of this event?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Unfortunately long debug is impossible as router currently uses over 90% of its cpu power. Yesterday to get this 1 second debug I've led down this router for 5 minutes. It is to be decommissioned and replaced with 9001 in short term, but up to then I planned to finish one small job using this PBR.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Will try to speed up migration to 9k then.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 08:59:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899842#M319005</guid>
      <dc:creator>old&amp;bald</dc:creator>
      <dc:date>2019-07-30T08:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899853#M319007</link>
      <description>&lt;P&gt;Didn't work, still routed to upstream.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 09:19:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899853#M319007</guid>
      <dc:creator>old&amp;bald</dc:creator>
      <dc:date>2019-07-30T09:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899871#M319009</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/885945"&gt;@old&amp;amp;bald&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;interface Virtual-Template70&lt;BR /&gt;&amp;nbsp;ip policy route-map GWPOL&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;#sh ip policy&lt;/P&gt;
&lt;P&gt;Interface Route map&lt;BR /&gt;Vi4 GWPOL&lt;BR /&gt;Vi5 GWPOL&lt;BR /&gt;Vi6 GWPOL&lt;BR /&gt;Vi10 GWPOL&lt;BR /&gt;Vi11 GWPOL&lt;BR /&gt;Vi13 GWPOL&lt;BR /&gt;Vi14 GWPOL&lt;BR /&gt;Vi15 GWPOL&lt;BR /&gt;Vi17 GWPOL&lt;BR /&gt;Vi23 GWPOL&lt;BR /&gt;Vi26 GWPOL&lt;BR /&gt;Vi27 GWPOL&lt;BR /&gt;Vi32 GWPOL&lt;BR /&gt;Vi33 GWPOL&lt;BR /&gt;Vi38 GWPOL&lt;BR /&gt;Vi39 GWPOL&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I dont see vt70 in this listing unless you haven't posted all the output?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 10:00:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899871#M319009</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2019-07-30T10:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899874#M319010</link>
      <description>&lt;P&gt;Yes, I've shortened it, but it is there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Output on that command is 5-6 SPACEs long.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 10:04:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899874#M319010</guid>
      <dc:creator>old&amp;bald</dc:creator>
      <dc:date>2019-07-30T10:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899912#M319011</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;So in relation to the web host and the next hop ip address are those subnetnetworks on the same router, Is the next-hop reachable?&lt;/P&gt;
&lt;P&gt;I am assuming you wish any host for tcp 80 to be pbr'd towards host 192.168.99.9 via 172.16.1.1 , if so try changing you acl to accommodate such traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRIKE&gt;&amp;nbsp;permit tcp any host 192.168.99.9 eq www&lt;/STRIKE&gt;&lt;BR /&gt;permit tcp any eq www host 192.168.99.9&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 11:22:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3899912#M319011</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2019-07-30T11:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: PBR not working</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3900038#M319026</link>
      <description>&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need any host requesting 80 from&amp;nbsp;&lt;SPAN&gt;192.168.99.9 (masked for publication) to be routed over&amp;nbsp;172.16.1.1 (also masked).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;192.168.99.9 is located on the Internet,&amp;nbsp;&lt;/SPAN&gt;I've created a fake web-site with this IP in internal perimeter which is accessible over&amp;nbsp;&lt;SPAN&gt;172.16.1.1. So I need all PPPoE clients requesting any web-page from&amp;nbsp;192.168.99.9 internet address to be forwarded to my web-server. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Currently when I browse&amp;nbsp;192.168.99.9 from Lab VM connected over PPPoE the request is timed out until&amp;nbsp;I delete the policy setting from Virtual Template interface. So the policy is working, somehow, but packets are not forwarded to internal perimeter (have a normal monitoring there), so I stuck on 7200 due to normal debug unavailability and cannot troubleshoot it more comprehensively.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 13:52:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/pbr-not-working/m-p/3900038#M319026</guid>
      <dc:creator>old&amp;bald</dc:creator>
      <dc:date>2019-07-30T13:52:10Z</dc:date>
    </item>
  </channel>
</rss>

