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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <rip>
                <group>
                    <name>name</name> <!-- identifier -->
                    <route-timeout>seconds</route-timeout>
                    <update-interval>seconds</update-interval>
                    <preference>preference</preference>
                    <metric-out>metric-out</metric-out>
                    <export>...</export>
                    <import>...</import>
                    <bfd-liveness-detection>...</bfd-liveness-detection>
                    <neighbor>...</neighbor>
                </group>
            </rip>
        </protocols>
    </logical-systems>
</configuration>

Description

Instance configuration.

Contents

<bfd-liveness-detection>—Bidirectional Forwarding Detection options.

<export>—Export policy.

<import>—Import policy.

<metric-out>—Default metric of exported routes.

<name>—Group name.

<neighbor>—Neighbor configuration.

<preference>—Preference of routes learned by this group.

<route-timeout>—Delay before routes time out.

<update-interval>—Interval between regular route updates.


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