Anda di halaman 1dari 11

PROTOCOLOS DE ENRUTAMIENTO.

(OSPF-EIGRP-RIPv2-ESTATICO)
TOPOLOGÍA PLANTEADO POR EL INSTRUCTOR JOSÉ GOMÉZ PADILLA.

Solucionado por: Félix Antonio Quispe Palacios (Alumno – CETIS 20013-2013).


I. CONFIGURACIÓN DE LOS ROUTERS.

ROUTER R0:

interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.128
ip ospf authentication-key cisco
ip ospf cost 50
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.1.193 255.255.255.252
ip ospf authentication-key cisco
ip ospf cost 50
clock rate 64000
!
interface Serial0/0/1
ip address 192.168.1.198 255.255.255.252
ip ospf authentication-key cisco
ip ospf cost 50
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
area 0 authentication
network 192.168.1.0 0.0.0.127 area 0
network 192.168.1.196 0.0.0.3 area 0
network 192.168.1.192 0.0.0.3 area 0
!
ROUTER R1:

interface FastEthernet0/0
ip address 192.168.1.129 255.255.255.192
ip ospf authentication-key cisco
ip ospf cost 50
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.1.194 255.255.255.252
ip ospf authentication-key cisco
ip ospf cost 50
!
interface Serial0/0/1
ip address 192.168.2.129 255.255.255.252
clock rate 64000
!
interface Vlan1
no ip address
shutdown
!
router ospf 1
log-adjacency-changes
area 0 authentication
redistribute static metric 1
network 192.168.1.0 0.0.0.255 area 0
!
ip classless
ip route 192.168.2.0 255.255.255.128 Serial0/0/1
!
ROUTER R2:

interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.2.130 255.255.255.252
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
!
ROUTER R3:

interface FastEthernet0/0
ip address 192.168.3.130 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.3.65 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
ip address 192.168.1.197 255.255.255.252
ip ospf authentication-key cisco
ip ospf cost 50
!
interface Vlan1
no ip address
shutdown
!
router eigrp 50
redistribute ospf 1 metric 10000 10 255 1 1500
network 192.168.3.0
auto-summary
!
router ospf 1
log-adjacency-changes
area 0 authentication
redistribute eigrp 50 subnets
network 192.168.1.0 0.0.0.255 area 0
default-information originate
!
ip classless
!
!
!
ROUTER R4:

interface FastEthernet0/0
ip address 192.168.3.131 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.3.1 255.255.255.192
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
ip address 65.65.65.2 255.255.255.0
!
interface Vlan1
no ip address
shutdown
!
router eigrp 50
redistribute static metric 10000 10 255 1 1500
network 192.168.3.0
auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/1
!
ROUTER R5:

interface FastEthernet0/0
ip address 192.168.3.129 255.255.255.248
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.0.129 255.255.255.252
clock rate 64000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 50
redistribute rip metric 10000 1 255 1 1500
network 192.168.3.0
auto-summary
!
router rip
version 2
redistribute eigrp 50 metric 10
network 192.168.0.0
default-information originate
!
ip classless
!
ROUTER R6:

interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.128
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
ip address 192.168.0.130 255.255.255.252
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 192.168.0.0
!
ip classless
II. PRUEBAS DE CONECTIVIDAD.

Anda mungkin juga menyukai