show route tenant
Syntax
show route tenant < (all | tenant-name)>
Description
Displays the routing table information for the tenant systems.
A tenant system is a logical partitioning of the device into multiple security domains similar to logical systems, to provide high scalability. A routing instance is a collection of routing tables, interfaces, and routing protocol parameters. A set of interfaces that belong to the routing instances and the routing protocol parameters control the information in the routing tables. A tenant system can configure the assigned routing instances and the interfaces within a tenant system.
Options
all | Displays the summary statistics about the all entries in the routing table. |
tenant-name | Specify the tenant system name. |
Required Privilege Level
view
Output Fields
Table 1 lists the output fields for the show route tenant
command.
Output fields are listed in the approximate order in which they appear.
Field Name |
Field Description |
---|---|
routing-table-name |
Name of the routing table (for example, inet.o). |
destinations |
Number of destinations that correspond to the routes in the routing table. |
routes |
Number of routes in the routing table:
|
Direct |
Routes on the directly connected network. |
Local |
Specify the local routes. |
OSPF |
Name of the protocol from which the route was learnt. |
Sample Output
show route tenant tenant1
user@host> show route tenant tenant1 tenant1.inet.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both 12.1.1.0/24 *[Direct/0] 00:33:07 > via ge-0/0/0.0 12.1.1.1/32 *[Local/0] 00:33:07 Local via ge-0/0/0.0 224.0.0.5/32 *[OSPF/10] 00:30:31, metric 1 MultiRecv tenant1.inet6.0: 1 destinations, 1 routes (1 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both ff02::2/128 *[INET6/0] 00:33:33 MultiRecv
Release Information
Statement introduced in Junos OS Release 18.3R1.