cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
915
Views
0
Helpful
2
Replies

Need to test BGP Connectivity w/o exchanging Routes

mloraditch
Level 7
Level 7

Basically I've got a flapping BGP connection, my backup paths are working steadily once i killed the BGP session. Is there a way i can reactivate BGP but block all route exchanges so that I can test the actually stability of the session w/o putting any traffic over the MPLS interface?

Thanks!

1 Accepted Solution

Accepted Solutions

Roman Rodichev
Level 7
Level 7

router bgp 1

neighbor x.x.x.x route-map block in

neighbor x.x.x.x route-map block out

!

route-map block deny 10

View solution in original post

2 Replies 2

Roman Rodichev
Level 7
Level 7

router bgp 1

neighbor x.x.x.x route-map block in

neighbor x.x.x.x route-map block out

!

route-map block deny 10

Perfect, figured it was simple but wanted to be sure

Review Cisco Networking for a $25 gift card