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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <protocols>
                    <ripng>
                        <group>
                            <neighbor>
                                <name>name</name> <!-- identifier -->
                                <route-timeout>seconds</route-timeout>
                                <update-interval>seconds</update-interval>
                                <metric-in>metric-in</metric-in>
                                <send>...</send>
                                <receive>...</receive>
                                <import>...</import>
                            </neighbor>
                        </group>
                    </ripng>
                </protocols>
            </instance>
        </routing-instances>
    </logical-systems>
</configuration>

Description

Neighbor configuration.

Contents

<import>—Import policy.

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

<name>—Interface name.

<receive>—Configure RIPng receive options.

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

<send>—Configure RIPng send options.

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


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