<?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 reachability issue from different AS in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684925#M372443</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1235877"&gt;@R Manjunatha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It is normal that traceroute it is not going to R49, but rather to R60, as the BGP path being learnt for 192.53.10.0/24 on R61 is via R52:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;*&amp;gt;i 192.53.10.0 52.52.52.52 0 100 0 65003 65001 i&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The reason for that is that R53 only advertises its local route to R54 and R58, which explains why the only path available in AS65002 is via AS65003. You are missing the following configuration on R53:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;router bgp 65001&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;neighbor 49.49.49.49 remote-as 65001&lt;BR /&gt;&lt;BR /&gt;neighbor 49.49.49.49 update-source Loopback0&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Also, it would be a good idea to specify the source address when performing a&amp;nbsp;traceroute or ping, as by default R61 will use 10.10.61.2, which is not propagated in BGP. For instance, this causes the traceroute you provided to break on R56, which has no idea how to get to 10.10.61.2. The source address you specify should be from a prefix propagated via BGP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Sep 2022 08:43:19 GMT</pubDate>
    <dc:creator>Harold Ritter</dc:creator>
    <dc:date>2022-09-14T08:43:19Z</dc:date>
    <item>
      <title>BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684895#M372433</link>
      <description>&lt;P&gt;Unable to ping from one AS 65001 i.e R61 to another AS 65002 R54, R53 and R58.similarly AS65003 R59, R50 and R55.but am getting all the BGP routes. I configured next hop self towards ebgp routers as well.&lt;/P&gt;
