cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1076
Views
7
Helpful
16
Replies

removing a route-map from BGP Neighbor

chad.parish
Level 1
Level 1

If I wish to remove a

route-map

from a BGP neighbor without removing the neighbor itself does the below work?

router bgp x.x.x.x

neighbor x.x.x.x

no route-map TEST

 

2 Accepted Solutions

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

yes that should work, if that is intention to remove

route-map

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

Sure it work no need to remove neighbor 

But I think you need hard reset the bgp session with 

Clear ip bgp xx 

This make router reuse prefix that filter before with

route-map 

View solution in original post

16 Replies 16

balaji.bandi
Hall of Fame
Hall of Fame

yes that should work, if that is intention to remove

route-map

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

chad.parish
Level 1
Level 1

Yes, the example I found with Cisco would remove the whole neighbor config which I want to avoid.

Sure it work no need to remove neighbor 

But I think you need hard reset the bgp session with 

Clear ip bgp xx 

This make router reuse prefix that filter before with

route-map 

chad.parish
Level 1
Level 1

so after such a change I must do a

clear ip bgp (AS#)

Yes' the bgp is so slow if you wait bgp to do it automatic then it can take more than 30 min ( as I know)

Clear ip bgp

faster this process.

chad.parish
Level 1
Level 1

 Is there a way to

soft clear bgp

just for that neighbor?

 

 

You need to config it first' if you config then no need hard reset' but I dont think you config it.

chad.parish
Level 1
Level 1

nd I assume one would also do a

clear bgp

after adding a

route-map

to a neighbor statement

 

chad.parish
Level 1
Level 1

I have multiple neighbors and wish only to have to do a clear on the neighbor in question if possible, in the least intrusive way.

All neighbor in same AS ?

chad.parish
Level 1
Level 1

Actually, if I just do a outbound route refresh, that should not be disruptive based on what I have read.  The route refresh command being ...

clear ip bgp 192.168.12.1 out

 

If both peer support route refresh' then that will excellent solution.

Good luck 

MHM

chad.parish
Level 1
Level 1

would I need to disable soft-reconfiguration inbound under the neighbor config for route refresh to work?

 

Need to check this point but I dont think you need so (route map is out not in and soft is IN).

show ip bgp neighbors x.x.x.x | begin capabilities

This need to check if refresh is enable or not. 

Review Cisco Networking for a $25 gift card