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

transport-class

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
transport-class {
    auto-create;
    fallback {
        none;
    }
    name (Transport-class) name {
        color color;
        fallback {
            none;
        }
        tunnel-egress {
            end-point endpoint-address {
                import [ import-policy ... ];
            }
        }
    }
    any-class {
        color color;
        fallback {
            none;
        }
    }
    best-effort {
        color color;
        fallback {
            none;
        }
    }
}

Hierarchy Level

content_copy zoom_out_map
[edit routing-options]

Release Information

Statement introduced in Junos OS Release 21.2R1.

Description

Specify the transport layer options.

Options

any-class Specify the predefined transport class that collects tunnels of all transport classes.
  • color color—This is a 32bit color value mapping to any transport class. This auto derives the mapping community.

auto-create

Auto create on color discovery.

best-effort

Specify the best effort transport class.

  • color color—This is a 32bit color value mapping to any transport class. This auto derives the mapping community.

fallback

Service routes resolution fallback. Service routes typically resolves over inet.3.

  • none—Resolve associated service-routes using the specified transport class tunnel only.
name Specify the transport layer that collects tunnels with similar characteristics.
  • name—Specify the transport class name.

  • color color—This is a 32bit color value mapping to any transport class. This auto derives the mapping community.

  • tunnel-egress—Specify the endpoint origination of the egress tunnel.

    • end-point endpoint-addr—Configure the egress tunnel endpoint by specifying the address.

      • import [import ... ]—Apply the import policy to set the attributes.

The remaining statements are explained separately. See CLI Explorer.

Required Privilege Level

routing

footer-navigation