&lt;P&gt;ex- from R61 unable to ping IP add 192.54.10.1 and 192.55.10.1&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;&amp;nbsp;R61&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 61.61.61.61 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.61.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.61.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.61.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.61.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.61.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;no ip address&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;ip address 172.16.85.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;router eigrp 100&lt;BR /&gt;network 172.16.85.0 0.0.0.255&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 61.61.61.61&lt;BR /&gt;network 10.10.48.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.61.0 0.0.0.255 area 0&lt;BR /&gt;network 61.61.61.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65002&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 61.61.61.0 mask 255.255.255.0&lt;BR /&gt;network 172.16.85.0 mask 255.255.255.0&lt;BR /&gt;network 192.61.10.0&lt;BR /&gt;network 192.61.20.0&lt;BR /&gt;network 192.61.30.0&lt;BR /&gt;network 192.61.40.0&lt;BR /&gt;neighbor 48.48.48.48 remote-as 65002&lt;BR /&gt;neighbor 48.48.48.48 update-source Loopback0&lt;BR /&gt;neighbor 48.48.48.48 next-hop-self&lt;BR /&gt;neighbor 52.52.52.52 remote-as 65002&lt;BR /&gt;neighbor 52.52.52.52 update-source Loopback0&lt;BR /&gt;neighbor 52.52.52.52 next-hop-self&lt;BR /&gt;neighbor 60.60.60.60 remote-as 65002&lt;BR /&gt;neighbor 60.60.60.60 update-source Loopback0&lt;BR /&gt;neighbor 60.60.60.60 next-hop-self&lt;BR /&gt;&lt;BR /&gt;R61(config-router)# DO SH IP BGP&lt;BR /&gt;BGP table version is 68, local router ID is 192.61.40.4&lt;BR /&gt;Status codes: s suppressed, d damped, h history, * valid, &amp;gt; best, i - internal,&lt;BR /&gt;r RIB-failure, S Stale, m multipath, b backup-path, f RT-Filter,&lt;BR /&gt;x best-external, a additional-path, c RIB-compressed,&lt;BR /&gt;t secondary path,&lt;BR /&gt;Origin codes: i - IGP, e - EGP, ? - incomplete&lt;BR /&gt;RPKI validation codes: V valid, I invalid, N Not found&lt;BR /&gt;&lt;BR /&gt;Network Next Hop Metric LocPrf Weight Path&lt;BR /&gt;*&amp;gt;i 10.10.49.0/24 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 10.10.54.0/24 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 48.48.48.0/24 48.48.48.48 0 100 0 i&lt;BR /&gt;*&amp;gt;i 49.49.49.0/24 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt; 61.61.61.0/24 0.0.0.0 0 32768 i&lt;BR /&gt;*&amp;gt;i 172.16.1.0/24 52.52.52.52 0 100 0 i&lt;BR /&gt;*&amp;gt;i 172.16.2.0/24 48.48.48.48 0 100 0 i&lt;BR /&gt;*&amp;gt;i 172.16.3.0/24 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt; 172.16.85.0/24 0.0.0.0 0 32768 i&lt;BR /&gt;*&amp;gt;i 192.48.10.0 48.48.48.48 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.48.20.0 48.48.48.48 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.48.30.0 48.48.48.48 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.48.40.0 48.48.48.48 0 100 0 i&lt;BR /&gt;Network Next Hop Metric LocPrf Weight Path&lt;BR /&gt;*&amp;gt;i 192.49.10.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.49.20.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.49.30.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.49.40.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.50.10.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.50.20.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.50.30.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.50.40.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.52.10.0 52.52.52.52 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.52.20.0 52.52.52.52 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.52.30.0 52.52.52.52 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.52.40.0 52.52.52.52 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.53.10.0 52.52.52.52 0 100 0 65003 65001 i&lt;BR /&gt;*&amp;gt;i 192.53.20.0 52.52.52.52 0 100 0 65003 65001 i&lt;BR /&gt;*&amp;gt;i 192.53.30.0 52.52.52.52 0 100 0 65003 65001 i&lt;BR /&gt;*&amp;gt;i 192.53.40.0 52.52.52.52 0 100 0 65003 65001 i&lt;BR /&gt;*&amp;gt;i 192.54.10.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.54.20.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.54.30.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.54.40.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.55.10.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.55.20.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;Network Next Hop Metric LocPrf Weight Path&lt;BR /&gt;*&amp;gt;i 192.55.30.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.55.40.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.56.10.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.56.20.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.56.30.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.56.40.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.58.10.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.58.20.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.58.30.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.58.40.0 48.48.48.48 0 100 0 65001 i&lt;BR /&gt;*&amp;gt;i 192.59.10.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.59.20.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.59.30.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.59.40.0 52.52.52.52 0 100 0 65003 i&lt;BR /&gt;*&amp;gt;i 192.60.10.0 60.60.60.60 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.60.20.0 60.60.60.60 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.60.30.0 60.60.60.60 0 100 0 i&lt;BR /&gt;*&amp;gt;i 192.60.40.0 60.60.60.60 0 100 0 i&lt;BR /&gt;*&amp;gt; 192.61.10.0 0.0.0.0 0 32768 i&lt;BR /&gt;*&amp;gt; 192.61.20.0 0.0.0.0 0 32768 i&lt;BR /&gt;*&amp;gt; 192.61.30.0 0.0.0.0 0 32768 i&lt;BR /&gt;*&amp;gt; 192.61.40.0 0.0.0.0 0 32768 i&lt;BR /&gt;Network Next Hop Metric LocPrf Weight Path&lt;BR /&gt;*&amp;gt;i 192.168.50.0 60.60.60.60 0 100 0 i&lt;BR /&gt;R61(config-router)#&lt;BR /&gt;&lt;BR /&gt;R61(config-router)#DO sh ip rou bgp&lt;BR /&gt;Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP&lt;BR /&gt;a - application route&lt;BR /&gt;+ - replicated route, % - next hop override, p - overrides from PfR&lt;BR /&gt;&lt;BR /&gt;Gateway of last resort is not set&lt;BR /&gt;&lt;BR /&gt;10.0.0.0/8 is variably subnetted, 7 subnets, 2 masks&lt;BR /&gt;B 10.10.49.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 10.10.54.0/24 [200/0] via 48.48.48.48, 00:53:38&lt;BR /&gt;48.0.0.0/8 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;B 48.48.48.0/24 [200/0] via 48.48.48.48, 00:05:29&lt;BR /&gt;49.0.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;B 49.49.49.0 [200/0] via 48.48.48.48, 00:03:57&lt;BR /&gt;172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks&lt;BR /&gt;B 172.16.1.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 172.16.2.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 172.16.3.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.48.10.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.48.20.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.48.30.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.48.40.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.49.10.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.49.20.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.49.30.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.49.40.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.50.10.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.50.20.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.50.30.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.50.40.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.52.10.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.52.20.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.52.30.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.52.40.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.53.10.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.53.20.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.53.30.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.53.40.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.54.10.0/24 [200/0] via 48.48.48.48, 00:53:38&lt;BR /&gt;B 192.54.20.0/24 [200/0] via 48.48.48.48, 00:53:38&lt;BR /&gt;B 192.54.30.0/24 [200/0] via 48.48.48.48, 00:53:38&lt;BR /&gt;B 192.54.40.0/24 [200/0] via 48.48.48.48, 00:53:38&lt;BR /&gt;B 192.55.10.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.55.20.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.55.30.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.55.40.0/24 [200/0] via 52.52.52.52, 00:53:45&lt;BR /&gt;B 192.56.10.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.56.20.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.56.30.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.56.40.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.58.10.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.58.20.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.58.30.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.58.40.0/24 [200/0] via 48.48.48.48, 00:53:58&lt;BR /&gt;B 192.59.10.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.59.20.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.59.30.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.59.40.0/24 [200/0] via 52.52.52.52, 00:53:58&lt;BR /&gt;B 192.60.10.0/24 [200/0] via 60.60.60.60, 00:53:58&lt;BR /&gt;B 192.60.20.0/24 [200/0] via 60.60.60.60, 00:53:58&lt;BR /&gt;B 192.60.30.0/24 [200/0] via 60.60.60.60, 00:53:58&lt;BR /&gt;B 192.60.40.0/24 [200/0] via 60.60.60.60, 00:53:58&lt;BR /&gt;B 192.168.50.0/24 [200/0] via 60.60.60.60, 00:53:58&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;R48&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 48.48.48.48 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.48.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.48.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.48.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.48.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.48.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;ip address 10.10.61.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;ip address 172.16.2.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 48.48.48.48&lt;BR /&gt;network 10.10.48.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.61.0 0.0.0.255 area 0&lt;BR /&gt;network 48.48.48.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65002&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 48.48.48.0 mask 255.255.255.0&lt;BR /&gt;network 172.16.2.0 mask 255.255.255.0&lt;BR /&gt;network 192.48.10.0&lt;BR /&gt;network 192.48.20.0&lt;BR /&gt;network 192.48.30.0&lt;BR /&gt;network 192.48.40.0&lt;BR /&gt;neighbor 52.52.52.52 remote-as 65002&lt;BR /&gt;neighbor 52.52.52.52 update-source Loopback0&lt;BR /&gt;neighbor 52.52.52.52 next-hop-self&lt;BR /&gt;neighbor 60.60.60.60 remote-as 65002&lt;BR /&gt;neighbor 60.60.60.60 update-source Loopback0&lt;BR /&gt;neighbor 60.60.60.60 next-hop-self&lt;BR /&gt;neighbor 61.61.61.61 remote-as 65002&lt;BR /&gt;neighbor 61.61.61.61 update-source Loopback0&lt;BR /&gt;neighbor 61.61.61.61 next-hop-self&lt;BR /&gt;neighbor 172.16.2.2 remote-as 65001&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;R49&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 49.49.49.49 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.49.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.49.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.49.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.49.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.49.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.58.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;ip address 172.16.2.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 49.49.49.49&lt;BR /&gt;network 10.10.49.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.58.0 0.0.0.255 area 0&lt;BR /&gt;network 49.49.49.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65001&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 49.49.49.0 mask 255.255.255.0&lt;BR /&gt;network 172.16.2.0 mask 255.255.255.0&lt;BR /&gt;network 192.49.10.0&lt;BR /&gt;network 192.49.20.0&lt;BR /&gt;network 192.49.30.0&lt;BR /&gt;network 192.49.40.0&lt;BR /&gt;neighbor 53.53.53.53 remote-as 65001&lt;BR /&gt;neighbor 53.53.53.53 update-source Loopback0&lt;BR /&gt;neighbor 53.53.53.53 next-hop-self&lt;BR /&gt;neighbor 54.54.54.54 remote-as 65001&lt;BR /&gt;neighbor 54.54.54.54 update-source Loopback0&lt;BR /&gt;neighbor 54.54.54.54 next-hop-self&lt;BR /&gt;neighbor 58.58.58.58 remote-as 65001&lt;BR /&gt;neighbor 58.58.58.58 update-source Loopback0&lt;BR /&gt;neighbor 58.58.58.58 next-hop-self&lt;BR /&gt;neighbor 172.16.2.1 remote-as 65002&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;R54&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 54.54.54.54 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.54.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.54.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.54.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.54.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.54.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.49.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 54.54.54.54&lt;BR /&gt;network 10.10.49.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.54.0 0.0.0.255 area 0&lt;BR /&gt;network 54.54.54.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65001&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 10.10.49.0 mask 255.255.255.0&lt;BR /&gt;network 10.10.54.0 mask 255.255.255.0&lt;BR /&gt;network 192.54.10.0&lt;BR /&gt;network 192.54.20.0&lt;BR /&gt;network 192.54.30.0&lt;BR /&gt;network 192.54.40.0&lt;BR /&gt;neighbor 49.49.49.49 remote-as 65001&lt;BR /&gt;neighbor 49.49.49.49 update-source Loopback0&lt;BR /&gt;neighbor 49.49.49.49 next-hop-self&lt;BR /&gt;neighbor 53.53.53.53 remote-as 65001&lt;BR /&gt;neighbor 53.53.53.53 update-source Loopback0&lt;BR /&gt;neighbor 53.53.53.53 next-hop-self&lt;BR /&gt;neighbor 58.58.58.58 remote-as 65001&lt;BR /&gt;neighbor 58.58.58.58 update-source Loopback0&lt;BR /&gt;neighbor 58.58.58.58 next-hop-self&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;R53&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;interface Loopback0&lt;BR /&gt;ip address 53.53.53.53 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.53.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.53.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.53.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.53.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.54.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.53.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 53.53.53.53&lt;BR /&gt;network 10.10.53.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.54.0 0.0.0.255 area 0&lt;BR /&gt;network 53.53.53.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65001&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 192.53.10.0&lt;BR /&gt;network 192.53.20.0&lt;BR /&gt;network 192.53.30.0&lt;BR /&gt;network 192.53.40.0&lt;BR /&gt;network 192.54.10.0&lt;BR /&gt;network 192.54.20.0&lt;BR /&gt;network 192.54.30.0&lt;BR /&gt;network 192.54.40.0&lt;BR /&gt;neighbor 54.54.54.54 remote-as 65001&lt;BR /&gt;neighbor 54.54.54.54 update-source Loopback0&lt;BR /&gt;neighbor 58.58.58.58 remote-as 65001&lt;BR /&gt;neighbor 58.58.58.58 update-source Loopback0&lt;BR /&gt;!&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:15:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684895#M372433</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-14T06:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684896#M372434</link>
      <description>&lt;P&gt;I have attached the topology for your reference&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 15:43:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684896#M372434</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-11T15:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684898#M372435</link>
      <description>&lt;P&gt;friend&amp;nbsp;&lt;BR /&gt;go to destination router, do&lt;/P&gt;
