Configures a BGP extended community filter.
No BGP extended community filter is set.
Global configuration mode
Use the no form of this command to delete a BGP extended community list.
The following example specifies a standard extended community list, permits a route target, and denies a site of origin.
device# configure terminal device(config)# ip extcommunity-list 99 permit rt 123:2 device(config)# ip extcommunity-list 99 deny soo 124:1
The following example specifies an expanded extended community list and permits a regular expression.
device# configure terminal device(config)# ip extcommunity-list 101 permit 100:*
The following example deletes an extended community list.
device# configure terminal device(config)# no ip extcommunity-list 101