Customizing bgp4 load sharing, Configuring bgp4 neighbors – Brocade BigIron RX Series Configuration Guide User Manual

Page 924

Advertising
background image

846

BigIron RX Series Configuration Guide

53-1002484-04

Customizing BGP4 load sharing

27

NOTE

This command affects route selection only when route paths are selected based on MED
comparison. It is still possible for a route path that is missing its MED to be selected based on other
criteria. For example, a route path with no MED can be selected if its weight is larger than the
weights of the other route paths.

Customizing BGP4 load sharing

By default, when BGP4 load sharing is enabled, both IBGP and EBGP paths are eligible for load
sharing, while paths from different neighboring ASs are not eligible. You can change load sharing
to apply only to IBGP or EBGP paths, or to support load sharing among paths from different
neighboring ASs.

To enable load sharing of IBGP paths only, enter the following command at the BGP configuration
level of the CLI.

BigIron RX(config-bgp)# multipath ibgp

To enable load sharing of EBGP paths only, enter the following command at the BGP configuration
level of the CLI.

BigIron RX(config-bgp)# multipath ebgp

To enable load sharing of paths from different neighboring ASs, enter the following command at
the BGP configuration level of the CLI.

BigIron RX(config-bgp)# multipath multi-as

Syntax: [no] multipath ebgp | ibgp | multi-as

The ebgp | ibgp | multi-as parameter specifies the change you are making to load sharing:

ebgp – Load sharing applies only to EBGP paths. Load sharing is disabled for IBGP paths.

ibgp – Load sharing applies only to IBGP paths. Load sharing is disabled for EBGP paths.

multi-as – Load sharing is enabled for paths from different ASs.

By default, load sharing applies to EBGP and IBGP paths, and does not apply to paths from
different neighboring ASs.

Configuring BGP4 neighbors

The BGP4 protocol does not contain a peer discovery process. Therefore, for each of the router’s
BGP4 neighbors (peers), you must indicate the neighbor’s IP address and the AS each neighbor is
in. Neighbors that are in different ASs communicate using EBGP. Neighbors within the same AS
communicate using IBGP.

NOTE

If the BigIron RX has multiple neighbors with similar attributes, you can simplify configuration by
configuring a peer group, then adding individual neighbors to it. The configuration steps are similar,
except you specify a peer group name instead of a neighbor IP address when configuring the
neighbor parameters, then add individual neighbors to the peer group. Refer to

“Configuring a BGP4

peer group”

on page 854.

Advertising