Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The set routing route-map action origin map set-action origin command modifies the origin attribute of the route entry with the value configured in the set action clause.
The delete routing route-map action origin map set-action origin command restores the default behavior of not modifying the origin attribute of the route entry.

...

set routing route-map <route-map-name> order <NUMBERaction origin set-action origin <egp|igp|incomplete>

delete routing route-map <route-map-name>order <NUMBER> action origin set-action origin <egp|igp|incomplete>


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.

origin <egp|igp|incomplete>

Selects the route update originated to IGP, EGP, or incomplete. When incomplete is selected, the route update origin is set to unknown.

...

Code Block
admin@Xorplus# set routing route-map GlobalMap order 10 set-action origin egp
admin@Xorplus# commit

...