C613-50631-01 Rev A Command Reference for IE340 Series 1641
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
ROUTE MAP COMMANDS
SET
ORIGINATOR-ID
set originator-id
Overview Use this command to add an originator ID set clause to a route map entry.
The originator ID is the router ID of the IBGP peer that first learned this route, either
via an EBGP peer or by some other means such as importing it.
When a BGP update message matches the route map entry, the device sets its
originator ID attribute to the specified value.
Use the no variant of this command to remove the set clause.
Syntax
set originator-id <ip-address>
no set originator-id [<ip-address>]
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 originator ID of 1.1.1.1, use the commands:
awplus# configure terminal
awplus(config)# route-map rmap1 permit 3
awplus(config-route-map)# set originator-id 1.1.1.1
Related
commands
route-map
show route-map
Parameter Description
<ip-address> The IP address of the originator, entered in the form A.B.C.D.