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


Usage

<configuration>
    <routing-options>
        <rib>
            <name>name</name> <!-- identifier -->
            <static>...</static>
            <martians>...</martians>
            <aggregate>...</aggregate>
            <generate>...</generate>
            <maximum-paths>...</maximum-paths>
            <maximum-prefixes>...</maximum-prefixes>
            <multipath>...</multipath>
        </rib>
    </routing-options>
</configuration>

Description

Routing table options.

Contents

<aggregate>—Coalesced routes.

<generate>—Route of last resort.

<martians>—Invalid routes.

<maximum-paths>—Maximum number of paths.

<maximum-prefixes>—Maximum number of prefixes.

<multipath>—Protocol-independent load balancing.

<name>—Routing table name.

<static>—Static routes.


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