<?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: ASR1001-X  BGP soft-reconfiguration inbound question in Routing and SD-WAN</title>
    <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287615#M346563</link>
    <description>&lt;P&gt;Can you give some time,&amp;nbsp;&lt;BR /&gt;this interest,&amp;nbsp;&lt;BR /&gt;What I suspect ?&lt;BR /&gt;there is&amp;nbsp;&lt;BR /&gt;A-soft-reconfig "save a route in DB and re process it when do clear ip bgp soft"&lt;BR /&gt;B-route refresh "automatically ask the neighbor a route"&lt;BR /&gt;&lt;BR /&gt;BUT there is&amp;nbsp;&lt;BR /&gt;Soft Reset Enhance&amp;nbsp;&amp;lt;- I know it new for me also&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;this reduce the memory need for save a route in DB but the full technology I don't get until now so I will do more search this week and I will update you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gggg.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/103877i44EF86515DE60A8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="gggg.png" alt="gggg.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 07 Feb 2021 18:06:09 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2021-02-07T18:06:09Z</dc:date>
    <item>
      <title>ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4286768#M346455</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a big doubt and I hope you can help me, thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt; Why is the memory consumed by adj-rib-in not greater than or equal to the memory consumed by local-rib?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Context:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I was reviewing the configuration of my Internet Edge routers and in the BGP configuration with the ISP we have applied the following command:&lt;/P&gt;&lt;PRE&gt;neighbor x.x.x.x.x soft-reconfiguration inbound&lt;/PRE&gt;&lt;P&gt;The ISP sends me the full BGP routing table and&amp;nbsp;I am aware that the command 'soft-reconfiguration inboud' should be deleted.&lt;/P&gt;&lt;P&gt;But I don't understand why the memory used by the Adj-rib-in is not the same as the local-rib?&lt;/P&gt;&lt;PRE&gt;show ip bgp neighbors x.x.x.x.x&lt;BR /&gt;*Output omitted for brevity*&lt;BR /&gt;Sent Rcvd&lt;BR /&gt;Prefix activity: ---- ----&lt;BR /&gt;Prefixes Current: 7 &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;818518&lt;/STRONG&gt;&lt;/FONT&gt; (Consumes 111316272 bytes)&lt;BR /&gt;Prefixes Total: 7 4120075&lt;BR /&gt;Implicit Withdraw: 0 3039791&lt;BR /&gt;Explicit Withdraw: 0 261766&lt;BR /&gt;Used as bestpath: n/a 777318&lt;BR /&gt;Used as multipath: n/a 0&lt;BR /&gt;Used as secondary: n/a 0&lt;BR /&gt;Saved (soft-reconfig): n/a &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/FONT&gt; (Consumes 136 bytes)&lt;/PRE&gt;&lt;PRE&gt;show ip bgp summary&lt;BR /&gt;*Output omitted for brevity*&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt; received paths for inbound soft reconfiguration&lt;/PRE&gt;&lt;P&gt;PID: ASR1001-X&amp;nbsp;Version 16.9.5&lt;/P&gt;&lt;PRE&gt;show ip bgp neighbors x.x.x.x policy&lt;BR /&gt;Neighbor: x.x.x.x, Address-Family: IPv4 Unicast&lt;BR /&gt;Locally configured policies:&lt;BR /&gt;prefix-list ISPtoME in&lt;BR /&gt;prefix-list ANNONCE_ME_ISP out&lt;BR /&gt;filter-list 7 out&lt;BR /&gt;soft-reconfiguration inbound&lt;BR /&gt;remove-private-as&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 13:49:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4286768#M346455</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287096#M346475</link>
      <description>&lt;P&gt;any update form one peer will be save in&amp;nbsp;&lt;BR /&gt;Adj-RIB-IN&lt;BR /&gt;after that it will filter with INBOUND policy then it will be add to&amp;nbsp;&lt;BR /&gt;Loc-RIB&lt;BR /&gt;&lt;BR /&gt;at end any other routes are discard from Adj-RIB-IN&lt;BR /&gt;&lt;BR /&gt;with&amp;nbsp;&lt;BR /&gt;soft-reconfig inbound&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;the routes are copy from Adj-RIB-IN,&amp;nbsp;&lt;BR /&gt;when we do&amp;nbsp;&lt;BR /&gt;clear ip bgp soft in&lt;BR /&gt;&lt;BR /&gt;the router only refilter the route again with new INBOUND policy if found.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 03:38:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287096#M346475</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2021-02-06T03:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287112#M346476</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I would suggest to remove soft-reconfiguration as it’s an old way to refresh your rtrs bgp policy after a change against all your neighbours advertised prefixes they send to you.&lt;/P&gt;
