Filters routes by BGP Large Community attributes, using a partial or exact match with Large Community ACLs.
No matching is configured.
Route-map configuration mode
Use the no form of this command to disable matching based on a large-community list.
A maximum of five Large Community ACLs can be configured to do a partial or exact match.
The following example shows how to configure matching based on a large-community access list named ABCPath for a route map named myroutes.
device# config terminal device(config)# route-map myroutes permit 10 device(config-route-map myroutes/permit/10)# match large-community ABCPath
The following example shows how to configure matching based on a large-community access list named lcstdacl1 with an exact match for a route map named myroutes.
device# config terminal device(config)# route-map myroutes permit 10 device(config-route-map myroutes/permit/10)# match large-community lcstdacl1 exact-match