SUMMARY STEPS
1.
configure
2.
router rip
3.
vrf vrf_name
4.
interface type interface-path-id
5.
Use one of these commands:
•
authentication keychain keychain-name mode md5
•
authentication keychain keychain-name mode text
6.
commit
DETAILED STEPS
PurposeCommand or Action
configure
Step 1
Configures a RIP routing process.router rip
Example:
RP/0/RSP0/CPU0:router(config)#router rip
Step 2
Configures a non-default VRF
vrf vrf_name
Example:
RP/0/RSP0/CPU0:router(config-rip)#vrf vrf_rip_auth
Step 3
Defines the interface on which the RIP routing
protocol runs.
interface type interface-path-id
Example:
RP/0/RSP0/CPU0:router(config-rip-vrf)#interface POS
0/6/0/0
Step 4
Configures an authentication keychain mode for
RIP.
Use one of these commands:
Step 5
•
authentication keychain keychain-name mode md5
• md5—Keyed message digest (md5)
authentication mode
•
authentication keychain keychain-name mode text
Example:
RP/0/RSP0/CPU0:router(config-rip-if)#authentication
keychain key1 mode md5
• text—Clear text authentication mode
Or
RP/0/RSP0/CPU0:router(config-rip-if)#authentication
keychain key1 mode text
commit
Step 6
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
OL-30423-03 457
Implementing RIP
Configuring RIP Authentication Keychain