Configure Ripng Import-Policy - Extreme Networks ExtremeWare XOS Command Reference Manual

Version 11.3
Hide thumbs Also See for ExtremeWare XOS:
Table of Contents

Advertisement

RIPng Commands

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
policy-name
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
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.
1252
Specifies the policy to apply.
option to remove the policy association.
ExtremeWare XOS 11.3 Command Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Extremeware xos 11.3

Table of Contents