Your success in Cisco 400 101 vce is our sole target and we develop all our 400 101 vce braindumps in a way that facilitates the attainment of this target. Not only is our 400 101 vce study material the best you can find, it is also the most detailed and the most updated. passleader 400 101 Practice Exams for Cisco CCIE Routing and Switching ccie 400 101 are written to the highest standards of technical accuracy.


♥♥ 2021 NEW RECOMMEND ♥♥

Free VCE & PDF File for Cisco 400-101 Real Exam (Full Version!)

★ Pass on Your First TRY ★ 100% Money Back Guarantee ★ Realistic Practice Exam Questions

Free Instant Download NEW 400-101 Exam Dumps (PDF & VCE):
Available on: http://www.surepassexam.com/400-101-exam-dumps.html

Q251. Which three types of traffic are protected when you implement IPsec within an IPv6-in-IPv4 tunnel? (Choose three.) 

A. IPv6 link-local traffic 

B. IPv6 multicast traffic 

C. IPv6 unicast traffic 

D. IPv4 tunnel control traffic 

E. IPv4 broadcast traffic 

F. IPv6 broadcast traffic 

Answer: A,B,C 


Q252. Which attribute is not part of the BGP extended community when a PE creates a VPN-IPv4 route while running OSPF between PE-CE? 

A. OSPF domain identifier 

B. OSPF route type 

C. OSPF router ID 

D. MED 

E. OSPF network type 

Answer:

Explanation: 

By process of elimination, from RFC 4577: 

For every address prefix that was installed in the VRF by one of its associated OSPF instances, the PE must create a VPN-IPv4 route in BGP. Each such route will have some of the following Extended Communities attributes: 

– The OSPF Domain Identifier Extended Communities attribute. If the OSPF instance that installed the route has a non-NULL primary Domain Identifier, this MUST be present; if that OSPF instance has only a NULL Domain Identifier, it MAY be omitted. 

– OSPF Route Type Extended Communities Attribute. This attribute MUST be present. It is encoded with a two-byte type field, and its type is 0306. 

– OSPF Router ID Extended Communities Attribute. This OPTIONAL attribute specifies the OSPF Router ID of the system that is identified in the BGP Next Hop attribute. More precisely, it specifies the OSPF Router Id of the PE in the OSPF instance that installed the route into the VRF from which this route was exported. 

– MED (Multi_EXIT_DISC attribute). By default, this SHOULD be set to the value of the OSPF distance associated with the route, plus 1. 

Reference: https://tools.ietf.org/html/rfc4577 


Q253. Refer to the exhibit. 

Which two statements about the implementation are true? (Choose two.) 

A. The PPP multilink protocol header is omitted on delay-sensitive packets. 

B. The maximum number of fragments is 1. 

C. Small real-time packets are multilink-encapsulated. 

D. A transmit queue is provided for smaller packets. 

Answer: A,D 

Explanation: 

Previous implementations of Cisco IOS Multilink PPP (MLP) include support for Link Fragmentation Interleaving (LFI). This feature allows the delivery of delay-sensitive packets, such as the packets of a Voice call, to be expedited by omitting the PPP Multilink Protocol header and sending the packets as raw PPP packets in between the fragments of larger data packets. This feature works well on bundles consisting of a single link. However, when the bundle contains multiple links there is no way to keep the interleaved packets in sequence with respect to each other. The Multiclass Multilink PPP (MCMP) feature in Cisco IOS Release 12.2(13)T addresses the limitations of MLP LFI on bundles containing multiple links by introducing multiple data classes. With multiclass multilink PPP interleaving, large packets can be multilink-encapsulated and fragmented into smaller packets to satisfy the delay requirements of real-time voice traffic; small real-time packets, which are not multilink encapsulated, are transmitted between fragments of the large packets. The interleaving feature also provides a special transmit queue for the smaller, delay-sensitive packets, enabling them to be transmitted earlier than other flows. Interleaving provides the delay bounds for delay-sensitive voice packets on a slow link that is used for other best-effort traffic. 

References: http://www.cisco.com/c/en/us/td/docs/ios/dial/configuration/guide/12_4t/dia_12_4t_book/dia _multiclass_link_ppp.pdf http://www.cisco.com/c/en/us/td/docs/routers/access/500/520/software/configuration/guide/520_SCG_Book/520scg_concepts.html 


Q254. Which IP SLA operation type is enhanced by the use of the IP SLAs Responder? 

A. DNS 

B. HTTP 

C. ICMP Echo 

D. UDP Echo 

Answer:

Explanation: 

