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


Usage

<configuration>
    <logical-systems>
        <routing-instances>
            <instance>
                <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>
            </instance>
        </routing-instances>
    </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]