<?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: BGP Route advertisement in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430490#M352733</link>
    <description>&lt;P&gt;Another prefix which is not advertised is L (directly connected)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;C 192.168.100.0/24 is directly connected, GigabitEthernet0/0&lt;BR /&gt;L&amp;nbsp; 192.168.100.6/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;L 192.168.100.100/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could we selectively advertise or add routes for directly connected network in BGP? there is&amp;nbsp; a reference to "redistribute connected" command but&amp;nbsp; how to distribute only specific directly connected route(/32) to only one neighbour and not all neighbours.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in our case advertise directly connected 192.168.100.100/32 to only neighbour 10.150.2.150&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jul 2021 12:37:04 GMT</pubDate>
    <dc:creator>Sandip Barot</dc:creator>
    <dc:date>2021-07-09T12:37:04Z</dc:date>
    <item>
      <title>BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430268#M352720</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have an identical configuration for BGP connection to 2 sites(but with different prefix advertisement) and BGP connection is up with both. We can receive neighbor routes for both. We have selective route advertisements with prefix-list as in config below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, our router does not advertise route with one of the site (neighbor 10.150.2.150) while it advertise to other site(neighbor 169.254.11.10)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea about what could be wrong or to check ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;=====================================&lt;BR /&gt;router bgp 64520&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 10.10.5.0 mask 255.255.255.0&lt;BR /&gt;network 192.168.1.0&lt;BR /&gt;network 192.168.100.0&lt;BR /&gt;&lt;BR /&gt;network 192.168.116.16 mask 255.255.255.255&lt;BR /&gt;&lt;BR /&gt;neighbor 10.150.2.150 remote-as 1&lt;BR /&gt;neighbor 10.150.2.150 local-as 64525&lt;BR /&gt;neighbor 10.150.2.150 description "bgp to Hub"&lt;BR /&gt;neighbor 10.150.2.150 soft-reconfiguration inbound&lt;BR /&gt;neighbor 10.150.2.150 route-map ToHub out&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;neighbor 169.254.11.10 remote-as 2&lt;BR /&gt;neighbor 169.254.11.10 local-as 64521&lt;BR /&gt;neighbor 169.254.11.10 description "bgp to Gcl"&lt;BR /&gt;neighbor 169.254.11.10 soft-reconfiguration inbound&lt;BR /&gt;neighbor 169.254.11.10 route-map ToGcl out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ip prefix-list ToGcl seq 10 permit 10.10.5.0/24&lt;BR /&gt;ip prefix-list ToGcl seq 20 permit 192.168.1.0/24&lt;BR /&gt;ip prefix-list ToGcl seq 30 permit 192.168.100.0/24&amp;nbsp; &amp;nbsp;=&amp;gt; These 3 routes get advertised&lt;BR /&gt;!&lt;BR /&gt;ip prefix-list ToHub seq 10 permit 192.168.116.16/32&amp;nbsp; =&amp;gt; This is not getting advertised&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;route-map ToGcl permit 10&lt;BR /&gt;match ip address prefix-list ToGcl&lt;BR /&gt;!&lt;BR /&gt;route-map ToHub permit 10&lt;BR /&gt;match ip address prefix-list ToHub&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;(2)&lt;BR /&gt;UTA-R#sh ip bgp neighbors 10.150.2.150 advertised-routes&lt;/P&gt;&lt;P&gt;Total number of prefixes 0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;UTA-R#sh ip bgp neighbors 169.254.11.10 advertised-routes&lt;BR /&gt;BGP table version is 40, local router ID is xxxx.6&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Network Next Hop Metric LocPrf Weight Path&lt;BR /&gt;*&amp;gt; 10.10.5.0/24 0.0.0.0 0 32768 i&lt;BR /&gt;*&amp;gt; 192.168.1.0 10.10.5.254 0 32768 i&lt;BR /&gt;*&amp;gt; 192.168.100.0 10.10.5.254 0 32768 i&lt;/P&gt;&lt;P&gt;Total number of prefixes 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(3)&lt;/P&gt;&lt;P&gt;UTA-R#sh ip route&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Gateway of last resort is xxxx.1 to network 0.0.0.0&lt;/P&gt;&lt;P&gt;S* 0.0.0.0/0 [1/0] via xxxx.1&lt;BR /&gt;10.0.0.0/8 is variably subnetted, 6 subnets, 3 masks&lt;BR /&gt;C 10.10.5.0/24 is directly connected, GigabitEthernet0/1&lt;BR /&gt;L 10.10.5.1/32 is directly connected, GigabitEthernet0/1&lt;/P&gt;&lt;P&gt;S 192.168.1.0/24 [1/0] via 10.10.5.254&lt;BR /&gt;S 192.168.2.0/24 [1/0] via 10.10.5.254&lt;BR /&gt;S 192.168.4.0/24 [1/0] via 10.10.5.254&lt;BR /&gt;S 192.168.100.0/24 [1/0] via 10.10.5.254&lt;BR /&gt;S 192.168.116.0/24 [1/0] via 10.10.5.254&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 02:23:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430268#M352720</guid>
      <dc:creator>Sandip Barot</dc:creator>
      <dc:date>2021-07-09T02:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430412#M352725</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The BGP network statement needs a matching route in the IP routing table and you don't have a route for 192.168.116.16 255.255.255.255 in your routing table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try adding this static route -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip route 192.168.116.16 255.255.255.255 10.10.5.254&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 10:05:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430412#M352725</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2021-07-09T10:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430421#M352728</link>
      <description>&lt;P&gt;Thank you Jon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We had a route for the network defined for the full network but seems we need specific /32 route as your comment.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;S 192.168.116.0/24 [1/0] via 10.10.5.254&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After&amp;nbsp; adding that route it is getting advertised now.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"ip route 192.168.116.16 255.255.255.255 10.10.5.254"&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another prefix which is not advertised is L (directly connected)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;L 192.168.100.100/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could we advertise or add routes for directly connected network in BGP? there is&amp;nbsp; a reference to "redistribute connected" command but how to distribute only specific directly connected route to only one remote AS.?&lt;/P&gt;&lt;P&gt;in our case advertise directly connected 192.168.100.100/32 to only neighbour 10.150.2.150&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 10:22:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430421#M352728</guid>
      <dc:creator>Sandip Barot</dc:creator>
      <dc:date>2021-07-09T10:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430425#M352729</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you are advertising out 192.168.100.0/24 so that would cover the directly connected route wouldn't it ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically BGP requires an exact match in the routing table as you have seen ie. the prefix and the subnet mask must match.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For directly connected you could always use "redistribute connected" but that would still only advertise 192.168.100.0/24 and not the host entry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 10:28:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430425#M352729</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2021-07-09T10:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430490#M352733</link>
      <description>&lt;P&gt;Another prefix which is not advertised is L (directly connected)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;C 192.168.100.0/24 is directly connected, GigabitEthernet0/0&lt;BR /&gt;L&amp;nbsp; 192.168.100.6/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;L 192.168.100.100/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How could we selectively advertise or add routes for directly connected network in BGP? there is&amp;nbsp; a reference to "redistribute connected" command but&amp;nbsp; how to distribute only specific directly connected route(/32) to only one neighbour and not all neighbours.?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in our case advertise directly connected 192.168.100.100/32 to only neighbour 10.150.2.150&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 12:37:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430490#M352733</guid>
      <dc:creator>Sandip Barot</dc:creator>
      <dc:date>2021-07-09T12:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430512#M352734</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use a route map with your redistribute statement but I don't think it will do what you want.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you redistribute connected it will advertise 192.168.100.0/24 not the host entry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jul 2021 12:54:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430512#M352734</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2021-07-09T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430563#M352736</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/256044"&gt;@Sandip Barot&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;as &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/324049"&gt;@Jon Marshall&lt;/a&gt; has tried to explain you the L /32 routes are just placeholders that tell you what IP address the interface of the local router has on the connected subnet.&lt;/P&gt;
