routefilters
Routefilters are policy constructs used in computer networks to control which routes are learned, accepted, or advertised by routers. They are commonly applied in inter-domain routing using the Border Gateway Protocol (BGP), but similar filtering concepts also exist within interior routing protocols and during redistribution between protocols.
Filters are implemented with a combination of mechanisms such as prefix filters (prefix-lists or prefix-based access
Filters can be applied to inbound or outbound updates, to routes learned from peers or to locally
Vendor-specific syntax varies, but common approaches include prefix-lists, AS-path filters, route-maps (or policy statements), and community-based
See also: BGP, routing policy, prefix-list, AS-path filter, community, distribute-list.