Você está na página 1de 4

CONFIGURACION BASICA

enable
configure terminal
hostname ACAJUTLA
enable secret class
line console 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
service password-encryption
banner motd # SOLO ACCESO AUTORIZADO #

CONFIGURACION FRAME RELAY

CENTRAL
interface s0/0/0
ip address 10.10.5.1 255.255.255.248
encapsulation frame-relay
frame-relay map ip 10.10.5.2 165 broadcast
frame-relay map ip 10.10.5.3 162 broadcast

ACAJUTLA
interface s0/0/0
ip address 10.10.5.2 255.255.255.248
encapsulation frame-relay
frame-relay map ip 10.10.5.1 265 broadcast
frame-relay map ip 10.10.5.3 261 broadcast

LA LIBERTAD
interface s0/0/0
ip address 10.10.5.3 255.255.255.248
encapsulation frame-relay
frame-relay map ip 10.10.5.1 562 broadcast
frame-relay map ip 10.10.5.2 561 broadcast

CONFIGURACION DE DHCP

ip dhcp pool LAN-ACAJUTLA


network 10.10.1.0 255.255.255.0
default-router 10.10.1.1
exit

ip dhcp pool LAN-ELTRIUNFO


network 10.10.3.0 255.255.255.0
default-router 10.10.3.1
exit

CONFIGURACION DE STP
interface range f0/22-23
switchport mode trunk

spanning-tree vlan 1 root primary


spanning-tree vlan 1 root secondary

ENCAPSULACION PPP CON AUTENTICACION CHAP


CENTRAL
interface s0/1/1
ip address 10.10.5.9 255.255.255.252
encapsulation ppp
ppp authentication chap
username ACAJUTLA password supersecret
username LALIBERTAD password supersecret
username ELTRIUNFO password supersecret

EL TRIUNFO
interface s0/0/0
ip address 10.10.5.10 255.255.255.252
encapsulation ppp
ppp authentication chap
username ACAJUTLA password supersecret
username LALIBERTAD password supersecret
username CENTRAL password supersecret

SSH
enable
configure terminal
crypto key generate rsa 1024
line vty 0 15
password PcAcj
adm
transport input ssh

MODIFICACION DE SEGURIDAD PARA ACCESO VIA CONSOLA


SWITCH CENTRAL
configure terminal
username adm password SwCtr
line console 0
login local
exit
line vty 0 15
login local

SWITCH ACAJUTLA
configure terminal
username adm password SwAcj
line console 0
login local
exit
line vty 0 15

SWITCH LIBERTAD
configure terminal
username adm password SwLlb
line console 0
login local
exit
line vty 0 15
login local

SWITCH EL TRIUNFO
configure terminal
username adm password SwTrf
line console 0
login local
exit
line vty 0 15
login local

configure terminal
username adm password SwTrf2
line console 0
login local
exit
line vty 0 15
login local

MODIFICACION DE SEGURIDAD PARA ACCESO VIA TELNET

SWITCH CENTRAL
configure terminal
interface vlan 1
ip address 10.10.0.3 255.255.255.0
ip default-gateway 10.10.0.1
no shutdown

SWITCH ACAJUTLA
configure terminal
interface vlan 1
ip address 10.10.1.3 255.255.255.0
ip default-gateway 10.10.1.1
no shutdown

SWITCH LIBERTAD
configure terminal
interface vlan 1
ip address 10.10.2.3 255.255.255.0
ip default-gateway 10.10.2.1
no shutdown

SWITCH EL TRIUNFO
configure terminal
interface vlan 1
ip address 10.10.3.4 255.255.255.0
ip default-gateway 10.10.3.1
no shutdown

configure terminal
interface vlan 1
ip address 10.10.3.5 255.255.255.0
ip default-gateway 10.10.3.1
no shutdown

PING DE TODAS LAS PC AL SERVER DE INTERNET


CENTRAL
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
router rip
default-originate information

ISP
ip route 192.169.1.0 255.255.255.248 FastEthernet0/0
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0

Você também pode gostar