Reference v4.1.0 Instruction Manual

Network OS Command Reference 499
53-1003115-01
neighbor filter-list (BGP)
2
neighbor filter-list (BGP)
Specifies a filter list to be applied to updates from or to the specified neighbor.
Synopsis neighbor {ip-address | peer-group-name} filter-list ip-prefix-list-name [in | out]
no neighbor {ip-address | peer-group-name} filter-list ip-prefix-list-name [in | out]
Operands ip-address IPv4 address of the neighbor
peer-group-name Peer group name configured by the neighbor peer-group-name command.
ip-prefix-list-name Name of the filter list.
in Specifies that the list is applied on updates received from the neighbor.
out Specifies that the list is applied on updates sent to the neighbor.
Defaults None
Command Modes BGP address-family IPv4 unicast configuration mode
Description Use this command to specify a filter list to be applied to updates from or to the specified neighbor.
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 filter-list myfilterlist out
See Also None