
C613-50186-01 Rev B
Command Reference for AR2050V
1316
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
SET
COMMUNITY
Mode
Route-map Configuration
Usage
This command is valid for BGP update messages only.
Examples
To use entry
3
of the route map called
rmap1
to put matching routes into the no-
advertise community, use the commands:
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
set community no-advertise
To use entry
3
of the route map called
rmap1
to put matching routes into several
communities, use the commands:
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
set community 10:01 23:34 12:14
no-export
To use entry
3
of the route map called
rmap1
to put matching routes into a single
AS community numbered
16384
, use the commands:
awplus#
configure terminal
awplus(config)#
route-map rmap1 permit 3
awplus(config-route-map)#
set community 16384 no-export
Related
Commands
none
The device removes the community attribute from matching
update messages.
additive
The device adds the specified community value to the update
message’s community attribute, instead of replacing the existing
attribute. By default this parameter is not included, so the device
replaces the existing attribute.
Parameter
Description