routing-policy

routing-policy
+  as-path-set name string 
   +  as-path-set-member string
   +  regex-mode keyword
+  community-set name string 
   +  match-set-options keyword
   +  member (identityref | bgp-std-community-type | bgp-large-community-type | string | string | string | string | string | string | string | string | string | string | bgp-large-community-regexp-type | bgp-std-community-regexp-type)
+  extended-community-set name string 
   +  member (string | string | string | string | string)
+  policy name string 
   +  default-action
      +  bgp
         +  as-path
            +  prepend
               +  as-number (number | keyword)
               +  repeat-n number
            +  remove boolean
            +  replace number
         +  communities
            +  add reference
            +  remove reference
            +  replace reference
         +  disable-ip-route-install boolean
         +  extended-community
            +  method keyword
            +  operation keyword
            +  referenced-sets reference
         +  label-allocation
            +  prefix-sid
               +  reuse-igp boolean
         +  local-preference
            +  set number
         +  med
            +  operation keyword
            +  value (keyword | number)
         +  next-hop
            +  set (ipv4-address | ipv6-address | keyword)
         +  next-hop-resolution
            +  set-tag-set reference
         +  origin
            +  set keyword
         +  standard-community
            +  method keyword
            +  operation keyword
            +  referenced-sets reference
      +  internal-tags
         +  set-tag-set reference
      +  isis
         +  level number
         +  metric
            +  set-style keyword
            +  set-value number
      +  policy-result keyword
      +  route-preference
         +  set number
   +  statement name string 
      +  action
         +  bgp
            +  as-path
               +  prepend
                  +  as-number (number | keyword)
                  +  repeat-n number
               +  remove boolean
               +  replace number
            +  communities
               +  add reference
               +  remove reference
               +  replace reference
            +  disable-ip-route-install boolean
            +  extended-community
               +  method keyword
               +  operation keyword
               +  referenced-sets reference
            +  label-allocation
               +  prefix-sid
                  +  reuse-igp boolean
            +  local-preference
               +  set number
            +  med
               +  operation keyword
               +  value (keyword | number)
            +  next-hop
               +  set (ipv4-address | ipv6-address | keyword)
            +  next-hop-resolution
               +  set-tag-set reference
            +  origin
               +  set keyword
            +  standard-community
               +  method keyword
               +  operation keyword
               +  referenced-sets reference
         +  internal-tags
            +  set-tag-set reference
         +  isis
            +  level number
            +  metric
               +  set-style keyword
               +  set-value number
         +  policy-result keyword
         +  route-preference
            +  set number
      +  match
         +  bgp
            +  as-path
               +  as-path-set reference
               +  match-set-options keyword
            +  as-path-length
               +  operator keyword
               +  unique boolean
               +  value number
            +  community-set reference
            +  evpn
               +  route-type number
            +  extended-community
               +  extended-community-set reference
               +  match-set-options keyword
            +  standard-community
               +  match-set-options keyword
               +  standard-community-set reference
         +  call-policy reference
         +  family identityref
         +  internal-tags
            +  match-set-options keyword
            +  tag-set reference
         +  isis
            +  level number
            +  route-type keyword
         +  multicast
            +  group-address
               +  prefix-set reference
            +  source-address
               +  prefix-set reference
         +  ospf
            +  area-id
            +  instance-id number
            +  route-type keyword
         +  prefix
            +  match-set-options keyword
            +  prefix-set reference
         +  protocol identityref
+  prefix-set name string 
   +  prefix ip-prefix (ipv4-prefix | ipv6-prefix) mask-length-range string 
+  standard-community-set name string 
   +  member (identityref | bgp-std-community-regexp-type2)
+  tag-set name string 
   -  tag-set-index number
   +  tag-value (number | hex-string)

routing-policy Descriptions

routing-policy

Description Top-level container for all routing policy configuration
Contextrouting-policy
Treerouting-policy
ConfigurableTrue
PlatformsSupported on all platforms

as-path-set name string

Description AS Path regular expressions for use in policy entries
Contextrouting-policy as-path-set name string
Treeas-path-set
ConfigurableTrue
PlatformsSupported on all platforms

name string

Description A name used to identify the AS path regular expression
Contextrouting-policy as-path-set name string
String Length1 to 255
ConfigurableTrue
PlatformsSupported on all platforms

as-path-set-member string

Description A list of regular expressions
Context routing-policy as-path-set name string as-path-set-member string
Treeas-path-set-member
String Length1 to 255
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements32

regex-mode keyword

Description

Mode used to parse the regular expression in every as-path-set-member of the as-path-set

In ASN mode the AS path is converted to a string and the string is matched one complete AS number at a time. In character mode the AS path is converted to a string and the string is matched one character at a time.

Contextrouting-policy as-path-set name string regex-mode keyword
Treeregex-mode
Defaultasn
Options
  • asn

    ASN mode regular expression parsing

  • character

    Character mode regular expression parsing

ConfigurableTrue
PlatformsSupported on all platforms

community-set name string

Description List of BGP community sets containing standard, extended and large BGP communities
Contextrouting-policy community-set name string
Treecommunity-set
ConfigurableTrue
PlatformsSupported on all platforms

name string

Description A name used to identify the community set
Contextrouting-policy community-set name string
String Length1 to 255
ConfigurableTrue
PlatformsSupported on all platforms

match-set-options keyword

Description Options that determine the matching criteria that applies to the list of community members
Contextrouting-policy community-set name string match-set-options keyword
Treematch-set-options
Defaultall
Options
  • any

    Match is true if any of the listed community member values is present in the route

  • all

    Match is true if all of the listed community member values are present in the route

  • invert

    Match is true if none of the listed community member values are present in the route

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

member (identityref | bgp-std-community-type | bgp-large-community-type | string | string | string | string | string | string | string | string | string | string | bgp-large-community-regexp-type | bgp-std-community-regexp-type)

Description A standard BGP community value, regular expression or well-known name or else a large BGP community value or regular expression
Contextrouting-policy community-set name string member (identityref | bgp-std-community-type | bgp-large-community-type | string | string | string | string | string | string | string | string | string | string | bgp-large-community-regexp-type | bgp-std-community-regexp-type)
Treemember
Options
  • no-export

    Do not export NLRI received carrying this community outside the bounds of this autonomous system, or this confederation if the local autonomous system is a confederation member AS. This community has a value of 0xFFFFFF01.

  • no-advertise

    All NLRI received carrying this community must not be advertised to other BGP peers. This community has a value of 0xFFFFFF02.

  • no-export-subconfed

    All NLRI received carrying this community must not be advertised to external BGP peers - including over confederation sub-AS boundaries. This community has a value of 0xFFFFFF03.

ConfigurableTrue
PlatformsSupported on all platforms

extended-community-set name string

Description List of BGP extended community sets containing only extended BGP communities
Contextrouting-policy extended-community-set name string
Treeextended-community-set
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

name string

Description A name used to identify the community set
Contextrouting-policy extended-community-set name string
String Length1 to 255
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

member (string | string | string | string | string)

Description An extended BGP community value or regular expression
Contextrouting-policy extended-community-set name string member (string | string | string | string | string)
Treemember
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

policy name string

Description

List of policy definitions, keyed by unique name

These policy definitions are expected to be referenced (by name) in policy in import-policy and/or export-policy statements.

Contextrouting-policy policy name string
Treepolicy
ConfigurableTrue
PlatformsSupported on all platforms

name string

Description A name used to identify the policy
Context routing-policy policy name string
String Length1 to 255
ConfigurableTrue
PlatformsSupported on all platforms

default-action

Description Actions for routes that do not match any policy statement
Contextrouting-policy policy name string default-action
Treedefault-action
ConfigurableTrue
PlatformsSupported on all platforms
bgp
Description Enter the bgp context
Context routing-policy policy name string default-action bgp
Treebgp
ConfigurableTrue
PlatformsSupported on all platforms
as-path
Description Modify AS Path attribute of routes
Context routing-policy policy name string default-action bgp as-path
Treeas-path
ConfigurableTrue
PlatformsSupported on all platforms
prepend
Description Prepend a BGP AS number to the AS Path attribute of routes
Contextrouting-policy policy name string default-action bgp as-path prepend
Treeprepend
ConfigurableTrue
PlatformsSupported on all platforms
as-number (number | keyword)
Description

The AS number to prepend to the AS Path attributes

If 'auto' is specified then the peer's AS number is used in the context of an import policy and the local AS number is used in the context of an export policy.

Contextrouting-policy policy name string default-action bgp as-path prepend as-number (number | keyword)
Treeas-number
Range1 to 4294967295
Options
  • auto

ConfigurableTrue
PlatformsSupported on all platforms
replace number
Description

Clear the existing AS path and replace it a new AS_SEQUENCE containing the listed AS numbers.

This takes precedence over a prepend action; the prepend action is not performed if a remove or replace action is specified.

Contextrouting-policy policy name string default-action bgp as-path replace number
Treereplace
Range1 to 4294967295
ConfigurableTrue
PlatformsSupported on all platforms
communities
Description Modify BGP communities attached to routes
Contextrouting-policy policy name string default-action bgp communities
Treecommunities
ConfigurableTrue
PlatformsSupported on all platforms
disable-ip-route-install boolean
Description Accept the route, allowing its re-advertisement, but do not install the route to the IP FIB
Contextrouting-policy policy name string default-action bgp disable-ip-route-install boolean
Treedisable-ip-route-install
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
extended-community
Description Enter the extended-community context
Context routing-policy policy name string default-action bgp extended-community
Treeextended-community
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
method keyword
Description Indicates the method used to specify the extended communities for the action
Contextrouting-policy policy name string default-action bgp extended-community method keyword
Treemethod
Defaultreference
Options
  • reference

    The extended communities are specified by referencing a defined extended-community set

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
operation keyword
Description The type of operation for modifying the community attribute with the specified values
Contextrouting-policy policy name string default-action bgp extended-community operation keyword
Treeoperation
Options
  • add

    Add the specified communities to the existing community attribute

  • remove

    Remove the specified communities from the existing community attribute

  • replace

    Replace the existing community attribute with the specified communities

    If an empty set is specified, this removes the community attribute from the route.

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
referenced-sets reference
Description Enter the referenced-sets context
Context routing-policy policy name string default-action bgp extended-community referenced-sets reference
Treereferenced-sets
Referencerouting-policy extended-community-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements28
label-allocation
Description Actions that determine the method used to assign labels to BGP LU routes matched and accepted by route-table-import policies
Contextrouting-policy policy name string default-action bgp label-allocation
Treelabel-allocation
ConfigurableTrue
Platforms7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
prefix-sid
Description RIB-OUT label is based on prefix SID configuration
Contextrouting-policy policy name string default-action bgp label-allocation prefix-sid
Treeprefix-sid
ConfigurableTrue
Platforms7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
med
Description Enter the med context
Context routing-policy policy name string default-action bgp med
Treemed
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
operation keyword
Description The operation to use when applying the configured value to the existing MED
Contextrouting-policy policy name string default-action bgp med operation keyword
Treeoperation
Options
  • set

    Set the MED to the specified value

  • add

    Increment the previous MED by the specified value

  • subtract

    Decrement the previous MED by the specified value

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
value (keyword | number)
Description

Change the value of the Multi-Exit Discriminator attribute in matching BGP routes

The route-table-cost option derives its value from the route metric.

Contextrouting-policy policy name string default-action bgp med value (keyword | number)
Treevalue
Options
  • route-table-cost

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
next-hop
Description Container for BGP next-hop modifications
Contextrouting-policy policy name string default-action bgp next-hop
Treenext-hop
ConfigurableTrue
PlatformsSupported on all platforms
set (ipv4-address | ipv6-address | keyword)
Description Set the protocol next-hop addres of matched BGP routes
Contextrouting-policy policy name string default-action bgp next-hop set (ipv4-address | ipv6-address | keyword)
Treeset
Options
  • self

    Special designation for local router's own address, i.e., next-hop-self

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
next-hop-resolution
Description Actions related to next-hop resolution of matched BGP routes
Contextrouting-policy policy name string default-action bgp next-hop-resolution
Treenext-hop-resolution
ConfigurableTrue
PlatformsSupported on all platforms
standard-community
Description Enter the standard-community context
Context routing-policy policy name string default-action bgp standard-community
Treestandard-community
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
method keyword
Description Indicates the method used to specify the standard communities for the action
Contextrouting-policy policy name string default-action bgp standard-community method keyword
Treemethod
Defaultreference
Options
  • reference

    The standard communities are specified by referencing a defined standard-community set

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
operation keyword
Description The type of operation for modifying the community attribute with the specified values
Contextrouting-policy policy name string default-action bgp standard-community operation keyword
Treeoperation
Options
  • add

    Add the specified communities to the existing community attribute

  • remove

    Remove the specified communities from the existing community attribute

  • replace

    Replace the existing community attribute with the specified communities

    If an empty set is specified, this removes the community attribute from the route.

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
referenced-sets reference
Description Enter the referenced-sets context
Context routing-policy policy name string default-action bgp standard-community referenced-sets reference
Treereferenced-sets
Referencerouting-policy standard-community-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements28
internal-tags
Description Configuration of internal tags
Context routing-policy policy name string default-action internal-tags
Treeinternal-tags
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set-tag-set reference
Description Reference to a tag-set defined under routing-policy
Contextrouting-policy policy name string default-action internal-tags set-tag-set reference
Treeset-tag-set
Referencerouting-policy tag-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements1
isis
Description Enter the isis context
Context routing-policy policy name string default-action isis
Treeisis
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
level number
Description Set the level that a prefix is to be imported into
Contextrouting-policy policy name string default-action isis level number
Treelevel
Range1 to 2
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
metric
Description Policy actions related to ISIS metrics
Contextrouting-policy policy name string default-action isis metric
Treemetric
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set-style keyword
Description Set the style of the metric
Context routing-policy policy name string default-action isis metric set-style keyword
Treeset-style
Options
  • wide

    Wide metric style, supporting metrics greater than 63

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set-value number
Description Set the metric of the IS-IS prefix
Context routing-policy policy name string default-action isis metric set-value number
Treeset-value
Range0 to 16777215
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
policy-result keyword
Description

Select the action type for routes that do not match any policy statement

If no value is configured for the policy-result then the implicit default is a next-policy behavior.

Contextrouting-policy policy name string default-action policy-result keyword
Treepolicy-result
Options
  • accept

    The route is accepted, route property modifications are applied, and evaluation stops immediately

  • reject

    The route is rejected and evaluation stops immediately

  • next-policy

    Route policy modifications are applied and evaluation continues to the next policy

ConfigurableTrue
PlatformsSupported on all platforms
route-preference
Description Options for modifying route preference
Contextrouting-policy policy name string default-action route-preference
Treeroute-preference
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set number
Description

Overwrite the route preference with the specified value

The IP route table preference is sometimes called the administrative distance of the route. In general, when comparing any two routes, the route with the lower preference is the one that is activated and used for forwarding.

This action has an effect only in BGP import policies and VRF import policies

Contextrouting-policy policy name string default-action route-preference set number
Treeset
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

statement name string

Description Policy statements group conditions and actions within a policy definition. They are evaluated in configuration order.
Contextrouting-policy policy name string statement name string
Treestatement
ConfigurableTrue
PlatformsSupported on all platforms
name string
Description Name given to the policy statement (rule).
Contextrouting-policy policy name string statement name string
String Length1 to 255
ConfigurableTrue
PlatformsSupported on all platforms
action
Description Actions for routes that match the policy statement
Contextrouting-policy policy name string statement name string action
Treeaction
ConfigurableTrue
PlatformsSupported on all platforms
bgp
Description Enter the bgp context
Context routing-policy policy name string statement name string action bgp
Treebgp
ConfigurableTrue
PlatformsSupported on all platforms
as-path
Description Modify AS Path attribute of routes
Context routing-policy policy name string statement name string action bgp as-path
Treeas-path
ConfigurableTrue
PlatformsSupported on all platforms
prepend
Description Prepend a BGP AS number to the AS Path attribute of routes
Contextrouting-policy policy name string statement name string action bgp as-path prepend
Treeprepend
ConfigurableTrue
PlatformsSupported on all platforms
as-number (number | keyword)
Description

The AS number to prepend to the AS Path attributes

If 'auto' is specified then the peer's AS number is used in the context of an import policy and the local AS number is used in the context of an export policy.

Contextrouting-policy policy name string statement name string action bgp as-path prepend as-number (number | keyword)
Treeas-number
Range1 to 4294967295
Options
  • auto

ConfigurableTrue
PlatformsSupported on all platforms
replace number
Description

Clear the existing AS path and replace it a new AS_SEQUENCE containing the listed AS numbers.

This takes precedence over a prepend action; the prepend action is not performed if a remove or replace action is specified.

