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


Usage

<configuration>
    <routing-instances>
        <instance>
            <routing-options>
                <static>
                    <iso-route>
                        <name>name</name> <!-- identifier -->
                        <next-hop>...</next-hop>
                        <reject/>
                        <discard/>
                        <receive/>
                        <next-table>next-table</next-table>
                        <qualified-next-hop>...</qualified-next-hop>
                        <lsp-next-hop>...</lsp-next-hop>
                        <p2mp-lsp-next-hop>...</p2mp-lsp-next-hop>
                        <backup-pe-group>backup-pe-group</backup-pe-group>
                        <bfd-liveness-detection>...</bfd-liveness-detection>
                        <retain/>
                        <install/>
                        <readvertise/>
                        <resolve/>
                        <active/>
                        <passive/>
                        <metric>...</metric>
                        <metric2>...</metric2>
                        <metric3>...</metric3>
                        <metric4>...</metric4>
                        <tag>...</tag>
                        <tag2>...</tag2>
                        <preference>...</preference>
                        <preference2>...</preference2>
                        <color>...</color>
                        <color2>...</color2>
                        <community>...</community>
                        <as-path>...</as-path>
                    </iso-route>
                </static>
            </routing-options>
        </instance>
    </routing-instances>
</configuration>

Description

ISO family static route.

Contents

<active>—Remove inactive route from forwarding table.

<as-path>—Autonomous system path.

<backup-pe-group>—Multicast source redundancy group.

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

<color>—Color (preference) value.

<color2>—Color (preference) value 2.

<community>—BGP community identifier.

<discard>—Drop packets to destination; send no ICMP unreachables.

<install>—Install route into forwarding table.

<lsp-next-hop>—LSP next hop.

<metric>—Metric value.

<metric2>—Metric value 2.

<metric3>—Metric value 3.

<metric4>—Metric value 4.

<name>—No documentation is available yet.

<next-hop>—Next hop to destination.

<next-table>—Next hop to another table.

<p2mp-lsp-next-hop>—Point-to-multipoint LSP next hop.

<passive>—Retain inactive route in forwarding table.

<preference>—Preference value.

<preference2>—Preference value 2.

<qualified-next-hop>—Next hop with qualifiers.

<readvertise>—Mark route as eligible to be readvertised.

<receive>—Install a receive route for the destination.

<reject>—Drop packets to destination; send ICMP unreachables.

<resolve>—Allow resolution of indirectly connected next hops.

<retain>—Always keep route in forwarding table.

<tag>—Tag string.

<tag2>—Tag string 2.


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