3

Cisco IOS provides this hidden BGP command:

router bgp <ASN>
  bgp bestpath as-path multipath-relax

It allows the router to install multiple BGP prefixes with distinct as-path'es (but requiring same as-path length).

Source: http://blog.alwaysthenetwork.com/tutorials/bgp-multipath-relax/

Does JunOS provide a similar feature?

1 Answer 1

4

Yes, it is possible. Use the multiple-as option for the multipath setting like this:

set protocols bgp group MY-PEERS multipath multiple-as

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.