Configures the import policy for RIPng.
policy-name | Specifies the policy. |
No policy.
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. The import policy cannot be used to determine the routes to be added to the routing table.
Use the none option to remove the import policy.
The following is a sample policy file that can be used with RIPng. It changes the metric to 12 for 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 { cost 12; } }
configure ripng import-policy campuseast
This command was first available in ExtremeXOS 11.2.
This command is available on platforms with an Edge, Advanced Edge, or Core license. For licensing information, see the ExtremeXOS 32.1 Feature License Requirements document.