Specifications
536 ExtremeWare XOS 10.1 Command Reference Guide
IGP Commands
configure rip vlan route-policy
configure rip vlan [<vlan-name> | all] route policy [in | out]
[<policy-name> | none]
Description
Configures RIP to ignore certain routes received from its neighbor, 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 RIP routes are accepted
as valid routes. 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 RIP routes are
advertised on the VLAN.
Example
The following command configures the VLAN backbone to accept selected routes from the policy nosales:
configure rip vlan backbone route-policy in nosales
The following command uses the policy nosales to determine which RIP routes are advertised into the
VLAN backbone:
configure rip vlan backbone route-policy out nosales
vlan-name Specifies a VLAN name.
all Specifies all VLANs.
policy-name Specifies a policy.
none Removes any policy from the VLAN.