show route transport-class
Syntax
show route transport-class (name tc-name | color tc-color | color-only | all) <logical-system | rib-sharding>
Description
Show routing transport class information.
Options
| name tc-name | Transport class name. name |
| logical-system |
Name of logical system, or 'all'. Perform this operation on a particular logical system. |
| rib-sharding |
Name of rib shard. Perform this operation on a particular rib shard. |
| color tc-color |
Transport class color. |
| color-only |
Transport class color-only. |
| all |
Show all transport classes. |
Required Privilege Level
view
Output Fields
|
Field Name |
Field Description |
|---|---|
|
Transport Class |
The system generated name identifying the transport class. |
|
Configured name |
The user-friendly name given to this transport class. |
|
Color |
A numerical identifier associated with the transport class. The transport class collects tunnels belonging to this color. |
|
References |
Number of internal references in the system to this transport class. |
|
Transport endpoints |
Displays how many endpoints are associated with this transport class for each protocol family. |
|
Mapping community |
A BGP community tag used to map routes to service resolution scheme of this transport class, which contains fallback to best-effort tunnels. |
|
Route target |
Transport class route target extended community used to import or export BGP CT routes belonging to this transport class RIBs. |
|
Routing instance |
The system created routing instance associated with this transport class. |
Sample Output
show route transport-class all
user@host>show route transport-class all Transport Class: junos-tc-100 Configured name: gold Color: 100, References: 3 Transport Endpoints: IPv4 5 IPv6 7 Mapping community: color:0:100 Route Target: transport-target:0:100 Routing instance: junos-rti-tc-100 Transport Class: junos-tc-200 Configured name: bronze Color: 200, References: 3 Transport Endpoints: IPv4 4 IPv6 6 Mapping community: color:0:200 Route Target: transport-target:0:200 Routing instance: junos-rti-tc-200 Transport Class: junos-tc-best-effort Color: 0, References: 2 Transport Endpoints: IPv4 24 IPv6 25 Mapping community: color:0:0 Routing instance: master ExportDisabled
show route transport-class (Color)
user@host>show route transport-class color 0 Transport Class: junos-tc-best-effort Color: 0, References: 2 Transport Endpoints: IPv4 24 IPv6 25 Mapping community: color:0:0 Routing instance: master ExportDisabled
show route transport-class (Name)
user@host>show route transport-class name junos-tc-100 Transport Class: junos-tc-100 Configured name: gold Color: 100, References: 3 Transport Endpoints: IPv4 5 IPv6 7 Mapping community: color:0:100 Route Target: transport-target:0:100 Routing instance: junos-rti-tc-100
Release Information
Command introduced in Junos OS and Junos OS Evolved Release 24.1R1.