200-105 Exam - Interconnecting Cisco Networking Devices Part 2 (ICND2 v3.0)

certleader.com

Q1. - (Topic 2) 

Refer to the exhibit. 

A packet with a source IP address of 192.168.2.4 and a destination IP address of 10.1.1.4 arrives at the AcmeB router. What action does the router take? 

A. forwards the received packet out the Serial0/0 interface 

B. forwards a packet containing an EIGRP advertisement out the Serial0/1 interface 

C. forwards a packet containing an ICMP message out the FastEthemet0/0 interface 

D. forwards a packet containing an ARP request out the FastEthemet0/1 interface 

Answer: C Explanation: 

CCNA - EIGRP Common Question http://www.orbitco-ccna-pastquestions.com/CCNA---EIGRP-Common-Question.php 

Looking at the output above, there is no IP route for 10.1.1.4 address on AcmeB routing table. If the router can no find a specific path in its routing table to a particular route,( In this case no path is found so AcmeB) the router will inform the source host with an ICMP message that the destination is unreachable and this will be through the same interface it has received the packet (interface Fa0/0 network 192.168.3.0/28 from the exhibit). 

Topic 3, WAN Technologies 

Q2. - (Topic 2) 

Refer to the exhibit. 

Assume that all of the router interfaces are operational and configured correctly. How will router R2 be affected by the configuration of R1 that is shown in the exhibit? 

A. Router R2 will not form a neighbor relationship with R1. 

B. Router R2 will obtain a full routing table, including a default route, from R1. 

C. R2 will obtain OSPF updates from R1, but will not obtain a default route from R1. 

D. R2 will not have a route for the directly connected serial network, but all other directly connected networks will be present, as well as the two Ethernet networks connected to R1. 

Answer:

Explanation: 

Open Shortest Path First http://en.wikipedia.org/wiki/Open_Shortest_Path_First 

The configuration of R1 shows "router ospf 1" however, the diagram also shows that both routers should be in the backbone OSPF Area of "0". When routers are in different OSPF areas they will not form a neighbor relationship. Neighbor relationships As a link state routing protocol, OSPF establishes and maintains neighbor relationships in order to exchange routing updates with other routers. The neighbor relationship table is called an adjacency database in OSPF. Provided that OSPF is configured correctly, OSPF forms neighbor relationships only with the routers directly connected to it. In order to form a neighbor relationship between two routers, the interfaces used to form the relationship must be in the same area. Generally an interface is only configured in a single area, however you can configure an interface to belong to multiple areas. In the second area, such an interface must be configured as a secondary interface. (A neighbor state simulation shows how neighbor state changes from Down to Full Adjacency progressively with exchanging Hello, DD, Request, Update, and Ack packets). 

Q3. DRAG DROP - (Topic 3) 

Answer:  

Explanation: 

1) a router is this type of device: DTE2) the most common type of virtual circuit: PVC3) provides status messages between DTE and DCE devices: LMI4) identifies the virtual connection between the DTE and the switch: DLCI 

CCNA Certification Test Prep Case Study http://www.thebryantadvantage.com/CCNACertificationExamTutorialDirectlyConnectedSeri alInterfaces.htm Configuring the LMI Type on a Frame Relay Interface http://www.ciscopress.com/articles/article.asp?p=170741&seqNum=3 Frame Relay DLCIs And Mappings http://www.mcmcse.com/cisco/guides/frame_relay_dlci.shtml 

Q4. - (Topic 1) 

Which port state is introduced by Rapid-PVST? 

A. learning 

B. listening 

C. discarding 

D. forwarding 

Answer:

Explanation: 

Spanning Tree from PVST+ to Rapid-PVST Migration Configuration Example Reference 1: http://www.cisco.com/en/US/products/hw/switches/ps708/products_configuration_example 09186a00807b0670.shtml 

Reference 2: http://www.cisco.com/en/US/tech/tk389/tk621/technologies_white_paper09186a0080094cf a.shtml 

PVST+ is based on IEEE802.1D Spanning Tree Protocol (STP). But PVST+ has only 3 port states (discarding, learning and forwarding) while STP has 5 port states (blocking, listening, learning, forwarding and disabled). So discarding is a new port state in PVST+. 

