You are on page 1of 3

R1

================================================================================
===
enable
config t
hostname R1
service password-encryption
enable secret class
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
banner motd # ******ACCESO DENEGADO, SOLO PERSONAL AUTORIZADO******* #
interface fa0/0
ip address 192.168.1.62 255.255.255.192
description CONECTADO A SW-1
no shutdown
exit
interface s0/0/0
ip address 192.168.1.129 255.255.255.252
clock rate 56000
description CONECTADO A R2
no shutdown
exit
interface s0/0/1
ip address 192.168.1.133 255.255.255.252
clock rate 56000
description CONECTADO A R3
no shutdown
exit
exit
wr

=============================================================================
R2
=============================================================================
enable
config t
hostname R2
service password-encryption
enable secret class
line console 0

password cisco
login
exit
line vty 0 4
password cisco
login
exit
banner motd # ******ACCESO DENEGADO, SOLO PERSONAL AUTORIZADO******* #
interface fa0/0
ip address 192.168.1.110 255.255.255.240
description CONECTADO A SW-2A
no shutdown
exit
interface fa0/1
ip address 192.168.1.94 255.255.255.224
description CONECTADO A SW-2B
no shutdown
exit
interface s0/0/0
ip address 192.168.1.130 255.255.255.252
description CONECTADO A R1
no shutdown
exit
interface s0/0/1
ip address 192.168.1.137 255.255.255.252
clock rate 56000
description CONECTADO A R3
no shutdown
exit
exit
wr
=============================================================================
R3
=============================================================================
enable
config t
hostname R3
service password-encryption
enable secret class
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit

banner motd # ******ACCESO DENEGADO, SOLO PERSONAL AUTORIZADO******* #


interface fa0/0
ip address 192.168.1.126 255.255.255.240
description CONECTADO A SW-3
no shutdown
exit
interface s0/0/1
ip address 192.168.1.134 255.255.255.252
description CONECTADO A R1
no shutdown
exit
interface s0/0/0
ip address 192.168.1.138 255.255.255.252
description CONECTADO A R2
no shutdown
exit
exit
wr

You might also like