Reference Guide 718 Document #: LTRT-17939
Mediant MSBR
(conf-router)# passive-interface vlan 2
75.2.2.81.1.4 ip split-horizon
This command controls the split-horizon on the interface. A Split horizon is a way of
preventing a routing loop in a network. Information about the routing for a specific packet is
never sent back in the direction from which it was received.
Default is ip split-horizon. If you don't perform split-horizon on the interface, please specify
no ip split-horizon.
Syntax
ip split-horizon
no ip split-horizon
Default
NA
Command Mode
Privileged User
Example
This example sets split horizon on the VLAN 2 interface.
(config-data)# interface vlan 2
(conf-if VLAN 2)# ip split-horizon
75.2.2.81.2 RIP – Router Configuration
RIP Router Configuration includes the following commands:
75.2.2.81.2.1 network network
This command sets the RIP enable interface by network. The interfaces which have
addresses matching the network are enabled. This group of commands either enables or
disables RIP interfaces between numbers of a specified network address. For example, if the
network for 10.0.0.0/24 is RIP enabled, this would result in all the addresses from 10.0.0.0 to
10.0.0.255 being enabled for RIP.
The no network command disables RIP for the specified network.
Syntax
network network a.b.c.d/m
no network network
Command Description
a.b.c.d/m Defines the IP prefix network/length
Default
NA