Changing the route loop prevention method, Changing the route loop prevention method -36, Changing the route loop prevention method -37 – HP 3500YL User Manual

Page 210

Advertising
background image

IP Routing Features
Configuring RIP

To enable redistribution of connected and static IP routes into RIP, enter the
following commands.

0(config)# router rip

ProCurve(rip)# redistribute connected

ProCurve(rip)# redistribute static

ProCurve(rip)# redistribute ospf

ProCurve(rip)# write memory

Syntax: [no] redistribute < connected | static | ospf >

Changing the Route Loop Prevention Method

RIP can use the following methods to prevent routing loops:

Split horizon

- the routing switch does not advertise a route on the same

interface as the one on which the routing switch learned the route.

Poison reverse

- the routing switch assigns a cost of 16 (“infinity” or

“unreachable”) to a route before advertising it on the same interface as
the one on which the routing switch learned the route. This is the default.

These loop prevention methods are configurable on an individual VLAN
interface basis.

N o t e

These methods are in addition to RIP's maximum valid route cost of 15.

Poison reverse

is enabled by default. Disabling poison reverse causes the

routing switch to revert to Split horizon. (Poison reverse is an extension of
Split horizon.) To disable Poison reverse on an interface, and thereby enable
Split horizon, enter the following:

ProCurve(config)# vlan 1

ProCurve(vlan-1)# no ip rip poison-reverse

Syntax: [no] ip rip poison-reverse

Entering the command without the “no” option will re-enable Poison reverse.

5-36

Advertising