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


Usage

<configuration>
    <policy-options>
        <policy-statement>
            <then>
                <install-nexthop>
                    <strict/>
                    <lsp>...</lsp>
                    <lsp-regex>...</lsp-regex>
                    <except>...</except>
                </install-nexthop>
            </then>
        </policy-statement>
    </policy-options>
</configuration>

Description

Choose the next hop to be used for forwarding.

Contents

<except>—Do not choose to install matching next hops.

<lsp>—Next-hop LSP name.

<lsp-regex>—Next-hop LSP name regular expression.

<strict>—Do not use any other available next hops.


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