[Contents] [Prev] [Next] [Index] [Report an Error]


Usage

<configuration>
    <protocols>
        <bgp>
            <path-selection>
                <cisco-non-deterministic/>
                <always-compare-med/>
                <med-plus-igp>...</med-plus-igp>
                <external-router-id/>
            </path-selection>
        </bgp>
    </protocols>
</configuration>

Description

Configure path selection strategy.

Contents

<always-compare-med>—Always compare MED values, regardless of neighbor AS.

<cisco-non-deterministic>—Use Cisco IOS nondeterministic path selection algorithm.

<external-router-id>—Compare router ID on BGP externals.

<med-plus-igp>—Add IGP cost to next-hop to MED before comparing MED values.


[Contents] [Prev] [Next] [Index] [Report an Error]