Вы находитесь на странице: 1из 13

CCNA Answers CCNA Exam CCNA Exams

CCNA Exam Answers, CCNA Final Exam Answers, CCNA Module Answers, CCNA Chapter Answers, CCNA Test Answers, CCNA Questions and Answers, CCNA 1 Answers, CCNA 2 Answers, CCNA 3 Answers, CCNA 4 Answers, CCNA v4 Answers Home About Contact VLSM Calculator CCNA Forums
Ads by Google

CCNA Cisco

CCNA Exam Question

CCNA Exam

Cisco CCNA

CCNA 2 Chapter 8 V4.0 Answers


Posted in CCNA 2 - Routing Protocols and Concepts (V4.0) - 18 April 2010 - 6 comments - 89,289 views 1.

Refer to the exhibit. Router B receives a packet with a destination address of 10.16.1.97. What will router B do? drop the packet forward the packet via the route to 10.16.1.0

forward the packet via the route to 10.16.1.64 use the default route

2. A network is converged and the routing tables are complete. When a packet needs to be forwarded, what is the first criterion used to determine the best path in the routing table? the route with the smallest AD the route with the longest address and mask match to the destination

the route with the highest bandwidth the route with the best combination of AD and lowest cost

3.

Refer to the exhibit. Which statement correctly describes this network?

EIGRP is being used There is at least one parent and one child route 192.168.2.0, 192.168.3.0, and 192.168.4.0 networks are child routes Traffic going to 172.16.3.0 will be directed to s 0/0/1

4.

Refer to the exhibit. Router1 has been issued the ip classless command. What happens to packets destined to host 172.16.3.10? they are dropped sent to default gateway forward out interface Serial0/0/1 forward out interface FastEthernet 0/0

5. The following entry is displayed in the routing table: R 192.168.8.0/24 [120/2] via 192.168.4.1, 00:00:26, Serial0/0/1 What type of route is this? a level 1 parent route a level 1 supernet route a level 1 ultimate network route a level 2 child route a level 2 ultimate child route

6. What determines if the router implements a classless route lookup process? Child routes are present in the routing table. A classless routing protocol has been configured on the router. The command ip classless is enabled on the router. Multiple routes with different masks to the same destination are in the routing table. Routing table entries have a next-hop IP address and an exit interface for each child route.

7.

Refer to the exhibit. How many routes in this output qualify for use as ultimate routes? 3 4 5 6

8.

Refer to the exhibit. What protocol was used to distribute the routing information for the network 172.16.1.4? RIPv1 RIPv2 EIGRP OSPF

9.

Refer to the exhibit. What can be determined from this output? The router will have to perform recursive lookups to forward a packet destined for 192.168.2.213/24. The parent route for these networks was removed from the routing table. A route to 192.168.0.0/25 would be classified as a supernet route for the routes listed in the routing table. All of the routes listed are network routes.

10.

Refer to the exhibit. The graphic contains partial contents of the routing table on router E. Router E is running version 12.3 of the IOS and is configured for default routing behavior. Router E receives a packet to forward. Which route in the routing table will be searched first and why? 172.16.1.0/25 because it is the first ultimate route 0.0.0.0/0 because it is the lowest network number 172.16.0.0/25 because it is the first level 1 route 172.18.0.0/15 because it has the shortest mask

11.

Refer to the exhibit. Router1 is running IOS version 12.2. What will the network administrator need to do so that packets for unknown child routes of 172.16.0.0/24 will not be dropped? issue the ip default-network command use a classful routing protocol such as RIPv1 enable either OSPF or ISIS as the routing protocol issue the ip classless command do nothing, ip classless is on by default

12.

Refer to the exhibit. With the ip classless command issued, what will router R2 do with a packet destined for host 172.16.4.234? drop the packet send packet out Serial 0/0/1 send packet to network 0.0.0.0 send packet out FastEthernet 0/0

13. A router has the following entries in its routing table: S 192.168.0.0/24 [1/0] via 192.168.128.2 O 192.168.0.0/25 [110/2175] via 172.16.1.1, 00:02:15, FastEthernet0/1 D 192.168.0.0/25 [90/22455] via 172.16.2.2, 00:12:15, Serial0/0/0 R 192.168.0.0/26 [120/2] via 172.16.3.3, 00:00:15, Serial0/0/1 The router receives a packet that is destined for a host with the address 192.168.0.58. Which route would this router use to forward the packet? the static route the OSPF route the EIGRP route the RIP route

14.

Refer to the exhibit. What parent network will automatically be included in the routing table when the three subnets are configured on Router1? 172.16.0.0/16 172.16.0.0/24 172.16.0.0/30 172.16.1.0/16 172.16.1.0/24

15.

Refer to the exhibit. What subnet mask will Router1 apply to child routes of the 172.16.0.0/24 network? 0.0.0.0 255.255.0.0 255.255.255.0 255.255.255.255

16.

Refer to the exhibit. The network administrator has discovered that packets destined for servers on the 172.16.254.0 network are being dropped by Router2. What command should the administrator issue to ensure that these packets are sent out the gateway of last resort, Serial 0/0/1? ip classless no ip classless ip default-network 0.0.0.0 ip default-gateway 172.16.254.1 ip route 0.0.0.0 0.0.0.0 Serial 0/0/1

17.

Refer to the exhibit. A packet destined for host 128.107.0.5/16 is processed by the JAX router. After finding the static route in the routing table that matches the destination network for this packet, what does the router do next? searches for a default route to forward the packet drops the packet since the static route does not have an exit interface performs a recursive lookup to find the exit interface used to forward the packet

