Specifications
610 ExtremeWare XOS 10.1 Command Reference Guide
BGP Commands
configure bgp neighbor route-policy
configure bgp neighbor [<remoteaddr> | all] {address-family [ipv4-unicast |
ipv4-multicast]} route-policy [in | out] [none | <policy>]
Description
Configures a route map filter for a neighbor.
Syntax Description
Default
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
The policy can be installed on the input or output side of the router. The policy is used to modify or
filter the NLRI information and the path attributes associated with it when exchanging updates with the
neighbor.
Example
The following command configures the route-policy filter for a neighbor based on the policy nosales:
configure bgp neighbor 192.168.1.22 route-policy in nosales
remoteaddr Specifies an IP address.
all Specifies all neighbors.
address-family The address family. BGP supports two address families: IPv4 Unicast and
IPv4 Multicast
in Specifies to install the filter on the input side.
out Specifies to install the filter on the output side.
none Specifies to remove the filter.
policy Specifies a policy.