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


Usage

<configuration>
    <policy-options>
        <policy-statement>
            <term>
                <from>
                    <route-filter>
                        <next-hop>
                            <self/>
                            <peer-address/>
                            <address>address</address>
                            <reject/>
                            <discard/>
                            <next-table>next-table</next-table>
                        </next-hop>
                    </route-filter>
                </from>
            </term>
        </policy-statement>
    </policy-options>
</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]