Link to home
Start Free TrialLog in
Avatar of Sri M
Sri MFlag for United Arab Emirates

asked on

BGP prefix and routing

Dear Experts,

Can any one throw some light as one of our collegue who configured this left without proper KT and we are trying sort the routing issue here. We have limited knowledge on routing prefix under bgp routing. We have our route information showing up as below

we have publish /23 subnet on two different carriers. Now we have two issues

1. There is a default route 0.0.0.0/0 added in our bgp router from upstream router. We need to stop this since all our uplink traffic from all bgp carriers and non bgp carrier traffic is being routed through one second bgp published carrier rather than by our rule set

2. We did not completely understand what does below prefix rules means. We need traffic to be load balanced between two bgp published carrier links while prevent the carrier to push the routing 0.0.0.0/0 to our bgp router

we tried to take help of carrier with no luck..

Can someone throw some light on below since we do not have much time otherwise we can google study and fix it

bgp# show running-config                                                                            
                                                                                                    
Current configuration:                                                                              
!                                                                                                   
hostname bgp                                                                                        
log stdout                                                                                          
!                                                                                                   
router bgp 2026xx                                                                                 
 bgp router-id 83.111.x.x                                                                       
 network 91.72.x.x/25                                                                           
 network 185.151.x.0/23                                                                             
 neighbor 83.111.134.x remote-as 538x                                                            
 neighbor 87.201.148.x remote-as 1580x                                                             
!                                                                                                   
ip prefix-list ABC seq 10 deny 0.0.0.0/0                                                            
ip prefix-list ABC seq 20 permit 0.0.0.0/23                                                         
ip prefix-list Block_route seq 5 permit 0.0.0.0/0 ge 8                                              
!                                                                                                   
route-map Block-default permit 1                                                                    
 match ip address prefix-list Block_route                                                           
!                                                                                                   
route-map Block-default permit 2                                                                    
!                                                                                                   
line vty                                                                                            
 no login                                                                                           
!                                                                                                   
end      
ASKER CERTIFIED SOLUTION
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sri M

ASKER

Hi Jan,

Thank you for the detailed explanation.

We still yet to try this and we are waiting for a maintenance window to try this. I will update here once we execute the same

Appreciate your help in this regard

Best Regards
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial