Anda di halaman 1dari 5

CONFIGURACION BASICA DE RIP (P.D.

)
ECENARIO A: EJECUCION DE RIPv1 EN REDES CON CLASE
R1#show running-config
Building configuration...

Current configuration : 829 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$E2s1iFzvIQ/F6.uSc5HEV/
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.2.1 255.255.255.0
clock rate 64000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.1.0
network 192.168.2.0
!
ip classless
!
!
!
banner motd ^Csolo acceso autorizado^C
!
!
!
!
line con 0
password factec
login
!
line aux 0
!
line vty 0 4
password factec
login
!
!
!
end
------------------------------------------------------------

R2#show running-config
Building configuration...

Current configuration : 863 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
enable secret 5 $1$mERr$E2s1iFzvIQ/F6.uSc5HEV/
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 192.168.3.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.2.2 255.255.255.0
!
interface Serial0/0/1
ip address 192.168.4.2 255.255.255.0
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.2.0
network 192.168.3.0
network 192.168.4.0
!R3#show running-config
Building configuration...

Current configuration : 811 bytes


!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
enable secret 5 $1$mERr$E2s1iFzvIQ/F6.uSc5HEV/
!
!
!
!
!
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 192.168.5.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
ip address 192.168.4.1 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
router rip
network 192.168.4.0
network 192.168.5.0
!
ip classless
!
!
!
banner motd ^Csolo acceso autorizado^C
!
!
!
!
line con 0
password factec
login
!
line aux 0
!
line vty 0 4
password factec
login
!
!
!
end
ip classless
!
!
!
banner motd ^Csolo acceso autorizado^C
!
!
!
!
line con 0
password factec
login
!
line aux 0
!
line vty 0 4
password factec
login
!
!
!
end
---------------------------------------------------------------------

Anda mungkin juga menyukai