Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

The set routing route-map set-action tag command modifies the tag value of the route with the one configured in the action clause. Applicable to static routes that will be redistributed to ospfv2 and ospfv3 protocols.
The delete routing route-map set-action tag command removes the action clause tag value.

Command Syntax

set routing route-map <route-map-nameorder <NUMBERset-action tag <VALUE>

delete routing route-map <route-map-name> order <NUMBER> set-action tag <VALUE>


Parameter

Parameter

Description

route-map <route-map-name>

Specifies the name of the route map. Required.

order <NUMBER>

Specifies the sequence number of the entry. Required. The value is an integer that ranges from 1 to 65535.

tag <VALUE>

Numeric value to change the route entry tag. Range: 0-65535. Required.


Example

  •  Configure a action clause in the route map to modify the tag value of the route:
admin@Xorplus# set routing route-map GlobalMap order 10 set-action tag 100
admin@Xorplus# commit
  • No labels