<?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: Route map with continue clause in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126390#M337473</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have gone through the shared link. From the website:&lt;/P&gt;&lt;P&gt;The lack of support for &lt;STRONG&gt;continue &lt;/STRONG&gt;clause was somewhat expected after reading the &lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/irg-route-map-continue.html" target="_blank"&gt;relevant IOS documentation&lt;/A&gt;, and without the &lt;STRONG&gt;continue &lt;/STRONG&gt;clause it makes no sense using &lt;STRONG&gt;set community additive &lt;/STRONG&gt;in a redistribution point (where source routes have no BGP communities).&lt;/P&gt;&lt;P&gt;Link: &lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/irg-route-map-continue.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/irg-route-map-continue.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where exactly in shared link author talsk about " lack of support for continue clause" ?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 00:50:28 GMT</pubDate>
    <dc:creator>verma-rohit</dc:creator>
    <dc:date>2020-07-28T00:50:28Z</dc:date>
    <item>
      <title>Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125885#M337415</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I was experimenting with route-map with continue clause, however the use of continue clause does not set well with my understanding of its processing.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="set_clause.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/80212iC16AFBF31AD4384B/image-size/large?v=v2&amp;amp;px=999" role="button" title="set_clause.png" alt="set_clause.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. A route matches a match statement execute its configured set values and then jumps to other sequence number as per configured continue statement.&lt;/P&gt;&lt;P&gt;2. If next route-map sequence has no match statement, it should execute configured set action.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Topology.png" style="width: 605px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/80213i51BDE7247469696B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Topology.png" alt="Topology.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Access and Core are OSPF neighbors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. On Core:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Core#show ip ospf nei

Neighbor ID     Pri   State           Dead Time   Address         Interface
192.168.0.6       1   FULL/DR         00:00:39    10.0.128.2      GigabitEthernet0/2
Core#show ip route ospf
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
       a - application route
       + - replicated route, % - next hop override, p - overrides from PfR

Gateway of last resort is not set

      192.168.0.0/32 is subnetted, 3 subnets
O        192.168.0.6 [110/2] via 10.0.128.2, 00:39:07, GigabitEthernet0/2
O E2  192.168.1.0/24 [110/20] via 10.0.128.2, 00:39:07, GigabitEthernet0/2
      192.168.2.0/32 is subnetted, 1 subnets
O E2     192.168.2.1 [110/20] via 10.0.128.2, 00:39:07, GigabitEthernet0/2
Core#
Core#&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. On Same Core, I have BGP configured to perform OSPF route&amp;nbsp; redistribution:&lt;/P&gt;&lt;PRE&gt;OSPF route on Core with TAG 2001
Core#show ip route 192.168.2.1
Routing entry for 192.168.2.1/32
  Known via "ospf 64501", distance 110, metric 20
  Tag 2001, type extern 2, forward metric 1
  Redistributing via bgp 64501
  Advertised by bgp 64501 route-map OSPF2BGP
  Last update from 10.0.128.2 on GigabitEthernet0/2, 00:50:55 ago
  Routing Descriptor Blocks:
  * 10.0.128.2, from 192.168.0.6, 00:50:55 ago, via GigabitEthernet0/2
      Route metric is 20, traffic share count is 1&lt;BR /&gt;      Route tag 2001

Core#sh run | s r b
router bgp 64501
 bgp router-id 192.168.0.5
 bgp log-neighbor-changes
 neighbor 10.0.0.2 remote-as 65001
 neighbor 10.0.0.2 description Client
 neighbor 10.0.0.5 remote-as 64500
 neighbor 10.0.0.5 description eBGP to Upstream
 !
 address-family ipv4
  network 10.0.0.0 mask 255.255.0.0
  network 192.168.0.5 mask 255.255.255.255
  redistribute ospf 64501 route-map OSPF2BGP
  neighbor 10.0.0.2 activate
  neighbor 10.0.0.2 send-community
  neighbor 10.0.0.2 next-hop-self
  neighbor 10.0.0.2 route-map FromClient in
  neighbor 10.0.0.5 activate
  neighbor 10.0.0.5 send-community
  neighbor 10.0.0.5 next-hop-self
 exit-address-family
Core#&lt;/PRE&gt;&lt;P&gt;4. Route-map on Core&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;Core#show route-map OSPF2BGP
route-map OSPF2BGP, permit, sequence 10
  Match clauses:
    route-type external 
     tag 2000 
  Continue: to next entry 11
  Set clauses:
    community 64501:2 additive
    origin egp 64501
  Policy routing matches: 0 packets, 0 bytes
