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 (Protocols BGP)

date_range 17-May-24

Syntax

content_copy zoom_out_map
   transport {
    accepted-prefix-limit {
     drop-excess< limit-threshold>;
     hide-excess< limit-threshold>;
     maximum maximum;
     teardown<idle-timeout(forever |  timeout)>< limit-threshold>;
    }
    accept-srv6-service;
    add-path {
     receive;
     send {


      include-backup-path include-backup-path;
      multipath;
      path-count path-count;
      path-selection-mode {
       (all-paths | equal-cost-paths);
      }
      prefix-policy [ prefix-policy ... ];
     }
    }
    advertise-srv6-service;
    aggregate-label {
     community community;
    }
    aigp {
     disable;
    }
    damping;
    defer-initial-multipath-build {
     maximum-delay maximum-delay;
    }


    delay-route-advertisements {
     always-wait-for-krt-drain;
     maximum-delay {
      route-age route-age;
      routing-uptime routing-uptime;
     }
     minimum-delay {
      inbound-convergence inbound-convergence;
      routing-uptime routing-uptime;
     }
    }




    extended-nexthop;
    extended-nexthop-color;
    extended-nexthop-tunnel;


    graceful-restart {
     forwarding-state-bit(from-fib | set);
     long-lived {
      extended-route-retention {
       (disable | enable);
       retention-policy [ retention-policy ... ];
       retention-time retention-time;
      }


      restarter {
       (disable | enable);
       stale-time stale-time;
      }
     }
    }
    local-ipv4-address local-ipv4-address;
    loops loops;
    lu-export {
     policy [ policy ... ];
    }
    nexthop-resolution {
     no-resolution;
     preserve-nexthop-hierarchy;
    }
    no-install;
    output-queue-priority(expedited | priority priority);
    per-group-label;
    per-prefix-label;
    prefix-limit {
     drop-excess< limit-threshold>;
     hide-excess< limit-threshold>;
     maximum maximum;
     teardown<idle-timeout(forever |  timeout)>< limit-threshold>;
    }
    protection;
    rib-group ribgroup-name

;
    route-age-bgp-view;
    route-refresh-priority(expedited | priority priority);
    traffic-statistics {
     file filename<files files>



<size size><(world-readable | no-world-readable)>;
     interval interval;
     labeled-path;
    }
    withdraw-priority(expedited | priority priority);
   }

Hierarchy Level

content_copy zoom_out_map
[edit fabric protocols bgp family inet6],
[edit fabric protocols bgp group name family inet6],
[edit fabric protocols bgp group name neighbor name family inet6],
[edit logical-systems name protocols bgp family inet6],
[edit logical-systems name protocols bgp group name family inet6],
[edit logical-systems name protocols bgp group name neighbor name family inet6],
[edit logical-systems name routing-instances name protocols bgp family inet6],
[edit logical-systems name routing-instances name protocols bgp group name family inet6],
[edit logical-systems name routing-instances name protocols bgp group name neighbor name family inet6],
[edit logical-systems name tenants name routing-instances name protocols bgp family inet6],
[edit logical-systems name tenants name routing-instances name protocols bgp group name family inet6],
[edit logical-systems name tenants name routing-instances name protocols bgp group name neighbor name family inet6],
[edit protocols bgp family inet6],
[edit protocols bgp group name family inet6],
[edit protocols bgp group name neighbor name family inet6],
[edit routing-instances name protocols bgp family inet6],
[edit routing-instances name protocols bgp group name family inet6],
[edit routing-instances name protocols bgp group name neighbor name family inet6],
[edit tenants name routing-instances name protocols bgp family inet6],
[edit tenants name routing-instances name protocols bgp group name family inet6],
[edit tenants name routing-instances name protocols bgp group name neighbor name family inet6]
  

Description

Enable Classful Transport (CT) NLRI for inet6 family in BGP networks.

Options

accept-srv6-service

Accept SRv6 service.

advertise-srv6-service

Advertise SRv6 service.

aigp

Allow sending and receiving of AIGP attribute.

  • disable—Disable sending and receiving of AIGP attribute

damping

Enable route flap damping.

extended-nexthop

Extended nexthop encoding.

extended-nexthop-color

Resolve using extended color nexthop.

extended-nexthop-tunnel

Use BGP tunnel attribute.

local-ipv4-address

Configure a local IPv4 address.

nexthop-resolution

Configure nexthop resolution properties:

  • no-resolution—Consider nexthop good without resolution attempt

  • preserve-nexthop-hierarchy—Attempt preserving resolved nexthop chain in forwarding

no-install

Dont install received routes in forwarding.

per-group-label

Advertise prefixes with unique labels per group.

per-prefix-label

Allocate a unique label to each advertised prefix.

protection

Compute backup path for active nexthop failure.

route-age-bgp-view

Maintain BGP route's age based on update messages only.

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 introduced in Junos OS Release 22.2R1.

footer-navigation