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


Usage

<configuration>
    <logical-systems>
        <protocols>
            <link-management>
                <te-link>
                    <name>name</name> <!-- identifier -->
                    <local-address>local-address</local-address>
                    <remote-address>remote-address</remote-address>
                    <remote-id>remote-id</remote-id>
                    <te-metric>te-metric</te-metric>
                    <disable/>
                    <interface>...</interface>
                    <label-switched-path>...</label-switched-path>
                </te-link>
            </link-management>
        </protocols>
    </logical-systems>
</configuration>

Description

Traffic engineering link.

Contents

<disable>—Disable TE link.

<interface>—Member interface of TE link.

<label-switched-path>—Member forwarding adjacency LSP of TE link.

<local-address>—Address of the local end of the link.

<name>—Name of TE link.

<remote-address>—Address of the remote end of the link.

<remote-id>—Link ID for the remote end of the link.

<te-metric>—Traffic engineering metric of the link.


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