RIP 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
1474
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
History
This command was first available in ExtremeWare XOS 10.1.
vlan-name
Specifies a VLAN name.
all
Specifies all VLANs.
policy-name
Specifies a policy.
none
Removes any policy from the VLAN.