11-15-2012 09:50 AM - edited 03-04-2019 06:09 PM
I am familiar with inbound soft reconfiguration - but I do not know of any negative impacts this can have. Can anyone say if there are any negatives about this?
Paul
Solved! Go to Solution.
11-15-2012 10:34 AM
Hi Paul,
To my best knowledge, having inbound soft reconfiguration will increase your memory footprint and may increase the CPU utilization slightly as the BGP code will need to crawl through more entries in its table, skipping the ones-would-be-filtered-out. Otherwise, I am not aware of any outspokenly harmful effects.
Then again, if you do not know exactly you need it, you don't need it BGP implementations support the Route Refresh functionality for years now, and turning the soft reconfiguration on does not bring any additional functionality from the viewpoint of re-applying inbound policies.
Best regards,
Peter
11-15-2012 10:34 AM
Hi Paul,
To my best knowledge, having inbound soft reconfiguration will increase your memory footprint and may increase the CPU utilization slightly as the BGP code will need to crawl through more entries in its table, skipping the ones-would-be-filtered-out. Otherwise, I am not aware of any outspokenly harmful effects.
Then again, if you do not know exactly you need it, you don't need it BGP implementations support the Route Refresh functionality for years now, and turning the soft reconfiguration on does not bring any additional functionality from the viewpoint of re-applying inbound policies.
Best regards,
Peter
11-15-2012 11:37 AM
What I was trying to fix is getting:
ROUTER#sh ip bgp nei a.b.c.d received-routes
% Inbound soft reconfiguration not enabled on a.b.c.d
I have plenty of CPU and memory on the device in question. Thanks for the reply!
Paul
11-15-2012 11:29 PM
Route refresh capability consumes the bw by sending messages and the entire adj_rib_out table when ever there is a change in the inbound policy. Where as soft reconfig inbound , applies the modified policy on the routes which are stored separetly on adj_rib_in for that specific neighbor, there by saves bw.
Sent from Cisco Technical Support Android App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide