C613-50631-01 Rev A Command Reference for IE340 Series 1085
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
RIPNG FOR IPV6 COMMANDS
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.
Usage notes 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 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 commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 rip split-horizon
Related
Commands
show running-config
Parameter Description
split-horizon Perform split-horizon without poisoned reverse
poisoned Performs split-horizon with poisoned reverse.