Background Information 

802.1D Spanning Tree Protocol (STP) has a drawback of slow convergence. Cisco 

Catalyst switches support three types of STPs, which are PVST+, rapid-PVST+ and MST. 

PVST+ is based on IEEE802.1D standard and includes Cisco proprietary extensions such 

as BackboneFast, UplinkFast, and PortFast. Rapid-PVST+ is based on IEEE 802.1w 

standard and has a faster convergence than 802.1D. RSTP (IEEE 802.1w) natively 

includes most of the Cisco proprietary enhancements to the 802.1D Spanning Tree, such 

as BackboneFast and UplinkFast. Rapid-PVST+ has these unique features: 

Uses Bridge Protocol Data Unit (BPDU) version 2 which is backward compatible with the 

802.1D STP, which uses BPDU version 0. 

All the switches generate BPDUs and send out on all the ports every 2 seconds, whereas 

in 802.1D STP only the root bridge sends the configuration BPDUs. 

Port Roles—Root port, designated port, alternate port and backup port. 

Port States—Discarding, Learning, and Forwarding. 

Port Types—Edge Port (PortFast), Point-to-Point and Shared port. 

Rapid-PVST uses RSTP to provide faster convergence. When any RSTP port receives 

legacy 802.1D BPDU, it falls back to legacy STP and the inherent fast convergence 

benefits of 802.1w are lost when it interacts with legacy bridges. 

Q5. - (Topic 2) 

Which two statements about the OSPF Router ID are true? (Choose two.) 

A. It identifies the source of a Type 1 LSA. 

B. It should be the same on all routers in an OSPF routing instance. 

C. By default, the lowest IP address on the router becomes the OSPF Router ID. 

D. The router automatically chooses the IP address of a loopback as the OSPF Router ID. 

E. It is created using the MAC Address of the loopback interface. 

Answer: A,D 

Explanation: 

From the output of the “show ip ospf database”: r120#show ip ospf data 

OSPF Router with ID (10.0.0.120) (Process ID 1) 

Next, who are the other routers in our area? Router Link States (Area 1) Link ID.ADV Router.Age.Seq#.Checksum Link count 

10.0.0.111.10.0.0.111.600.0x8000023A 0x0092B3 1 

10.0.0.112.10.0.0.112.1246.0x80000234 0x009CAC 1 

10.0.0.113.10.0.0.113.148.0x8000022C 0x004399 3 

10.0.0.120.10.0.0.120.152.0x80000240 0x0046CB 1 This tells us there are four routers in Area 1. The router with RID 10.0.0.113 has 3 links in Area 1, every one else has only 1 link. Also the router will chose the highest loopback interface as its OSPF router ID (if available). 

Q6. - (Topic 2) 

Refer to the exhibit. 

How will the router handle a packet destined for 192.0.2.156? 

A. The router will drop the packet. 

B. The router will return the packet to its source. 

C. The router will forward the packet via Serial2. 

D. The router will forward the packet via either Serial0 or Serial1. 

Answer:

Explanation: 

Router has pointed default router to 192.168.4.1 and this subnet is connected via serial 2 interface. Router does not have router for the 192.0.2.156. so it will use the default gateway 

192.168.4.1. A default route identifies the gateway IP address to which the router sends all IP packets for which it does not have a learned or static route. 

Q7. - (Topic 1) 

Refer to the exhibit. 

What commands must be configured on the 2950 switch and the router to allow communication between host 1 and host 2? (Choose two.) 

A. Router(config)# interface fastethernet 0/0 Router(config-if)# ip address 192.168.1.1 255.255.255.0 Router(config-if)# no shut down 

B. Router(config)# interface fastethernet 0/0 Router(config-if)# no shut down Router(config)# interface fastethernet 0/0.1 Router(config-subif)# encapsulation dot1q 10 Router(config-subif)# ip address 192.168.10.1 255.255.255.0 

Router(config)# interface fastethernet 0/0.2 Router(config-subif)# encapsulation dot1q 20 Router(config-subif)# ip address 192.168.20.1 255.255.255.0 

C. Router(config)# router eigrp 100 Router(config-router)# network 192.168.10.0 Router(config-router)# network 192.168.20.0 