&lt;P&gt;However, the prefix is always represented by the C connected route.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just to be clear in the past for many years L routes /32 did not exist in IP routing table.&lt;/P&gt;
&lt;P&gt;To see your own IP addresses you had to use&lt;/P&gt;
&lt;P&gt;show ip int brief&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, with the addtion of L routes you see this info in the IP routing table but it is not representing a prefix just an interface.&lt;/P&gt;
&lt;P&gt;So simply ignore L routes you don't need to advertise them ( not only in BGP but in any routing protocol )&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>Fri, 09 Jul 2021 14:25:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430563#M352736</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2021-07-09T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430566#M352737</link>
      <description>&lt;P&gt;Hello Jon,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; If you redistribute connected it will advertise 192.168.100.0/24 not the host entry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I totally agree with you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These L routes are just place holders for IP addresses of interfaces.&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>Fri, 09 Jul 2021 14:32:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430566#M352737</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2021-07-09T14:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430850#M352755</link>
      <description>&lt;P&gt;Thanks for your responses&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/324049"&gt;@Jon Marshall&lt;/a&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, it seems it is not possible to advertise single host /32( from directly connected network) to one neighbor only.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2021 02:30:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430850#M352755</guid>
      <dc:creator>Sandip Barot</dc:creator>
      <dc:date>2021-07-10T02:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430910#M352758</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/256044"&gt;@Sandip Barot&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; So, it seems it is not possible to advertise single host /32( from directly connected network) to one neighbor only.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can advertise the connected prefix to a single neighbor and this is enough for every practical need in real world.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't see any real use case where someone would need / like to advertise the interface address the so called L "route".&lt;/P&gt;