&lt;PRE&gt;show ip route&lt;/PRE&gt;
&lt;P&gt;check if the source router LO is learn&lt;BR /&gt;if it learn then&amp;nbsp;&lt;BR /&gt;use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;ping x.x.x.x source y.y.y.y&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;this is BGP not ospf or eigrp.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 08:39:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684898#M372435</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-14T08:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684904#M372436</link>
      <description>&lt;P&gt;This is destination R53 router&lt;/P&gt;
&lt;PRE&gt;show ip route&lt;/PRE&gt;
&lt;P&gt;and source R53 as per the topology.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Do I need to advertise loopback 0 IP address in BGP routes in all the routers?&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;R53 destination&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;R53# sh ip route&lt;BR /&gt;Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP&lt;BR /&gt;a - application route&lt;BR /&gt;+ - replicated route, % - next hop override, p - overrides from PfR&lt;BR /&gt;&lt;BR /&gt;Gateway of last resort is not set&lt;BR /&gt;&lt;BR /&gt;10.0.0.0/8 is variably subnetted, 6 subnets, 2 masks&lt;BR /&gt;O 10.10.49.0/24 [110/20] via 10.10.54.1, 01:43:34, Ethernet0/0&lt;BR /&gt;C 10.10.53.0/24 is directly connected, Ethernet0/1&lt;BR /&gt;L 10.10.53.2/32 is directly connected, Ethernet0/1&lt;BR /&gt;C 10.10.54.0/24 is directly connected, Ethernet0/0&lt;BR /&gt;L 10.10.54.2/32 is directly connected, Ethernet0/0&lt;BR /&gt;O 10.10.58.0/24 [110/20] via 10.10.53.1, 01:43:24, Ethernet0/1&lt;BR /&gt;49.0.0.0/32 is subnetted, 1 subnets&lt;BR /&gt;O 49.49.49.49 [110/21] via 10.10.54.1, 01:43:24, Ethernet0/0&lt;BR /&gt;[110/21] via 10.10.53.1, 01:43:24, Ethernet0/1&lt;BR /&gt;53.0.0.0/8 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 53.53.53.0/24 is directly connected, Loopback0&lt;BR /&gt;L 53.53.53.53/32 is directly connected, Loopback0&lt;BR /&gt;54.0.0.0/32 is subnetted, 1 subnets&lt;BR /&gt;O 54.54.54.54 [110/11] via 10.10.54.1, 01:43:34, Ethernet0/0&lt;BR /&gt;58.0.0.0/32 is subnetted, 1 subnets&lt;BR /&gt;O 58.58.58.58 [110/11] via 10.10.53.1, 01:43:24, Ethernet0/1&lt;BR /&gt;172.16.0.0/24 is subnetted, 2 subnets&lt;BR /&gt;B 172.16.1.0 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 172.16.3.0 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.50.10.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.50.20.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.50.30.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.50.40.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;192.53.10.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.53.10.0/24 is directly connected, Loopback1&lt;BR /&gt;L 192.53.10.1/32 is directly connected, Loopback1&lt;BR /&gt;192.53.20.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.53.20.0/24 is directly connected, Loopback2&lt;BR /&gt;L 192.53.20.2/32 is directly connected, Loopback2&lt;BR /&gt;192.53.30.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.53.30.0/24 is directly connected, Loopback3&lt;BR /&gt;L 192.53.30.3/32 is directly connected, Loopback3&lt;BR /&gt;192.53.40.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.53.40.0/24 is directly connected, Loopback4&lt;BR /&gt;L 192.53.40.4/32 is directly connected, Loopback4&lt;BR /&gt;B 192.54.10.0/24 [200/0] via 54.54.54.54, 01:42:40&lt;BR /&gt;B 192.54.20.0/24 [200/0] via 54.54.54.54, 01:42:40&lt;BR /&gt;B 192.54.30.0/24 [200/0] via 54.54.54.54, 01:42:40&lt;BR /&gt;B 192.54.40.0/24 [200/0] via 54.54.54.54, 01:42:40&lt;BR /&gt;B 192.55.10.0/24 [200/0] via 58.58.58.58, 01:41:50&lt;BR /&gt;B 192.55.20.0/24 [200/0] via 58.58.58.58, 01:41:50&lt;BR /&gt;B 192.55.30.0/24 [200/0] via 58.58.58.58, 01:41:50&lt;BR /&gt;B 192.55.40.0/24 [200/0] via 58.58.58.58, 01:41:50&lt;BR /&gt;B 192.56.10.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.56.20.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.56.30.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.56.40.0/24 [200/0] via 58.58.58.58, 01:42:21&lt;BR /&gt;B 192.58.10.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.58.20.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.58.30.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.58.40.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.59.10.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.59.20.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.59.30.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;B 192.59.40.0/24 [200/0] via 58.58.58.58, 01:42:40&lt;BR /&gt;&lt;BR /&gt;R61 source&lt;BR /&gt;&lt;BR /&gt;R61#sh ip route&lt;BR /&gt;Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP&lt;BR /&gt;D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area&lt;BR /&gt;N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2&lt;BR /&gt;E1 - OSPF external type 1, E2 - OSPF external type 2&lt;BR /&gt;i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2&lt;BR /&gt;ia - IS-IS inter area, * - candidate default, U - per-user static route&lt;BR /&gt;o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP&lt;BR /&gt;a - application route&lt;BR /&gt;+ - replicated route, % - next hop override, p - overrides from PfR&lt;BR /&gt;&lt;BR /&gt;Gateway of last resort is not set&lt;BR /&gt;&lt;BR /&gt;10.0.0.0/8 is variably subnetted, 7 subnets, 2 masks&lt;BR /&gt;O 10.10.48.0/24 [110/20] via 10.10.61.1, 01:45:28, Ethernet0/0&lt;BR /&gt;B 10.10.49.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;O 10.10.52.0/24 [110/40] via 10.10.61.1, 01:45:18, Ethernet0/0&lt;BR /&gt;B 10.10.54.0/24 [200/0] via 48.48.48.48, 01:44:16&lt;BR /&gt;O 10.10.60.0/24 [110/30] via 10.10.61.1, 01:45:28, Ethernet0/0&lt;BR /&gt;C 10.10.61.0/24 is directly connected, Ethernet0/0&lt;BR /&gt;L 10.10.61.2/32 is directly connected, Ethernet0/0&lt;BR /&gt;48.0.0.0/8 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;B 48.48.48.0/24 [200/0] via 48.48.48.48, 00:56:07&lt;BR /&gt;O 48.48.48.48/32 [110/11] via 10.10.61.1, 01:45:48, Ethernet0/0&lt;BR /&gt;49.0.0.0/24 is subnetted, 1 subnets&lt;BR /&gt;B 49.49.49.0 [200/0] via 48.48.48.48, 00:54:35&lt;BR /&gt;52.0.0.0/32 is subnetted, 1 subnets&lt;BR /&gt;O 52.52.52.52 [110/31] via 10.10.61.1, 01:45:18, Ethernet0/0&lt;BR /&gt;60.0.0.0/32 is subnetted, 1 subnets&lt;BR /&gt;O 60.60.60.60 [110/21] via 10.10.61.1, 01:45:28, Ethernet0/0&lt;BR /&gt;61.0.0.0/8 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 61.61.61.0/24 is directly connected, Loopback0&lt;BR /&gt;L 61.61.61.61/32 is directly connected, Loopback0&lt;BR /&gt;172.16.0.0/16 is variably subnetted, 5 subnets, 2 masks&lt;BR /&gt;B 172.16.1.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 172.16.2.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 172.16.3.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;C 172.16.85.0/24 is directly connected, Ethernet0/2&lt;BR /&gt;L 172.16.85.2/32 is directly connected, Ethernet0/2&lt;BR /&gt;B 192.48.10.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.48.20.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.48.30.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.48.40.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.49.10.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.49.20.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.49.30.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.49.40.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.50.10.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.50.20.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.50.30.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.50.40.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.52.10.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.52.20.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.52.30.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.52.40.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.53.10.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.53.20.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.53.30.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.53.40.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.54.10.0/24 [200/0] via 48.48.48.48, 01:44:16&lt;BR /&gt;B 192.54.20.0/24 [200/0] via 48.48.48.48, 01:44:16&lt;BR /&gt;B 192.54.30.0/24 [200/0] via 48.48.48.48, 01:44:16&lt;BR /&gt;B 192.54.40.0/24 [200/0] via 48.48.48.48, 01:44:16&lt;BR /&gt;B 192.55.10.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.55.20.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.55.30.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.55.40.0/24 [200/0] via 52.52.52.52, 01:44:23&lt;BR /&gt;B 192.56.10.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.56.20.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.56.30.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.56.40.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.58.10.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.58.20.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.58.30.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.58.40.0/24 [200/0] via 48.48.48.48, 01:44:36&lt;BR /&gt;B 192.59.10.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.59.20.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.59.30.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.59.40.0/24 [200/0] via 52.52.52.52, 01:44:36&lt;BR /&gt;B 192.60.10.0/24 [200/0] via 60.60.60.60, 01:44:36&lt;BR /&gt;B 192.60.20.0/24 [200/0] via 60.60.60.60, 01:44:36&lt;BR /&gt;B 192.60.30.0/24 [200/0] via 60.60.60.60, 01:44:36&lt;BR /&gt;B 192.60.40.0/24 [200/0] via 60.60.60.60, 01:44:36&lt;BR /&gt;192.61.10.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.61.10.0/24 is directly connected, Loopback1&lt;BR /&gt;L 192.61.10.1/32 is directly connected, Loopback1&lt;BR /&gt;192.61.20.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.61.20.0/24 is directly connected, Loopback2&lt;BR /&gt;L 192.61.20.2/32 is directly connected, Loopback2&lt;BR /&gt;192.61.30.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.61.30.0/24 is directly connected, Loopback3&lt;BR /&gt;L 192.61.30.3/32 is directly connected, Loopback3&lt;BR /&gt;192.61.40.0/24 is variably subnetted, 2 subnets, 2 masks&lt;BR /&gt;C 192.61.40.0/24 is directly connected, Loopback4&lt;BR /&gt;L 192.61.40.4/32 is directly connected, Loopback4&lt;BR /&gt;B 192.168.50.0/24 [200/0] via 60.60.60.60, 01:44:36&lt;BR /&gt;R61#&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:21:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684904#M372436</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-14T06:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684910#M372438</link>
      <description>&lt;P&gt;if the Lo only use to as BGP update source then no need&amp;nbsp;&lt;BR /&gt;do traceroute with source and find where the packet is stop.&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 17:10:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684910#M372438</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-11T17:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684913#M372439</link>
      <description>&lt;P&gt;its taking path R60 not reaching to R49&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R61#traceroute 192.53.10.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Tracing the route to 192.53.10.1&lt;BR /&gt;VRF info: (vrf in name/id, vrf out name/id)&lt;BR /&gt;1 10.10.61.1 1 msec 1 msec 1 msec&lt;BR /&gt;2 10.10.48.2 1 msec 2 msec 2 msec&lt;BR /&gt;3 10.10.60.2 2 msec 3 msec 2 msec&lt;BR /&gt;4 * * *&lt;BR /&gt;5 * * *&lt;BR /&gt;6 * * *&lt;BR /&gt;7 *&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2022 08:42:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684913#M372439</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-14T08:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684916#M372440</link>
      <description>&lt;P&gt;and that why the connection failed go to 10.10.60.2 and check the path to destination go to which router and check that router is the prefix is in RIB or not.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 17:31:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684916#M372440</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-11T17:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684925#M372443</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1235877"&gt;@R Manjunatha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It is normal that traceroute it is not going to R49, but rather to R60, as the BGP path being learnt for 192.53.10.0/24 on R61 is via R52:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;*&amp;gt;i 192.53.10.0 52.52.52.52 0 100 0 65003 65001 i&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The reason for that is that R53 only advertises its local route to R54 and R58, which explains why the only path available in AS65002 is via AS65003. You are missing the following configuration on R53:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;router bgp 65001&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;neighbor 49.49.49.49 remote-as 65001&lt;BR /&gt;&lt;BR /&gt;neighbor 49.49.49.49 update-source Loopback0&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Also, it would be a good idea to specify the source address when performing a&amp;nbsp;traceroute or ping, as by default R61 will use 10.10.61.2, which is not propagated in BGP. For instance, this causes the traceroute you provided to break on R56, which has no idea how to get to 10.10.61.2. The source address you specify should be from a prefix propagated via BGP.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 08:43:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684925#M372443</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-09-14T08:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684935#M372445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The traceroute breaks on R56 because the source address was not specified and R56 has not idea how to reach 10.10.61.2, which is the source address used by R61 by default.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 11 Sep 2022 19:07:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4684935#M372445</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-09-11T19:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685214#M372455</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;looks like you have a full ibgp mesh, as such depending how old your rtr IOS is, you need to turn off synchronization and auto summarization, plus make sure you have full IGP route table for all loopbacks and physical links within the ibgp mesh.&lt;/P&gt;
