0% found this document useful (0 votes)
2 views2 pages

Examen Ipv4

The document contains configuration commands for two routers, R1 and R2, including hostname settings, interface configurations, and routing protocols. Router R1 is configured with multiple LAN interfaces and a WAN interface, while Router R2 has its own LAN and WAN settings. Both routers utilize RIP version 2 for routing and have password encryption enabled for security.

Uploaded by

22011509
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Examen Ipv4

The document contains configuration commands for two routers, R1 and R2, including hostname settings, interface configurations, and routing protocols. Router R1 is configured with multiple LAN interfaces and a WAN interface, while Router R2 has its own LAN and WAN settings. Both routers utilize RIP version 2 for routing and have password encryption enabled for security.

Uploaded by

22011509
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

ROUTER 1

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

You might also like