Contextrouting-policy policy name string statement name string action bgp as-path replace number
Treereplace
Range1 to 4294967295
ConfigurableTrue
PlatformsSupported on all platforms
communities
Description Modify BGP communities attached to routes
Contextrouting-policy policy name string statement name string action bgp communities
Treecommunities
ConfigurableTrue
PlatformsSupported on all platforms
disable-ip-route-install boolean
Description Accept the route, allowing its re-advertisement, but do not install the route to the IP FIB
Contextrouting-policy policy name string statement name string action bgp disable-ip-route-install boolean
Treedisable-ip-route-install
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
extended-community
Description Enter the extended-community context
Context routing-policy policy name string statement name string action bgp extended-community
Treeextended-community
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
method keyword
Description Indicates the method used to specify the extended communities for the action
Contextrouting-policy policy name string statement name string action bgp extended-community method keyword
Treemethod
Defaultreference
Options
  • reference

    The extended communities are specified by referencing a defined extended-community set

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
operation keyword
Description The type of operation for modifying the community attribute with the specified values
Contextrouting-policy policy name string statement name string action bgp extended-community operation keyword
Treeoperation
Options
  • add

    Add the specified communities to the existing community attribute

  • remove

    Remove the specified communities from the existing community attribute

  • replace

    Replace the existing community attribute with the specified communities

    If an empty set is specified, this removes the community attribute from the route.

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
referenced-sets reference
Description Enter the referenced-sets context
Context routing-policy policy name string statement name string action bgp extended-community referenced-sets reference
Treereferenced-sets
Referencerouting-policy extended-community-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements28
label-allocation
Description Actions that determine the method used to assign labels to BGP LU routes matched and accepted by route-table-import policies
Contextrouting-policy policy name string statement name string action bgp label-allocation
Treelabel-allocation
ConfigurableTrue
Platforms7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
prefix-sid
Description RIB-OUT label is based on prefix SID configuration
Contextrouting-policy policy name string statement name string action bgp label-allocation prefix-sid
Treeprefix-sid
ConfigurableTrue
Platforms7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
med
Description Enter the med context
Context routing-policy policy name string statement name string action bgp med
Treemed
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
operation keyword
Description The operation to use when applying the configured value to the existing MED
Contextrouting-policy policy name string statement name string action bgp med operation keyword
Treeoperation
Options
  • set

    Set the MED to the specified value

  • add

    Increment the previous MED by the specified value

  • subtract

    Decrement the previous MED by the specified value

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
value (keyword | number)
Description

Change the value of the Multi-Exit Discriminator attribute in matching BGP routes

The route-table-cost option derives its value from the route metric.

Contextrouting-policy policy name string statement name string action bgp med value (keyword | number)
Treevalue
Options
  • route-table-cost

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
next-hop
Description Container for BGP next-hop modifications
Contextrouting-policy policy name string statement name string action bgp next-hop
Treenext-hop
ConfigurableTrue
PlatformsSupported on all platforms
set (ipv4-address | ipv6-address | keyword)
Description Set the protocol next-hop addres of matched BGP routes
Contextrouting-policy policy name string statement name string action bgp next-hop set (ipv4-address | ipv6-address | keyword)
Treeset
Options
  • self

    Special designation for local router's own address, i.e., next-hop-self

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
next-hop-resolution
Description Actions related to next-hop resolution of matched BGP routes
Contextrouting-policy policy name string statement name string action bgp next-hop-resolution
Treenext-hop-resolution
ConfigurableTrue
PlatformsSupported on all platforms
standard-community
Description Enter the standard-community context
Context routing-policy policy name string statement name string action bgp standard-community
Treestandard-community
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
method keyword
Description Indicates the method used to specify the standard communities for the action
Contextrouting-policy policy name string statement name string action bgp standard-community method keyword
Treemethod
Defaultreference
Options
  • reference

    The standard communities are specified by referencing a defined standard-community set

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
operation keyword
Description The type of operation for modifying the community attribute with the specified values
Contextrouting-policy policy name string statement name string action bgp standard-community operation keyword
Treeoperation
Options
  • add

    Add the specified communities to the existing community attribute

  • remove

    Remove the specified communities from the existing community attribute

  • replace

    Replace the existing community attribute with the specified communities

    If an empty set is specified, this removes the community attribute from the route.

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
referenced-sets reference
Description Enter the referenced-sets context
Context routing-policy policy name string statement name string action bgp standard-community referenced-sets reference
Treereferenced-sets
Referencerouting-policy standard-community-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements28
internal-tags
Description Configuration of internal tags
Context routing-policy policy name string statement name string action internal-tags
Treeinternal-tags
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set-tag-set reference
Description Reference to a tag-set defined under routing-policy
Contextrouting-policy policy name string statement name string action internal-tags set-tag-set reference
Treeset-tag-set
Referencerouting-policy tag-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements1
isis
Description Enter the isis context
Context routing-policy policy name string statement name string action isis
Treeisis
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
level number
Description Set the level that a prefix is to be imported into
Contextrouting-policy policy name string statement name string action isis level number
Treelevel
Range1 to 2
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
metric
Description Policy actions related to ISIS metrics
Contextrouting-policy policy name string statement name string action isis metric
Treemetric
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set-style keyword
Description Set the style of the metric
Context routing-policy policy name string statement name string action isis metric set-style keyword
Treeset-style
Options
  • wide

    Wide metric style, supporting metrics greater than 63

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set-value number
Description Set the metric of the IS-IS prefix
Context routing-policy policy name string statement name string action isis metric set-value number
Treeset-value
Range0 to 16777215
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
policy-result keyword
Description

Select the action to apply to matching routes

If no value is configured for the policy-result then the implicit default is a next-statement behavior.

Contextrouting-policy policy name string statement name string action policy-result keyword
Treepolicy-result
Options
  • accept

    The route is accepted, route property modifications are applied, and evaluation stops immediately

  • reject

    The route is rejected and evaluation stops immediately

  • next-statement

    Route policy modifications are applied and evaluation continues to the next statement

  • next-policy

    Route policy modifications are applied and evaluation continues to the next policy

ConfigurableTrue
PlatformsSupported on all platforms
route-preference
Description Options for modifying route preference
Contextrouting-policy policy name string statement name string action route-preference
Treeroute-preference
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
set number
Description

Overwrite the route preference with the specified value

The IP route table preference is sometimes called the administrative distance of the route. In general, when comparing any two routes, the route with the lower preference is the one that is activated and used for forwarding.

This action has an effect only in BGP import policies and VRF import policies

Contextrouting-policy policy name string statement name string action route-preference set number
Treeset
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
match
Description Match conditions of the policy statement
Contextrouting-policy policy name string statement name string match
Treematch
ConfigurableTrue
PlatformsSupported on all platforms
bgp
Description Configuration for BGP-specific policy match criteria
Contextrouting-policy policy name string statement name string match bgp
Treebgp
ConfigurableTrue
PlatformsSupported on all platforms
as-path
Description Enter the as-path context
Context routing-policy policy name string statement name string match bgp as-path
Treeas-path
ConfigurableTrue
PlatformsSupported on all platforms
match-set-options keyword
Description Options that determine the matching criteria that applies to the members in the referenced set
Contextrouting-policy policy name string statement name string match bgp as-path match-set-options keyword
Treematch-set-options
Defaultany
Options
  • any

    Match is true if any of the members in the referenced set is present in the route

  • all

    Match is true if all of the members in the referenced set are present in the route

  • invert

    Match is true if none of the members in the referenced set are present in the route

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
as-path-length
Description A BGP route matches this condition if the number of (unique) AS numbers in its AS_PATH matches this value or the range implied by the value+operator.
Contextrouting-policy policy name string statement name string match bgp as-path-length
Treeas-path-length
ConfigurableTrue
PlatformsSupported on all platforms
evpn
Description Container for match conditions that are specific to BGP EVPN routes.
Contextrouting-policy policy name string statement name string match bgp evpn
Treeevpn
ConfigurableTrue
PlatformsSupported on all platforms
extended-community
Description Enter the extended-community context
Context routing-policy policy name string statement name string match bgp extended-community
Treeextended-community
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
extended-community-set reference
Description

Reference to an extended-community-set name

A route meets this condition if the configured match-set-options apply to the referenced extended-community-set

Contextrouting-policy policy name string statement name string match bgp extended-community extended-community-set reference
Treeextended-community-set
Referencerouting-policy extended-community-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
match-set-options keyword
Description Options that determine the matching criteria that applies to the members in the referenced set
Contextrouting-policy policy name string statement name string match bgp extended-community match-set-options keyword
Treematch-set-options
Defaultany
Options
  • any

    Match is true if any of the members in the referenced set is present in the route

  • all

    Match is true if all of the members in the referenced set are present in the route

  • invert

    Match is true if none of the members in the referenced set are present in the route

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
standard-community
Description Enter the standard-community context
Context routing-policy policy name string statement name string match bgp standard-community
Treestandard-community
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
match-set-options keyword
Description Options that determine the matching criteria that applies to the members in the referenced set
Contextrouting-policy policy name string statement name string match bgp standard-community match-set-options keyword
Treematch-set-options
Defaultany
Options
  • any

    Match is true if any of the members in the referenced set is present in the route

  • all

    Match is true if all of the members in the referenced set are present in the route

  • invert

    Match is true if none of the members in the referenced set are present in the route

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
standard-community-set reference
Description

Reference to a standard-community-set name

A route meets this condition if the configured match-set-options apply to the referenced standard-community-set

Contextrouting-policy policy name string statement name string match bgp standard-community standard-community-set reference
Treestandard-community-set
Referencerouting-policy standard-community-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
call-policy reference
Description

Call another policy as a subroutine

If the final action of the called policy (which may in turn call other policies) with respect to a route is 'accept' then the route is considered to satisfy this match condition. If the final action of the called policy with respect to a route is 'reject' then the route is considered a non-match of this condition and hence the policy statement

Contextrouting-policy policy name string statement name string match call-policy reference
Treecall-policy
Reference

routing-policy policy name

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements1
family identityref
Description

The name of an address family

A route meets this condition if the prefix belongs to one of the indicated address families.

Contextrouting-policy policy name string statement name string match family identityref
Treefamily
Options
  • ipv4-unicast

    Unlabeled IPv4 unicast routes (AFI = 1, SAFI = 1)

  • ipv6-unicast

    Unlabeled IPv6 unicast routes (AFI = 2, SAFI = 1)

  • l3vpn-ipv4-unicast

    VPN-IPv4 unicast address family (AFI = 1, SAFI = 128)

  • l3vpn-ipv6-unicast

    VPN-IPv6 unicast address family (AFI = 2, SAFI = 128)

  • ipv4-labeled-unicast

    Labeled IPv4 unicast routes (AFI 1, SAFI 4)

  • ipv6-labeled-unicast

    Labeled IPv6 unicast routes (AFI 2, SAFI 4)

  • evpn

    EVPN routes (AFI = 25, SAFI = 70)

  • route-target

    Route target constraint routes (AFI 1, SAFI 132)

  • srte-policy-ipv4

    TE Policy Colored SR-MPLS routes (AFI 1, SAFI 73)

  • srte-policy-ipv6

    TE Policy Colored SR-MPLS routes (AFI 2, SAFI 73)

  • link-state

    Link State (AFI 16388, SAFI 71)

ConfigurableTrue
PlatformsSupported on all platforms
internal-tags
Description Configuration and state of internal tags
Contextrouting-policy policy name string statement name string match internal-tags
Treeinternal-tags
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
match-set-options keyword
Description Options that determine the matching criteria that applies to the members in the referenced set
Contextrouting-policy policy name string statement name string match internal-tags match-set-options keyword
Treematch-set-options
Defaultany
Options
  • any

    Match is true if any of the members in the referenced set is present in the route

  • all

    Match is true if all of the members in the referenced set are present in the route

  • invert

    Match is true if none of the members in the referenced set are present in the route

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
tag-set reference
Description Reference to a tag-set defined under routing-policy
Contextrouting-policy policy name string statement name string match internal-tags tag-set reference
Treetag-set
Referencerouting-policy tag-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements1
isis
Description Configuration for ISIS-specific policy match criteria
Contextrouting-policy policy name string statement name string match isis
Treeisis
ConfigurableTrue
PlatformsSupported on all platforms
route-type keyword
Description

Match an IS-IS route based on its type

An IS-IS IPv4 prefix is external if it is signalled in TLV 130 or TLV135 with RFC 7794 X flag=1. An IS-IS IPv6 prefix is external if the TLV 236/TLV 237 external bit = 1.

Contextrouting-policy policy name string statement name string match isis route-type keyword
Treeroute-type
Options
  • internal

    Match only internal routes

  • external

    Match only external routes

ConfigurableTrue
PlatformsSupported on all platforms
multicast
Description Enter the multicast context
Context routing-policy policy name string statement name string match multicast
Treemulticast
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
group-address
Description

Multicast group IP address

To match a <S,G> the source needs to be present in the multicast source-address leafref and the group needs to present in the group-address leafref. To match a <*,G> the group has to be programmed in the group-address leafref and no source in the source-address leafref. Group address can be configured as a prefix.

Contextrouting-policy policy name string statement name string match multicast group-address
Treegroup-address
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
prefix-set reference
Description Enter the prefix-set context
Context routing-policy policy name string statement name string match multicast group-address prefix-set reference
Treeprefix-set
Referencerouting-policy prefix-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
source-address
Description

Multicast Source IP address

Source address can be configured as a prefix.

