SlideShare a Scribd company logo
ccnav5.org http://ccnav5.org/ccna-3-chapter-8-v5-0-2014-exam-answers/?pfstyle=wp
CCNAV5.Org
CCNAv5.Org
CCNA 3 Chapter 8 v5.0 2014 Exam Answers
CCNA 3 Chapter 8 v5.0 2014 Exam Answers
CCNA 3 Exam 2014
1
Which command can be issued on a router to verify that automatic summarization is enabled?
show ip eigrp neighbors
show ip protocols*
show ip interface brief
show ip eigrp interfaces
2
Which address best summarizes the IPv6 addresses 2001:DB8:ACAD::/48, 2001:DB8:9001::/48, and
2001:DB8:8752::/49?
2001:DB8:8000::/48
2001:DB8:8000::/36
2001:DB8:8000::/47
2001:DB8:8000::/34*
3
Refer to the exhibit. Router R3 is receiving multiple routes through the EIGRP routing protocol. Which statement is true
about the implementation of summarization in this network?
Automatic summarization has been enabled only for the 172.21.100.0/24 network.
Automatic summarization is enabled on neighboring routers.
Automatic summarization is disabled on a per-interface basis.
Automatic summarization is disabled on R3.*
4
Refer to the exhibit. Considering that R2, R3, and R4 are correctly configured, why did R1 not establish an adjacency
with R2, R3, and R4?
because the automatic summarization is enabled on R1
because the IPv4 address on Fa0/0 interface of R1 is incorrect
because the Fa0/0 interface of R1 is declared as passive for EIGRP*
because there is no network command for the network 192.168.1.0/24 on R1
5
In which IOS CLI mode must a network administrator issue the maximum-paths command to configure load balancing
in EIGRP?
router configuration mode*
interface configuration mode
global configuration mode
privileged mode
6
Two routers, R1 and R2, have established an EIGRP neighbor relationship, but there is still a connectivity problem.
Which issue could be causing this problem?
a process ID mismatch
an authentication mismatch
an access list that is blocking advertisements from other networks*
automatic summarization that is disabled on both routers
7
Refer to the exhibit. Remote users are experiencing
connectivity problems when attempting to reach hosts in
the 172.21.100.0 /24 network. Using the output in the exhibit,
what is the most likely cause of the connectivity problem?
The GigabitEthernet 0/1 interface is not participating in the
EIGRP process.*
The hello timer has been modified on interface GigabitEthernet
0/1 of R3 and not on the neighbor, causing a neighbor adjacency
not to form.
The passive-interface command is preventing neighbor
relationships on interface GigabitEthernet 0/0.
The GigabitEthernet interfaces are not limiting the flow of EIGRP
message information and are being flooded with EIGRP traffic.
8
In which scenario will the use of EIGRP automatic
summarization cause inconsistent routing in a network?
when there is no common subnet that exists between
neighboring routers
when the routers in an IPv4 network have mismatching EIGRP AS numbers
when there is no adjacency that is established between neighboring routers
when the routers in an IPv4 network are connected to discontiguous networks with automatic summarization enabled*
9
Refer to the exhibit. Routers R1 and R2 are directly connected via their serial interfaces and are both running the
EIGRP routing protocol. R1 and R2 can ping the directly connected serial interface of their neighbor, but they cannot
form an EIGRP neighbor adjacency.
What action should be taken to solve this problem?
Configure the same hello interval between the routers.
Configure EIGRP to send periodic updates.
Enable the serial interfaces of both routers.
Configure both routers with the same EIGRP process ID.*
10
Refer to the exhibit. Which statement accurately reflects the configuration of routing on the HQ router?
The IP address assigned to the GigabitEthernet0/0 interface is 172.16.2.0 255.255.255.0.
A static default route was configured on this router.*
A static default route was learned via EIGRP routing updates.
The static default route should be redistributed using the default-information originate command.
11
Refer to the exhibit. Which statement is supported by the output?
The route to 192.168.1.1 represents the configuration of a loopback interface.
A static default route has been manually configured on this router.
A default route is being learned through an external process.*
Summarization of routes has been manually configured.
12
Refer to the exhibit. Which two routes will be advertised to the router ISP if autosummarization is disabled? (Choose
two.)
10.1.2.0/24*
10.1.4.0/28
10.1.4.0/30*
10.1.4.0/24
10.1.0.0/16
13
Refer to the exhibit. A network administrator has configured EIGRP authentication between routers R1 and R2. After the
routing tables are reviewed, it is noted that neither router is receiving EIGRP updates. What is a possible cause for this
failure?
The same autonomous system numbers must be used in the interface configurations of each router.*
The key string should be used in interface mode instead of the key chain.
The same number of key strings must be used on each router.
The same key chain name must be used on each router.
The authentication configuration is correct, issue the show ip eigrp neighbors command to troubleshoot the issue.
14
Two routers, R1 and R2, share a 64 kb/s link. An administrator wants to limit the bandwidth used by EIGRP between
these two routers to 48 kb/s. Which command is used on both routers to configure the new bandwidth setting?
ip bandwidth-percent eigrp 100 48
ip bandwidth-percent eigrp 100 75*
ip bandwidth-percent eigrp 75 100
ip bandwidth-percent eigrp 64 48
ip bandwidth-percent eigrp 100 64
15
Which three statements are advantages of using automatic summarization? (Choose three.)
It decreases the number of entries in the routing table.*
It reduces the frequency of routing updates.*
It ensures that traffic for multiple subnets uses one path through the internetwork.*
It maximizes the number of routes in the routing table.
It improves reachability in discontiguous networks.
It increases the size of routing updates.
16
Refer to the exhibit. After the configuration shown is applied on router R1, the exhibited status message is displayed.
Router R1 is unable to form a neighbor relationship with R2 on the serial 0/1/0 interface. What is the most likely cause
of this problem?
The passive-interface command should have been issued on serial 0/1/0.
The IPv4 address configured on the neighbor that is connected to R1 serial 0/1/0 is incorrect.*
The hello interval has been altered on serial 0/1/0 and is preventing a neighbor relationship from forming.
The network statement used for EIGRP 55 does not enable EIGRP on interface serial 0/1/0.
The networks that are configured on serial 0/0/0 and serial 0/1/0 of router R1 are overlapping.
17
What is a characteristic of manual route summarization?
requires high bandwidth utilization for the routing updates
has to be configured globally on the router
reduces total number of routes in routing tables*
cannot include supernet routes
18
Fill in the blank. Do not use abbreviations.
The ” passive-interface ” command causes an EIGRP router to stop sending hello packets through an interface.
19
Refer to the exhibit. A network administrator has issued the shown commands. The EIGRP routing domain has
completely converged and a network administrator is planning on configuring EIGRP authentication throughout the
complete network. On which two interfaces should EIGRP authentication be configured between R2 and R3? (Choose
two.)
gig 0/0 of R3
serial 0/1/0 of R4
serial 0/1/0 of R2*
serial 0/0/1 of R2
serial 0/0/1 of R3*
20
Fill in the blank. Do not use abbreviations.
What is the command that should be issued on a router to verify that EIGRP adjacencies were formed?
” show ip eigrp neighbor ”
21
Launch PT Hide and Save PT
Open the PT Activity. Perform the tasks in the activity instructions and then answer the question.
R1 and R2 could not establish an EIGRP adjacency. What is the problem?
EIGRP is down on R2.
EIGRP is down on R1.*
R1 Fa0/0 link local address is wrong.
R1 Fa0/0 and R2 Fa0/0 are on different networks.
R1 Fa0/0 is not configured to send hello packets.
22
Refer to the exhibit. A network administrator has
attempted to implement a default route from R1 to
the ISP and propagate the default route to EIGRP
neighbors. Remote connectivity from the EIGRP
neighbor routers to the ISP connected to R1 is
failing. Based on the output from the exhibit, what
is the most likely cause of the problem?
There are no EIGRP neighbor relationships on R1.
The command default-information originate has not
been issued on R1.
The network statement for the ISP connection has not
been issued.
The command redistribute static has not been
issued on R1.*
The ip route command must specify a next-hop IP
address instead of an exit interface when creating a
default route.
23
Refer to the exhibit. All networks are active in the same EIGRP routing domain. When the auto-summary command is
issued on R3, which two summary networks will be advertised to the neighbors? (Choose two.)
172.16.3.0/24
172.16.0.0/16*
192.168.10.0/24*
192.168.10.0/30
192.168.1.0/30

