Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

rib (Multitopology Routing)

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
rib routing-table-name  {
    static {
        route destination-prefix {
            next-hop;
        }
        static-options;
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit logical-systems logical-system-name routing-options],
[edit logical-systems logical-system-name routing-instances routing-instance-name routing-options],
[edit routing-instances routing-instance-name routing-options],
[edit routing-options]

Description

Configure a static route to install routes in the routing table for a specific topology.

Options

routing-table-name—Name of the routing table for a topology. Use the following format: logical-system-name/routing-instance-name:topology-name.protocol.identifier. Include the routing instance string only if the instance is not the primary. The logical system string is included only if the logical system identifier has a value other than 0 (zero). Each routing table for a topology includes a colon (:) before the topology name. protocol is the protocol family, which can be inet or inet6. identifier is the positive integer that specifies the instance of the routing table. For example, to install IPv6 routes to the routing table for a topology named voice in the primary instance, include :voice.inet6.0.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing—To view this statement in the configuration.

routing-control—To add this statement to the configuration.

Release Information

Statement support for multitopology routing introduced in Junos OS Release 9.0.

Statement introduced in Junos OS Release 9.0.

footer-navigation