&lt;P&gt;A router works on prefixes interconnecting different IP subnets and advertises subnets / prefixes in routing protocols like BGP if configured for doing it.&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>Sat, 10 Jul 2021 07:18:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4430910#M352758</guid>
      <dc:creator>Giuseppe Larosa</dc:creator>
      <dc:date>2021-07-10T07:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4431064#M352785</link>
      <description>&lt;P&gt;Many thanks for your inputs and I really appreciate your help,&amp;nbsp;&lt;SPAN&gt;Giuseppe and Jon.&amp;nbsp; I still need some more clarification to understand this a bit further.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, for&amp;nbsp; the below directly connected route&amp;nbsp; we can&amp;nbsp; only advertise full prefix [ie presented with "C"-192.168.100.0/24] and not a single IP from the subnet ie "L 192.168.100.100/32". or some other IP from the subnet for example 192.168.100.111 ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;C 192.168.100.0/24 is directly connected, GigabitEthernet0/0&lt;BR /&gt;L&amp;nbsp; 192.168.100.6/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;L 192.168.100.100/32 is directly connected, GigabitEthernet0/0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a requirement where we wanted to advertise only single public IP to the neighbor from the directly connected subnet, so wanted to check.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With static routes "S", we can do a single IP but is it limitation as above for directly connected route where we can`t do a few IP or single IP from the prefix ? ie as below- works and advertsied fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;192.168.116.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;S 192.168.116.0/24 [1/0] via 10.10.5.254&lt;BR /&gt;S 192.168.116.16/32 [1/0] via 10.10.5.254&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2021 05:00:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4431064#M352785</guid>
      <dc:creator>Sandip Barot</dc:creator>
      <dc:date>2021-07-11T05:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Route advertisement</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4431095#M352788</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't think you are going to be able to advertise the IP assigned to the interface on the router but for other IPs out of that subnet you could add a static route with an the exit interface as the next hop&amp;nbsp; eg.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ip route 192.168.100.111 255.255.255.255 gi0/0&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then you can advertise in BGP.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Why you would want to do this is another question though.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Sun, 11 Jul 2021 09:31:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-route-advertisement/m-p/4431095#M352788</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2021-07-11T09:31:50Z</dc:date>
    </item>
  </channel>
</rss>

