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


Usage

<configuration>
    <protocols>
        <ldp>
            <interface>
                <name>name</name> <!-- identifier -->
                <disable/>
                <hello-interval>hello-interval</hello-interval>
                <hold-time>hold-time</hold-time>
                <transport-address>transport-address-choice</transport-address>
                <allow-subnet-mismatch/>
            </interface>
        </ldp>
    </protocols>
</configuration>

Description

Enable LDP on this interface.

Contents

<allow-subnet-mismatch>—Allow subnet mismatch for source address in hello packet.

<disable>—Disable LDP on this interface.

<hello-interval>—Hello interval (seconds).

<hold-time>—Hello hold time (seconds).

<name>—Interface name.

<transport-address>—Address used for TCP sessions.


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