Figure 1. UDP Echo Operation 

Response time (round-trip time) is computed by measuring the time taken between sending a UDP echo request message from Device B to the destination device--Device A--and receiving a UDP echo reply from Device A. UDP echo accuracy is enhanced by using the IP SLAs Responder at Device A, the destination Cisco device. If the destination device is a Cisco device, then IP SLAs sends a UDP datagram to any port number that you specified. Using the IP SLAs Responder is optional for a UDP echo operation when using Cisco devices. The IP SLAs Responder cannot be configured on non-Cisco devices. 

Reference: http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipsla/configuration/15-mt/sla-15-mt-book/sla_udp_echo.html 


Q255. Packets from a router with policy-based routing configured are failing to reach the next hop. 

Which two additions can you make to the router configuration to enable the packets to flow correctly? (Choose two.) 

A. Enable ip proxy-arp on the exiting interface. 

B. Specify the next hop as an address. 

C. Specify the next hop as an interface. 

D. Add a match-any permit statement to the route map. 

Answer: A,B 

Explanation: 

Here is an example: 

Router(config)#route-map Engineers permit 20 

Router(config-route-map)#match ip address 2 

Router(config-route-map)#set interface Ethernet1 

Here, instead of specifying a next-hop, it specifies that any packets matching this rule will be forwarded directly out the interface Ethernet1. This means that either the destination device must be on this segment, or there must be a router configured with Proxy ARP that can forward the packet to the ultimate destination. 


Q256. Which statement is true comparing L2TPv3 to EoMPLS? 

A. L2TPv3 requires OSPF routing, whereas EoMPLS does not. 

B. EoMPLS requires BGP routing, whereas L2TPv3 does not. 

C. L2TPv3 carries L2 frames inside MPLS tagged packets, whereas EoMPLS carries L2 frames inside IPv4 packets. 

D. L2TPv3 carries L2 frames inside IPv4 packets, whereas EoMPLS carries L2 frames inside MPLS packets. 

Answer:

Explanation: 

Ethernet-over-MPLS (EoMPLS) provides a tunneling mechanism for Ethernet traffic through an MPLS-enabled L3 core and encapsulates Ethernet protocol data units (PDUs) inside MPLS packets (using label stacking) to forward them across the MPLS network. Another technology that more or less achieves the result of AToM is L2TPV3. In the case of L2TPV3 Layer 2 frames are encapsulated into an IP packet instead of a labelled MPLS packet. 

Reference: http://www.cisco.com/c/en/us/td/docs/routers/asr9000/software/asr9k_r4-3/lxvpn/configuration/guide/lesc43xbook/lesc43p2ps.html 


Q257. Which two statements about IS-IS are true? (Choose two.) 

A. The default hello interval is 10 seconds and the default hold timer is 30 seconds. 

B. The hello interval can be changed on a per-interface basis with the command isis hello-multiplier. 

C. Both routers need to have the same hello intervals and hold timers in order to form IS-IS neighbors. 

D. Both IS-IS routers need to have the same capabilities in the hello packet in order to form neighbors. 

Answer: A,B 

Explanation: 

isis hello-interval 

To specify the length of time between hello packets that the Cisco IOS software sends, use the isis hello-interval command in interface configuration mode. By default, a value three times the hello interval seconds is advertised as the hold time in the hello packets sent. (Change the multiplier of 3 by specifying the isis hello-multiplier command.) With smaller hello intervals, topological changes are detected faster, but there is more routing traffic. The default is 10 seconds. 

Reference: http://www.cisco.com/c/en/us/td/docs/ios/12_2/iproute/command/reference/fiprrp_r/1rfisis.ht ml 


Q258. Refer to the exhibit. 

How many LSDBs will router A have? 

A. 0 

B. 1 

C. 2 

D. 3 

Answer:


Q259. DRAG DROP 

Drag and Drop Cisco PFR adjacency types. 

Answer: 


Q260. You are backing up a server with a 1 Gbps link and a latency of 2 ms. Which two statements about the backup are true? (Choose two.) 

A. The bandwidth delay product is 2 Mb. 

B. The default TCP send window size is the limiting factor. 

C. The default TCP receive window size is the limiting factor. 

D. The bandwidth delay product is 500 Mb. 

E. The bandwidth delay product is 50 Mb. 

Answer: A,C 

Explanation: 

1 Gbps is the same as 1000 Mbps, and 1000Mb x .0002 = 2 Mbps. With TCP based data transfers, the receive window is always the limiting factor, as the sender is generally able to send traffic at line rate, but then must wait for the acknowledgements to send more data.