PurposeCommand or Action
RP/0/RP0/CPU0:router(config-rpl)# set rip metric
42
Ends the definition of a route policy and exits route-policy
configuration mode.
end-policy
Example:
Step 4
RP/0/RP0/CPU0:router(config-rpl)# end-policy
commit
Step 5
configure
Step 6
Configures a RIP routing process.router rip
Example:
Step 7
RP/0/RP0/CPU0:router(config)# router rip
Applies a routing policy to updates advertised to or received
from an RIP neighbor.
route-policy route-policy-name { in | out }
Example:
Step 8
RP/0/RP0/CPU0:router(config-rip)# route-policy rp1
in
commit
Step 9
Configuration Examples for Implementing RIP
This section provides the following configuration examples:
Configuring a Basic RIP Configuration: Example
The following example shows two Gigabit Ethernet interfaces configured with RIP.
interface GigabitEthernet0/6/0/0
ipv4 address 172.16.0.1 255.255.255.0
!
interface GigabitEthernet0/6/0/2
ipv4 address 172.16.2.12 255.255.255.0
!
router rip
interface GigabitEthernet0/6/0/0
!
interface GigabitEthernet0/6/0/2
!
!
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
377
Implementing RIP
Configuration Examples for Implementing RIP