cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1353
Views
4
Helpful
15
Replies

BGP Filters

fmugambi
VIP
VIP

Hello Family,

I have applied prefix-list and route-maps as below,


ip prefix-list MEB-IN seq 15 permit 10.251.0.10/32
ip prefix-list MEB-IN seq 20 permit 10.251.0.11/32
ip prefix-list MEB-IN seq 25 permit 10.251.0.13/32
ip prefix-list MEB-IN seq 30 permit 10.251.0.14/32
match ip address prefix-list MEB-IN
route-map MEB-IN permit 10
match ip address prefix-list MEB-IN

Why am i still learning more those prefixes, to be exact 110 from the neighbor have applied the route map in direction?

15 Replies 15

Years this Q is rounding in community' so let me clear topic here

1- device support route refresh 

You can use 

Clear ip bgp <> soft in 

2- device not support route refresh' here you need to keep prefix in memory using 

Neighbor <> soft-reconfig inbound 

You can check this copy of prefix by using show ip bgp neighbors <> receive-route 

And you can use 

Clesr ip bgp <> soft in 

 

Both above way not terminate bgp session between peers.

So you need for first step find if peer have route refresh capability or not

MHM