cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
465
Views
0
Helpful
1
Replies

Upload load balancing in multiple upstream

fakrulalam
Level 1
Level 1

I am doing BGP in three upstream provider. Download is distributed among three upstream. But I am facing problem with Upload. I am using local preference for default upstream selection & doing set ip next hope using route map for the second upstream. But I can't using third upstream upload. As I can declare only one ip policy route-map per interface. Is there any other way to distribute the upload in three different upstream.

1 Accepted Solution

Accepted Solutions

JamesLuther
Level 3
Level 3

Hi,

You can have multiple statements on your route-map statement ie

route-map MY_MAP permit 10

match ip address 1

set ip next-hop 1.1.1.1

route-map MY_MAP permit 20

match ip address 2

set ip next-hop 2.2.2.2

Regards

View solution in original post

1 Reply 1

JamesLuther
Level 3
Level 3

Hi,

You can have multiple statements on your route-map statement ie

route-map MY_MAP permit 10

match ip address 1

set ip next-hop 1.1.1.1

route-map MY_MAP permit 20

match ip address 2

set ip next-hop 2.2.2.2

Regards

Review Cisco Networking products for a $25 gift card