More Related Content

What's hot

Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Dân Chơi
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2Kris Mofu
 
Ch6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wirelessCh6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wirelesskratos2424
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
ccna4discovery
 
Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011Dân Chơi
 
Ccna 4 pretest exam answer v5
Ccna 4 pretest exam answer v5Ccna 4 pretest exam answer v5
Ccna 4 pretest exam answer v5friv4schoolgames
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrpzafar85
 
Exam viewer2
Exam viewer2Exam viewer2
Exam viewer2
Jorgito Leal
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switching
CRIS FERNANDEZ
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.igede tirtanata
 
Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011Dân Chơi
 
Лекц 7
Лекц 7Лекц 7
Лекц 7Muuluu
 
Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Dân Chơi
 
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment RoutingPLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PROIDEA
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examĐồng Quốc Vương
 
BGP Loop Prevention
BGP Loop Prevention BGP Loop Prevention
BGP Loop Prevention
NetProtocol Xpert
 
EIGRP Overview
EIGRP OverviewEIGRP Overview
EIGRP Overview
NetProtocol Xpert
 

What's hot (19)

Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011Ccna 2 chapter 2 v4.0 answers 2011
Ccna 2 chapter 2 v4.0 answers 2011
 
Practice exam #2
Practice exam #2Practice exam #2
Practice exam #2
 
