Route Map Commands
©2008 Allied Telesis Inc. All rights reserved.
32.28
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
set originator-id
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
parameter to remove the set clause.
Syntax
set originator-id
<ip_address>
no set originator-id
Mode
Route-map mode
Usage
This command is valid for BGP update messages only.
Examples
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(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.