Está en la página 1de 2

CONFIGURACION BASICA DE ROUTER

ena
conf t
hostname R2
service password-encryption
enable secret class
banner motd #ACCESO DENEGADO#
line con 0
password cisco
login
logging synchronous
line vty 0 4
password cisco
login
end
wr

CONFIGURACION BASICA DE SWITCH


enable
conf t
hostname S2
no ip domain-lookup
enable secret class
banner motd #ACCESO DENEGADO#
line con 0
password cisco
login
line vty 0 15
password cisco
login
end
wr

R1
ena
conf t
int g0/0
ip add 192.168.1.1 255.255.255.0
no shut
int s0/3/0
ip add 172.16.0.1 255.255.255.252
no shut
end
wr

R2
ena
conf t
int g0/0
ip add 192.168.2.1 255.255.255.0
no shut
int s0/3/0
ip add 172.16.0.2 255.255.255.252
no shut
end
wr

ENCAPSULAMIENTO PPP R1, R2


ena
conf t
int s0/3/0
encapsulation ppp
no shut
end
wr

También podría gustarte