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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <rip>
                <group>
                    <neighbor>
                        <receive>
                            <both/>
                            <none/>
                            <version-1/>
                            <version-2/>
                        </receive>
                    </neighbor>
                </group>
            </rip>
        </protocols>
    </logical-systems>
</configuration>

Description

Configure RIP receive options.

Contents

<both>—Accept both RIPv1 and RIPv2 packets.

<none>—Do not receive RIP packets.

<version-1>—Accept RIPv1 packets only.

<version-2>—Accept only RIPv2 packets.


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