Universidad Tecnológica de Tlaxcala Pedro Hernan Magdaleno Saldaña Redes Convergentes Evidencia de Actividades

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 13

Universidad tecnológica de

Tlaxcala

Pedro Hernan Magdaleno


Saldaña

Redes Convergentes
Evidencia de actividades

Actividad 7.1.1.3
Display the current EIGRP routing table on R3 to view the routes prior to
summarization.
R3# show ip route eigrp
<output omitted>

172.16.0.0/16 is variably subnetted, 3 subnets, 2 masks


D 172.16.1.0/24 [90/2170112] via 192.168.10.5, 02:21:10, Serial0/0/0
D 172.16.2.0/24 [90/3012096] via 192.168.10.9, 02:21:10, Serial0/0/1
D 172.16.3.0/30 [90/41024000] via 192.168.10.9, 02:21:10, Serial0/0/1
[90/41024000] via 192.168.10.5, 02:21:10, Serial0/0/0
R3#
Complete the following:
Configure EIGRP automatic summarization on router R3 for EIGRP AS 1
Return to privileged EXEC mode
R3(config)# router eigrp 1
R3(config-router)# auto-summary
R3(config-router)# end
Display the EIGRP routing table on R3 to view the routes after automatic
summarization.
R3# show ip route eigrp
<output omitted>
D 172.16.0.0/16 [90/2170112] via 192.168.10.5, 00:12:05, Serial0/0/0
192.168.10.0/24 is variably subnetted, 5 subnets, 3 masks
D 192.168.10.0/24 is a summary, 00:11:43, Null0
R3#
Display the routing protocol settings on R1.
R1# shoe ip protocols
***You must enter the exact and full command.***

R1# show ip protocols


*** IP Routing is NSF aware ***

Routing Protocol is "eigrp 1"


Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Default networks flagged in outgoing updates
Default networks accepted from incoming updates
EIGRP-IPv4 Protocol for AS(1)
Metric weight K1=1, K2=0, K3=1, K4=0, K5=0
<output omitted>

Automatic Summarization: enabled


192.168.10.0/24 for Gi0/0, Se0/0/0
Summarizing 2 components with metric 2169856
172.16.0.0/16 for Se0/0/1
Summarizing 3 components with metric 2816
<output omitted>
Display the EIGRP topology table using the 'all-links' parameter on R3.
R3# show ip eigrp topology all-links

P 172.16.0.0/16, 1 successors, FD is 2170112, serno 9


via 192.168.10.5 (2170112/2816), Serial0/0/0
via 192.168.10.9 (3012096/2816), Serial0/0/1
<output omitted>
You successfully configured EIGRP Automatic Summarization on R3.

Actividad 7.1.1.9

Actividad 7.1.1.10
Parte 2
Parte 3

Parte 4
Actividad 7.1.3.1
Parte 3

Configure the interfaces between R2 and R3 to limit the EIGRP AS 1


traffic to no more than 75% of the link’s bandwidth. Perform the tasks in
the following order:
Configure interface serial 0/0/1 on R2
Configure interface serial 0/0/1 on R3
R2(config)# interface serial 0/0/1
R2(config-if)# ip bandwidth-percent eigrp 1 75
You are now configuring R3.
R3(config)# interface serial 0/0/1
R3(config-if)# ip bandwidth-percent eigrp 1 75
You successfully configured bandwidth utilization.

Actividad 7.1.3.2
Parte 2

Configure R2‘s serial 0/0/0 interface to use a hello interval of 50


seconds and a hold time of 150 seconds for AS 1. Perform the tasks in the
following order:
Configure hello interval
Configure hold time
R2(config)# interface serial 0/0/0
R2(config-if)# ip hello-interval eigrp 1 50
R2(config-if)# ip hold-time eigrp 1 150
You successfully configured timers on R2.

Actividad 7.1.3.5
Parte 1

Parte 2
Parte 3

Actividad 7.2.1.3
Parte 1
Parte 2

Parte 3
Actividad 7.2.2.4
Parte 2

Parte 3
Actividad 7.2.3.4
Parte 2

Parte 3
Parte 4

You might also like