CLI Guide

Layer 3 Routing Commands 1289
Default Configuration
Fast external fallover is enabled globally by default. There is no default
interface configuration.
Command Mode
Interface (VLAN) Configuration mode
User Guidelines
This command overrides for a specific routing interface the fast external
fallover behavior configured globally. If permit is specified, the feature is
enabled on the interface, regardless of the global configuration. If deny is
specify, the feature is disabled on the interface, regardless of the global
configuration. The command no ip bgp fast-external-fallover clears the
interface settings and indicates that the global settings should be used.
Example
console(config-if-vlan1)#ip bgp fast-external-fallover permit
ip community-list
Use this command to create or configure a BGP community list. To delete a
community list, use the no form of this command.
Syntax
ip community-list standard list-name {permit | deny} [community-number]
[no-advertise] [no-export] [no-export-subconfed] [no-peer]
no ip community-list standard list-name
standard list-name—Identifies a named standard community list. The
name may contain up to 32 characters.
permit—Indicates that matching routes are permitted.
deny—Indicates that matching routes are denied.
community-number—From zero to sixteen community numbers
formatted as a 32-bit integers or in AA:NN format, where AA is a 2-byte
autonomous system number and NN is a 16 bit integer. The range is 1 to
4,294,967,295 (any 32-bit integer other than 0). Communities are
separated by spaces.