You are on page 1of 2

CONFIGURACION ROUTE 1.

INICIO Y SALUDOS.
enable
configure terminal
hostname R1
banner login #
R1: AREA RESTRINGIDA
#
banner motd #
BIENVENIDO A LA RED, SOLO PERSONAL AUTORIZADO
#
line vty 0 4
password cisco
exit
line console 0
password cisco
exit
enable secret class
enable password cisco
interface fastEthernet 0/0
description F0/0 red PC1 .81
ip address 172.16.4.81 255.255.255.240
no sh
exit
interface serial 0/2/0
description S0/2/0 red W .97
ip address 172.16.4.97 255.255.255.252
no sh
exit
ip route 172.16.4.64 255.255.255.240 172.16.4.98
ip route 172.16.4.100 255.255.255.252 172.16.4.98
ip route 172.16.4.0 255.255.255.192 172.16.4.98
exit
exit
CONFIGURACION ROUTE 2
enable
configure terminal
hostname R2
banner login #
R2: AREA RESTRINGIDA
#
banner motd #
BIENVENIDO A LA RED, SOLO PERSONAL AUTORIZADO
#
line vty 0 4
password cisco
exit
line console 0
password cisco
exit
enable secret class
enable password cisco
interface fastEthernet 0/0
description F0/0 red PC2 .65
ip address 172.16.4.65 255.255.255.240

no sh
exit
interface serial 0/0/0
description *S0/0/0 red W .98
ip address 172.16.4.98 255.255.255.252
clock rate 64000
no sh
exit
interface serial 0/0/1
description *S0/0/1 red W .101
ip address 172.16.4.101 255.255.255.252
clock rate 64000
no sh
exit
ip route 172.16.4.80 255.255.255.240 172.16.4.97
ip route 172.16.4.0 255.255.255.192 172.16.4.102
exit
CONFIGURACION ROUTE 3
enable
configure terminal
hostname R3
banner login #
R3: AREA RESTRINGIDA
#
banner motd #
BIENVENIDO A LA RED, SOLO PERSONAL AUTORIZADO
#
line vty 0 4
password cisco
exit
line console 0
password cisco
exit
enable secret class
enable password cisco
interface fastEthernet 0/0
description F0/0 Red PC3 .1
ip address 172.16.4.1 255.255.255.192
no sh
exit
interface serial 0/0
description S0/0 red W .102
ip address 172.16.4.102 255.255.255.252
no sh
exit
ip route 172.16.4.64 255.255.255.240 172.16.4.101
ip route 172.16.4.96 255.255.255.252 172.16.4.101
ip route 172.16.4.80 255.255.255.240 172.16.4.101
exit

You might also like