Chapter 50
| IP Routing Commands
Border Gateway Protocol (BGPv4)
– 1089 –
â—† By default, the internet community is set with a route if no other communities
are defined.
â—† Use this command in conjunction with the neighbor send-community to filter
route updates sent to or received from a neighbor, or with the match
community route map command to implement a more comprehensive filter for
policy-based routing.
Example
This example configures a named standard community list LN that permits routes
with community value 100:10, denoting that they come from autonomous system
100 and network 10.
Console(config)#ip community-list standard LN permit 100:10
Console(config)#
Related Commands
neighbor send-community (1133)
match community (1158)
ip extcommunity-list This command configures an extended community access list. Use the no form
with only the access list name to disable its use, or with the relevant parameters to
remove a community attribute from the access list.
Syntax
[no] ip extcommunity-list
{1-99 | standard community-list-name {deny | permit}
[{rt | soo} extended-community-value]} |
{100-500 | expanded community-list-name {deny | permit}
regular-expression}
1-99 – Standard community list number that identifies one or more groups
of communities.
standard community-list-name – Name of standard access list. A maximum
of 16 extended communities can be configured in a standard community
list. (Maximum length: 32 characters, no spaces or other special characters)
deny – Denies access to messages with matching extended community
attribute.
permit – Permits access for messages with matching extended community
attribute.
rt – The route target extended community attribute.
soo – The site of origin extended community attribute.