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


Usage

<configuration>
    <routing-instances>
        <instance>
            <routing-options>
                <rib>
                    <static>
                        <route>
                            <p2mp-lsp-next-hop>
                                <name>name</name> <!-- identifier -->
                                <preference>preference</preference>
                                <metric>metric</metric>
                            </p2mp-lsp-next-hop>
                        </route>
                    </static>
                </rib>
            </routing-options>
        </instance>
    </routing-instances>
</configuration>

Description

Point-to-multipoint LSP next hop.

Contents

<metric>—Metric of LSP next hop.

<name>—LSP to use to reach destination.

<preference>—Preference of LSP next hop.


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