sends a request to neighboring routers for the location of the 128.107.0.0 network

18. What occurs when no ip classless is implemented on the router? The router will only support classful IP addressing. The router will only support classful routing protocols. The router will use a default route, if present, when a matching route is not found in the routing table. The router will assume it has knowledge of all subnets in the network and will not search beyond child routes for a better match.

19. A route to a destination network is learned from multiple routing protocols. What is used by a Cisco router to select the preferred route to the destination that will be installed in the routing table? metric route prefix update timer administrative distance ccna 2 chapter 8, A route to a destination network is learned from multiple routing protocols If each learned route has the same network prefix what is used by a Cisco router to select the preferred route to the destination that will be installed in the routing table?, CCNA chapter 8, What needs to be configured on a router to ensure that when the router receives a packet with an unknown destination the router will forward it to the next hop?, ccna answers chapter 8, ccna2 chapter 8, CCNA 2 Chapter 8 V4 0 Answers, Chapter 8, cisco 2 chapter 8 answers, ccna answer chapter 8 Tags: CCNA 2, CCNA 2 Module 8 Answers 2010, CCNA Exploration 2 Chapter 8 Answers, CCNA Exploration 2 Module 8 Exam Answers, CCNA Module 8 Answers, CCNA2 Chapter8, Cisco CCNA 2 Chapter 8 Exam Answers, Routing Protocols and Concepts Chapter 8 Answers 6 Responses - Add Yours+

1.

Christina says: November 30, 2010 at 11:10 pm Thanks, 100% Reply

2.

LySang says: December 9, 2010 at 2:21 am

Thank !! Reply 3. LifetimeTorrenter says: March 9, 2011 at 12:21 pm Always appreciated Reply 4. vik says: March 30, 2011 at 5:49 am 100% Reply 5. James says: August 13, 2011 at 4:18 am wohoo.tnx men Reply 6. zek says: March 12, 2012 at 6:37 am thanks ^_^ Reply Leave a Reply
Name (required) Mail (will not be published) (required) Website

Submit Comment

Categories CCNA 1 Network Fundamentals (V4.0) (14) CCNA 2 Routing Protocols and Concepts (V4.0) (13) CCNA 3 LAN Switching and Wireless (V4.0) (9) CCNA 4 Accessing the WAN (V4.0) (12) CCNA Discovery 1 Networking for Home and Small Businesses (V4.0) (5) CCNA 1 Networking Basics (V3.1) (13) CCNA 2 Router and Routing Basics (V3.1) (13) CCNA 3 Switching Basics and Intermediate Routing (V3.1) (10) CCNA 4 WAN Technologies (V3.1) (8) Most Views CCNA 1 Final Exam Answers 2011 CCNA 3 Final Exam V4.0 Answers CCNA 4 Final Exam V4.0 Answers CCNA 1 Final Exam V4.0 Answers CCNA 1 Chapter 10 V4.0 Answers CCNA 2 Final Exam V4.0 Answers CCNA 1 Chapter 2 V4.0 Answers CCNA 2 Final Exam Answers 2012 CCNA 1 Chapter 11 V4.0 Answers CCNA 2 Chapter 1 V4.0 Answers Tags

CCNA 1

CCNA 1 Practice Final Exam Answers

CCNA 2

CCNA 2 Practice Final Exam Answers

CCNA 3 CCNA 3
2012 CCNA

Practice Final Exam Answers

CCNA 4 CCNA 4 Final CCNA 4 Final Exam V4.0 Answers 2011 CCNA 4 Final Exam V4.0 Answers 2012
CCNA Final CCNA Final 2011 CCNA Final 2012 CCNA Final Exam 2012 CCNA

CCNA 4 Practice Final Exam Answers CCNA 2011 CCNA 2012 CCNA Answers 2011 CCNA Answers Exam 2011 CCNA Exam 2012 Module 1 Answers

Discovery 1 CCNA Discovery: Networking for Home and Small Businesses (Version 4.0) CCNA CCNA Module 2 Answers CCNA Module 3 Answers CCNA Module 4 Answers CCNA Final Exam LAN Switching and Wireless

Module 5 Answers CCNA Module 6 Answers CCNA Module 7 Answers CCNA Module 8 Answers CCNA Module
9 Answers CCNA Module 10 Answers CCNA Module 11 Answers Cisco CCNA 1 Final Exam Answers Cisco CCNA 2 Final Exam Answers Cisco CCNA 3 Final Exam Answers

Cisco CCNA 4 Final Exam Answers Exam 2011 Exam 2012

Final Exam Answers

Network Fundamentals Final Exam Answers Practice Routing Protocols and Concepts Final Exam Answers

Download CCNA PDF File CCNA Tools CCNA Updated 2011 Recent Posts CCNA Discovery 1 Chapter 5 V4.0 Answers CCNA Discovery 1 Chapter 4 V4.0 Answers

CCNA Discovery 1 Chapter 3 V4.0 Answers CCNA Discovery 1 Chapter 2 V4.0 Answers CCNA Discovery 1 Chapter 1 V4.0 Answers Recent Comments Balot on CCNA 3 Chapter 5 V4.0 Answers Kelvin on CCNA 3 Final Exam V4.0 Answers vanhuu on CCNA 3 Chapter 6 V4.0 Answers TheMan on CCNA 1 Chapter 6 V4.0 Answers yegz on CCNA 1 Chapter 2 V4.0 Answers Directories

Rate My Blog --

Copyright 2012 CCNA Answers CCNA Exam CCNA Exams. Entries (RSS).

Вам также может понравиться