&lt;P&gt;Using soft-reconfiguration the bgp rtr has to store each neighbouring bgp peers unmodified routes so they can be checked against your new policy before they are actually placed the bgp route table (soft reset) and this takes up rtr resource such as memory and if you had multiple bgp peerings will large rib tables that’s a lot or resource being used.&lt;/P&gt;
&lt;P&gt;Most rtrs should support route-refresh which dynamically requests updated route information from it peers (dynamic soft-reset)&amp;nbsp;thus negates the need to store any peer information locally.&lt;/P&gt;
&lt;P&gt;To check if you bgp rtr and it peers support route-refresh&lt;/P&gt;
&lt;P&gt;show ip bgp neighbours | in refresh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 06:23:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287112#M346476</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-02-06T06:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287114#M346477</link>
      <description>&lt;P&gt;Hello Paul.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I edited the question a bit to be clearer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am aware that the command should be suppressed, what I don't understand is why the memory used by the adj-rib-in is only a few bytes since I receive the whole internet table.&lt;/P&gt;&lt;P&gt;Because as I see in my router, having this command configured, does not affect the router's memory... which is normally not true.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 06:34:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287114#M346477</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T06:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287115#M346478</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for taking the time to answer my question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I am looking to understand is why the memory consumed by local-rib is not the same as adj-rib-in.&lt;/P&gt;&lt;P&gt;Normally with this command, I should store twice the prefixes announced by my peer, but according to my router, this is not the case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Prefixes Current: 7 &lt;STRONG&gt;818518&lt;/STRONG&gt; (Consumes 111316272 bytes)&lt;BR /&gt;....&lt;/PRE&gt;&lt;PRE&gt;Saved (soft-reconfig): n/a &lt;STRONG&gt;1&lt;/STRONG&gt; (Consumes 136 bytes)&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Feb 2021 06:38:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287115#M346478</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T06:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287126#M346481</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't really have a direct answer, but actually, that is how I always understood it as well: soft reconfiguration actually doubles the memory used. As far as I recall, there are two parts to the adj-RIB, the adj-RIB-in, and the adj-RIB-out. The 'in' contains all the unedited information, while the 'out' contains the information after outbound polciies are applied, Not sure if your specific router has those policies configured ? Either way, only the adj-RIB-in table is stored in memory for each neighbor, the adj-RIB-out table not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I wonder what the output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;--&amp;gt;&amp;nbsp;Saved (soft-reconfig): n/a 1 (Consumes 136 bytes)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is actually referring to.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 08:12:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287126#M346481</guid>
      <dc:creator>Georg Pauwen</dc:creator>
      <dc:date>2021-02-06T08:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287130#M346482</link>
      <description>&lt;P&gt;Hello Georg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't understand the behavior on these routers (ASR1K)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On another router, a catalyst 68XX, the situation is different and the behavior is as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Sent Rcvd&lt;BR /&gt;Prefix activity: ---- ----&lt;BR /&gt;&lt;STRONG&gt;Prefixes Current: 58 187 (Consumes 117768 bytes)&lt;/STRONG&gt;&lt;BR /&gt;Prefixes Total: 489 24837&lt;BR /&gt;Implicit Withdraw: 405 12267&lt;BR /&gt;Explicit Withdraw: 26 12382&lt;BR /&gt;Used as bestpath: n/a 187&lt;BR /&gt;Used as multipath: n/a 0&lt;BR /&gt;Used as secondary: n/a 0&lt;BR /&gt;&lt;STRONG&gt;Saved (soft-reconfig): n/a 1215 (Consumes 102060 bytes)&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;In other words, I accept 187 prefixes but receive 1215 prefixes.&lt;BR /&gt;I don't know why in Internet Edge routers I don't have the same behavior.&lt;/P&gt;&lt;P&gt;I don't want to be left with that doubt &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 08:21:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287130#M346482</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T08:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287205#M346488</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Thank you for the clarification&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1081749"&gt;@TelesEC&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Why is the memory consumed by adj-rib-in not greater than or equal to the memory consumed by local-rib?&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;My understanding here is that the local rib prefixes are those that have been processed against you inbound bgp filter policy and are deemed viable&amp;nbsp;to be entered into the bgp table any other prefixes left the adj-rib-in are left until they become&amp;nbsp;resolvable or they are withdrawn ,However when using soft-inbound configuration a copy of that adj-rib-in is also separately stored.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 19:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287205#M346488</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-02-06T19:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287210#M346489</link>
      <description>&lt;P&gt;If i am right this is edge router receive few or only one route which is defualt, but it adverise many route toward SP.&lt;/P&gt;&lt;P&gt;Keep in mind Loc-RIB have the IN and OUT route.&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 13:18:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287210#M346489</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2021-02-06T13:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287213#M346490</link>
      <description>&lt;P&gt;No, my router receives the full BGP routing table&lt;/P&gt;&lt;P&gt;You can see it in the following output, 818528 prefixes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;show ip bgp neighbors x.x.x.x.x&lt;BR /&gt;*Output omitted for brevity*&lt;BR /&gt;Sent Rcvd&lt;BR /&gt;Prefix activity: ---- ----&lt;BR /&gt;Prefixes Current: 7 &lt;STRONG&gt;818518&lt;/STRONG&gt; (Consumes 111316272 bytes)&lt;BR /&gt;....&lt;BR /&gt;Saved (soft-reconfig): n/a &lt;STRONG&gt;1&lt;/STRONG&gt; (Consumes 136 bytes)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Section "Saved (soft-reconfig):"&amp;nbsp; should have about the same number of routes.&lt;/P&gt;&lt;P&gt;I don't understand why the difference.&lt;BR /&gt;When I use the command.. show ip bgp neig x.x.x.x.x received-routes... I get the whole internet table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 13:47:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287213#M346490</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T13:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287214#M346491</link>
      <description>&lt;P&gt;From what I understand, when configuring the 'soft-reconfiguration inboud' command.&lt;BR /&gt;A memory space is dedicated to store the prefixes before applying any policy.&lt;/P&gt;&lt;P&gt;In this case the ISP announces me the full BGP table... so my router, inefficiently, should store twice the entire Internet table, once in the local-rib and the other in the adj-rib-in... but according to the output this is not happening.&lt;/P&gt;&lt;PRE&gt;Prefixes Current: 7 &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;818518&lt;/STRONG&gt;&lt;/FONT&gt; (Consumes 111316272 bytes)&lt;BR /&gt;....&lt;/PRE&gt;&lt;PRE&gt;Saved (soft-reconfig): n/a &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/FONT&gt; (Consumes 136 bytes)&lt;/PRE&gt;&lt;P&gt;For example on another router, a C6XXX,&amp;nbsp; I get this behavior.&amp;nbsp;&amp;nbsp;I receive 1215 prefixes and only accept 187.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; Sent Rcvd&lt;BR /&gt;Prefix activity: ---- ----&lt;BR /&gt;&lt;STRONG&gt;Prefixes Current: 58 &lt;FONT color="#FF0000"&gt;187&lt;/FONT&gt; (Consumes 117768 bytes)&lt;/STRONG&gt;&lt;BR /&gt;...&lt;BR /&gt;&lt;STRONG&gt;Saved (soft-reconfig): n/a &lt;FONT color="#FF0000"&gt;1215&lt;/FONT&gt; (Consumes 102060 bytes)&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 13:51:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287214#M346491</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T13:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287246#M346497</link>
      <description>&lt;P&gt;&lt;SPAN&gt;sh ip bgp neighbors x.x.x.x | s Neighbor capabilities&lt;BR /&gt;&lt;BR /&gt;please can you show the output for both ASR1000 and other C6xxx&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 15:15:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287246#M346497</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2021-02-06T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287261#M346502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Here you have the requested information.&lt;BR /&gt;For your information, the ASR is the Internet Edge, the C8XX is a PE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For ASR1001-X&lt;/P&gt;&lt;PRE&gt;&amp;nbsp;Neighbor capabilities:&lt;BR /&gt;Route refresh: advertised and received(new)&lt;BR /&gt;Four-octets ASN Capability: advertised and received&lt;BR /&gt;Address family IPv4 Unicast: advertised and received&lt;BR /&gt;Graceful Restart Capability: received&lt;BR /&gt;Remote Restart timer is 120 seconds&lt;BR /&gt;Address families advertised by peer:&lt;BR /&gt;IPv4 Unicast (was preserved, Peer capable of Enhanced GR)&lt;BR /&gt;Long-lived Graceful Restart Capability:&lt;BR /&gt;Enhanced Refresh Capability: advertised&lt;BR /&gt;Multisession Capability: &lt;BR /&gt;Stateful switchover support enabled: NO for session 1&lt;/PRE&gt;&lt;P&gt;A few lines after this section we have.&lt;/P&gt;&lt;PRE&gt;Inbound soft reconfiguration allowed&lt;/PRE&gt;&lt;P&gt;For C68XX&lt;/P&gt;&lt;PRE&gt; Neighbor capabilities:&lt;BR /&gt;Route refresh: advertised and received(new)&lt;BR /&gt;Four-octets ASN Capability: advertised and received&lt;BR /&gt;Address family IPv4 Unicast: advertised and received&lt;BR /&gt;Enhanced Refresh Capability: advertised and received&lt;BR /&gt;Multisession Capability: &lt;BR /&gt;Stateful switchover support enabled: NO for session 1&lt;BR /&gt;....&lt;BR /&gt;Inbound soft reconfiguration allowed&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 06 Feb 2021 16:23:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287261#M346502</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-06T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287615#M346563</link>
      <description>&lt;P&gt;Can you give some time,&amp;nbsp;&lt;BR /&gt;this interest,&amp;nbsp;&lt;BR /&gt;What I suspect ?&lt;BR /&gt;there is&amp;nbsp;&lt;BR /&gt;A-soft-reconfig "save a route in DB and re process it when do clear ip bgp soft"&lt;BR /&gt;B-route refresh "automatically ask the neighbor a route"&lt;BR /&gt;&lt;BR /&gt;BUT there is&amp;nbsp;&lt;BR /&gt;Soft Reset Enhance&amp;nbsp;&amp;lt;- I know it new for me also&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;this reduce the memory need for save a route in DB but the full technology I don't get until now so I will do more search this week and I will update you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gggg.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/103877i44EF86515DE60A8D/image-size/large?v=v2&amp;amp;px=999" role="button" title="gggg.png" alt="gggg.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 18:06:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287615#M346563</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2021-02-07T18:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287623#M346564</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Thank you very much for your time and investigations.... I still can't find a logical explanation.&lt;/P&gt;&lt;P&gt;On the other hand, and as far as I know... If I have configured the feature soft-reconfiguration, the BGP route refresh capability is not used, even though the capability is negotiated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 18:34:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287623#M346564</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-07T18:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287631#M346565</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;But I don't understand why the memory used by the Adj-rib-in is not the same as the local-rib?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Not necessarily the case - in fact BGP does mention its not by protocol design to specifically maintain 3 separate rib tables even those 3 rib tables are stated it could be just the one rib table is used with pointers towards the specific prefixes.&lt;/P&gt;