route-map OSPF2BGP, permit, sequence 11
  Match clauses:
    route-type external 
  Continue: to next entry 20
  Set clauses:
    community 64501:2001 additive
    origin igp
  Policy routing matches: 0 packets, 0 bytes
route-map OSPF2BGP, permit, sequence 20
  Match clauses:
  Set clauses:
    weight 200
  Policy routing matches: 0 packets, 0 bytes
Core#&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;On core, I anticipated BGP attributes for route 192.168.2.1 to have:&lt;/P&gt;&lt;P&gt;1. community&amp;nbsp;64501:2001 and origin as IGP&lt;/P&gt;&lt;P&gt;2. As there is continue configured on in seq 11, control moves to seq 20 and assign weight 200.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However , seq 20 is never executed it seems. Any reason why ?&lt;/P&gt;&lt;PRE&gt;Core#show ip bgp 192.168.2.1
BGP routing table entry for 192.168.2.1/32, version 8
Paths: (1 available, best #1, table default)
  Advertised to update-groups:
     4         
  Refresh Epoch 1
  Local
    10.0.128.2 from 0.0.0.0 (192.168.0.5)
      Origin IGP, metric 20, localpref 100, weight 32768, valid, sourced, best
      Community: 64501:2001
      rx pathid: 0, tx pathid: 0x0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 06:32:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125885#M337415</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-27T06:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125886#M337416</link>
      <description>Please ignore spoiler tag</description>
      <pubDate>Mon, 27 Jul 2020 06:33:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125886#M337416</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-27T06:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125899#M337419</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;at first glance, I would say your match clauses in sequence 10 and 11 don't match, so 12 is never executed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Core#show route-map OSPF2BGP&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 10&lt;BR /&gt;Match clauses:&lt;BR /&gt;&lt;STRONG&gt;route-type external &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;tag 2000&lt;/STRONG&gt; &lt;BR /&gt;Continue: to next entry 11&lt;BR /&gt;Set clauses:&lt;BR /&gt;community 64501:2 additive&lt;BR /&gt;origin egp 64501&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 11&lt;BR /&gt;Match clauses:&lt;BR /&gt;&lt;STRONG&gt;route-type external&lt;/STRONG&gt; &lt;BR /&gt;Continue: to next entry 20&lt;BR /&gt;Set clauses:&lt;BR /&gt;community 64501:2001 additive&lt;BR /&gt;origin igp&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 20&lt;BR /&gt;Match clauses:&lt;BR /&gt;Set clauses:&lt;BR /&gt;weight 200&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;Core#&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add the same tag to sequence 11:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Core#show route-map OSPF2BGP&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 10&lt;BR /&gt;Match clauses:&lt;BR /&gt;route-type external &lt;BR /&gt;tag 2000 &lt;BR /&gt;Continue: to next entry 11&lt;BR /&gt;Set clauses:&lt;BR /&gt;community 64501:2 additive&lt;BR /&gt;origin egp 64501&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 11&lt;BR /&gt;Match clauses:&lt;BR /&gt;route-type external&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;--&amp;gt; tag 2000&lt;/STRONG&gt;&lt;BR /&gt;Continue: to next entry 20&lt;BR /&gt;Set clauses:&lt;BR /&gt;community 64501:2001 additive&lt;BR /&gt;origin igp&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 20&lt;BR /&gt;Match clauses:&lt;BR /&gt;Set clauses:&lt;BR /&gt;weight 200&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;Core#&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 07:13:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125899#M337419</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-07-27T07:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125905#M337421</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your feedback.&lt;/P&gt;&lt;P&gt;Well seq 11 did match because the said route is an external ( E2 )&amp;nbsp; route and as a result community&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;64501:2001&amp;nbsp; and origin was set as IGP.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 07:30:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125905#M337421</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-27T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125939#M337431</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what if you match sequence 20 as well ? I think the logic is that the match statements have to be the same for each sequence if you use the 'continue' but everything else that does NOT match the previous will get the weight you configured.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Core#show route-map OSPF2BGP&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 10&lt;BR /&gt;Match clauses:&lt;BR /&gt;route-type external&lt;BR /&gt;tag 2000&lt;BR /&gt;Continue: to next entry 11&lt;BR /&gt;Set clauses:&lt;BR /&gt;community 64501:2 additive&lt;BR /&gt;origin egp 64501&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 11&lt;BR /&gt;Match clauses:&lt;BR /&gt;route-type external&lt;BR /&gt;Continue: to next entry 20&lt;BR /&gt;Set clauses:&lt;BR /&gt;community 64501:2001 additive&lt;BR /&gt;origin igp&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;route-map OSPF2BGP, permit, sequence 20Match clauses:&lt;/P&gt;
&lt;P style="line-height: 1.71429; font-family: CiscoSans, Arial, sans-serif;"&gt;&lt;STRONG&gt;--&amp;gt;&amp;nbsp;route-type external&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Set clauses:&lt;BR /&gt;weight 200&lt;BR /&gt;Policy routing matches: 0 packets, 0 bytes&lt;BR /&gt;Core#&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 08:35:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125939#M337431</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-07-27T08:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125978#M337442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I did add match clause in seq 20, however&amp;nbsp; weight is still unchanged.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Core#show route-map OSPF2BGP
route-map OSPF2BGP, permit, sequence 10
  Match clauses:
    route-type external 
     tag 2000 
  Continue: to next entry 11
  Set clauses:
    community 64501:2 additive
    origin egp 64501
  Policy routing matches: 0 packets, 0 bytes
route-map OSPF2BGP, permit, sequence 11
  Match clauses:
    route-type external 
  Continue: to next entry 20
  Set clauses:
    community 64501:2001 additive
    origin igp
  Policy routing matches: 0 packets, 0 bytes
route-map OSPF2BGP, permit, sequence 20
  Match clauses:
    route-type external 
  Set clauses:
    weight 200
  Policy routing matches: 0 packets, 0 bytes
Core#&lt;/PRE&gt;&lt;PRE&gt;Core#show ip route 192.168.2.1
Routing entry for 192.168.2.1/32
  Known via "ospf 64501", distance 110, metric 20
  Tag 2001, type extern 2, forward metric 1
  Redistributing via bgp 64501
  Advertised by bgp 64501 route-map OSPF2BGP
  Last update from 10.0.128.2 on GigabitEthernet0/2, 00:35:47 ago
  Routing Descriptor Blocks:
  * 10.0.128.2, from 192.168.0.6, 00:35:47 ago, via GigabitEthernet0/2
      Route metric is 20, traffic share count is 1
      Route tag 2001&lt;/PRE&gt;&lt;PRE&gt;Core#show ip bgp 192.168.2.1
BGP routing table entry for 192.168.2.1/32, version 6
Paths: (1 available, best #1, table default)
  Advertised to update-groups:
     2         
  Refresh Epoch 1
  Local
    10.0.128.2 from 0.0.0.0 (192.168.0.5)
      Origin IGP, metric 20, localpref 100, weight 32768, valid, sourced, best
      Community: 64501:2001
      rx pathid: 0, tx pathid: 0x0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 10:00:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4125978#M337442</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-27T10:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126000#M337448</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'll try to lab this...can you post the full running configs of both the access and the core router ?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 10:58:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126000#M337448</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-07-27T10:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126010#M337450</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/207569"&gt;@verma-rohit&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;2. If next route-map sequence has no match statement, it should execute configured set action.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;FYI - TAGs don’t work with route-map redistribution into bgp, Communities are the equivalent. &lt;BR /&gt;As the match clause in stanza 10 was on external routes and the tags are not applicable then the router will just read the match clause which basically has no set statement.&lt;BR /&gt;I would assume the continue 11&amp;nbsp;will work however there isn't anything else to match upon because this was performed in stanza 10, if you tried to match on another prefix that isnt in the first match from stanza 10 then&amp;nbsp;it should read stanza 11 but at this time there isn’t any else to match on .&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Try the following and see if the community &amp;nbsp;64501:2&amp;nbsp;works for 192.168.2.0/24&lt;BR /&gt;&lt;BR /&gt;neighbor 10.0.0.2 send-community both&lt;BR /&gt;neighbor 10.0.0.5 send-community both&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;ip prefix-list 10 permit 192.168.1.0/24&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route-map OSPF2BGP permit 10&lt;BR /&gt;match ip address prefix-list 10&lt;BR /&gt;continue 11&lt;BR /&gt;set tag 2000&amp;nbsp; &lt;STRONG&gt;&amp;lt;&amp;nbsp;…………. doesnt work&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;route-map OSPF2BGP permit 11&lt;BR /&gt;set community 64501:2 additive&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 11:28:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126010#M337450</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-07-27T11:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126027#M337452</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Files are attached , Shared below is the topology.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Topology2.png" style="width: 776px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/80233iC8D76C949CAC0BB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Topology2.png" alt="Topology2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 11:45:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126027#M337452</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-27T11:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126029#M337453</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;Thanks for your feedback.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;FYI - TAGs don’t work with route-map redistribution into bgp, Communities are the equivalent.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have another E2 route on Core , 192.168.1.0 with a TAG of 2000 and it matched seq 10 for redistributed into BGP.&lt;/P&gt;&lt;PRE&gt;Core#show ip route 192.168.1.0
Routing entry for 192.168.1.0/24
  Known via "ospf 64501", distance 110, metric 20
  Tag 2000, type extern 2, forward metric 1
  Redistributing via bgp 64501
  Advertised by bgp 64501 route-map OSPF2BGP
  Last update from 10.0.128.2 on GigabitEthernet0/2, 02:29:26 ago
  Routing Descriptor Blocks:
  * 10.0.128.2, from 192.168.0.6, 02:29:26 ago, via GigabitEthernet0/2
      Route metric is 20, traffic share count is 1
      Route tag 2000

Core#
Core#show run | sec OSPF2BGP
  redistribute ospf 64501 route-map OSPF2BGP
route-map OSPF2BGP permit 10
 match tag 2000
 match route-type external
 continue
 set origin egp 64501
 set community 64501:2 additive
route-map OSPF2BGP permit 11
 match route-type external
 continue
 set origin igp
 set community 64501:2001 additive
route-map OSPF2BGP permit 20
 match route-type external
 set weight 200
Core#


Core#show ip bgp 192.168.1.0
BGP routing table entry for 192.168.1.0/24, version 6
Paths: (1 available, best #1, table default)
  Advertised to update-groups:
     5         
  Refresh Epoch 1
  Local
    10.0.128.2 from 0.0.0.0 (192.168.0.5)
      Origin EGP, metric 20, localpref 100, weight 32768, valid, sourced, best
      Community: 64501:2
      rx pathid: 0, tx pathid: 0x0&lt;/PRE&gt;&lt;P&gt;Now continue in Seq 10 would allowed Seq 11 to execute as well and based on text which i shared in initial post, should have&amp;nbsp; overwritten origin code and community value but it wasn't to be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will test the script which you asked me to configure and share my feedback.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 12:01:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126029#M337453</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-27T12:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126070#M337455</link>
      <description>&lt;P&gt;I'll lab this up...thanks for the files.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 13:33:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126070#M337455</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-07-27T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126110#M337459</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I could have made myself a bit clearer, You can match on a&amp;nbsp;tagged ospf prefix that is to be redistributed into bgp but setting a tag then this wont work, And ive just realized you are indeed&amp;nbsp;matching on&amp;nbsp;a tag so my mistake, So referring back&amp;nbsp;to your own OP for&amp;nbsp;route-map stanza 11&amp;nbsp;,the resulting logic would be the external ospf prefix 192.168.2.0 /24 with a tag 2001 should be set an origin&amp;nbsp;IGB with a community PA of 64501:2001 which looks correct from your OP post.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;10.0.128.2 from 0.0.0.0 (192.168.0.5)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Origin&lt;STRONG&gt; IGP&lt;/STRONG&gt;, metric 20, localpref 100, weight 32768, valid, sourced, best&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Community: &lt;STRONG&gt;64501:2001&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The reason for this would be that in stanza 10 a match is made on both external routes and tag of 2000 for 192.168.1.0/24 but not 192.168.2.0/24 then the continue&amp;nbsp;is adhered in stanza 11(next&amp;nbsp;stanza as no number is specified) where again a match is made&amp;nbsp;on&amp;nbsp;specifically any external routes that was not matched in the previous stanza and by time you get to the last stanza 20 all of the external routes have already been matched but with the continue the set command should be applied.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:16:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126110#M337459</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-07-28T09:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126284#M337463</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran into the same issue you had. For some reason, the 'continue' statement does not seem to work in route maps that are used in redistribution of routing protocols. The only way I got this to work is with the route map below (the 'additive' obviously is redundant). I did come across a document though that mirrors your setup. I am not sure if this is VIRL specific, and if the 'continue' clause works in e.g. XE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at what this user noticed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BGP Route Maps and Continue Feature Limitations&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog.ipspace.net/2016/05/bgp-route-maps-and-continue-feature.html" target="_blank"&gt;https://blog.ipspace.net/2016/05/bgp-route-maps-and-continue-feature.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;route-map OSPF2BGP permit 10&lt;BR /&gt;match tag 2000&lt;BR /&gt;match route-type external&lt;BR /&gt;set origin egp 64501&lt;BR /&gt;set community 64501:2 additive&lt;BR /&gt;!&lt;BR /&gt;route-map OSPF2BGP permit 11&lt;BR /&gt;match route-type external&lt;BR /&gt;set origin igp&lt;BR /&gt;set community 64501:2001 additive&lt;BR /&gt;!&lt;BR /&gt;route-map OSPF2BGP permit 11&lt;BR /&gt;match route-type external&lt;BR /&gt;set weight 200&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 19:58:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126284#M337463</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-07-27T19:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126390#M337473</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have gone through the shared link. From the website:&lt;/P&gt;&lt;P&gt;The lack of support for &lt;STRONG&gt;continue &lt;/STRONG&gt;clause was somewhat expected after reading the &lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/irg-route-map-continue.html" target="_blank"&gt;relevant IOS documentation&lt;/A&gt;, and without the &lt;STRONG&gt;continue &lt;/STRONG&gt;clause it makes no sense using &lt;STRONG&gt;set community additive &lt;/STRONG&gt;in a redistribution point (where source routes have no BGP communities).&lt;/P&gt;&lt;P&gt;Link: &lt;A href="https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/irg-route-map-continue.html" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_bgp/configuration/15-mt/irg-15-mt-book/irg-route-map-continue.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where exactly in shared link author talsk about " lack of support for continue clause" ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 00:50:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126390#M337473</guid>
      <dc:creator>verma-rohit</dc:creator>
      <dc:date>2020-07-28T00:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126471#M337478</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/207569"&gt;@verma-rohit&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;all the configuration examples in the shared link show route-maps applied to BGP neighbor statements for this use case the route-map continue command&amp;nbsp; has been introduced and supported.&lt;/P&gt;
&lt;P&gt;The continue command is not supported in route-maps used for redistribution like in your tests and in the tests performed in the blog mentioned by Georg.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope to help&lt;/P&gt;
&lt;P&gt;Giuseppe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 06:25:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126471#M337478</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2020-07-28T06:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126547#M337490</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/325924"&gt;@Giuseppe Larosa&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The continue command is not supported in route-maps used for redistribution&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I manage to test this last night and TBH it wasnt soemthing i was aware of, you would think it would be documented regards its restriction with redistribution or is this be something cisco will expect us to logically take into account&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;3700 Software (C3725-ADVENTERPRISEK9-M), Version 12.4(15)T14&lt;BR /&gt;7200 Software (C7200-ADVENTERPRISEK9-M), Version 15.2(4)M11, RELEASE SOFTWARE (fc2&lt;BR /&gt;IOSv Software (VIOS-ADVENTERPRISEK9-M), Version 15.8(3)M2, RELEASE SOFTWARE (fc2&lt;BR /&gt;Cisco IOS Software [Fuji], Virtual XE Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.9.1, RELEASE SOFTWARE (fc2)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;% "TST" used as redistribute ospf into bgp route-map, continue match not supported&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;% not supported match will behave as route-map with no match&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;% "TST" used as redistribute ospf into bgp route-map, set community add not supported&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:19:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126547#M337490</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-07-28T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126556#M337491</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326012"&gt;@paul driver&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;your test results are exactly the same as those shown in the link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blog.ipspace.net/2016/05/bgp-route-maps-and-continue-feature.html" target="_blank"&gt;https://blog.ipspace.net/2016/05/bgp-route-maps-and-continue-feature.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;by Ivan Pepelnjack&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this link was found by &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/162085"&gt;@Georg Pauwen&lt;/a&gt;&amp;nbsp; and reported in this thread. The source is rather reliable.&lt;/P&gt;
&lt;P&gt;About the continue statement I remember it was introduced for BGP only.&lt;/P&gt;
&lt;P&gt;There was another recent thread where the OP tried to use the continue in a route map used to redistribute into EIGRP wth no success.&lt;/P&gt;
&lt;P&gt;In my humble opinion the OP of this thread is actually repeating the lab setup reported in that blog page with same results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope to help&lt;/P&gt;
&lt;P&gt;Giuseppe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 09:32:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126556#M337491</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2020-07-28T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126582#M337495</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/325924"&gt;@Giuseppe Larosa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don’t doubt the source isn’t viable mate especially coming from the likes Ivan it’s just quite frustrating &amp;nbsp;isn’t documented and I wasn’t aware this OP was plagiarized from IVAN post.&lt;BR /&gt;&lt;BR /&gt;Anyway all good I have learnt something this morning I didn’t know last night!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 10:29:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126582#M337495</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2020-07-28T10:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Route map with continue clause</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126584#M337496</link>
      <description>&lt;P&gt;I agree with Paul and Giuseppe. Nowhere is this documented, so you kind of have to conclude that it doesn't work in redistribution just by trial and error. I have spent a good amount of time searching but could not find a single mention of this restriction anywhere...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The good thing is: now we know !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would one proceed to get Cisco to include this in the documentation ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 10:36:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/route-map-with-continue-clause/m-p/4126584#M337496</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2020-07-28T10:36:12Z</dc:date>
    </item>
  </channel>
</rss>

