
C613-50186-01 Rev B
Command Reference for AR2050V
1400
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
R
OUTE
M
AP
C
OMMANDS
SET
AGGREGATOR
set aggregator
Overview
Use this command to add an aggregator set clause to a route map entry.
When a BGP update message matches the route map entry, the device sets the
update’s aggregator attribute. The aggregator attribute specifies the AS and IP
address of the device that performed the aggregation.
Use the
no
variant of this command to remove the set clause.
Syntax
set aggregator as
<asnum> <ip-address
>
no set aggregator as
Mode
Route-map Configuration
Usage
An Autonomous System (AS) is a collection of networks under a common
administration sharing a common routing strategy. It is subdivided by areas, and is
assigned a unique 16- bit number. Use the
set aggregator
command to assign an
AS number for the aggregator.
This command is valid for BGP update messages only.
Example
To use entry
3
of the route map called
myroute
to set the aggregator attribute to
4310.10.0.3
in matching update messages, use the commands:
awplus#
configure terminal
awplus(config)#
route-map myroute permit 3
awplus(config-route-map)#
set aggregator as 43 10.10.0.3
To remove all aggregator attributes for entry
3
of the route map called
myroute
,
use the commands:
awplus#
configure terminal
awplus(config)#
route-map myroute permit 3
awplus(config-route-map)#
no set aggregator as
Related
Commands
Parameter
Description
<asnum>
The AS number of the aggregator.
<ip-address>
The IP address of the aggregator.