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

certleader.com

Q1. - (Topic 2) 

What are two enhancements that OSPFv3 supports over OSPFv2? (Choose two.) 

A. It requires the use of ARP. 

B. It can support multiple IPv6 subnets on a single link. 

C. It supports up to 2 instances of OSPFv3 over a common link. 

D. It routes over links rather than over networks. 

Answer: B,D Explanation: 

Here is a list of the differences between OSPFv2 and OSPFv3: 

They use different address families (OSPFv2 is for IPv4-only, OSPFv3 can be used for IPv6-only or both protocols OSPFv3 introduces new LSA types OSPFv3 has different packet format OSPFv3 uses different flooding scope bits (U/S2/S1) OSPFv3 adjacencies are formed over link-local IPv6 communications OSPFv3 runs per-link rather than per-subnet OSPFv3 supports multiple instances on a single link, Interfaces can have multiple IPv6 addresses OSPFv3 uses multicast addresses FF02::5 (all OSPF routers), FF02::6 (all OSPF DRs) OSPFv3 Neighbor Authentication done with IPsec (AH) OSPFv2 Router ID (RID) must be manually configured, still a 32-bit number 

Reference: http://www.networkworld.com/article/2225270/cisco-subnet/ospfv3-for-ipv4-and-ipv6.html 

Q2. - (Topic 2) 

Refer to the exhibit. 

If the router Cisco returns the given output and has not had its router ID set manually, what value will OSPF use as its router ID? 

A. 192.168.1.1 

B. 172.16.1.1 

C. 1.1.1.1 

D. 2.2.2.2 

Answer:

Explanation: 

If a router-id is not configured manually in the OSPF routing process the router will automatically configure a router-id determined from the highest IP address of a logical interface (loopback interface) or the highest IP address of an active interface. If more than one loopback interfaces are configured, the router will compare the IP addresses of each of the interfaces and choose the highest IP address from the loopbacks. 

Q3. - (Topic 2) 

Refer to the exhibit. 

Based on the exhibited routing table, how will packets from a host within the 192.168.10.192/26 LAN be forwarded to 192.168.10.1? 

A. The router will forward packets from R3 to R2 to R1. 

B. The router will forward packets from R3 to R1 to R2. 

C. The router will forward packets from R3 to R2 to R1 AND from R3 to R1. 

D. The router will forward packets from R3 to R1. 

Answer:

Explanation: 

From the routing table we learn that network 192.168.10.0/30 is learned via 2 equal- cost paths (192.168.10.9 &192.168.10.5) - traffic to this network will be load-balanced. 

Q4. - (Topic 2) 

Which parameter would you tune to affect the selection of a static route as a backup, when a dynamic protocol is also being used? 

A. hop count 

B. administrative distance 

C. link bandwidth 

D. link delay 

E. link cost 

Answer:

Explanation: 

What Is Administrative Distance? 

http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094195.shtml 

Administrative distance is the feature that routers use in order to select the best path. Administrative distance defines the reliability of a routing protocol. Each routing protocol is prioritized in order of most to least reliable (believable) with the help of an administrative distance value. Lowest Administrative distance will be chosen first. 

Q5. - (Topic 2) 

Refer to the exhibit. 

Which two statements are true about the loopback address that is configured on RouterB? (Choose two.) 

A. It ensures that data will be forwarded by RouterB. 

B. It provides stability for the OSPF process on RouterB. 

C. It specifies that the router ID for RouterB should be 10.0.0.1. 

D. It decreases the metric for routes that are advertised from RouterB. 

E. It indicates that RouterB should be elected the DR for the LAN. 

Answer: B,C 

Explanation: A loopback interface never comes down even if the link is broken so it provides stability for the OSPF process (for example we use that loopback interface as the router-id) - B is correct. 

The router-ID is chosen in the order below: 

The highest IP address assigned to a loopback (logical) interface. If a loopback interface is not defined, the highest IP address of all active router’s physical interfaces will be chosen. 

-The loopback interface will be chosen as the router ID of RouterB - C is correct. 

Q6. - (Topic 2) 

A router receives information about network 192.168.10.0/24 from multiple sources. What will the router consider the most reliable information about the path to that network? 

A. an OSPF update for network 192.168.0.0/16 

B. a static route to network 192.168.10.0/24 

C. a static route to network 192.168.10.0/24 with a local serial interface configured as the next hop 

D. a RIP update for network 192.168.10.0/24 

E. a directly connected interface with an address of 192.168.10.254/24 

F. a default route with a next hop address of 192.168.10.1 

Answer:

Explanation: 

What Is Administrative Distance? http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094195.shtml 

Select the Best Path Administrative distance is the first criterion that a router uses to determine which routing protocol to use if two protocols provide route information for the same destination. Administrative distance is a measure of the trustworthiness of the source of the routing information. Administrative distance has only local significance, and is not advertised in routing updates. Note: The smaller the administrative distance value, the more reliable the protocol. For example, if a router receives a route to a certain network from both Open Shortest Path First (OSPF) (default administrative distance - 110) and Interior Gateway Routing Protocol (IGRP) (default administrative distance - 100), the router chooses IGRP because IGRP is more reliable. This means the router adds the IGRP version of the route to the routing table. 

Q7. - (Topic 1) 

Refer to the exhibit. 

A technician has configured the FastEthernet 0/1 interface on Sw11 as an access link in VLAN 1. Based on the output from the show vlan brief command issued on Sw12, what will be the result of making this change on Sw11? 

A. Only the hosts in VLAN 1 on the two switches will be able to communicate with each other. 

B. The hosts in all VLANs on the two switches will be able to communicate with each other. 

C. Only the hosts in VLAN 10 and VLAN 15 on the two switches will be able to communicate with each other. 

D. Hosts will not be able to communicate between the two switches. 

Answer:

Explanation: 

VLANs are local to each switch's database, and VLAN information is not passed between switches without implementing VLAN Trunk Protocol (VTP). Trunks carry traffic from all VLANs to and from the switch by default but, can be configured to carry only specified VLAN traffic. Trunk links are required to pass VLAN information between switches. So Sw11 port should be trunk not access port. Additionally, there are no ports assigned to VLAN 1. 

Q8. - (Topic 3) 

What command is used to verify the DLCI destination address in a Frame Relay static configuration? 

A. show frame-relay pvc 

B. show frame-relay lmi 

C. show frame-relay map 

D. show frame relay end-to-end 

Answer:

Explanation: 

Cisco Frame Relay Configurations http://www.ciscopress.com/articles/article.asp?p=170741&seqNum=9 show frame-relay map The show frame-relay map privileged EXEC mode command shows the contents of the next hop protocol address to DLCI mapping table on the router. The table contains both dynamic mapped and static mapped entries. The below example shows a sample output of the show frame-relay map command. Router#show frame-relay map Serial1/2 (up): ip 172.16.1.4 dlci 401(0x191,0x6410), dynamic, broadcast,, status defined, active Serial1/2 (up): ip 172.16.1.5 dlci 501(0x1F5,0x7C50), dynamic, broadcast,, status defined, active Serial1/2 (up): ip 172.16.1.2 dlci 301(0x12D,0x48D0), dynamic, broadcast,, status defined, active 

Q9. - (Topic 3) 

Refer to the exhibit. 

A technician pastes the configurations in the exhibit into the two new routers shown. Otherwise, the routers are configured with their default configurations. A ping from Host1 to Host2 fails, but the technician is able to ping the S0/0 interface of R2 from Host1. The configurations of the hosts have been verified as correct. What is the cause of the problem? 

A. The serial cable on R1 needs to be replaced. 

B. The interfaces on R2 are not configured properly. 

C. R1 has no route to the 192.168.1.128 network. 

D. The IP addressing scheme has overlapping subnetworks. 

E. The ip subnet-zero command must be configured on both routers. 

Answer:

Explanation: 

Whenever a node needs to send data to another node on a network, it must first know where to send it. If the node cannot directly connect to the destination node, it has to send it via other nodes along a proper route to the destination node. A remote network is a network that can only be reached by sending the packet to another router. Remote networks are added to the routing table using either a dynamic routing protocol or by configuring static routes. Static routes are routes to networks that a network administrator manually configured.So R should have static route for the 192.168.1.128. 

Q10. - (Topic 1) 

Refer to the exhibit 

Which switch provides the spanning-tree designated port role for the network segment that services the printers? 

A. Switch1 

B. Switch2 

C. Switch3 

D. Switch4 

Answer:

Explanation: 

First, the question asks what switch services the printers, so it can be Switch 3 or Switch 4 

which is connected directly to the Printers. 

Designated port is a port that is in the forwarding state. All ports of the root bridge are 

designated ports. 

Switch 3 and Switch 4 has same priority so it will see on lowest MAC address and here 

switch 3 has lowest MAC address. So switch 3 segment will play a Designated port role. 

By comparing the MAC address of Switch 3 and Switch 4 we found that the MAC of Switch 

3 is smaller. Therefore the interface connected to the Printers of Switch 3 will become 

designated interface and the interface of Switch 4 will be blocked.