DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Configures a RIP routing process.router rip
Example:
RP/0/RSP0/CPU0:router(config)# router rip
Step 2
(Optional) Defines a neighboring router with which to
exchange RIP protocol information.
neighbor ip-address
Example:
RP/0/RSP0/CPU0:router(config-rip)# neighbor
172.160.1.2
Step 3
(Optional) Defines the interfaces on which the RIP
routing protocol runs.
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-rip)# interface
GigabitEthernet 0/1/0/0
Step 4
(Optional) Suppresses the sending of RIP updates on an
interface, but not to explicitly configured neighbors.
passive-interface
Example:
RP/0/RSP0/CPU0:router(config-rip-if)#
passive-interface
Step 5
(Optional) Returns the router to the next higher
configuration mode.
exit
Example:
RP/0/RSP0
/CPU0:router(config-rip-if)# exit
Step 6
(Optional) Defines the interfaces on which the RIP
routing protocol runs.
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-rip)# interface
GigabitEthernet 0/2/0/0
Step 7
(Optional) Applies a routing policy to updates advertised
to or received from a RIP neighbor.
route-policy { in | out }
Example:
RP/0/RSP0/CPU0:router(config-rip-if)#
route-policy out
Step 8
commit
Step 9
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
454 OL-30423-03
Implementing RIP
Control Routing Information