&lt;PRE&gt;&lt;BR /&gt;&lt;EM&gt;router xxx&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;no auto-summary&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;no synchronization&lt;/EM&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2022 08:45:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685214#M372455</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2022-09-14T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685225#M372457</link>
      <description>&lt;P&gt;Thanks, Harold&lt;/P&gt;&lt;P&gt;I got it. I have one question.&lt;/P&gt;&lt;P&gt;Is there any best practice that without using source address while ping or traceroute, if I advertise local interface&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 08:58:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685225#M372457</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-12T08:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685244#M372458</link>
      <description>&lt;P&gt;using ping or tracroute without source can be with only one step&amp;nbsp;&lt;BR /&gt;redistribute the prefix learn from BGP into IGP in each AS.&amp;nbsp;&lt;BR /&gt;this make all router know all prefix.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 09:40:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685244#M372458</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-12T09:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685335#M372464</link>
      <description>&lt;P&gt;Yes...&lt;/P&gt;&lt;P&gt;but I believe that is not a good idea in a production network.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 11:44:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685335#M372464</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-12T11:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685343#M372465</link>
      <description>&lt;P&gt;OK, I will ask you something, why we need iBGP inside AS (except iBGP of edge router interconnect )??&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 12:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685343#M372465</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-12T12:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685361#M372466</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1235877"&gt;@R Manjunatha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Advertising your interface addresses would not be best practice. In most real life scenario, all you need to advertise is a handful of prefixes from one AS to the other. Specifying the source address to test connectivity is very common.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 12:44:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685361#M372466</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-09-12T12:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685385#M372467</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;now I am clear about BGP routes ...&lt;/P&gt;
