F3215-HP Load Balancing Module Network Management Configuration Guide-6PW101

182
Tuning and optimizing RIP networks
Configuration prerequisites
Before you tune and optimize RIP networks, complete the following tasks:
Configure IP addresses for interfaces to ensure IP connectivity between neighboring nodes.
Configure basic RIP.
Configuring RIP timers
You can change the RIP network convergence speed by adjusting RIP timers. Based on network
performance, configure identical RIP timer settings to avoid unnecessary traffic or route flapping.
To configure RIP timers:
Ste
p
Command
Remarks
1. Enter system view.
system-view N/A
2. Enter RIP view.
rip [ process-id ] [ vpn-instance
vpn-instance-name ]
N/A
3. Configure RIP timers.
timers { garbage-collect
garbage-collect-value | suppress
suppress-value | timeout
timeout-value | update
update-value } *
Optional.
By default:
The update timer is 30s.
The timeout timer is 180s.
The suppress timer is 120s.
The garbage-collect timer is
120s.
Configuring split horizon and poison reverse
The split horizon and poison reverse functions can prevent routing loops. If both split horizon and poison
reverse are configured, only the poison reverse function takes effect.
1. Enabling split horizon
Split horizon disables RIP from sending routes through the interface where the routes were learned to
prevent routing loops between adjacent routers.
Disabling split horizon on point-to-point links does not take effect.
To enable split horizon:
Ste
p
Command
Remarks
1. Enter system view. system-view N/A
2. Enter interface view.
interface interface-type
interface-number
N/A
3. Enable split horizon.
rip split-horizon
Optional.
By default, split horizon is enabled.
2. Enabling poison reverse
Poison reverse allows RIP to send routes through the interface where the routes were learned, but the
metric of these routes is always set to 16 (unreachable) to avoid routing loops between neighbors.