C613-50631-01 Rev A Command Reference for IE340 Series 1535
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
BGP AND BGP4+ COMMANDS
SET
COMMUNITY
Mode Route-map Configuration
Usage notes 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
match community
route-map
set aggregator
set comm-list delete
set extcommunity
show route-map
Command
changes
Added to AlliedWare Plus prior to 5.4.6-1
Version 5.4.7-2.1: BGP support added for x510 and x550 series
Version 5.4.7-2.4: BGP support added for IE300 series
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