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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <term>
                    <then>
                        <install-nexthop>
                            <strict/>
                            <lsp>...</lsp>
                            <lsp-regex>...</lsp-regex>
                            <except>...</except>
                        </install-nexthop>
                    </then>
                </term>
            </policy-statement>
        </policy-options>
    </logical-systems>
</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]