Layer 2,3,IPv6+QoS Switch
_____________________________________________________________________________
Layer 2,3,IPv6+QoS Network Switch User Manual Version 0.1 Page: 606/970
This command sets the RIPngplit horizon mode. None mode will not use RIPngplit horizon
mode. Simple mode will be that a route is not advertised on the interface over which it is
learned. Poison mode will be that routes learned over this interface should be re-advertised on
the interface with a metric of infinity (16)
Syntax
split-horizon {none | simple | poison}
no split-horizon
none - This command sets without using RIPngplit horizon mode.
simple - This command sets to use simple split horizon mode.
poison - This command sets to use poison reverse mode.
no - This command cancel to set the RIPngplit horizon mode and sets none mode.
Default Setting
Simple
Command Mode
IPv6 Router RIP Config
9.5.2.7 redistribute
This command configures RIPng protocol to redistribute routes from the specified source
protocol/routers. There are five possible match options. When you submit the command
redistribute ospf match <matchtype> the match-type or types specified are added to any match
types presently being redistributed. Internal routes are redistributed by default. Source
protocols have OSPF, Static, and Connetced. Match types will have internal, external 1,
external 2, nssa-external 1, and nssa-external 2.
Syntax
Format for OSPF as source protocol:
redistribute ospf [metric <1-
15>] [match [internal] [external 1] [external 2]
[nssa-external 1] [nssa-external 2]]
Format for other source protocols:
redistribute {static | connected} [metric <1-15>]
no redistribute {ospf | static | connected} [metric] [match [internal] [external 1]
[external 2] [nssa-external 1] [nssa-external 2]]
<1 - 15> - a value for metric.
no - This command de-configures RIPng protocol to redistribute routes from the specified
source protocol/routers.