set routing route-map set-action origin


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

Command Syntax

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

delete routing route-map <route-map-name>order <NUMBER> 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.


Example

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

Copyright © 2024 Pica8 Inc. All Rights Reserved.