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


Usage

<configuration>
    <logical-systems>
        <routing-options>
            <static>
                <route>
                    <qualified-next-hop>
                        <name>name</name> <!-- identifier -->
                        <preference>preference</preference>
                        <metric>metric</metric>
                        <interface>interface</interface>
                        <bfd-liveness-detection>...</bfd-liveness-detection>
                    </qualified-next-hop>
                </route>
            </static>
        </routing-options>
    </logical-systems>
</configuration>

Description

Next hop with qualifiers.

Contents

<bfd-liveness-detection>—Bidirectional Forwarding Detection (BFD) options.

<interface>—Interface of qualified next hop.

<metric>—Metric of qualified next hop.

<name>—Next hop to destination.

<preference>—Preference of qualified next hop.


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