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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <bgp>
                        <path-selection>
                            <cisco-non-deterministic/>
                            <always-compare-med/>
                            <med-plus-igp>...</med-plus-igp>
                            <external-router-id/>
                        </path-selection>
                    </bgp>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</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]