Contextrouting-policy policy name string statement name string match multicast source-address
Treesource-address
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
prefix-set reference
Description Enter the prefix-set context
Context routing-policy policy name string statement name string match multicast source-address prefix-set reference
Treeprefix-set
Referencerouting-policy prefix-set name string
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
ospf
Description Configuration for OSPF-specific policy match criteria
Contextrouting-policy policy name string statement name string match ospf
Treeospf
ConfigurableTrue
PlatformsSupported on all platforms
prefix
Description Enter the prefix context
Context routing-policy policy name string statement name string match prefix
Treeprefix
ConfigurableTrue
PlatformsSupported on all platforms
match-set-options keyword
Description Enter the match-set-options context
Context routing-policy policy name string statement name string match prefix match-set-options keyword
Treematch-set-options
Options
  • any

    Match is true if any of the members in the referenced set is present in the route

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
protocol identityref
Description The route type to match
Context routing-policy policy name string statement name string match protocol identityref
Treeprotocol
Options
  • routing-policy-protocol-match-type

    Base type for the types of routes and tunnels that can be matched by a route policy statement

ConfigurableTrue
PlatformsSupported on all platforms

prefix-set name string

Description List of defined prefix sets
Context routing-policy prefix-set name string
Treeprefix-set
ConfigurableTrue
PlatformsSupported on all platforms

name string

Description A name used to identify the prefix set
Contextrouting-policy prefix-set name string
String Length1 to 255
ConfigurableTrue
PlatformsSupported on all platforms

prefix ip-prefix (ipv4-prefix | ipv6-prefix) mask-length-range string

Description List of prefixes in the prefix set
Context routing-policy prefix-set name string prefix ip-prefix (ipv4-prefix | ipv6-prefix) mask-length-range string
Treeprefix
ConfigurableTrue
PlatformsSupported on all platforms
mask-length-range string
Description

The range of prefix lengths to match

Example: 10.3.192.0/21 through 10.3.192.0/24 would be expressed as prefix: 10.3.192.0/21, mask-length-range: 21..24.

Example: 10.3.192.0/21 would be expressed as prefix: 10.3.192.0/21, mask-length-range: exact

Contextrouting-policy prefix-set name string prefix ip-prefix (ipv4-prefix | ipv6-prefix) mask-length-range string
ConfigurableTrue
PlatformsSupported on all platforms

standard-community-set name string

Description List of BGP standard community sets containing only standard BGP communities
Contextrouting-policy standard-community-set name string
Treestandard-community-set
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

name string

Description A name used to identify the community set
Contextrouting-policy standard-community-set name string
String Length1 to 255
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

member (identityref | bgp-std-community-regexp-type2)

Description A standard BGP community value or regular expression
Contextrouting-policy standard-community-set name string member (identityref | bgp-std-community-regexp-type2)
Treemember
Options
  • no-export

    Do not export NLRI received carrying this community outside the bounds of this autonomous system, or this confederation if the local autonomous system is a confederation member AS. This community has a value of 0xFFFFFF01.

  • no-advertise

    All NLRI received carrying this community must not be advertised to other BGP peers. This community has a value of 0xFFFFFF02.

  • no-export-subconfed

    All NLRI received carrying this community must not be advertised to external BGP peers - including over confederation sub-AS boundaries. This community has a value of 0xFFFFFF03.

ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

tag-set name string

Description List of administrative tag sets
Context routing-policy tag-set name string
Treetag-set
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements1024

name string

Description A name used to identify the tag set
Context routing-policy tag-set name string
String Length1 to 255
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

tag-set-index number

Description System-wide persistent unique identifier assigned to the tag-set
Contextrouting-policy tag-set name string tag-set-index number
Treetag-set-index
ConfigurableFalse
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S

tag-value (number | hex-string)

Description Value of the tag set member
Context routing-policy tag-set name string tag-value (number | hex-string)
Treetag-value
String Length1 to 11
Range1 to 4294967295
ConfigurableTrue
Platforms7215 IXS-A1, 7220 IXR-D1, 7220 IXR-D2, 7220 IXR-D2L, 7220 IXR-D3, 7220 IXR-D3L, 7220 IXR-D4, 7220 IXR-D5, 7220 IXR-H2, 7220 IXR-H3, 7220 IXR-H4, 7220 IXR-H4-32D, 7250 IXR-10, 7250 IXR-10e, 7250 IXR-6, 7250 IXR-6e, 7250 IXR-X1b, 7250 IXR-X3b, 7730 SXR-1d-32D, 7730 SXR-1x-44S
Max. Elements2
Min. Elements1