BGP - General question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 07:36 AM - edited 03-03-2019 09:07 AM
When I remove a BGP route from the running config on my corebox - I still see the route when I use show ip bgp neighbors x.x.x.x advertised-routes. I know I can clear the routing table by using clear ip bgp * soft [in|out] but does anyone know how long it will take before the table deletes the route from its table?
- Labels:
-
Routing Protocols

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2005 01:14 PM
Hello,
the default minimum time between advertisement runs is 30 seconds, so it would take about 30 seconds for the route to disappear from the BGP routing table.
HTH,
GP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 12:26 AM
Clear ip bgp* simply causes the TCP session between neighbors to be reset and since BGP is a fast converged protocol the cache is cleared and routes will appear roughly 30-40 seconds
