Reference Guide

Border Gateway Protocol IPv4 (BGPv4) | 423
Parameters
Defaults
Not configured
Command Modes
CONFIGURATION (conf-ext-community-list)
Usage
Information
Duplicate commands are silently accepted.
Example
Figure 12-33. Command Example: permit regexp
Related
Commands
Command
History
set extcommunity rt
c e s
Use this feature to set Route Origin community attributes in Route Map.
Syntax
set extcommunity rt {as4 ASN4:NN [non-trans] | ASN:NNNN [non-trans] | IPADDR:NN
[non-trans]} [additive]
To delete the Route Origin community, use the no set extcommunity command.
Parameters
Defaults
No default values or behavior
Command Modes
ROUTE MAP (config-route-map)
Usage
Information
If the set community rt and soo are in the same route-map entry, we can define the behavior as:
If rt option comes before soo, with or without additive option, then soo overrides the
communities set by rt
regex
Enter a regular expression.
(conf-ext-community-list)#permit regexp 123
(conf-ext-community-list)#
deny regex Deny a community using a regular expression
Version 7.8.1.0 Introduced on S-Series
Version 7.7.1.0 Introduced on C-Series
Version 7.6.1.0 Introduced on E-Series
as4 ASN4:NN Enter the keyword as4 followed by the 4-octet AS specific extended community
number in the format ASN4:NN (4-Byte AS number:2-Byte community value)
.
ASN:NNNN
Enter the 2-octet AS specific extended community number in the format
ASN:NNNN (2-Byte AS number:4-Byte community value)
.
IPADDR:NN
Enter the IP address specific extended community in the format IPADDR:NN
(4-Byte IPv4 Unicast Address:2-Byte community value)
additive (OPTIONAL) Enter the keyword additive to add to the existing extended
community.
non-trans (OPTIONAL) Enter the keyword non-trans to indicate a non-transitive BGP
extended community.