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


Usage

<configuration>
    <routing-options>
        <rib>
            <aggregate>
                <route>
                    <name>name</name> <!-- identifier -->
                    <policy>...</policy>
                    <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/>
                </route>
            </aggregate>
        </rib>
    </routing-options>
</configuration>

Description

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

<name>—Destination prefix.

<passive>—Retain inactive route in forwarding table.

<policy>—Policy filter.

<preference>—Preference value.

<preference2>—Preference value 2.

<tag>—Tag string.

<tag2>—Tag string 2.


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