<?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: Routing/BGP Issue in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600968#M365741</link>
    <description>&lt;P&gt;Being that 192.168.68.252 (switch IP) is the default gateway of the servers on the network, would "TCP State Bypass" be an option as a temporary work-around until the gateways can be updated to the point towards ASA and I can remove the IP from the switch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 15:54:10 GMT</pubDate>
    <dc:creator>jimmlegs</dc:creator>
    <dc:date>2022-04-27T15:54:10Z</dc:date>
    <item>
      <title>Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600826#M365729</link>
      <description>&lt;P&gt;I have an issue trying to route from my PC at 192.168.150.202 successfully to 62.10.10.66. The 192.168.150/24 and 192.168.68.0/24 networks are connected via cross-connected sites using the 172.30.254.0/29 network to communicate.&lt;/P&gt;&lt;P&gt;62.10.10.66 and 192.168.68.43 are two interfaces on the same server, the private IP has a BGP neighborship with 192.168.68.253 advertising the 62.10.10.66/28 network. This is what my router sees:&lt;/P&gt;&lt;PRE&gt;B 62.10.10.10 255.255.255.240
[20/1] via 192.168.68.43, 5w1d&lt;/PRE&gt;&lt;P&gt;A traceroute gets me to the private IP of the correct server but dies there. I do not think that the other router is aware of the path back but I have not been able to figure out how to fix this.&lt;/P&gt;&lt;PRE&gt;tracert 62.10.10.66

Tracing route to 62.10.10.66 over a maximum of 30 hops

1 4 ms * 3 ms 172.30.254.2
2 3 ms 3 ms 3 ms 192.168.68.43
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
6 * * * Request timed out.
7 * * * Request timed out.
8 * * * Request timed out.&lt;/PRE&gt;&lt;P&gt;BGP on the remote side looks like this:&lt;/P&gt;&lt;PRE&gt;Network Next Hop Metric LocPrf Weight Path
192.168.68.253 0 0 65518 i
* 172.30.0.0 192.168.68.253 0 0 65518 i
* 172.30.254.0/28 192.168.68.253 0 0 65518 i
* 192.168.150.0 192.168.68.253 0 0 65518 i&lt;/PRE&gt;&lt;P&gt;192.168.68.252 is an L3 switch and the default gateway on the 192.168.68.0/24 network. 192.168.68.253 is the router and gateway of last resort for the L3 switch. I've tried to explicitly add a route for 172.30.254.0/28 over the lan2-if but I get a message saying: "ERROR: Cannot add route, connected route exists"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relevent Configurations:&lt;/P&gt;&lt;PRE&gt;interface GigabitEthernet1/2.68
vlan 68
nameif inside-68
security-level 100
ip address 192.168.68.253 255.255.255.0 standby 192.168.68.254

interface GigabitEthernet1/2.254
vlan 254
nameif lan2-if
security-level 100
ip address 172.30.254.4 255.255.255.240
!

router bgp 65518
bgp log-neighbor-changes
bgp router-id x.x.x.x
address-family ipv4 unicast
neighbor 192.168.68.42 remote-as 15518
neighbor 192.168.68.42 activate
neighbor 192.168.68.43 remote-as 15518
neighbor 192.168.68.43 activate
network 192.168.150.0
network 192.168.152.0
network 192.168.160.0
network 192.168.162.0
network 172.30.254.0 mask 255.255.255.240
auto-summary
synchronization
exit-address-family
!

