07-27-2010 05:40 AM - edited 03-04-2019 09:12 AM
I'm a network administrator for an ISP. We are a dual homed BGP shop. We have, in general around 250 Mbps of traffic on each link (2 7206-G2 routers). The problem is, when one link goes down the traffic wouldn't rebalance correctly. We'd end up with about 400 and 100. In order to rebalance it we'd need to reboot the router that was missing traffic, and once it was up, reboot the other router. We've actually moved all of our traffic to the G2 cards from the front cards, which may have fixed the issue. We won't know until we have an outage though.
The main thing I want to know, is there a BGP command that would effect how traffic is balanced after reestablishing the inter link?
Here's my config, minus network statements and changed numbers to protect the innocent. 1.1.1.1 would be the inter link, 2.2.2.2 would be the other ISP
router bgp 12345
no synchronization
bgp log-neighbor-changes
! network entries
neighbor 1.1.1.1 remote-as 12345
neighbor 1.1.1.1 ebgp-multihop 3
neighbor 1.1.1.1 update-source Loopback0
neighbor 1.1.1.1 next-hop-self
neighbor 1.1.1.1 soft-reconfiguration inbound
neighbor 2.2.2.2 remote-as 4321
neighbor 2.2.2.2 password 7 00031E0C055800031B32
neighbor 2.2.2.2 next-hop-self
neighbor 2.2.2.2 soft-reconfiguration inbound
neighbor 2.2.2.2 route-map MAP out
no auto-summary
07-27-2010 01:27 PM
ibanezrick,
Can you post a network diagram? What is your IGP? Are you using CEF? You should never have to reboot a router to alter packet forwarding.
Chris
07-28-2010 11:15 PM
the traffic imbalance happens in the incoming direction or outgoing direction?. There are BGP attributes to influence traffic in both direction; when you failed link comes back the BGP can reshaped the traffic back to normal.
Local Preference for outgoing traffic and AS path prepending for incoming traffic.
Share you diagram would further help
Regards,
Syed
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