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


Usage

<configuration>
    <logical-systems>
        <policy-options>
            <policy-statement>
                <term>
                    <from>
                        <source-address-filter>
                            <next-hop>
                                <self/>
                                <peer-address/>
                                <address>address</address>
                                <reject/>
                                <discard/>
                                <next-table>next-table</next-table>
                            </next-hop>
                        </source-address-filter>
                    </from>
                </term>
            </policy-statement>
        </policy-options>
    </logical-systems>
</configuration>

Description

Set the address of the next-hop router.

Contents

<address>—Next-hop address.

<discard>—Use a discard next hop.

<next-table>—Perform a forwarding lookup in the specified table.

<peer-address>—Use the remote peer address as the next-hop address.

<reject>—Use a reject next hop.

<self>—Use a local address as the next-hop address.


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