- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 10:23 AM - edited 03-04-2019 03:56 AM
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.
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 10:33 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2009 10:33 AM
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