route outside 0.0.0.0 0.0.0.0 x.x.x.x 1
route inside-68 62.10.10.66 255.255.255.255 192.168.68.43 1
route lan2-if 192.168.150.0 255.255.255.0 172.30.254.2 1
route lan2-if 192.168.152.0 255.255.255.0 172.30.254.2 1
route lan2-if 192.168.160.0 255.255.255.0 172.30.254.2 1
route lan2-if 192.168.162.0 255.255.255.0 172.30.254.2 1&lt;/PRE&gt;</description>
      <pubDate>Wed, 27 Apr 2022 12:53:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600826#M365729</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-04-27T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600838#M365730</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The configuration for your 192.168.68.253 router looks more like a firewall configuration ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it is that could cause an issue as your traffic is asymmetric because the ping to the server does not go via that router but direct from the L3 switch as that has an interface in 192.168.68.x but the return traffic points back to that router.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not really sure what the L3 switch is meant to be doing in the setup.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 13:13:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600838#M365730</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-04-27T13:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600847#M365731</link>
      <description>&lt;P&gt;Yes, it is an ASA device performing the routing. I believe the switch was supposed to be handling the bulk of the routing however BGP was a requirement from the vendor and the switch does not support it. What are my options to remedy asymmetric routing?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 13:21:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600847#M365731</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-04-27T13:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600864#M365732</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The main issue is the L3 switch ie. if was not doing any routing then the ASA and the router on the top right could simply route traffic between them on the 172.30.24.0/29 subnet and all traffic would be symmetric.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This would also match your description of 172.30.24.0/29 being the subnet that connects your two sites.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But at the moment that description is not strictly accurate because of the L3 switch but it may not be possible to turn off routing as that may effect the rest of your network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could just shut down the 192.168.68.x interface on the L3 switch but again you would then need to make sure the routing still worked ie. the L3 switch would then need to know how to reach 192.168.68.x via the ASA firewall.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 13:39:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600864#M365732</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-04-27T13:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600905#M365738</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/863803"&gt;@jimmlegs&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It looks like the following routes are learnt via BGP, but none of them is selected as the best path.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;Network Next Hop Metric LocPrf Weight Path
192.168.68.253 0 0 65518 i
* 172.30.0.0 192.168.68.253 0 0 65518 i
* 172.30.254.0/28 192.168.68.253 0 0 65518 i
* 192.168.150.0 192.168.68.253 0 0 65518 i&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;It is probably because the next hop is not reachable. You should do a&lt;/P&gt;
&lt;PRE&gt;show bgp ipv4 uni 192.168.150.0&lt;/PRE&gt;
&lt;P&gt;to get more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:31:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600905#M365738</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-10-26T10:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600921#M365740</link>
      <description>&lt;P&gt;Here are the results.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;show bgp ipv4 uni 192.168.150.0
