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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <dvmrp>
                <interface>
                    <name>name</name> <!-- identifier -->
                    <disable/>
                    <mode>mode-choice</mode>
                    <metric>metric</metric>
                    <hold-time>seconds</hold-time>
                </interface>
            </dvmrp>
        </protocols>
    </logical-systems>
</configuration>

Description

DVMRP interface options.

Contents

<disable>—Disable DVMRP on this interface.

<hold-time>—When neighbors think the interface is down.

<metric>—DVMRP metric value.

<mode>—Mode of interface.

<name>—Interface name.


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