<?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 question in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232840#M114405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No static routes anywhere. Here's what I get from my local router. (The router in question is on the other side of the provider.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;gt; 172.30.5.0/30  172.16.10.2                           0 13979 ?&lt;/P&gt;&lt;P&gt;*&amp;gt; 172.30.9.0/30  172.16.10.2                           0 13979 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;172.16.10.2 is my local router that all of my remote sites terminate to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two that I've found that I missed putting the network under their BGP process. I'm going to add it, after hours, but it's still in the table. I was under the impression that if you wanted a network to show up, you needed to put the network under the process. I can only figure that the provider is doing something on their end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 14:12:30 GMT</pubDate>
    <dc:creator>John Blakley</dc:creator>
    <dc:date>2009-05-20T14:12:30Z</dc:date>
    <item>
      <title>BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232836#M114401</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a remote site that was converted to a different type of connection, but we're peering with the same ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following settings (summarized) are on the interface of the remote router:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Serial0: 172.30.9.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BGP: &lt;/P&gt;&lt;P&gt;network 10.5.5.0 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;network 172.21.9.0 mask 255.255.255.0&lt;/P&gt;&lt;P&gt;neighbor 172.30.9.2 remote-as xxxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can ping 10.5.5.x, and I can ping 172.30.9.1. The network statement for 172.30.9.0 isn't in the BGP process, so I *assume* that it's because I'm peering on that same network is why I can see it? The ISP would be peering with 172.30.9.1, so I'm assuming that's why I can see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 12:49:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232836#M114401</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2019-03-04T12:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232837#M114402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a "redistribute connected" under your BGP config ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do "sh ip bgp neigh 172.30.9.2 advertised-routes"  do you see the 172.30.9.1 network ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 13:55:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232837#M114402</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-20T13:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232838#M114403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do see a listing for it, and we're only redistributing static routes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:02:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232838#M114403</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-20T14:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232839#M114404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you say a listing do you mean it appears in the output of "sh ip bgp neigh ....advertised-routes" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a static route for it on the router ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:07:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232839#M114404</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-20T14:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232840#M114405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No static routes anywhere. Here's what I get from my local router. (The router in question is on the other side of the provider.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;gt; 172.30.5.0/30  172.16.10.2                           0 13979 ?&lt;/P&gt;&lt;P&gt;*&amp;gt; 172.30.9.0/30  172.16.10.2                           0 13979 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;172.16.10.2 is my local router that all of my remote sites terminate to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two that I've found that I missed putting the network under their BGP process. I'm going to add it, after hours, but it's still in the table. I was under the impression that if you wanted a network to show up, you needed to put the network under the process. I can only figure that the provider is doing something on their end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:12:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232840#M114405</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-20T14:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232841#M114406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"I was under the impression that if you wanted a network to show up, you needed to put the network under the process." &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that's my understanding as well unless of course you are redistributing your IGP into BGP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:15:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232841#M114406</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-05-20T14:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232842#M114407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whais the state of the bgp connection? 'sh ip bgp summary'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the synchronization on the remote router turned off?&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;bgp xxx&lt;/P&gt;&lt;P&gt; no synchronization&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Is the prefix 172.30.9.0/24 on the remote router routing table? If not, make sure create a static 'ip route 172.30.9.0/24 null0' or inject this prefix dynamicly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paulo Roque&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:18:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232842#M114407</guid>
      <dc:creator>pauloroque</dc:creator>
      <dc:date>2009-05-20T14:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232843#M114408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not running any IGP at all. It's redistributing statics, but there aren't any statics defined on that router. Can there be any other reason why I would see a route to something that's not being advertised through BGP? Would it make sense that the provider could be doing something where I have a /30 network with them, and since there can only be two hosts, that's why it's seeing it? I have to routers here that I could test with, but I'd need to get an image that supported BGP. That's the only thing that I can think of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:29:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232843#M114408</guid>
      <dc:creator>John Blakley</dc:creator>
      <dc:date>2009-05-20T14:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: BGP question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232844#M114409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The provider is advertising the address space into BGP.  The AS path is only 13979 (ATT) so they are originating it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:42:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-question/m-p/1232844#M114409</guid>
      <dc:creator>jason.chilton</dc:creator>
      <dc:date>2009-05-20T14:42:09Z</dc:date>
    </item>
  </channel>
</rss>

