C613-50170-01 Rev B
Command Reference for x510 Series
953
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
RIP
NG
FOR
IP
V
6 C
OMMANDS
IPV
6
RIP
SPLIT
-
HORIZON
ipv6 rip split-horizon
Overview
Use this command to perform the split-horizon action on the interface. The default
is split-horizon with poisoned reverse.
Use the
no
variant of this command to disable this function.
Syntax
ipv6 rip split-horizon [poisoned]
no ipv6 rip split-horizon
Default
Split-horizon with poisoned reverse is the default.
Mode
Interface Configuration for a VLAN interface only.
Usage
Use this command to avoid including routes in updates sent to the same gateway
from which they were learned. Using the
split horizon
command omits routes
learned from one neighbor, in updates sent to that neighbor. Using the
poisoned
parameter with this command includes such routes in updates, but sets their
metrics to infinity. Thus, advertising that these routes are not reachable.
Examples
To perform split-horizon with poisoned reverse on the VLAN interface
vlan2
,
enter the below commands:
awplus#
configure terminal
awplus(config)#
router ipv6 rip
awplus(config-router)#
exit
awplus(config)#
interface vlan2
awplus(config-if)#
ipv6 rip split-horizon poisoned
To disable split-horizon on the VLAN interface
vlan2
, enter the below commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 rip split-horizon
Validation
Commands
Parameter
Description
split-horizon
Perform split-horizon without poisoned reverse
poisoned
Performs split-horizon with poisoned reverse.