PurposeCommand or Action
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 5
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
!
!
Configuring RIP on the Provider Edge: Example
The following example shows how to configure basic RIP on the PE with two VPN routing and forwarding
(VRF) instances.
router rip
interface GigabitEthernet0/6/0/0
!
vrf vpn0
interface GigabitEthernet0/6/0/2
!
!
vrf vpn1
interface GigabitEthernet0/6/0/3
!
!
!
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
OL-30423-03 459
Implementing RIP
Configuration Examples for Implementing RIP