Implementing RIP on Cisco IOS XR Software
How to Implement RIP on CiscoIOS XR Software
RC-343
Cisco IOS XR Routing Configuration Guide
OL-14356-01
Step3 neighbor ip-address
Example:
RP/0/RP0/CPU0:router(config-rip)# neighbor
172.160.1.2
(Optional) Defines a neighboring router with which to
exchange RIP protocol information.
Step4 interface type instance
Example:
RP/0/RP0/CPU0:router(config-rip)# interface pos
0/1/0/0
(Optional) Defines the interfaces on which the RIP
routing protocol runs.
Step5 passive-interface
Example:
RP/0/RP0/CPU0:router(config-rip-if)#
passive-interface
(Optional) Suppresses the sending of RIP updates on an
interface, but not to explicitly configured neighbors.
Step6 exit
Example:
RP/0/RP0/CPU0:router(config-rip-if)# exit
(Optional) Returns the router to the next higher
configuration mode.
Step7 interface type instance
Example:
RP/0/RP0/CPU0:router(config-rip)# interface pos
0/2/0/0
(Optional) Defines the interfaces on which the RIP
routing protocol runs.
Command or Action Purpose