You are on page 1of 5

==========ROUTER 1==========

enable
configure terminal
hostname R1
enable secret cisco
line vty 0 4
password cisco
login
exit
line console 0
password cisco
login
exit
banner motd #Prohibido el ingreso, solo personal autorizado.#
interface serial 0/0/0
description R1 al R4
ip address 10.40.0.13 255.255.255.252
clock rate 128000
no shutdown
exit
interface serial 0/0/1
description R1 al R2
ip address 10.40.0.10 255.255.255.252
clock rate 128000
no shutdown
exit
interface serial 0/1/0
description R1 al ISP
ip address 65.15.0.1 255.255.0.0
clock rate 128000
no shutdown
exit
interface fastethernet 0/0
description R1 al DNS
ip address 10.40.0.17 255.255.255.252
no shutdown
exit
router rip
version 2
no auto-summary
network 10.40.0.8
network 10.40.0.12
network 10.40.0.16
network 65.15.0.0
end
wr
==========ROUTER 2==========

enable
configure terminal
hostname R2
enable secret cisco
line vty 0 4
password cisco
login
exit
line console 0
password cisco
login
exit
banner motd #Prohibido el ingreso, solo personal autorizado.#
interface serial 0/0/0
description R2 al R1
ip address 10.40.0.9 255.255.255.252
clock rate 128000
no shutdown
exit
interface serial 0/0/1
description R2 al R3
ip address 10.40.0.6 255.255.255.252
clock rate 128000
no shutdown
exit
router rip
version 2
no auto-summary
network 10.40.0.4
network 10.40.0.8
end
wr
==========ROUTER 3==========
enable
configure terminal
hostname R3
enable secret cisco
line vty 0 4
password cisco
login
exit
line console 0
password cisco
login

exit
banner motd #Prohibido el ingreso, solo personal autorizado.#
interface serial 0/0/0
description R3 al R2
ip address 10.40.0.5 255.255.255.252
clock rate 128000
no shutdown
exit
interface fastethernet 0/0
description R3 a lan local
ip address 10.10.0.1 255.255.255.0
no shutdown
exit
interface fastethernet 0/1
description R3 al R4
ip address 10.30.0.2 255.255.255.192
no shutdown
exit
router rip
version 2
no auto-summary
network 10.40.0.4
network 10.10.0.0
network 10.30.0.0
end
wr
==========ROUTER 4==========
enable
configure terminal
hostname R4
enable secret cisco
line vty 0 4
password cisco
login
exit
line console 0
password cisco
login
exit
banner motd #Prohibido el ingreso, solo personal autorizado.#
interface serial 0/0/1
description R4 al R1
ip address 10.40.0.14 255.255.255.252
clock rate 128000
no shutdown

exit
interface fastethernet 0/0
description R4 al R3
ip address 10.30.0.1 255.255.255.192
no shutdown
exit
interface fastethernet 0/1
description R3 a lan local
ip address 10.20.0.2 255.255.255.0
no shutdown
exit
router rip
version 2
no auto-summary
network 10.40.0.4
network 10.20.0.0
network 10.30.0.0
end
wr
==========Equipos==========
PC31
ip address
mascara
gateway
serv. DNS

:
:
:
:

10.10.0.10
255.255.255.0
10.10.0.1
10.40.0.18

PC32
ip address
mascara
gateway
serv. DNS

:
:
:
:

10.10.0.100
255.255.255.0
10.10.0.1
10.40.0.18

PC41
ip address
mascara
gateway
serv. DNS

:
:
:
:

10.20.0.20
255.255.255.0
10.20.0.2
10.40.0.18

PC42
ip address
mascara
gateway
serv. DNS

:
:
:
:

10.20.0.200
255.255.255.0
10.20.0.1
10.40.0.18

PC_ADM
ip address
mascara
gateway
serv. DNS

:
:
:
:

10.30.0.3
255.255.255.192
10.30.0.1
10.40.0.18

Serv. DNS
ip address : 10.40.0.18
mascara
: 255.255.255.252

gateway

: 10.40.0.17

resolver www.duoc.cl : 200.0.0.2

You might also like