C613-50100-01 REV C Command Reference for x930 Series 1471
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
ROUTE MAP COMMANDS
SET
ORIGIN
set origin
Overview Use this command to add an origin set clause to a route map entry.
When a BGP update message matches the route map entry, the device sets its
origin attribute to the specified value.
Use the no variant of this command to remove the set clause.
Syntax
set origin {egp|igp|incomplete}
no set origin [egp|igp|incomplete]
Mode Route-map Configuration
Usage This command is valid for BGP update messages only.
Example To use entry 3 of the route map called rmap1 to give matching update messages
an origin of egp, use the commands:
awplus# configure terminal
awplus(config)# route-map rmap1 permit 3
awplus(config-route-map)# set origin egp
Related
Commands
match origin
route-map
show route-map
Parameter Description
egp Learned from an exterior gateway protocol.
igp Learned from a local interior gateway protocol.
incomplete Of unknown heritage, for example a static route.