RIPng 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
1506
configure ripng import-policy
configure ripng import-policy [<policy-name> | none]
Description
Associates or removes the policy applied to RIPng routes added to the system routing table.
Syntax Description
Default
No policy.
Usage Guidelines
Use this command to configure the policy to be applied to RIPng routes installed into the system
routing table from the RIPng routing process. This policy can be used to modify parameters associated
with routes installed into the routing table.
Use the
none
option to remove the policy association.
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;
}
}
Example
The following example applies the policy
campuseast
to RIPng routes:
configure ripng import-policy campuseast
History
This command was first available in ExtremeWare XOS 11.2.
policy-name
Specifies the policy to apply.