D. Switch1(config)# vlan database Switch1(config-vlan)# vtp domain XYZ Switch1(config-vlan)# vtp server 

E. Switch1(config)# interface fastethernet 0/1 Switch1(config-if)# switchport mode trunk 

F. Switch1(config)# interface vlan 1 Switch1(config-if)# ip default-gateway 192.168.1.1 

Answer: B,E 

Explanation: 

The two answers B and E list all the commands needed to configure interVLAN routing. Please notice that Cisco switch 2950, 2960 only support dot1Q trunking so we don’t need to specify which trunking encapsulation to use in this case. For Cisco switches 3550 or above we have to use these commands instead: 

Switch3550(config-if)#switchport trunk encapsulation dot1q Switch3550(config-if)#switchport mode trunk 

References: http://www.cisco.com/en/US/tech/tk389/tk815/technologies_configuration_example09186a 00800949fd.shtml https://learningnetwork.cisco.com/servlet/JiveServlet/download/5669-2461/Router%20on%20a%20Stick.pdf. 

Q8. - (Topic 2) 

A network administrator is troubleshooting an EIGRP problem on a router and needs to confirm the IP addresses of the devices with which the router has established adjacency. The retransmit interval and the queue counts for the adjacent routers also need to be checked. What command will display the required information? 

A. Router# show ip eigrp adjacency 

B. Router# show ip eigrp topology 

C. Router#show ip eigrp interfaces 

D. Router#show ip eigrp neighbors 

Answer:

Explanation: 

Implementing EIGRP http://www.ciscopress.com/articles/article.asp?p=1171169&seqNum=3Below is an example of the show ip eigrp neighbors command. The retransmit interval (Smooth Round Trip Timer – SRTT) and the queue counts (Q count, which shows the number of queued EIGRP packets) for the adjacent routers are listed: R1#show ip eigrp neighbors IP-EIGRP neighbors for process 1 H Address Interface Hold Uptime SRTT RTO Q Seq (sec) (ms) Cnt Num 

0 10.10.10.2 Fa0/0 12 00:00:39 1282 5000 0 3 

Q9. - (Topic 2) 

Refer to the exhibit. 

The company uses EIGRP as the routing protocol. What path will packets take from a host on 192.168.10.192/26 network to a host on the LAN attached to router R1? 

R3# show ip route Gateway of last resort is not set 192 168.20.0/24 is variably subnetted, 6 subnets, 2 masks D 192.168.20.64/26 [90/2195456] via 192.168.20.9, 00:03:31, Serial0/0 D 192.168.20.0/30 [90/2681856] via 192.168.20.9, 00:03:31, Serial0/0 C 192.168.20.4/30 is directly connected, Serial0/1 C 192.168.20.8/30 is directly connected, Serial0/0 

C 192.168.20.192/26 is directly connected, FastEthernet0/0 

D 192.168.20.128/26 [90/2195456] via 192.168.20.5,00:03:31, Serial0/1 

A. The path of the packets will be R3 to R2 to R1 

B. The path of the packets will be R3 to R1 to R2 

C. The path of the packets will be both R3 to R2 to R1 and R3 to R1 

D. The path of the packets will be R3 to R1 

Answer:

Explanation: 

http://www.orbitco-ccna-pastquestions.com/CCNA---EIGRP-Common-Question.php 

Looking at the output display above, the LAN attached to router R1 belongs to 192.168.20.64/26 subnet and learned this network via 192.168.20.9 which will be an IP address in 192.168.20.8/30 sub-network. This means that packets destined for 

192.168.20.64 will be routed from R3 to R1. 

Q10. - (Topic 2) 

What is the default maximum number of equal-cost paths that can be placed into the routing table of a Cisco OSPF router? 

A. 2 

B. 4 

C. 16 

D. unlimited 

Answer:

Explanation: 

4 is the default number of routes that OSPF will include in routing table if more than 4 equal cost routes exist for the same subnet. However, OSPF can include up to 16 equal cost routes in the routing table and perform load balancing amongst them. In order to configure this feature, you need to use the OSPF subcommand maximum-paths, i.e. maximum-paths 16.