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


Usage

<configuration>
    <routing-options>
        <rib>
            <static>
                <iso-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>
                </iso-route>
            </static>
        </rib>
    </routing-options>
</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]