neighbor route-map
Applies a route map to incoming or outgoing routes. If an outbound route map is specified, BGP advertises only routes that match at least one section of the route map. The no version removes a route map.
neighbor { ipAddress | peerGroupName } route-map mapTag { in | out }
no neighbor { ipAddress | peerGroupName } route-map [ mapTag ] { in | out }
- ipAddress—Neighbor's IP address
- peerGroupName—Name of BGP peer group. If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command, unless it is overridden for a specific peer.
- mapTag—Name of the route map; a string of up to 32 alphanumeric characters
- in—Apply to incoming routes
- out—Apply to outgoing routes; you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy
Address Family Configuration, Router Configuration