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


Usage

<configuration>
    <logical-systems>
        <routing-options>
            <rib>
                <generate>
                    <defaults>
                        <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>
                        <discard/>
                        <brief/>
                        <full/>
                        <active/>
                        <passive/>
                    </defaults>
                </generate>
            </rib>
        </routing-options>
    </logical-systems>
</configuration>

Description

Global route options.

Contents

<active>—Remove inactive route from forwarding table.

<as-path>—Autonomous system path.

<brief>—Include longest common sequences from contributing paths.

<color>—Color (preference) value.

<color2>—Color (preference) value 2.

<community>—BGP community identifier.

<discard>—Drop packets to destination; send no ICMP unreachables.

<full>—Include all AS numbers from all contributing paths.

<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.

<tag>—Tag string.

<tag2>—Tag string 2.


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