Neighbor prefix-list (bgp) – Brocade Network OS Command Reference v4.1.0 User Manual

Page 544

Advertising
background image

506

Network OS Command Reference

53-1003115-01

neighbor prefix-list (BGP)

2

neighbor prefix-list (BGP)

Filters the outgoing and incoming route updates to or from a particular BGP neighbor according to
IP address and mask length.

Synopsis

neighbor {ip-address | peer-group-name} prefix-list string {in | out}

no neighbor {ip-address | peer-group-name} prefix-list string {in | out}

Operands

ip-address

IPv4 address of the neighbor

peer-group-name

Peer group name configured by the neighbor peer-group-name command.

string

Name of the prefix list.

in

Applies the filter in oncoming routes.

out

Applies the filter in outgoing routes.

Defaults

None

Command Modes

BGP address-family IPv4 unicast configuration mode

Description

Use this command to filter the outgoing and incoming route updates to or from a particular BGP
neighbor according to IP address and mask length.

Usage Guidelines

Use the no form of the command to restore the defaults.

Examples

switch(config)# rbridge-id 10

switch(config-rbridge-id-10)# router bgp

switch(config-bgp-router)# address-family ipv4 unicast

switch(config-bgp-ipv4u)# neighbor 10.11.12.13 prefix-list myprefixlist in

See Also

None

Advertising