cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
630
Views
1
Helpful
3
Replies

Secondary IP on Interface

hernjalukund
Level 1
Level 1

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...

 

@iprouting @bgp 

 

 

 

3 Replies 3

M02@rt37
VIP
VIP

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.

Best regards
.ı|ı.ı|ı. If This Helps, Please Rate .ı|ı.ı|ı.

can you select any prefix you receive from BGP peer 
do 
show ip bgp x.x.x.x <<- share it here 

STD_NetWorld
Level 1
Level 1

@hernjalukund  Could you share "show ip bgp" and "sh ip route" output here?

Review Cisco Networking for a $25 gift card