Ch6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wirelessCh6 ccna exploration 3 lan switching and wireless
Ch6 ccna exploration 3 lan switching and wireless
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
 
Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011
 
Ccna 4 pretest exam answer v5
Ccna 4 pretest exam answer v5Ccna 4 pretest exam answer v5
Ccna 4 pretest exam answer v5
 
Lab routing protocols eigrp
Lab routing protocols eigrpLab routing protocols eigrp
Lab routing protocols eigrp
 
Exam viewer2
Exam viewer2Exam viewer2
Exam viewer2
 
EIGRP CCNA
EIGRP CCNAEIGRP CCNA
EIGRP CCNA
 
Ccna routing and switching
Ccna routing and switchingCcna routing and switching
Ccna routing and switching
 
Cisco discovery drs ent module 6 - v.4 in english.
Cisco discovery   drs ent module 6 - v.4 in english.Cisco discovery   drs ent module 6 - v.4 in english.
Cisco discovery drs ent module 6 - v.4 in english.
 
Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011Ccna 2 chapter 5 v4.0 answers 2011
Ccna 2 chapter 5 v4.0 answers 2011
 
Dynamic Routing RIP
Dynamic Routing RIPDynamic Routing RIP
Dynamic Routing RIP
 
Лекц 7
Лекц 7Лекц 7
Лекц 7
 
Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011Ccna 2 chapter 10 v4.0 answers 2011
Ccna 2 chapter 10 v4.0 answers 2011
 
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment RoutingPLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
PLNOG 18 - Leonir Hoxha - Traffic Engineering with Segment Routing
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
 
BGP Loop Prevention
BGP Loop Prevention BGP Loop Prevention
BGP Loop Prevention
 
EIGRP Overview
EIGRP OverviewEIGRP Overview
EIGRP Overview
 

Similar to Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers

ccna-discowey-final-100
 ccna-discowey-final-100 ccna-discowey-final-100
ccna-discowey-final-100junkut3
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46lslsc
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010irbas
 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Đồng Quốc Vương
 
M odul1
M odul1M odul1
Ccna 2 chapter 9 v4.0 answers 2011
Ccna 2 chapter 9 v4.0 answers 2011Ccna 2 chapter 9 v4.0 answers 2011
Ccna 2 chapter 9 v4.0 answers 2011Dân Chơi
 
Ccna 3-discovery-4-0-module-9-100-
Ccna 3-discovery-4-0-module-9-100-Ccna 3-discovery-4-0-module-9-100-
Ccna 3-discovery-4-0-module-9-100-junkut3
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
CCNA4Answers
 
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
Josimar Caitano
 
BÀI TẬP 01.docx
BÀI TẬP 01.docxBÀI TẬP 01.docx
BÀI TẬP 01.docx
ssuseraf0e77
 
BÀI TẬP 01.docx
BÀI TẬP 01.docxBÀI TẬP 01.docx
BÀI TẬP 01.docx
ssuseraf0e77
 
Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Dân Chơi
 
CCNA Dynamic Routing
CCNA Dynamic RoutingCCNA Dynamic Routing
CCNA Dynamic Routing
Networkel
 
Ccna 4 Chapter 7 V4.0 Answers
Ccna 4 Chapter 7 V4.0 AnswersCcna 4 Chapter 7 V4.0 Answers
Ccna 4 Chapter 7 V4.0 Answers
ccna4discovery
 
Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011Dân Chơi
 
Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4
Alejandro Perez
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2Juli Yaret
 

Similar to Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers (20)

ccna-discowey-final-100
 ccna-discowey-final-100 ccna-discowey-final-100
ccna-discowey-final-100
 
E routing final exam ccna 2 46
E routing final exam ccna 2 46E routing final exam ccna 2 46
E routing final exam ccna 2 46
 
ivesgimpaya3
ivesgimpaya3ivesgimpaya3
ivesgimpaya3
 
1 using default
1 using default1 using default
1 using default
 
Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010Ccna 2 v 4.0 final-exam-19-06-2010
Ccna 2 v 4.0 final-exam-19-06-2010
 
Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014Ccnav5.org ccna 3-v50_final_exam_2014
Ccnav5.org ccna 3-v50_final_exam_2014
 
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
Www ccnav5 net_ccna_3_v5_0_scaling_networks_final_exam_2013
 
M odul1
M odul1M odul1
M odul1
 
Ccna 2 chapter 9 v4.0 answers 2011
Ccna 2 chapter 9 v4.0 answers 2011Ccna 2 chapter 9 v4.0 answers 2011
Ccna 2 chapter 9 v4.0 answers 2011
 
Ccna 3-discovery-4-0-module-9-100-
Ccna 3-discovery-4-0-module-9-100-Ccna 3-discovery-4-0-module-9-100-
Ccna 3-discovery-4-0-module-9-100-
 
Ccna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 AnswersCcna 4 Final 4 Version 4.0 Answers
Ccna 4 Final 4 Version 4.0 Answers
 
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
2.6.6 Packet Tracer - Verify Single-Area OSPFv2 - ILM.docx
 
BÀI TẬP 01.docx
BÀI TẬP 01.docxBÀI TẬP 01.docx
BÀI TẬP 01.docx
 
BÀI TẬP 01.docx
BÀI TẬP 01.docxBÀI TẬP 01.docx
BÀI TẬP 01.docx
 
Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011
 
CCNA Dynamic Routing
CCNA Dynamic RoutingCCNA Dynamic Routing
CCNA Dynamic Routing
 
Ccna 4 Chapter 7 V4.0 Answers
Ccna 4 Chapter 7 V4.0 AnswersCcna 4 Chapter 7 V4.0 Answers
Ccna 4 Chapter 7 V4.0 Answers
 
Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011Ccna 2 chapter 3 v4.0 answers 2011
Ccna 2 chapter 3 v4.0 answers 2011
 
Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4Ccn pv7 route_sba-student-exam-4
Ccn pv7 route_sba-student-exam-4
 
