Configuration Examples For Implementing Rip - Cisco NCS 6000 Series Configuration Manual

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

Advertisement

Implementing RIP
Command or Action
RP/0/RP0/CPU0:router(config-rpl)# set rip metric
42
Step 4
end-policy
Example:
RP/0/RP0/CPU0:router(config-rpl)# end-policy
Step 5
commit
Step 6
configure
Step 7
router rip
Example:
RP/0/RP0/CPU0:router(config)# router rip
Step 8
route-policy route-policy-name { in | out }
Example:
RP/0/RP0/CPU0:router(config-rip)# route-policy rp1
in
Step 9
commit

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
!
!
Purpose
Ends the definition of a route policy and exits route-policy
configuration mode.
Configures a RIP routing process.
Applies a routing policy to updates advertised to or received
from an RIP neighbor.
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
Configuration Examples for Implementing RIP
377

Advertisement

Table of Contents
loading

Table of Contents