08-23-2013 05:56 AM - edited 03-04-2019 08:51 PM
Hello....
I want to achieve load sharing over internet, i have one internet router connecting two circuits provided by same ISP and running BGP.Below is my router config. Pls help me in config so that sharing could be achieve.
Current i am using both circuits as primary and secondary.
----------------------------------------------------------------
interface GigabitEthernet0/0
description ##Primary link##
ip address x.x.x.x 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/1
description ##Backup link##
ip address y.y.y.y 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
description ### Public LAN Pool###
ip address 121.118.96.2 255.255.255.192
no ip route-cache cef
no ip route-cache
duplex auto
speed auto
!
router bgp 64512
no synchronization
bgp log-neighbor-changes
network 121.118.96.0 mask 255.255.255.192
neighbor x.x.x.x remote-as 4755
neighbor x.x.x.x update-source GigabitEthernet0/0
neighbor x.x.x.x weight 200
neighbor x.x.x.x prefix-list Out out
neighbor y.y.y.y remote-as 4755
neighbor y.y.y.y update-source GigabitEthernet0/1
neighbor y.y.y.y weight 100
neighbor y.y.y.y prefix-list Out out
ip prefix-list Out seq 5 permit 121.118.96.0/26
ip prefix-list Out seq 10 deny 0.0.0.0/0
----------------------------------------------------------------------------------
08-23-2013 06:00 AM
Hi Anukalp,
I have already responded to this question through the other discussion. Please refer to the other discussion.
Regards
08-23-2013 06:01 AM
Thanks Harold.. I will refer that.
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