ADC CUDA 3 User Manual

Page 296

Advertising
background image

ADC Telecommunications, Inc.

294

C

HAPTER

14: C

ONFIGURING

IP

9. Configure the interface to

advertise

only the

default route.

When RIP is enabled for the first
time on the interface, the interface
does not advertise default routes.

ip rip send default-only

10.Configure the interface to

advertise the default route in
addition to other routes. When RIP
is enabled for the first time on the
interface, the interface does not
advertise default routes.

ip rip send default-also

11.Enter the cost or metric that is to

be used for the default route entry
in RIP updates originated on this
interface. A value of zero indicates
that no default route should be
originated; in this case, a default
route via another router may be
propagated. When RIP is enabled
for the first time on the interface,
the default cost is 0.

ip rip default cost <number>

Note: Before you can specify a default
cost, you must issue the ip rip send
default-only
or ip rip send
default-also
commands.

12.Configure the interface to

implement split horizon. When RIP
is enabled for the first time on the
interface, split horizon is enabled.

ip rip split-horizon

13.Configure the interface to

implement poisoned reverse.
When RIP is enabled for the first
time on the interface, poisoned
reverse is enabled.

ip rip poisoned-reverse

14.Configure the IP addresses of RIP

neighbors. Note that, because RIP
can automatically learn the IP
addresses of neighbors, you may
configure a RIP neighbor that the
Cuda 12000 has learned
automatically. In this case, the
static neighbor entry you create
takes precedence over the
dynamically created entry.

ip rip neighbor <ip-address>

Task

Command

Advertising