configure ripng route-policy
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
1511
configure ripng route-policy
configure ripng [vlan <vlan-name> | tunnel <tunnel-name>] route-policy [in
| out] [<policy-name> | none]
Description
Configures RIPng to ignore or modify certain routes received from its neighbors, or to suppress certain
routes when performing route advertisements.
Syntax Description
Default
N/A.
Usage Guidelines
Use the
in
option to configure an input route policy, which determines which RIPng routes are accepted
as valid routes from RIPng neighbors. This policy can be combined with the trusted neighbor policy to
accept selected routes only from a set of trusted neighbors.
Use the
out
option to configure an output route policy, which determines which RIPng routes are
advertised to other RIPng neighbors.
The following is a sample policy file that could be used with RIPng. It will drop any routes from the
subnets 2001:db8:2ccc::/64 and 2001:db8:2ccd::/64:
entry filter_routes {
If match any{
nlri 2001:db8:2ccc:: /64;
nlri 2001:db8:2ccd:: /64;
}
then {
deny;
}
}
vlan-name
Specifies an IPv6 configured VLAN.
tunnel-name
Specifies an IPv6 tunnel.
policy-name
Specifies a policy.
none
Removes any policy from the VLAN.