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


Usage

<configuration>
    <routing-instances>
        <instance>
            <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>
        </instance>
    </routing-instances>
</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]