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


Usage

<configuration>
    <routing-instances>
        <instance>
            <protocols>
                <rip>
                    <traceoptions>...</traceoptions>
                    <rib-group>...</rib-group>
                    <metric-in>metric-in</metric-in>
                    <send>...</send>
                    <receive>...</receive>
                    <check-zero/>
                    <message-size>message-size</message-size>
                    <import>...</import>
                    <holddown>seconds</holddown>
                    <route-timeout>seconds</route-timeout>
                    <update-interval>seconds</update-interval>
                    <authentication-type>authentication-type-choice</authentication-type>
                    <authentication-key>authentication-key</authentication-key>
                    <group>...</group>
                    <graceful-restart>...</graceful-restart>
                </rip>
            </protocols>
        </instance>
    </routing-instances>
</configuration>

Description

RIP options.

Contents

<authentication-key>—Authentication key (password).

<authentication-type>—Authentication type.

<check-zero>—Check reserved fields on incoming RIPv2 packets.

<graceful-restart>—RIP graceful restart options.

<group>—Instance configuration.

<holddown>—Hold-down time.

<import>—Import policy.

<message-size>—Number of route entries per update message.

<metric-in>—Metric value to add to incoming routes.

<receive>—Configure RIP receive options.

<rib-group>—Routing table group for importing RIP routes.

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

<send>—Configure RIP send options.

<traceoptions>—Trace options for RIP.

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


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