neighbor prefix-list
Assigns an inbound or outbound prefix list. The no version removes the prefix list.
neighbor { ipAddress | peerGroupName } prefix-list prefix-list-name { in | out }
no neighbor { ipAddress | peerGroupName } prefix-list [ prefixListName ] { in | out }
- ipAddress—IP address of BGP-speaking neighbor
- peerGroupName—Name of a 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.
- prefixListName—Name of a BGP prefix list
- in—Assigns prefix list to incoming routes (inbound policy)
- out—Assigns prefix list to outgoing routes (outbound policy); you cannot configure a member of a peer group to override the inherited peer group characteristic for outbound policy
Address Family Configuration, Router Configuration