ADC CUDA 3 User Manual

Page 295

Advertising
background image

Cuda 12000 IP Access Switch CLI-based Administration Guide

Configuring RIP

293

You configure RIP on an IP interface by performing the following tasks:

Task

Command

1. Enter configuration mode for the

interface on which you want to
enable RIP.

interface <c/s/i>

2. Enter the IP address of this

interface.

ip address <ip-address> <mask>

3. Enable RIP on the current

interface.

ip rip enable

4. Enter the protocol for outgoing

packets that the router will send
on this interface. When RIP is
enabled for the first time on the
interface, the send version defaults
to 1 (RIPv1).

ip rip send-version {1 | 2 |1 2| none}

5. Enter the protocol that the

interface uses to learn RIP routes.
When RIP is enabled for the first
time on the interface, the receive
version defaults to 1 2 (RIPv1 or
RIPv2).

ip rip receive-version {1|2|1 2| none}

6. Enter the cost or metric of the

current interface. When RIP is
enabled for the first time on the
interface, the cost defaults
to 1.

ip rip cost <number>

7. Configure the interface to accept

host routes advertised by neighbor
routers. When RIP is enabled for
the first time on the interface, the
interface accepts host routes by
default.

ip rip accept host-route

8. Configure the interface to accept

default routes advertised by
neighbor routers. When RIP is
enabled for the first time on the
interface, the interface accepts
default routes.

ip rip accept default-route

Advertising