BGP Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1696
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
History
This command was first available in ExtremeWare XOS 10.1.
This command required an Advanced Core license in ExtremeWare XOS 11.1.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.
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.