Master the 400 101 ccie CCIE Routing and Switching (v5.0) content and be ready for exam day success quickly with this Examcollection cisco 400 101 exam cram. We guarantee it!We make it a reality and give you real 400 101 ccie questions in our Cisco 400 101 pdf braindumps.Latest 100% VALID Cisco cisco 400 101 Exam Questions Dumps at below page. You can use our Cisco 400 101 dumps braindumps and pass your exam.

Q231. What are three required commands when you enable source-specific multicast for addresses in the range 233.0.0.0/8? (Choose three.) 

A. ip multicast-routing 

B. ip igmp version 3 

C. ip pim ssm-range 233.0.0.0/8 

D. ip igmp version 2 

E. ip pim ssm-range default 

F. set routing-options multicast ssm-groups 233.0.0.0/8 

Answer: A,B,C 


Q232. Which two protocols does the Management Plane Protection feature support? (Choose two.) 

A. ARP 

B. HTTPS 

C. TFTP 

D. OSPF 

Answer: B,C 


Q233. DRAG DROP 

Drag and drop the protocol on the left to the corresponding administrative distance on the right. 

Answer: 


Q234. What is the destination address of an IGMPv2 general membership query? 

A. 224.0.0.1 

B. 224.0.1.1 

C. 224.0.0.2 

D. the multicast group address 

Answer:


Q235. Which two BGP attributes are optional, non-transitive attributes? (Choose two.) 

A. AS path 

B. local preference 

C. MED 

D. weight 

E. cluster list 

Answer: C,E 


Q236. As a best practice, when a router is configured as an EIGRP Stub, which routes should be received from its distribution neighbor? 

A. the default route 

B. static routes 

C. internal routes only 

D. internal and external routes 

Answer:

Explanation: 

Stub routing is commonly used in a hub and spoke network topology. In a hub and spoke network, one or more end (stub) networks are connected to a remote router (the spoke) that is connected to one or more distribution routers (the hub). The remote router is adjacent only to one or more distribution routers. The only route for IP traffic to follow into the remote router is through a distribution router. This type of configuration is commonly used in WAN topologies where the distribution router is directly connected to a WAN. The distribution router can be connected to many more remote routers. Often, the distribution router will be connected to 100 or more remote routers. In a hub and spoke topology, the remote router must forward all nonlocal traffic to a distribution router, so it becomes unnecessary for the remote router to hold a complete routing table. Generally, the distribution router need not send anything more than a default route to the remote router. 

Reference: http://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/eigrpstb.html 


Q237. Which two configuration changes should be made on the OTP interface of an EIGRP OTP route reflector? (Choose two.) 

A. passive-interface 

B. no split-horizon 

C. no next-hop-self 

D. hello-interval 60, hold-time 180 

Answer: B,C 

Explanation: 

The EIGRP Over the Top feature enables a single end-to-end Enhanced Interior Gateway Routing Protocol (EIGRP) routing domain that is transparent to the underlying public or private WAN transport that is used for connecting disparate EIGRP customer sites. When an enterprise extends its connectivity across multiple sites through a private or a public WAN connection, the service provider mandates that the enterprise use an additional routing protocol, typically the Border Gateway Protocol (BGP), over the WAN links to ensure end-to-end routing. The use of an additional protocol causes additional complexities for the enterprise, such as additional routing processes and sustained interaction between EIGRP and the routing protocol to ensure connectivity, for the enterprise. With the EIGRP Over the Top feature, routing is consolidated into a single protocol (EIGRP) across the WAN. 

Perform this task to configure a customer edge (CE) device in a network to function as an EIGRP Route Reflector: 

1. enable 

2. configure terminal 

3. router eigrp virtual-name 

4. address-family ipv4 unicast autonomous-system as-number 

5. af-interface interface-type interface-number 

6. no next-hop-self 

7. no split-horizon 

8. exit 

9. remote-neighbors source interface-type interface-number unicast-listen lisp-encap 

10. network ip-address 

11. end 

Note. Use no next-hop-self to instruct EIGRP to use the received next hop and not the local outbound interface address as the next hop to be advertised to neighboring devices. If no next-hop-self is not configured, the data traffic will flow through the EIGRP Route Reflector. 

Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_eigrp/configuration/xe-3s/ire-xe-3s-book/ire-eigrp-over-the-top.html 


Q238. Which two types of traffic are blocked when the storm control threshold for multicast traffic is reached on a port? (Choose two.) 

A. BPDU 

B. OSPF 

C. CDP 

D. IS-IS 

E. LLDP 

Answer: B,D 


Q239. Refer to the exhibit. 

Routers R1 and R2 are configured as shown, and traffic from R1 fails to reach host 209.165.201.254. 

Which action can you take to correct the problem? 

A. Ensure that R2 has a default route in its routing table. 

B. Change the OSPF area type on R1 and R2. 

C. Edit the router configurations so that address 209.165.201.254 is a routable address. 

D. Remove the default-information originate command from the OSPF configuration of R2. 

Answer:

Explanation: 

Not sure that any of these answers are correct, it appears that this configuration is valid for reaching that one specific host IP. Answer A does have a route to that host so it would not need a default route to get to it. Choice B is incorrect as the area types have nothing to do with this. C is incorrect as that IP address is routable, and D is needed so that R1 will have a default route advertised to it from R2 so that it can reach this destination. 


Q240. How does EIGRP derive the metric for manual summary routes? 

A. It uses the best composite metric of any component route in the topology table. 

B. It uses the worst composite metric of any component route in the topology table. 

C. It uses the best metric vectors of all component routes in the topology table. 

D. It uses the worst metric vectors of all component routes in the topology table. 

Answer:

Explanation: 

For example if your router has a routing table like this: 

D 192.168.8.0/24 [90/2632528] via 192.168.0.1, 00:00:12, Serial0/0 

D 192.168.9.0/24 [90/2323456] via 192.168.0.1, 00:00:12, Serial0/0 

D 192.168.10.0/24 [90/2195456] via 192.168.0.1, 00:00:12, Serial0/0 

D 192.168.11.0/24 [90/2323456] via 192.168.0.1, 00:00:12, Serial0/0 

Now suppose you want to manually summarize all the routes above, you can use this command (on the router that advertised these routes to our router): 

Router(config-if)#ip summary-address eigrp 1 192.168.8.0 255.255.248.0 

After that the routing table of your router will look like this: 

D 192.168.8.0/21 [90/2195456] via 192.168.0.1, 00:01:42, Serial0/0 

And we can see the manual summary route takes the smallest metric of the specific routes.