Examen Ipv4
Examen Ipv4
ena
conf terminal
hostname R1
ena secret cisco
line console 0
pass class
login
line vty 0 4
pass cisco
login
service password-encryption
banner motd #"Solo personal autorizado"#
int g0/0
ip add 35.0.16.1 255.255.240.0
description to LAN Intel
no shut
int g0/1
ip add 35.0.32.1 255.255.248.0
description to LAN Alphabet
no shut
int g0/2
ip add 35.0.40.1 255.255.248.0
description to LAN Alphabet
no shut
int s0/0/0
ip add 35.0.0.1 255.255.254.0
description to WAN Store1-Center
no shut
exit
route rip
version 2
network 35.0.16.0
network 35.0.32.0
network 35.0.40.0
network 35.0.0.0
exit
do wr
copy running-config startup-config
show ip raute
ROUTER 2
ena
conf terminal
hostname R2
ena secret cisco
line console 0
pass class
login
line vty 0 4
pass cisco
login
service password-encryption
banner motd #"Solo personal autorizado"#
int g0/0
ip add 35.0.44.1 255.255.254.0
description to LAN Apple
no shut
int g0/1
ip add 35.0.46.1 255.255.255.128
description to LAN Microsoft
no shut
int s0/0/0
ip add 35.0.0.2 255.255.254.0
description to WAN R2-R1
no shut
exit
route rip
version 2
network 35.0.44.0
network 35.0.46.0
network 35.0.0.0
exit
do wr