&lt;BR /&gt;BGP routing table entry for 192.168.150.0/24, version 3827
Paths: (1 available, best #1, table default)
&amp;nbsp; Advertised to update-groups:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1
&amp;nbsp; Local
&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.30.254.2 from 0 (x.x.x.x)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Origin IGP, metric 0, localpref 100, weight 32768, valid, sourced, local, best&lt;/PRE&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 14:49:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600921#M365740</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-04-27T14:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600968#M365741</link>
      <description>&lt;P&gt;Being that 192.168.68.252 (switch IP) is the default gateway of the servers on the network, would "TCP State Bypass" be an option as a temporary work-around until the gateways can be updated to the point towards ASA and I can remove the IP from the switch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 15:54:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600968#M365741</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-04-27T15:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600990#M365746</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was going to mention that as an option but didn't as it basically circumvents the firewall.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It could be but first maybe have a look at the issue Harold raised as that could solve it for you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 16:31:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600990#M365746</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-04-27T16:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600999#M365747</link>
      <description>&lt;P&gt;I don't understand why 172.30.254.2 is showing as preferred in the&lt;/P&gt;
&lt;PRE&gt;show bgp ipv4 uni 192.168.150.0&lt;/PRE&gt;
&lt;P&gt;results but BGP is advertising&amp;nbsp; the path to "192.168.68.253". Can I force BGP to use the 172.30.254.2 address?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought perhaps the routes weren't matching exactly but the statement (in BGP context) "network 192.168.150.0 mask 255.255.255.0" still only shows "network 192.168.150.0" in BGP, I guess the subnet is implied?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4600999#M365747</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-10-26T10:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601049#M365749</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that&lt;/P&gt;
&lt;PRE&gt;sh ip bgp 192.168.150.0&lt;/PRE&gt;
&lt;P&gt;from the server or the router ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the server I would expect the&lt;/P&gt;
&lt;PRE&gt;next hop&lt;/PRE&gt;
&lt;P&gt;to be 192.168.68.253 as that is the BGP peer IP address.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:36:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601049#M365749</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-10-26T10:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601064#M365750</link>
      <description>&lt;P&gt;That is from my ASA. I do not have access to the remote device but from what they had provided me previously they are looking at 192.168.68.253 as the&lt;/P&gt;
&lt;PRE&gt;next-hop&lt;/PRE&gt;
&lt;P&gt;This was what they had provided:&lt;/P&gt;
&lt;PRE&gt;192.168.150.0 192.168.68.253 0 0 65518 i&lt;/PRE&gt;
&lt;P&gt;I will request the output for the specific route as you requested previously, apologies that I did not understand the device you were referring to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:38:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601064#M365750</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-10-26T10:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601065#M365751</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/863803"&gt;@jimmlegs&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&amp;gt;&amp;nbsp;&lt;SPAN&gt;I don't understand why 172.30.254.2 is showing as preferred in the&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;show bgp ipv4 uni 192.168.150.0&lt;/PRE&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;This is because the BGP path is originated from a static route with&amp;nbsp;172.30.254.2 as the&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;next hop&lt;/PRE&gt;
&lt;P class=""&gt;&lt;SPAN&gt;You can configure&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;neighbor 192.168.68.42 next-hop-self&lt;/PRE&gt;
&lt;P class=""&gt;&lt;SPAN&gt;on the FW side to advertise its peering address as the&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;next hop.&amp;nbsp;&lt;/PRE&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;&amp;gt;&amp;nbsp;&amp;nbsp;"network 192.168.150.0" in BGP, I guess the subnet is implied?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;Yes, the classful subnet (class C) is implied.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=""&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:54:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601065#M365751</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-10-26T10:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601075#M365752</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Okay, in your original post when you said posted the&lt;/P&gt;
&lt;PRE&gt;sh ip bgp&lt;/PRE&gt;
&lt;P&gt;from the remote side, was that from the server ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I may be confusing the issue because Harold is saying the&lt;/P&gt;
&lt;PRE&gt; next hop &lt;/PRE&gt;
&lt;P&gt;is not reachable from that output which I have been assuming is from the remote server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:40:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601075#M365752</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-10-26T10:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601077#M365753</link>
      <description>&lt;P&gt;Thank you, I will give this a shot tonight after close of business.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 18:13:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601077#M365753</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-04-27T18:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601079#M365754</link>
      <description>&lt;P&gt;Yes, "192.168.150.0 192.168.68.253 0 0 65518 i" is from the BGP neighbor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My ASA shows&lt;/P&gt;
&lt;PRE&gt;show bgp ipv4 uni 192.168.150.0
&lt;BR /&gt;BGP routing table entry for 192.168.150.0/24, version 3827
Paths: (1 available, best #1, table default)
&amp;nbsp; Advertised to update-groups:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1
&amp;nbsp; Local
&amp;nbsp;&amp;nbsp;&amp;nbsp; 172.30.254.2 from 0 (x.x.x.x)
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Origin IGP, metric 0, localpref 100, weight 32768, valid, sourced, local, best&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;I'm going to try&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;neighbor 192.168.68.42 next-hop-self&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;as Mr. Ritter advised and will update the thread with the status.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:42:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601079#M365754</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-10-26T10:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601080#M365755</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Okay, not sure what 192.168.68.42 is as I thought the neighbor was 192.168.68.43 ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also my BGP must be getting rusty because I don't see how that fixes anything ie. the server is seeing the correct&lt;/P&gt;
&lt;PRE&gt;next hop IP&lt;/PRE&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;PRE&gt;next hop &lt;/PRE&gt;
&lt;P&gt;self is usually an IBGP thing but you are peering with EBGP so again not clear how that helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said Harold is way sharper than me so I assume I am just not understanding this fully.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:44:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601080#M365755</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-10-26T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601083#M365757</link>
      <description>&lt;P&gt;Just for completeness I wanted to post the results of&lt;/P&gt;
&lt;PRE&gt;sho bgp ipv4 uni 192.168.150.0&lt;/PRE&gt;
&lt;P&gt;from the remote device&lt;/P&gt;
&lt;PRE&gt;sho bgp ipv4 uni 192.168.150.0
BGP routing table entry for 192.168.150.0/24, version 840
Paths: (4 available, best #3, table default)
Multipath: eBGP
Advertised to update-groups:
2 
Refresh Epoch 1
65518
142.3.109.201 from 142.3.109.201 (142.2.107.169)
Origin IGP, metric 0, localpref 100, valid, internal
Community: 17063:298 17063:3590
rx pathid: 0, tx pathid: 0
Refresh Epoch 1
65518, (received-only)
142.3.109.201 from 142.3.109.201 (142.2.107.169)
Origin IGP, metric 0, localpref 100, valid, internal
Community: 17063:298
rx pathid: 0, tx pathid: 0
Refresh Epoch 1
65518
192.168.68.253 from 192.168.68.253 (149.197.17.6)
Origin IGP, metric 0, localpref 100, valid, external, best
Community: 17063:298
rx pathid: 0, tx pathid: 0x0
Refresh Epoch 1
65518, (received-only)
192.168.68.253 from 192.168.68.253 (149.197.17.6)
Origin IGP, metric 0, localpref 100, valid, external
rx pathid: 0, tx pathid: 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;/PRE&gt;
&lt;P&gt;Thanks again for all of the assistance, thus far.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:56:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601083#M365757</guid>
      <dc:creator>jimmlegs</dc:creator>
      <dc:date>2022-10-26T10:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601086#M365758</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/324049"&gt;@Jon Marshall&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the config that was provided, I see two neighbors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;neighbor 192.168.68.42 remote-as 15518
neighbor 192.168.68.42 activate
neighbor 192.168.68.43 remote-as 15518
neighbor 192.168.68.43 activate&lt;/PRE&gt;&lt;P&gt;Next-hop-seld would need to be applied to both, obviously.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 18:30:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601086#M365758</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-04-27T18:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601089#M365759</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Harold&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry but still not following.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The server has the correct&lt;/P&gt;
&lt;PRE&gt;next hop IP&lt;/PRE&gt;
&lt;P&gt;of 192.168.68.253 which is right as far as I can see because it is an EBGP peering with the firewall.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So why do you need&lt;/P&gt;
&lt;PRE&gt;next hop self&lt;/PRE&gt;
&lt;P&gt;ie. what is it achieving as far as the return path from the server is concerned ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jon&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:46:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601089#M365759</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2022-10-26T10:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Routing/BGP Issue</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601091#M365760</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/863803"&gt;@jimmlegs&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;192.168.150.0 192.168.68.253 0 0 65518 i&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this context, 192.168.68.253 is the neighbor address, not necessarily the&lt;/P&gt;
&lt;PRE&gt;next hop&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The&lt;/P&gt;
&lt;PRE&gt;show bgp ipv4 unicast 192.168.150.0&lt;/PRE&gt;
&lt;P&gt;will give you the&lt;/P&gt;
&lt;PRE&gt;next hop address&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 26 Oct 2022 10:49:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/routing-bgp-issue/m-p/4601091#M365760</guid>
      <dc:creator>Harold Ritter</dc:creator>
      <dc:date>2022-10-26T10:49:14Z</dc:date>
    </item>
  </channel>
</rss>

