Cisco NCS 6000 Series Configuration Manual page 397

Ios xr release 6.4.x
Hide thumbs Also See for NCS 6000 Series:
Table of Contents

Advertisement

Implementing RIP
SUMMARY STEPS
1. configure
2. router rip
3. neighbor ip-address
4. interface type interface-path-id
5. passive-interface
6. exit
7. interface type interface-path-id
8. route-policy { in | out }
9. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
router rip
Example:
RP/0/RP0/CPU0:router(config)# router rip
Step 3
neighbor ip-address
Example:
RP/0/RP0/CPU0:router(config-rip)# neighbor
172.160.1.2
Step 4
interface type interface-path-id
Example:
RP/0/RP0/CPU0:router(config-rip)# interface
GigabitEthernet 0/1/0/0
Step 5
passive-interface
Example:
RP/0/RP0/CPU0:router(config-rip-if)#
passive-interface
Step 6
exit
Example:
RP/0/
/CPU0:router(config-rip-if)# exit
Step 7
interface type interface-path-id
Example:
RP/0/RP0/CPU0:router(config-rip)# interface
GigabitEthernet 0/2/0/0
Purpose
Configures a RIP routing process.
(Optional) Defines a neighboring router with which to
exchange RIP protocol information.
(Optional) Defines the interfaces on which the RIP routing
protocol runs.
(Optional) Suppresses the sending of RIP updates on an
interface, but not to explicitly configured neighbors.
(Optional) Returns the router to the next higher
configuration mode.
(Optional) Defines the interfaces on which the RIP routing
protocol runs.
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
Control Routing Information
375

Advertisement

Table of Contents
loading

Table of Contents