<?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 Session Establishment Troubleshooting on Palo Alto? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227412#M124102</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1147680823"&gt;@azizislam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since BGP between your PA and the peer established after removing auth, that strongly suggests a secret mismatch. You can quickly check BGP logs in the GUI by searching the system logs (Monitor -&amp;gt; Logs -&amp;gt; System). Run a ( subtype eq 'routing' ) or a ( subtype eq 'routing' ) and (eventid eq 'bgp'). You can find status messages as your PA attempts to establish adjacency. Id use the GUI to catch low-hanging fruit errors like misconfigurations/tcp connectivity.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to dig further, you can run:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;show routing protocol bgp peer input.peer.ip.here (you can check out the session state and errors)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If nothing is apparent from system logs, show routing protocol, then you can run a:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tail follow yes mp-log routed.log (all kinds of notification messages, peer state info, errors, resets, etc.) Similar to running a debug ip bgp command on IOS. You can correlate these logs with peer debug logs and packet captures between your PA and the peer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 03:53:37 GMT</pubDate>
    <dc:creator>JayGolf</dc:creator>
    <dc:date>2025-04-25T03:53:37Z</dc:date>
    <item>
      <title>BGP Session Establishment Troubleshooting on Palo Alto?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227374#M124099</link>
      <description>&lt;P&gt;Hi Folks....requesting anyone's Palo Alto FW troubleshooting expertise:&lt;/P&gt;
&lt;P&gt;In one of our implementations, we ran into some BGP session establishment issues and that delayed the change a lot as we couldn't figure out the issue.&lt;/P&gt;
&lt;P&gt;The issue was the BGP authentication failed. Once we disabled BGP authentication, BGP session got established.&lt;/P&gt;
&lt;P&gt;Is there a way to troubleshoot such an issue when BGP session fails to come up on Palo Alto FWs?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can we do sort of a tcpdump (or any other debugging utility) to find out the reasons why BGP session fails to establish?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In Cisco IOS this can be easily done and the debug outputs clearly identify the problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any and all responses will be highly appreciated!!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks very much.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 17:51:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227374#M124099</guid>
      <dc:creator>azizislam</dc:creator>
      <dc:date>2025-04-24T17:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Session Establishment Troubleshooting on Palo Alto?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227412#M124102</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1147680823"&gt;@azizislam&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since BGP between your PA and the peer established after removing auth, that strongly suggests a secret mismatch. You can quickly check BGP logs in the GUI by searching the system logs (Monitor -&amp;gt; Logs -&amp;gt; System). Run a ( subtype eq 'routing' ) or a ( subtype eq 'routing' ) and (eventid eq 'bgp'). You can find status messages as your PA attempts to establish adjacency. Id use the GUI to catch low-hanging fruit errors like misconfigurations/tcp connectivity.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to dig further, you can run:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;show routing protocol bgp peer input.peer.ip.here (you can check out the session state and errors)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If nothing is apparent from system logs, show routing protocol, then you can run a:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tail follow yes mp-log routed.log (all kinds of notification messages, peer state info, errors, resets, etc.) Similar to running a debug ip bgp command on IOS. You can correlate these logs with peer debug logs and packet captures between your PA and the peer.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 03:53:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227412#M124102</guid>
      <dc:creator>JayGolf</dc:creator>
      <dc:date>2025-04-25T03:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: BGP Session Establishment Troubleshooting on Palo Alto?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227414#M124103</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/1147680823"&gt;@azizislam&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;on the top of what Jay mentioned, I would recommend to check logs: less mp-log routed.log (KB for reference: &lt;A href="https://knowledgebase.paloaltonetworks.com/kcSArticleDetail?id=kA10g000000ClaR&amp;amp;refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FkcSArticleDetail" target="_self"&gt;BGP Not Working after MD5 Key is Changed&lt;/A&gt;) and for debugging with PCAP, I would refer to&amp;nbsp;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClS8CAK" target="_self"&gt;Tips &amp;amp; Tricks: Enabling Packet Captures to Troubleshoot Daemons&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Pavel&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 03:57:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/bgp-session-establishment-troubleshooting-on-palo-alto/m-p/1227414#M124103</guid>
      <dc:creator>PavelK</dc:creator>
      <dc:date>2025-04-25T03:57:11Z</dc:date>
    </item>
  </channel>
</rss>

