Configuration Examples For Implementing Rip; Configuring A Basic Rip Configuration: Example; Configuring Rip On The Provider Edge: Example - Cisco ASR 9000 Series Routing Configuration Manual

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Implementing RIP
Command or Action
Example:
RP/0/RSP0/CPU0:router(config-rip-if)#authentication
keychain key1 mode md5
Or
RP/0/RSP0/CPU0:router(config-rip-if)#authentication
keychain key1 mode text
Step 5
commit

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
!
vrf vpn1
!
!
interface GigabitEthernet0/6/0/2
!
interface GigabitEthernet0/6/0/3
!
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.3.x
Configuration Examples for Implementing RIP
Purpose
• text—Clear text authentication mode
535

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents