Customizing 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

Customizing RIP

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

Advertisement

Table of Contents
loading

Table of Contents