&lt;P&gt;I need some help in redistributing&amp;nbsp;BGP to eigrp , i can able to ping from R61 to eigrp routers R43, R47 and R86 similarly I could not able to ping those networks from R60, R50 and R53 different AS .&lt;/P&gt;
&lt;P&gt;I attached topology for your reference&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;R61&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 61.61.61.61 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.61.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.61.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.61.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.61.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.61.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.52.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;ip address 172.16.85.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;router eigrp 100&lt;BR /&gt;network 172.16.85.0 0.0.0.255&lt;BR /&gt;redistribute bgp 65002 metric 10000 10 255 255 1500&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 61.61.61.61&lt;BR /&gt;network 10.10.48.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.61.0 0.0.0.255 area 0&lt;BR /&gt;network 61.61.61.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65002&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 61.61.61.0 mask 255.255.255.0&lt;BR /&gt;network 172.16.85.0 mask 255.255.255.0&lt;BR /&gt;network 192.61.10.0&lt;BR /&gt;network 192.61.20.0&lt;BR /&gt;network 192.61.30.0&lt;BR /&gt;network 192.61.40.0&lt;BR /&gt;redistribute eigrp 100&lt;BR /&gt;neighbor 48.48.48.48 remote-as 65002&lt;BR /&gt;neighbor 48.48.48.48 update-source Loopback0&lt;BR /&gt;neighbor 48.48.48.48 next-hop-self&lt;BR /&gt;neighbor 52.52.52.52 remote-as 65002&lt;BR /&gt;neighbor 52.52.52.52 update-source Loopback0&lt;BR /&gt;neighbor 52.52.52.52 next-hop-self&lt;BR /&gt;neighbor 60.60.60.60 remote-as 65002&lt;BR /&gt;neighbor 60.60.60.60 update-source Loopback0&lt;BR /&gt;neighbor 60.60.60.60 next-hop-self&lt;BR /&gt;&lt;BR /&gt;R85&lt;BR /&gt;&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.85.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.85.20.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.85.30.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.85.40.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.85.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.86.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;ip address 10.10.10.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;ip address 172.16.85.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;ip address 10.10.120.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;!&lt;BR /&gt;router eigrp 100&lt;BR /&gt;network 10.10.10.0 0.0.0.255&lt;BR /&gt;network 10.10.85.0 0.0.0.255&lt;BR /&gt;network 10.10.86.0 0.0.0.255&lt;BR /&gt;network 10.10.120.0 0.0.0.255&lt;BR /&gt;network 172.16.85.0 0.0.0.255&lt;BR /&gt;network 192.85.10.0&lt;BR /&gt;network 192.85.20.0&lt;BR /&gt;network 192.85.30.0&lt;BR /&gt;network 192.85.40.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;R60&lt;BR /&gt;&lt;BR /&gt;interface Loopback0&lt;BR /&gt;ip address 60.60.60.60 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback1&lt;BR /&gt;ip address 192.60.10.1 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback2&lt;BR /&gt;ip address 192.60.20.2 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback3&lt;BR /&gt;ip address 192.60.30.3 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Loopback4&lt;BR /&gt;ip address 192.60.40.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;ip address 10.10.48.2 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;ip address 10.10.60.1 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;ip address dhcp&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/0&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/1&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/2&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet1/3&lt;BR /&gt;no ip address&lt;BR /&gt;shutdown&lt;BR /&gt;duplex auto&lt;BR /&gt;!&lt;BR /&gt;router ospf 1&lt;BR /&gt;router-id 60.60.0.60&lt;BR /&gt;network 10.10.48.0 0.0.0.255 area 0&lt;BR /&gt;network 10.10.60.0 0.0.0.255 area 0&lt;BR /&gt;network 60.60.60.0 0.0.0.255 area 0&lt;BR /&gt;!&lt;BR /&gt;router bgp 65002&lt;BR /&gt;bgp log-neighbor-changes&lt;BR /&gt;network 60.60.60.0 mask 255.255.255.0&lt;BR /&gt;network 192.60.10.0&lt;BR /&gt;network 192.60.20.0&lt;BR /&gt;network 192.60.30.0&lt;BR /&gt;network 192.60.40.0&lt;BR /&gt;network 192.168.50.0&lt;BR /&gt;neighbor 48.48.48.48 remote-as 65002&lt;BR /&gt;neighbor 48.48.48.48 update-source Loopback0&lt;BR /&gt;neighbor 52.52.52.52 remote-as 65002&lt;BR /&gt;neighbor 52.52.52.52 update-source Loopback0&lt;BR /&gt;neighbor 61.61.61.61 remote-as 65002&lt;BR /&gt;neighbor 61.61.61.61 update-source Loopback0&lt;BR /&gt;&lt;BR /&gt;I am getting the routes&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;R60#sh ip bgp | se 192.43.10.0&lt;BR /&gt;*&amp;gt;i 192.43.10.0 61.61.61.61 435200 100 0 ?&lt;BR /&gt;R60#sh ip bgp | se 192.47.10.0&lt;BR /&gt;*&amp;gt;i 192.47.10.0 61.61.61.61 435200 100 0 ?&lt;BR /&gt;R60#sh ip bgp | se 192.86.10.0&lt;BR /&gt;*&amp;gt;i 192.86.10.0 61.61.61.61 460800 100 0 ?&lt;BR /&gt;R60#&lt;BR /&gt;&lt;BR /&gt;ping failed&lt;BR /&gt;&lt;BR /&gt;R60#ping 192.43.10.1 so&lt;BR /&gt;R60#ping 192.43.10.1 source 60.60.60.60&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 192.43.10.1, timeout is 2 seconds:&lt;BR /&gt;Packet sent with a source address of 60.60.60.60&lt;BR /&gt;.....&lt;BR /&gt;Success rate is 0 percent (0/5)&lt;BR /&gt;R60#trace192.43.10.1 source 60.60.60.60&lt;BR /&gt;R60#trace 192.43.10.1 source 60.60.60.60&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Tracing the route to 192.43.10.1&lt;BR /&gt;VRF info: (vrf in name/id, vrf out name/id)&lt;BR /&gt;1 10.10.48.1 1 msec 2 msec 1 msec&lt;BR /&gt;2 10.10.61.2 2 msec 16 msec 1 msec&lt;BR /&gt;3 * * *&lt;BR /&gt;4&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:27:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685385#M372467</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-14T06:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685498#M372470</link>
      <description>&lt;P&gt;&lt;SPAN&gt;It’s intended to provide coherent internal connections&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;within&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;an autonomous system while external BGP (eBGP) forms connections&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;between&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;autonomous systems.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;we can run OSPF (or EIGRP) within AS and use redistribution between BGP and OSPF.&amp;nbsp; but what if had a full internet routing table?&amp;nbsp; 5000 prefixes . IGPs like OSPF or EIGRP are not able to handle that many prefixes so you’ll need BGP for this.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 14:08:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685498#M372470</guid>
      <dc:creator>R Manjunatha</dc:creator>
      <dc:date>2022-09-12T14:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685504#M372471</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1235877"&gt;@R Manjunatha&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It looks like the traceroute breaks on R85. Can you provide a&lt;/P&gt;
