Users Guide

Table Of Contents
Layer 3 Routing Commands 1454
no-export-subconfed—The well-know standard community:
NO_EXPORT_SUBCONFED (0xFFFFFF03), which indicates the routes
are not to be advertised to external BGP peers.
Default Configuration
No community lists are configured by default.
Command Mode
Global Configuration
User Guidelines
A community list statement with no community values is considered a match
for all routes, regardless of their community membership. So the statement
ip community-list bullseye permit is a permit all statement.
A community number may be entered in either format, as a 32-bit integer or a
pair of 16-bit integers separated by a colon, regardless of whether the ip bgp-
community new-format command is active. Up to 16 communities, including
the well-known communities, can be listed in a single command. Up to 32
statements may be configured with a given community list name. Up to 128
unique community list names may be configured.
Example
console(config)#ip community-list test permit
ip prefix-list
To create a prefix list or add a prefix list entry, use the ip prefix-list command
in global configuration mode. To delete a prefix list or a statement in a prefix
list, use the no form of this command.
Syntax
ip prefix-list
list-name
{[seq
number
] { permit | deny }
network
mask
[ge
length
] [le
length
] | renumber
renumber-interval
first-statement-number
}
no ip prefix-list
list-name
[seq
number
] { permit | deny }
network
mask
[ge
length
] [le
length
]