Examen final ccna2
Examen final ccna2Examen final ccna2
Examen final ccna2
 

More from Đồng Quốc Vương

Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answersCcnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answersĐồng Quốc Vương
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerĐồng Quốc Vương
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
Đồng Quốc Vương
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014
Đồng Quốc Vương
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
Đồng Quốc Vương
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersĐồng Quốc Vương
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerĐồng Quốc Vương
 
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Đồng Quốc Vương
 
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Đồng Quốc Vương
 

More from Đồng Quốc Vương (20)

Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answersCcnav5.org ccna 3-chapter_4_v50_2014_exam_answers
Ccnav5.org ccna 3-chapter_4_v50_2014_exam_answers
 
Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014Ccnav5.org ccna 3-exam_2014
Ccnav5.org ccna 3-exam_2014
 
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracerCcnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
Ccnav5.org ccna 4-v5_practice_skills_assessment__packet_tracer
 
Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5Ccna 2 chapter 11 2014 v5
Ccna 2 chapter 11 2014 v5
 
Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5Ccna 2 chapter 1 2014 v5
Ccna 2 chapter 1 2014 v5
 
ccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answersccna 1 v5.0 itn practice final exam answers
ccna 1 v5.0 itn practice final exam answers
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
 
CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014CCNA 1 Chapter 7 v5.0 2014
CCNA 1 Chapter 7 v5.0 2014
 
CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014CCNA 1 Chapter 6 v5.0 2014
CCNA 1 Chapter 6 v5.0 2014
 
CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014CCNA 1 Chapter 5 v5.0 2014
CCNA 1 Chapter 5 v5.0 2014
 
CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014CCNA 1 Chapter 11 v5.0 2014
CCNA 1 Chapter 11 v5.0 2014
 
CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014CCNA 1 Chapter 10 v5.0 2014
CCNA 1 Chapter 10 v5.0 2014
 
CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014CCNA 1 Chapter 1 v5.0 2014
CCNA 1 Chapter 1 v5.0 2014
 
CCNA 1 Final v5.0 2014
CCNA 1 Final  v5.0 2014CCNA 1 Final  v5.0 2014
CCNA 1 Final v5.0 2014
 
Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014Ccnav5.org ccna 1-exam_2014
Ccnav5.org ccna 1-exam_2014
 
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answersCcnav5.org ccna 1-v50_itn_practice_final_exam_answers
Ccnav5.org ccna 1-v50_itn_practice_final_exam_answers
 
Ccna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracerCcna 4 v5 practice skills assessment – packet tracer
Ccna 4 v5 practice skills assessment – packet tracer
 
Www ccnav5 net
Www ccnav5 netWww ccnav5 net
Www ccnav5 net
 
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_2_v5_0_exam_answers_2014
 
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
Www ccnav5 net_ccna_4_chapter_1_v5_0_exam_answers_2014
 

Recently uploaded

GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
CatarinaPereira64715
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 

Recently uploaded (20)

GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
ODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User GroupODC, Data Fabric and Architecture User Group
ODC, Data Fabric and Architecture User Group
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 