&lt;P&gt;In any case like i suggested initially if your rtrs support route fresh then utilise that feature and remove soft-inbound from the bgp stanzas&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 07 Feb 2021 19:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287631#M346565</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-02-07T19:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287633#M346567</link>
      <description>&lt;P&gt;FYI - I managed to find the rfc -&lt;/P&gt;
&lt;P&gt;&lt;A href="https://tools.ietf.org/html/rfc4271#page-11" target="_self"&gt;rfc4271 - page 10&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 19:26:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287633#M346567</guid>
      <dc:creator>paul driver</dc:creator>
      <dc:date>2021-02-07T19:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287638#M346568</link>
      <description>&lt;P&gt;Thank you for your reply Paul.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I will delete this functionality. I just wanted to understand why the behavior was not as expected on these routers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Normally the soft-reconfiguration functionality should keep in memory all the prefixes before applying the policy... The use of this functionality becomes meaningless with the advent of Route refresh.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Feb 2021 19:50:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287638#M346568</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-07T19:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287841#M346600</link>
      <description>&lt;P&gt;Hello Paul, hello Andrés,&lt;/P&gt;
&lt;P&gt;Please allow me to join.&lt;/P&gt;
&lt;P&gt;Andrés, I &lt;EM&gt;think&lt;/EM&gt; that the behavior you see - having only 1 route in the soft-reconfig database instead of all those 800K routes - could be the result of configuring the &lt;STRONG&gt;soft-reconfig&lt;/STRONG&gt; only after the BGP peering already came up. Are you sure it has been always configured for that neighbor, particularly before the peering came up and the neighbor sent us all the routes?&lt;/P&gt;
&lt;P&gt;The soft reconfiguration can only store the routes it newly receives from a neighbor, and so if it is activated after the peering has come up and the routes were already advertised, it has nothing to remember. It can only store aside routes that are advertised later.&lt;/P&gt;
&lt;P&gt;Could this be the case?&lt;/P&gt;
&lt;P&gt;Best regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 09:20:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287841#M346600</guid>
      <dc:creator>Peter Paluch</dc:creator>
      <dc:date>2021-02-08T09:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASR1001-X  BGP soft-reconfiguration inbound question</title>
      <link>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287850#M346602</link>
      <description>&lt;P&gt;Hello Peter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your response.&lt;BR /&gt;What you say makes a lot of sense, on the other hand, I have had several problems on this link so the BGP session has been re-established several times with the configuration of the feature (soft-reconfiguration inbound) already applied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have the feature configured and if I lose the BGP session... when it is established again, I should have the 800K in both tables, right?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Andrés&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Feb 2021 09:42:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/routing-and-sd-wan/asr1001-x-bgp-soft-reconfiguration-inbound-question/m-p/4287850#M346602</guid>
      <dc:creator>TelesEC</dc:creator>
      <dc:date>2021-02-08T09:42:18Z</dc:date>
    </item>
  </channel>
</rss>

