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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <routing-options>
                    <rib>
                        <maximum-paths>
                            <limit>limit</limit> <!-- mandatory -->
                            <threshold>threshold</threshold>
                            <log-only/>
                            <log-interval>seconds</log-interval>
                        </maximum-paths>
                    </rib>
                </routing-options>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Maximum number of paths.

Contents

<limit>—Maximum number of paths.

<log-interval>—Minimum interval between log messages.

<log-only>—Generate warning messages only.

<threshold>—Percentage of limit at which to start generating warnings.


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