Ccnav5.org ccna 3-chapter_8_v50_2014_exam_answers

  • 1. ccnav5.org http://ccnav5.org/ccna-3-chapter-8-v5-0-2014-exam-answers/?pfstyle=wp CCNAV5.Org CCNAv5.Org CCNA 3 Chapter 8 v5.0 2014 Exam Answers CCNA 3 Chapter 8 v5.0 2014 Exam Answers CCNA 3 Exam 2014 1 Which command can be issued on a router to verify that automatic summarization is enabled? show ip eigrp neighbors show ip protocols* show ip interface brief show ip eigrp interfaces 2 Which address best summarizes the IPv6 addresses 2001:DB8:ACAD::/48, 2001:DB8:9001::/48, and 2001:DB8:8752::/49? 2001:DB8:8000::/48 2001:DB8:8000::/36 2001:DB8:8000::/47 2001:DB8:8000::/34* 3 Refer to the exhibit. Router R3 is receiving multiple routes through the EIGRP routing protocol. Which statement is true about the implementation of summarization in this network? Automatic summarization has been enabled only for the 172.21.100.0/24 network. Automatic summarization is enabled on neighboring routers.
  • 2. Automatic summarization is disabled on a per-interface basis. Automatic summarization is disabled on R3.* 4 Refer to the exhibit. Considering that R2, R3, and R4 are correctly configured, why did R1 not establish an adjacency with R2, R3, and R4? because the automatic summarization is enabled on R1 because the IPv4 address on Fa0/0 interface of R1 is incorrect because the Fa0/0 interface of R1 is declared as passive for EIGRP* because there is no network command for the network 192.168.1.0/24 on R1 5 In which IOS CLI mode must a network administrator issue the maximum-paths command to configure load balancing in EIGRP? router configuration mode* interface configuration mode global configuration mode privileged mode 6 Two routers, R1 and R2, have established an EIGRP neighbor relationship, but there is still a connectivity problem. Which issue could be causing this problem? a process ID mismatch an authentication mismatch an access list that is blocking advertisements from other networks* automatic summarization that is disabled on both routers 7
  • 3. Refer to the exhibit. Remote users are experiencing connectivity problems when attempting to reach hosts in the 172.21.100.0 /24 network. Using the output in the exhibit, what is the most likely cause of the connectivity problem? The GigabitEthernet 0/1 interface is not participating in the EIGRP process.* The hello timer has been modified on interface GigabitEthernet 0/1 of R3 and not on the neighbor, causing a neighbor adjacency not to form. The passive-interface command is preventing neighbor relationships on interface GigabitEthernet 0/0. The GigabitEthernet interfaces are not limiting the flow of EIGRP message information and are being flooded with EIGRP traffic. 8 In which scenario will the use of EIGRP automatic summarization cause inconsistent routing in a network? when there is no common subnet that exists between neighboring routers when the routers in an IPv4 network have mismatching EIGRP AS numbers when there is no adjacency that is established between neighboring routers when the routers in an IPv4 network are connected to discontiguous networks with automatic summarization enabled* 9 Refer to the exhibit. Routers R1 and R2 are directly connected via their serial interfaces and are both running the EIGRP routing protocol. R1 and R2 can ping the directly connected serial interface of their neighbor, but they cannot form an EIGRP neighbor adjacency. What action should be taken to solve this problem? Configure the same hello interval between the routers. Configure EIGRP to send periodic updates. Enable the serial interfaces of both routers. Configure both routers with the same EIGRP process ID.*
  • 4. 10 Refer to the exhibit. Which statement accurately reflects the configuration of routing on the HQ router? The IP address assigned to the GigabitEthernet0/0 interface is 172.16.2.0 255.255.255.0. A static default route was configured on this router.* A static default route was learned via EIGRP routing updates. The static default route should be redistributed using the default-information originate command. 11 Refer to the exhibit. Which statement is supported by the output? The route to 192.168.1.1 represents the configuration of a loopback interface. A static default route has been manually configured on this router. A default route is being learned through an external process.* Summarization of routes has been manually configured. 12
  • 5. Refer to the exhibit. Which two routes will be advertised to the router ISP if autosummarization is disabled? (Choose two.) 10.1.2.0/24* 10.1.4.0/28 10.1.4.0/30* 10.1.4.0/24 10.1.0.0/16 13 Refer to the exhibit. A network administrator has configured EIGRP authentication between routers R1 and R2. After the routing tables are reviewed, it is noted that neither router is receiving EIGRP updates. What is a possible cause for this failure? The same autonomous system numbers must be used in the interface configurations of each router.* The key string should be used in interface mode instead of the key chain. The same number of key strings must be used on each router. The same key chain name must be used on each router.
  • 6. The authentication configuration is correct, issue the show ip eigrp neighbors command to troubleshoot the issue. 14 Two routers, R1 and R2, share a 64 kb/s link. An administrator wants to limit the bandwidth used by EIGRP between these two routers to 48 kb/s. Which command is used on both routers to configure the new bandwidth setting? ip bandwidth-percent eigrp 100 48 ip bandwidth-percent eigrp 100 75* ip bandwidth-percent eigrp 75 100 ip bandwidth-percent eigrp 64 48 ip bandwidth-percent eigrp 100 64 15 Which three statements are advantages of using automatic summarization? (Choose three.) It decreases the number of entries in the routing table.* It reduces the frequency of routing updates.* It ensures that traffic for multiple subnets uses one path through the internetwork.* It maximizes the number of routes in the routing table. It improves reachability in discontiguous networks. It increases the size of routing updates. 16 Refer to the exhibit. After the configuration shown is applied on router R1, the exhibited status message is displayed. Router R1 is unable to form a neighbor relationship with R2 on the serial 0/1/0 interface. What is the most likely cause of this problem? The passive-interface command should have been issued on serial 0/1/0. The IPv4 address configured on the neighbor that is connected to R1 serial 0/1/0 is incorrect.* The hello interval has been altered on serial 0/1/0 and is preventing a neighbor relationship from forming. The network statement used for EIGRP 55 does not enable EIGRP on interface serial 0/1/0.
  • 7. The networks that are configured on serial 0/0/0 and serial 0/1/0 of router R1 are overlapping. 17 What is a characteristic of manual route summarization? requires high bandwidth utilization for the routing updates has to be configured globally on the router reduces total number of routes in routing tables* cannot include supernet routes 18 Fill in the blank. Do not use abbreviations. The ” passive-interface ” command causes an EIGRP router to stop sending hello packets through an interface. 19 Refer to the exhibit. A network administrator has issued the shown commands. The EIGRP routing domain has completely converged and a network administrator is planning on configuring EIGRP authentication throughout the complete network. On which two interfaces should EIGRP authentication be configured between R2 and R3? (Choose two.) gig 0/0 of R3 serial 0/1/0 of R4 serial 0/1/0 of R2* serial 0/0/1 of R2 serial 0/0/1 of R3* 20 Fill in the blank. Do not use abbreviations. What is the command that should be issued on a router to verify that EIGRP adjacencies were formed? ” show ip eigrp neighbor ” 21
  • 8. Launch PT Hide and Save PT Open the PT Activity. Perform the tasks in the activity instructions and then answer the question. R1 and R2 could not establish an EIGRP adjacency. What is the problem? EIGRP is down on R2. EIGRP is down on R1.* R1 Fa0/0 link local address is wrong. R1 Fa0/0 and R2 Fa0/0 are on different networks. R1 Fa0/0 is not configured to send hello packets. 22 Refer to the exhibit. A network administrator has attempted to implement a default route from R1 to the ISP and propagate the default route to EIGRP neighbors. Remote connectivity from the EIGRP neighbor routers to the ISP connected to R1 is failing. Based on the output from the exhibit, what is the most likely cause of the problem? There are no EIGRP neighbor relationships on R1. The command default-information originate has not been issued on R1. The network statement for the ISP connection has not been issued. The command redistribute static has not been issued on R1.* The ip route command must specify a next-hop IP address instead of an exit interface when creating a default route. 23
  • 9. Refer to the exhibit. All networks are active in the same EIGRP routing domain. When the auto-summary command is issued on R3, which two summary networks will be advertised to the neighbors? (Choose two.) 172.16.3.0/24 172.16.0.0/16* 192.168.10.0/24* 192.168.10.0/30 192.168.1.0/30