&lt;PRE&gt;show ip route 60.60.60.60&lt;/PRE&gt;
&lt;P&gt;from R85.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2022 06:28:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685504#M372471</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-09-14T06:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685508#M372472</link>
      <description>&lt;P&gt;full internet is end in Edge router,&amp;nbsp;&lt;BR /&gt;inside your AS you need only default route.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I am talking about the SP Core.&lt;BR /&gt;but any way I will make small lab show you how you can deal with reachability.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 14:21:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685508#M372472</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-12T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: BGP reachability issue from different AS</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685530#M372474</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="khkhjkjhkhjkhjkhkh.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/162210i272B3AEE866A54BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="khkhjkjhkhjkhjkhkh.png" alt="khkhjkjhkhjkhjkhkh.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kjhiououhkjhjkhjkh.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/162211iFE13C923732958DC/image-size/large?v=v2&amp;amp;px=999" role="button" title="kjhiououhkjhjkhjkh.png" alt="kjhiououhkjhjkhjkh.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;this is small lab,&lt;BR /&gt;all router inside AS-100 with ospf 10 know that any prefix in AS-200 with OSPF 20 is reach via eBGP s3/0 IP&amp;nbsp;&lt;BR /&gt;all router inside AS-200 with ospf 20 know that any prefix in AS-100 with OSPF 10 is reach via eBGP s3/0 IP&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;you can see that in R2 I ping 6.6.6.6 (Lo in R6) wihtout use source because I know that R6 know the R2 IP.&lt;BR /&gt;what we need&amp;nbsp;&lt;BR /&gt;redistribute OSPF-into-BGP in one site and other site BGP-into-OSPF&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2022 14:45:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/bgp-reachability-issue-from-different-as/m-p/4685530#M372474</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2022-09-12T14:45:00Z</dc:date>
    </item>
  </channel>
</rss>

