PurposeCommand or Action
commit
Step 5
configure
Step 6
Configures a RIP routing process.router rip
Example:
RP/0/RSP0/CPU0:router(config)# router rip
Step 7
Applies a routing policy to updates advertised to
or received from an RIP neighbor.
route-policy route-policy-name { in | out }
Example:
RP/0/RSP0/CPU0:router(config-rip)# route-policy
rp1 in
Step 8
commit
Step 9
Configuring RIP Authentication Keychain
Configuring RIP Authentication Keychain for IPv4 Interface on a Non-default VRF
Perform this task to configure a RIP authentication keychain for IPv4 interface on a non-default VRF.
Before You Begin
All keychains need to be configured in Cisco IOS XR keychain database using configuration commands
described in Implementing Keychain Management module of Cisco ASR 9000 Series Aggregation Services
Router System Security Configuration Guide before they can be applied to a RIP interface/VRF.
The authentication keychain keychain-name and mode md5 configurations will accept the name of a
keychain that has not been configured yet in the IOS XR keychain database or a keychain that has been
configured in IOS XR keychain database without MD5 cryptographic algorithm. However, in both these cases,
all incoming packets on the interface will be dropped and outgoing packets will be sent without authentication
data.
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
532
Implementing RIP
Configuring RIP Authentication Keychain