- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: How To Clear BGP Routes or Table
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How To Clear BGP Routes or Table
Is there a command to execute a soft reset of BGP route table or BGP routes injected into the global routing table.
Most vendors use the clear ip bgp ..... command.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is one way to reset the entire routing table: by clicking "reset routing" on routing options web page.
There is no CLI command to clear BGP routing table. To clear only the BGP routes, disable BGP and re-enable it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is one way to reset the entire routing table: by clicking "reset routing" on routing options web page.
There is no CLI command to clear BGP routing table. To clear only the BGP routes, disable BGP and re-enable it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
restart bgp all
restart bgp as VALUE peer VALUE
restart bgp peer VALUE
Harder to find than it should be.
Sure it was documented but couldn't find it when I needed it.
used 'clish -c "show commands" > commands.txt' to dump the gaia commands into a file then grepped it.
You can also go into the Gaia Gui and under BGP/Peer groups you can click the button to restart peer or restart all.
dont beleive thats a soft reset though.
I think that may be linked to these commands(?)
set bgp internal peer VALUE route-refresh off
set bgp internal peer VALUE route-refresh on
set bgp internal peer VALUE send-route-refresh request all unicast
set bgp internal peer VALUE send-route-refresh request ipv4 unicast
set bgp internal peer VALUE send-route-refresh request ipv6 unicast
set bgp internal peer VALUE send-route-refresh route-update all unicast
set bgp internal peer VALUE send-route-refresh route-update ipv4 unicast
set bgp internal peer VALUE send-route-refresh route-update ipv6 unicast
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Relevant documentation link example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
🙂 oops but thanks
