PurposeCommand or Action
Configures a RIP routing process.router rip
Example:
Step 2
RP/0/RP0/CPU0:router(config)# router rip
(Optional) Defines a neighboring router with which to
exchange RIP protocol information.
neighbor ip-address
Example:
Step 3
RP/0/RP0/CPU0:router(config-rip)# neighbor
172.160.1.2
(Optional) Configures RIP to send only Version 2 packets
to the broadcast IP address. This command can be applied
at the interface or XR Config level.
broadcast-for-v2
Example:
RP/0/RP0/CPU0:router(config-rip)# broadcast-for-v2
Step 4
(Optional) Defines the interfaces on which the RIP routing
protocol runs.
interface type interface-path-id
Example:
Step 5
RP/0/RP0/CPU0:router(config-rip)# interface
GigabitEthernet 0/1/0/0
(Optional) Configures an interface to accept packets that
are:
receive version { 1 | 2 | 1 2 }
Example:
Step 6
• Only RIP v1
RP/0/RP0/CPU0:router(config-rip-if)# receive
version 1 2
• Only RIP v2
• Both RIP v1 and RIP v2
(Optional) Configures an interface to send packets that are:send version { 1 | 2 | 1 2 }
Step 7
Example:
• Only RIP v1
RP/0/RP0/CPU0:router(config-rip-if)# send version
1 2
• Only RIP v2
• Both RIP v1 and RIP v2
commit
Step 8
Customizing RIP
This task describes how to customize RIP for network timing and the acceptance of route entries.
SUMMARY STEPS
1. configure
2. router rip
3. auto-summary
Routing Configuration Guide for Cisco NCS 6000 Series Routers, IOS XR Release 6.4.x
372
Implementing RIP
Customizing RIP