Risalati

  • About
  • Contact
  • Sitemap
  • Terms Of Use
  • Theme
  • More
    • More 1
    • More 2
    • More 3
    • More 4
Name
yu
Home Not Labeled MPLS Fundamentals

Monday, July 6, 2015

MPLS Fundamentals

0 comments
Here you will find answers to MPLS Fundamentals Questions
Question 1
What is a benefit of CEF switching?
A. CEF supports IP source prefix-based switching using the FIB.
B. CEF uses less memory than fast switching uses.
C. CEF is less CPU intensive than fast switching is.
D. CEF provides Netflow statistics with minimum CPU overhead.
E. CEF allows multiple data planes to share a common control plane.

Answer: C
Explanation
CEF offers the following benefits:
* Improved performance – CEF is less CPU-intensive than fast switching route caching. More CPU processing power can be dedicated to Layer 3 services such as quality of service (QoS) and encryption.
* Scalability – CEF offers full switching capacity at each line card when distributed CEF (dCEF) mode is active.
* Resilience – CEF offers unprecedented level of switching consistency and stability in large dynamic networks. In dynamic networks, fast switching cache entries are frequently invalidated due to routing changes. These changes can cause traffic to be process switched using the routing table, rather than fast switched using the route cache. Because the Forwarding Information Base (FIB) lookup table contains all known routes that exist in the routing table, it eliminates route cache maintenance and the fast switch/process switch forwarding scenario. CEF can switch traffic more efficiently than typical demand caching schemes.
(Reference: http://www.cisco.com/en/US/docs/ios/12_1/switch/configuration/guide/xcdcef.html)
Question 2
What are two concerns when implementing CEF switching? (Choose two)
A. increased CPU utilization from maintaining the FIB table
B. increased memory requirement
C. the requirement to disable other IOS features such as NBAR and MQC
D. increased memory requirement on the VIP when implementing DCEF
E. configuration complexity
F. troubleshooting complexity because of the many tables that CEF maintains

Answer: B D
Explanation
If the router contains too many routing (for example 100,000 networks), enabling the CEF may consume excessive memory. Enabling the distributed CEF will also affect memory utilization on Versatile Interface Processor (VIP) modules or line cards, because the entire FIB table will be copied to all VIP modules or line cards.
Question 3
Using MPLS unicast IP forwarding, what will happen if an LSR receives an unlabeled incoming packet?
A. It will process switch the packet by doing a routing table lookup.
B. It will forward the packet using the LFIB.
C. It will forward the packet using the LIB.
D. It will forward the packet using the FIB.
E. It will drop the packet immediately.

Answer: D
Explanation
The FIB (in the data plane) is the database used to forward unlabeled IP packets. A forwarded packet is labeled if a next-hop label is available for a specific destination IP network. Otherwise, a forwarded packet is not labeled.
Note:
The LIB (in the control plane) is the database used by Label Distribution Protocol (LDP) where an IP prefix is assigned a locally significant label that is mapped to a next-hop label that has been learned from a downstream neighbor.
The LFIB (in the data plane) is the database used to forward labeled packets. Local labels, previously advertised to upstream neighbors, are mapped to next-hop labels, previously received from downstream neighbors.
Question 4
When using MPLS unicast IP forwarding, what will happen if an LSR receives an incoming labeled packet but the LSR can’t find that incoming label in its LFIB?
A. The packet will be forwarded using the FIB.
B. The packet will be forwarded using the LIB.
C. The packet will be process switched by performing a route lookup in the routing table.
D. The packet will be forwarded using the LFIB with an imp-null outgoing label.
E. The packet will be dropped even if the IP destination exists in the FIB.

Answer: E
Question 5
Which three fields must be included in MP-BGP updates between PE routers in an MPLS network? (Choose three)
A. VPNv4 address
B. label used for VPN packet forwarding
C. AS path
D. Site of Origin
E. TE path designator
Answer: A B C
Explanation
An MP-BGP update contains these elements:
  • VPNv4 address
  • Extended communities (route targets, optionally SOO)
  • Label used for VPN packet forwarding
  • Any other BGP attribute (for example, AS path, local preference, MED, standard community)
An MP-BGP update exchange between PE routers contains these elements:
  • VPNv4 address
  • Extended BGP communities (route targets [RTs] are required; Site of Origin [SOO] is optional)
  • Label used for VPN packet forwarding
Question 6
Which three statements correctly describe how labels are used in cell-mode MPLS? (Choose three)
A. The ATM header VPI/VCI field is used for forwarding decisions.
B. The 32-bit MPLS label is preserved in the frame but is not used in the ATM network.
C. The original MPLS label is present only in the first cell of a packet.
D. The 32-bit MPLS label is inserted between the ATM header and the ATM AAL5 header.
E. Labels in cell-mode MPLS are not a scarce resource like in frame-mode MPLS.
F. The TTL field in the MPLS label is copied into the ATM header TTL field by the ingress edge LSR.

Answer: A B C
Explanation
Cell-mode MPLS is MPLS using ATM Layer 2 encapsulation, where the ATM switch is participating as an LSR. In cell-mode MPLS, a label cannot be inserted on every cell; therefore, the virtual path identifier/virtual channel identifier (VPI/VCI) fields in the ATM header are used as a label.
Cell-mode MPLS uses the ATM header’s VPI/VCI field for forwarding decisions while the 32-bit label is still preserved in the frame but not used in the ATM network. The original label is only present in the first cell of a packet.
MPLS_Frame_mode_Cell_mode.jpg
Question 7
Refer to the exhibit. It shows an MPLS network with four routers as well as two customer routers. Router E is advertising the network 192.168.12.0/24. Rather than propagating the 192.168.12.0/24 network, Router D aggregates the 192.168.12.0/24 route into 192.16.0.0/16. Which route or routes will Router B receive?
MPLS_path_selection.jpgA. only 192.168.0.0/16
B. only 192.160.12.0/24
C. both 192.168.0.0/16 and 192.160.12.0/24
D. neither of the routes-the LSP is broken

Answer: A
Question 8
Refer to the exhibit. A diagram of a router connected to an MPLS-enabled ATM switch via an LC-ATM MPLS interface, and a partial configuration for the MPLS-enabled ATM switch and router are shown. Which statement describes what is incorrect about the configuration shown?
MPLS_ATM.jpg
A. CEF has not been enabled on the router.
B. The VPI range of 2-3 is invalid.
C. The control VPI/VCI has not been set to 0/32 on the router.
D. VC-merge has not been enabled on the ATM switch interface.
E. The router has not been configured to specifically use LDP.

Answer: A
Question 9
Refer to the exhibit. A router connected to an MPLS-enabled ATM switch via an LC-ATM MPLS interface, and a partial configuration for the MPLS-enabled ATM switch and the router are shown. Which statement describes what is incorrect about the configurations shown?
MPLS_ATM_subinterface.jpg
A. The router subinterface is not specified as an MPLS cell-mode subinterface.
B. CEF has not been enabled on the ATM interface of the MPLS-enabled ATM switch.
C. The control VPI/VCI has not been set to 0/32.
D. VC-merge has not been enabled on the ATM interface of the MPLS-enabled ATM switch.
E. The router has not been configured to specifically use LDP.
F. The ATM interface of the MPLS-enabled ATM switch has not been configured for cell-mode MPLS operations.

Answer: A
Article : MPLS Fundamentals
Rating : 10 Of 10 Based on 24 Votes
  No Comments   
  jcreator   
Next
« Next Post
Previous
Prev Post »
0 Comment

  • Popular
  • Comments

Popular

  • Share your QoS Experience
    Share your QoS Experience As you know, the CCVP certification requires you to pass 5 exams: CVoice, QoS, CIPT1, CIPT 2...
  • Share your SPCORE Experience with us
    Please share with us your experience after taking the SPCORE 642-887 exam, your materials, the way you learned, your recommendations… You...
  • BGP Fundamentals
    BGP Fundamentals Here you will find answers to BGP Fundamentals Questions Question 1 Based on the topology diagram sho...
  • CCIP TRAINING
    SPROUTE 642-883 Exam Share your SPROUTE Experience SPADVROUTE 642-885 Exam Share your SPADVROUTE Experience SPCORE 642-88...
  • Share your SPADVROUTE Experience
    Share your SPADVROUTE Experience Please share with us your experience after taking the SPADVROUTE 642-885 exam, your materials, the wa...
  • BGP Route Reflectors
    BGP Route Reflectors Here you will find answers to BGP Route Reflectors Questions Question 1 Which configuration task ...
  • MPLS VPN Questions
    MPLS VPN Questions Here you will find answers to MPLS VPN Questions – Part 1 Question 1 Refer to the diagram. What pro...
  • Share with us your SPROUTE Experience
    Please your experience after taking the SPROUTE 642-883 exam, your materials, the way you learned, your recommendations… Your posts are w...
  • BGP Prefix-Based Filtering Lab Sim
    BGP Prefix-Based Filtering Lab Sim Question After the network administrator modified the configuration on the WGR1 router, the WGR...
  • Drag and Drop Questions
    Drag and Drop Questions Here you will find answers to Drag and Drop Questions Question 1 Drag and drop the proper comm...

CCIP Training W

Powered by Blogger.

About Me

jcreator
View my complete profile

SPROUTE 642-883 Exam

  • Share your SPROUTE Experience

SPADVROUTE 642-885 Exam

  • Share your SPADVROUTE Experience

SPCORE 642-887 Exam

  • Share your SPCORE Experience

SPEDGE 642-889 Exam

  • Share your SPEDGE Experience

MPLS + BGP 642-691 Exam

  • Lab Sim
  • MPLS Fundamentals
  • MPLS LDP TDP Questions
  • MPLS VPN Questions
  • MPLS VPN Questions 2
  • MPLS over ATM
  • BGP Fundamentals
  • BGP Fundamentals 2
  • BGP Fundamentals 3
  • BGP Prefix-Filter
  • BGP Redistribute
  • BGP Route Dampening
  • BGP Route Reflectors
  • Drag and Drop Questions
  • Share your MPLS + BGP Experience

MPLS 642-611 Exam

  • MPLS Lab Sim
  • Share your MPLS Experience

BGP 642-661 Exam

  • Share your BGP Experience

QoS 642-642 Exam

  • Share you QoS Experience

Network Resources

  • Hespress
  • asiha.net
  • CCNA Website
  • Reseaunet.xyz
  • ROUTE Website digitaltut.xyz
  • SWITCH Website
  • TSHOOT Website
  • CCNA Voice Website
  • CCNA Security Website
  • CCDA Website
  • CCIP Website
  • CCIE Website
    • CCIP Website
    • Free ccna study guide
    • ba7tdirasi.us
    • droitcasa.us
  •  footkoora.us Info 

     nabolsi.link Info 

     shahiya.us Info 

     top8top.com Info 
     willbepro.us Info 

Comments

  • icloudbypass dns
yu

Label List

  • index
  • Lab Sim

Archive

  • ▼  2015 (25)
    • ▼  July (25)
      • Share your QoS Experience
      • Share your BGP Experience
      • Share your MPLS Experience
      • MPLS VPN Lab Sim
      • Share your MPLS + BGP Experience
      • Drag and Drop Questions
      • BGP Route Reflectors
      • BGP Route Dampening
      • BGP Redistribute
      • BGP Prefix-Filter
      • BGP Fundamentals 3
      • BGP Fundamentals 2
      • BGP Fundamentals
      • MPLS over ATM
      • MPLS VPN Questions 2
      • MPLS VPN Questions
      • MPLS LDP TDP Questions
      • MPLS Fundamentals
      • MPLS TDP Neighbor Lab Sim
      • BGP Prefix-Based Filtering Lab Sim
      • Share your SPEDGE Experience with us
      • Share your SPCORE Experience with us
      • Share your SPADVROUTE Experience
      • Share with us your SPROUTE Experience
      • CCIP TRAINING

إحصائيات المدونة

Get this Recent Comments Widget

Contact Us

Name

Email *

Message *

Copyright © 2015 CCIP Training W

Template by Ar1web Ar1web