cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
763
Views
5
Helpful
4
Replies

ebgp multihop question

tarik sayel
Level 1
Level 1

Hi all,

I need to know if is it possible to use ebgp multihop on a CE with two links, one link is connected to PE1 and the other link is connected to PE2 (one CE with 2 links to two different PEs).

thanks

1 Accepted Solution

Accepted Solutions

Yes...it will support it as long as you have identical routes in the bgp table. You can enable "maximum-paths" under bgp:

router bgp 1

maximum-paths 2

You may also need to enable multipath relax:

bgp bestpath as-path multipath-relax

The idea is that if you are learning 2 identical routes from the same AS, then you'll need to enable maximum-paths only. By default, BGP doesn't load balance and only puts 1 route in the routing table. If you are learning 2 identical routes from 2 different ASes, you'll need to enable the second command.

HTH,

John

HTH, John *** Please rate all useful posts ***

View solution in original post

4 Replies 4

John Blakley
VIP Alumni
VIP Alumni

Tarik,

Ebgp multihop is for when you have a peer that's more than 1 hop away. By default, bgp sets the ttl to 1. It doesn't sound like you need multihop configured if you have a neighbor that's only 1 hop away.

Hth,

John

Sent from Cisco Technical Support iPhone App

HTH, John *** Please rate all useful posts ***

Hi,

thanks Blakley,

i want to mean multiphat, sorry for that

i want to assure the load sharing between this two links.

BR

Yes...it will support it as long as you have identical routes in the bgp table. You can enable "maximum-paths" under bgp:

router bgp 1

maximum-paths 2

You may also need to enable multipath relax:

bgp bestpath as-path multipath-relax

The idea is that if you are learning 2 identical routes from the same AS, then you'll need to enable maximum-paths only. By default, BGP doesn't load balance and only puts 1 route in the routing table. If you are learning 2 identical routes from 2 different ASes, you'll need to enable the second command.

HTH,

John

HTH, John *** Please rate all useful posts ***

Thanks for your help Blakley, it's now clear

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card