04-12-2023 12:42 AM
Hello,
In my network, ISP is providing 2 ILL lines with different IP addresses. ILL1-200MB AND ILL2-100MB
BGP IS Configured, but in LAN poolside (customer interface) configured in one interface.
but in LAN both ip not getting the same speed... not configured any policy for lan ip ...we not getting same speed in both IP why ??
Configuration as below
interface GigabitEthernet0/0
description ILL-SEC
ip address 188.18.20.100 255.255.255.252
interface GigabitEthernet0/1
description ILL-Pri
ip address 188.18.20.150 255.255.255.252
interface GigabitEthernet0/2
description ***For-Customer***
ip address 100.120.18.110 255.255.255.248 secondary
ip address 100.122.16.49 255.255.255.252
router bgp 4
bgp log-neighbor-changes
neighbor 188.18.20.99 remote-as 4
neighbor 188.18.20.149 remote-as 4
address-family ipv4
neighbor 188.18.20.99 activate
neighbor 188.18.20.99 soft-reconfiguration inbound
neighbor 188.18.20.99 route-map test-in in
neighbor 188.18.20.99 route-map test-OUT out
neighbor 188.18.20.149 activate
neighbor 188.18.20.149 soft-reconfiguration inbound
neighbor 188.18.20.149 route-map test1-in in
neighbor 188.18.20.149 route-map test1-OUT out
no auto-summary
no synchronization
network 20.20.20.10 mask 255.255.255.252
network 100.120.18.109 mask 255.255.255.252
network 100.122.16.48 mask 255.255.255.248
ip prefix-list LAN seq 5 permit 100.120.18.109 /30
ip prefix-list LAN seq 10 permit 100.122.16.48 /29
ip prefix-list LAN seq 15 permit 20.20.20.10/30
route-map test-OUT permit 10
match ip address prefix-list LAN
!
route-map test1-OUT permit 10
match ip address prefix-list LAN
set local-preference 400
!
route-map test-in permit 10
set local-preference 400
!
route-map test1-in permit 10
set local-preference 200
NOW issue is
in IP pool 100.122.16.49 we get only 100Mbps speed and
in IP pool 100.120.18.110 we get only 200Mbps speed...
04-12-2023 04:49 AM - edited 04-12-2023 04:50 AM
Hello @hernjalukund
By default, BGP will use both ILL lines to balance the traffic. However, the load may not be distributed evenly between the two lines. As a result, one IP pool may receive more traffic than the other, causing slower speeds.
Also, you can use monitoring tools to check the utilization of each ILL line. If one line is experiencing high utilization, it may be causing the slower speed on the IP pool associated with that line.
04-12-2023 05:09 AM
can you select any prefix you receive from BGP peer
do
show ip bgp x.x.x.x <<- share it here
04-12-2023 01:49 PM
@hernjalukund Could you share "show ip bgp" and "sh ip route" output here?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide