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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <routing-options>
                    <static>
                        <defaults>
                            <retain/>
                            <install/>
                            <readvertise/>
                            <resolve/>
                            <active/>
                            <passive/>
                            <metric>...</metric>
                            <metric2>...</metric2>
                            <metric3>...</metric3>
                            <metric4>...</metric4>
                            <tag>...</tag>
                            <tag2>...</tag2>
                            <preference>...</preference>
                            <preference2>...</preference2>
                            <color>...</color>
                            <color2>...</color2>
                            <community>...</community>
                            <as-path>...</as-path>
                        </defaults>
                    </static>
                </routing-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Global route options.

Contents

<active>—Remove inactive route from forwarding table.

<as-path>—Autonomous system path.

<color>—Color (preference) value.

<color2>—Color (preference) value 2.

<community>—BGP community identifier.

<install>—Install route into forwarding table.

<metric>—Metric value.

<metric2>—Metric value 2.

<metric3>—Metric value 3.

<metric4>—Metric value 4.

<passive>—Retain inactive route in forwarding table.

<preference>—Preference value.

<preference2>—Preference value 2.

<readvertise>—Mark route as eligible to be readvertised.

<resolve>—Allow resolution of indirectly connected next hops.

<retain>—Always keep route in forwarding table.

<tag>—Tag string.

<tag2>—Tag string 2.


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