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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <from>
                    <source-address-filter>
                        <install-nexthop>
                            <strict/>
                            <lsp>...</lsp>
                            <lsp-regex>...</lsp-regex>
                            <except>...</except>
                        </install-nexthop>
                    </source-address-filter>
                </from>
            </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]