Courseiva

Cisco SPCOR / CCNP Service Provider Core 350-501 (350-501) — Questions 451525

971 questions total · 13pages · All types, answers revealed

Page 6

Page 7 of 13

Page 8
451
Multi-Selectmedium

Which TWO are benefits of using Segment Routing over LDP in a service provider core?

Select 2 answers
A.Reduces the number of labels in the control plane.
B.Label allocation is per-prefix, not per-interface.
C.Eliminates the need for IGP convergence for label distribution.
D.Simplifies MPLS TE tunnel configuration.
E.Supports TI-LFA for fast reroute with full topology protection.
AnswersB, E

SR assigns a single label per prefix independent of the outgoing interface, simplifying label management.

Why this answer

Segment Routing (SR) uses a centralized control plane (via PCE or BGP-LS) to allocate labels per prefix, unlike LDP which allocates labels per interface on a hop-by-hop basis. This reduces the number of labels in the control plane and simplifies label management, as SR-MPLS uses a single label stack entry per segment rather than per-interface labels.

Exam trap

Cisco often tests the misconception that Segment Routing eliminates IGP convergence entirely, when in fact it still depends on IGP for topology discovery and SID advertisement, but removes the need for a separate label distribution protocol like LDP.

452
MCQmedium

In an MPLS network, which field in the MPLS label header is used to carry QoS information between LSRs?

A.ToS
B.IP Precedence
C.EXP bits
D.DSCP
AnswerC

EXP bits are used for QoS in MPLS.

Why this answer

In MPLS, the EXP (Experimental) bits, also known as the Traffic Class (TC) field per RFC 5462, are 3 bits in the MPLS label header used to carry Quality of Service (QoS) information between Label Switch Routers (LSRs). These bits allow LSRs to apply per-hop behaviors (PHBs) such as queuing and scheduling based on the packet's QoS class, enabling differentiated services across the MPLS network.

Exam trap

Cisco often tests the distinction between IP-layer QoS fields (ToS, IP Precedence, DSCP) and MPLS-layer QoS fields (EXP bits), so the trap here is that candidates mistakenly choose DSCP or IP Precedence because they are familiar QoS markings, forgetting that MPLS uses its own label header field for QoS between LSRs.

How to eliminate wrong answers

Option A is wrong because ToS (Type of Service) is an 8-bit field in the IP header, not in the MPLS label header; it is used for QoS in IP networks, not between LSRs. Option B is wrong because IP Precedence is a 3-bit subset of the IP ToS field, used in IP networks for QoS classification, but it is not part of the MPLS label header. Option D is wrong because DSCP (Differentiated Services Code Point) is a 6-bit field in the IP header (replacing the older ToS field) used for QoS in IP networks, not in the MPLS label header; MPLS uses EXP bits to carry QoS information between LSRs.

453
MCQeasy

Which Cisco automation tool uses service models in YANG and communicates via NETCONF to orchestrate device configurations and lifecycle management?

A.Ansible
B.Chef
C.Cisco DNA Center
D.Cisco Network Services Orchestrator (NSO)
AnswerD

NSO is designed for service modeling and orchestration using YANG and NETCONF.

Why this answer

NSO (Network Services Orchestrator) uses YANG models and NETCONF for configuration management. Ansible, Cisco DNA Center, and Chef are other tools but NSO is specifically for service orchestration.

454
MCQhard

An SP is designing a GPON access network. Which technology allows multiple ONUs to share the same fiber using different wavelengths for upstream and downstream?

A.Ethernet PON (EPON)
B.Time Division Multiple Access (TDMA)
C.Code Division Multiple Access (CDMA)
D.Wavelength Division Multiplexing (WDM)
AnswerD

Correct. WDM allows bidirectional communication over a single fiber using different wavelengths.

Why this answer

GPON uses Wavelength Division Multiplexing (WDM) with different wavelengths for downstream (1490nm) and upstream (1310nm) on the same fiber.

455
MCQmedium

An SP is deploying IS-IS fast convergence. Which mechanism triggers an immediate SPF computation when a neighbor fails?

A.Partial Route Computation (PRC)
B.Event-driven SPF
C.IS-IS Hello multiplier
D.BFD (Bidirectional Forwarding Detection)
AnswerD

BFD detects failures quickly and triggers convergence.

Why this answer

BFD (Bidirectional Forwarding Detection) provides sub-second failure detection and triggers SPF/PRC.

456
MCQhard

Based on the exhibit, why is the route 10.10.10.0/24 from remote PE not installed in the VRF Customer-A on PE1?

A.The localpref is too low (100)
B.The VRF imports route-target 200:200, but the route has RT 100:100
C.The MPLS label allocation failed on the remote PE
D.The route distinguisher on the VRF (100:1) does not match the remote RD
AnswerB

Route-target import filter must match the route's RT for installation.

Why this answer

The route has RT 100:100, but VRF Customer-A imports RT 200:200. Thus, the route is not imported. Option A is wrong because the localpref is 100, which is default and not an issue.

Option C is wrong because the RD mismatch is between VRFs, but RD does not affect import; RT does. Option D is wrong because label allocation is working fine (vpn-label:24000).

457
MCQmedium

An engineer is designing an MPLS L3VPN solution and must ensure that the provider edge (PE) routers can handle routing updates for multiple customers without interfering with each other. Which mechanism should be used on the PE routers?

A.Route distinguishers
B.Route reflectors
C.MPLS-TE
D.VRF-Lite
AnswerD

VRF-Lite creates separate routing tables for each customer.

Why this answer

VRF-Lite (Virtual Routing and Forwarding) is the correct mechanism because it allows a single PE router to maintain multiple separate routing tables (VRFs), each dedicated to a different customer. This ensures that routing updates for one customer are isolated from another, preventing interference. VRF-Lite achieves this without MPLS, using only IP forwarding and per-VRF routing instances.

Exam trap

Cisco often tests the distinction between VRF-Lite (which provides routing isolation without MPLS) and full MPLS L3VPN (which uses RDs and route targets for VPNv4 prefix uniqueness and distribution), leading candidates to mistakenly choose route distinguishers as the isolation mechanism.

How to eliminate wrong answers

Option A is wrong because route distinguishers (RDs) are used to make IPv4 prefixes unique across VRFs in an MPLS L3VPN, but they do not provide routing isolation; they are just a prefix-extension mechanism. Option B is wrong because route reflectors are used to scale BGP route distribution within an MPLS L3VPN core, not to isolate customer routing updates on the PE. Option C is wrong because MPLS-TE (Traffic Engineering) controls the path of MPLS LSPs for optimization, not the separation of customer routing tables.

458
MCQmedium

A network operator wants to prefer a specific BGP route from a peer for a prefix. After applying a route-map to set local preference to 200, the route is still not preferred over a route from another peer with local preference 150. What could be the issue?

A.The prefix was received with a higher weight.
B.The neighbor address-family is not correct.
C.The route-map was applied on the wrong BGP neighbor direction.
D.The route is received via an IBGP session.
AnswerA

Correct. Weight is considered before local preference, so a higher weight overrides a lower local preference.

Why this answer

BGP uses multiple attributes in a specific order of precedence when selecting the best path. Weight (Cisco-proprietary) is checked first, before local preference. If the peer's route has a higher weight (e.g., 32768 for locally injected routes or a manually set value), it will be preferred over a route with a local preference of 200, even if the other route's local preference is only 150.

Exam trap

Cisco often tests the BGP best-path selection order, specifically that weight is evaluated before local preference, leading candidates to mistakenly believe local preference is the highest-priority attribute.

How to eliminate wrong answers

Option B is wrong because an incorrect neighbor address-family would prevent the route from being received or installed at all, not cause a preference issue with a specific attribute. Option C is wrong because applying the route-map on the wrong direction (e.g., inbound vs outbound) would affect whether the local preference is set on the received route; however, the question states the route-map was applied and the local preference was set to 200, so direction is not the issue. Option D is wrong because receiving the route via an IBGP session does not inherently override local preference; IBGP routes can have local preference set, and the BGP best-path selection process still follows the same attribute order (weight first).

459
Multi-Selectmedium

Which two statements correctly describe the use of DSCP values in the DiffServ model? (Choose two.)

Select 2 answers
A.DSCP values are mapped to MPLS EXP bits at the egress PE.
B.DSCP is a 6-bit field allowing 64 distinct values.
C.DSCP value 46 is used for Expedited Forwarding (EF).
D.DSCP values are used only for voice traffic.
E.DSCP value 0 indicates low latency traffic.
AnswersB, C

Correct: 6 bits = 64 values.

Why this answer

DSCP is a 6-bit field with 64 possible values. Per-hop behaviors (PHBs) like EF and AF are defined by DSCP values.

460
MCQmedium

The CE router behind the VRF interface is unable to reach the remote CE. Which configuration error is most likely the cause?

A.The BGP neighbor is configured with a directly connected interface address but uses update-source Loopback0.
B.The VRF is missing the 'rd' command.
C.The 'mpls ip' command is missing on the core interface.
D.The VRF interface does not have an IP address.
AnswerA

This mismatch causes BGP to try to source from the loopback while expecting a session to the interface address, likely leading to session failure.

Why this answer

When BGP is configured with a neighbor using a directly connected interface address (e.g., 10.0.0.2) but the update-source is set to Loopback0, the BGP session will attempt to establish using the loopback IP as the source. If the loopback address is not reachable via the directly connected link (e.g., no IGP route for the loopback across the MPLS/VPN core), the BGP session will fail, preventing the CE router behind the VRF from reaching the remote CE. This mismatch between the neighbor address and the update-source is a common misconfiguration in MPLS L3VPN environments.

Exam trap

Cisco often tests the subtle interaction between BGP update-source and neighbor address configuration in MPLS VPN scenarios, where candidates mistakenly think the directly connected interface address is always sufficient for BGP peering, ignoring that the update-source overrides the source IP and must be routable.

How to eliminate wrong answers

Option B is wrong because the 'rd' (route distinguisher) command is required for VRF configuration to make customer routes unique in the MPLS VPN backbone, but its absence would not directly prevent a CE router from reaching a remote CE via BGP; it would affect route import/export into the VRF, not BGP session establishment. Option C is wrong because the 'mpls ip' command on the core interface enables MPLS label switching on that interface, but if the core is already running MPLS (e.g., via other interfaces or a full mesh), its absence on one interface would not necessarily break BGP peering between CEs; the issue is at the CE-PE edge, not the core. Option D is wrong because the VRF interface must have an IP address for Layer 3 connectivity, but the question states the CE router is behind the VRF interface, implying the interface is configured; the problem is specifically with BGP update-source, not missing IP addressing.

461
MCQhard

In a Cisco IOS XR router, which statement best describes process separation?

A.Processes share memory to improve performance
B.All routing protocols run in a single process to reduce memory usage
C.Each protocol runs as a separate process with its own memory space
D.Only BGP runs as a separate process; others are monolithic
AnswerC

This is the definition of process separation.

Why this answer

IOS XR runs each protocol as a separate process in protected memory, so a crash of one process does not affect others, improving stability.

462
MCQeasy

A router is receiving a BGP prefix with community 100:100. The operator wants to modify the local preference to 200 for this prefix. Which configuration will achieve this?

A.route-map SET_LP permit 10, match community 100, set local-preference 200
B.route-map SET_LP permit 10, match ip address prefix-list, set weight 200
C.ip bgp-community new-format, route-map SET_LP permit 10, match community 100, set community 200
D.route-map SET_LP permit 10, match community 100, set metric 200
AnswerA

Correct. This sets local preference as desired.

Why this answer

The route-map uses `match community 100` to identify the BGP community value 100:100 (in Cisco's default format, the community is matched without the colon), and `set local-preference 200` modifies the local preference for that prefix to 200. This is the standard method to influence inbound BGP path selection by adjusting local preference based on community matching.

Exam trap

Cisco often tests the distinction between BGP attributes (local preference, weight, MED, community) and their respective `set` commands, leading candidates to confuse `set weight` or `set metric` with `set local-preference` when the goal is to influence path selection within the AS.

How to eliminate wrong answers

Option B is wrong because it uses `set weight 200` instead of `set local-preference 200`; weight is a Cisco-proprietary attribute that is only locally significant and not exchanged between BGP peers, whereas the question explicitly requires modifying local preference. Option C is wrong because `set community 200` changes the community value itself, not the local preference; this would replace the community 100:100 with a new community, failing to achieve the goal of setting local preference to 200. Option D is wrong because `set metric 200` modifies the MED (Multi-Exit Discriminator) attribute, which influences inbound path selection from a different AS, not the local preference; MED is used for different scenarios and does not affect local preference.

463
MCQmedium

In BGP/MPLS IP VPN (L3VPN), which component provides customer isolation by maintaining separate routing tables per customer?

A.Route distinguisher (RD)
B.MPLS label
C.VRF
D.MP-BGP
AnswerC

VRF provides per-customer routing table isolation.

Why this answer

VRF (Virtual Routing and Forwarding) creates separate routing tables for each customer, ensuring isolation.

464
MCQhard

A service provider is deploying Segment Routing over IPv6 (SRv6) and needs to ensure that the forwarding plane can support SRv6 encapsulated packets. Which hardware capability is most critical for SRv6 at the line rate?

A.MPLS label swap capability
B.VXLAN tunnel termination
C.IPv6 extension header processing
D.NAT64 translation support
AnswerC

SRv6 uses the SRH, an IPv6 extension header, requiring line-rate processing.

Why this answer

SRv6 (Segment Routing over IPv6) encapsulates packets with an IPv6 header containing a Segment Routing Header (SRH), which is a type of IPv6 extension header. For line-rate forwarding, the hardware must natively process IPv6 extension headers in the forwarding plane without punting to the CPU, as software processing would cause performance degradation. Option C is correct because this capability is the most critical for SRv6 at line rate.

Exam trap

Cisco often tests the misconception that SRv6 is MPLS-based, leading candidates to incorrectly select MPLS label swap capability, but SRv6 is an IPv6-native technology that relies on IPv6 extension header processing.

How to eliminate wrong answers

Option A is wrong because MPLS label swap capability is irrelevant to SRv6, which uses IPv6 encapsulation and the SRH, not MPLS labels; SRv6 does not rely on MPLS forwarding. Option B is wrong because VXLAN tunnel termination is a separate overlay technology for network virtualization and does not directly support SRv6's IPv6-based segment routing. Option D is wrong because NAT64 translation support is used for IPv6-to-IPv4 translation and has no role in SRv6 packet forwarding or segment processing.

465
MCQhard

An SP network uses MPLS to provide IPv6 connectivity over an IPv4 backbone using 6PE. Which BGP extension is required on the provider edge routers to exchange IPv6 prefixes with an IPv4 next-hop?

A.BGP multiprotocol extensions (MP-BGP) with IPv6 address family
B.BGP route reflection
C.BGP confederation
D.BGP prefix-independent convergence (PIC)
AnswerA

MP-BGP with IPv6 unicast address family allows carrying IPv6 routes with IPv4 next-hop.

Why this answer

6PE uses BGP multiprotocol extensions (MP-BGP) with an AFI of 2 (IPv6) and SAFI of 1 (unicast), and the next-hop is encoded as an IPv4 address using the 'next-hop' attribute.

466
Multi-Selecteasy

During QoS troubleshooting, you capture traffic and see that DSCP markings are not being applied as configured. Which two common misconfigurations could cause this? (Choose two.)

Select 2 answers
A.The policy-map is not applied to the correct interface direction (input vs output)
B.The class-map is using the wrong match criteria (e.g., DSCP value)
C.The policy-map is applied to a loopback interface
D.The marking is configured under the wrong policy-map
E.The device is running out of TCAM space
AnswersA, B

DSCP marking can be done inbound or outbound; applying to the wrong direction means the marking never occurs on the traffic path.

Why this answer

A policy-map must be applied in the correct direction (input or output) for the marking to take effect. If a marking policy is applied to the wrong direction, the packets will not be processed by the policy, and DSCP values will remain unchanged. This is a common misconfiguration when the intended marking should occur on ingress but the policy is applied to egress, or vice versa.

Exam trap

Cisco often tests the distinction between input and output policy application, as candidates may overlook that a marking policy applied to the wrong direction will silently fail to modify DSCP values.

467
MCQeasy

A service provider is deploying IGMPv3 snooping on an MVPN network to optimize multicast forwarding. After configuration, multicast traffic is not reaching receivers. The source is sending to group 239.1.1.1. The PE router has received the IGMP report from the receiver, and the MDT is established. What is the most likely reason?

A.The RP for the group is not configured
B.The IGMP snooping is filtering the multicast traffic because of wrong VLAN configuration
C.The source-specific multicast (SSM) range is applied but the receiver sent a (*,G) report
D.The multicast routing is not enabled globally
AnswerC

Correct. IGMPv3 allows source-specific reports. If the group falls in SSM range, the receiver must specify the source; otherwise, traffic is not forwarded.

Why this answer

IGMPv3 snooping on the PE router processes the receiver's IGMPv3 report. If the SSM range (232.0.0.0/8) is applied to group 239.1.1.1, the receiver must send an IGMPv3 (S,G) report to join a specific source. However, if the receiver sends a (*,G) report (which is allowed only in ASM mode), the IGMP snooping will not install the forwarding entry, causing multicast traffic to be dropped even though the MDT is established.

Exam trap

The trap here is that candidates assume IGMPv3 snooping always works with any group, forgetting that the SSM range enforces (S,G) reports and that a (*,G) report in that range is silently dropped, not processed.

How to eliminate wrong answers

Option A is wrong because the RP is not required for SSM operation; in SSM, receivers learn the source via out-of-band mechanisms, and the PE uses the (S,G) state directly without an RP. Option B is wrong because the question states the MDT is established and the IGMP report is received, indicating VLAN configuration is correct; IGMP snooping filtering due to wrong VLAN would prevent the report from reaching the PE. Option D is wrong because multicast routing must be enabled globally for any multicast forwarding to work, but the question confirms the MDT is established, which implies multicast routing is already enabled.

468
Multi-Selecthard

Which two are characteristics of the Anycast SID in Segment Routing? (Choose two.)

Select 2 answers
A.It identifies an adjacency between two routers.
B.It is typically used as an Adj-SID for load balancing.
C.It is unique per node and identifies a specific router.
D.It provides redundancy and fast convergence by allowing traffic to be rerouted to another router.
E.It is shared among multiple routers in the same anycast group.
AnswersD, E

If one anycast router fails, traffic goes to another.

Why this answer

Anycast SIDs are shared among multiple routers in the same anycast group, allowing any of those routers to process traffic destined for that SID. This provides redundancy and fast convergence because if one router fails, traffic is automatically rerouted to another router in the group without requiring control-plane signaling changes.

Exam trap

Cisco often tests the distinction between Node SID (unique per router) and Anycast SID (shared among routers), so the trap here is confusing the 'shared' nature of Anycast SID with the 'unique' nature of Node SID, leading candidates to incorrectly select Option C.

469
MCQmedium

In BGP confederation, which attribute is used to prevent loops between sub-ASes?

A.Confederation AS_PATH
B.CLUSTER_LIST
C.AS_PATH
D.ORIGINATOR_ID
AnswerA

Confederation AS_PATH prevents loops within confederation.

Why this answer

The confederation AS_PATH (AS_CONFED_SEQUENCE and AS_CONFED_SET) is used to track the path within the confederation, and loop detection checks this attribute.

470
MCQhard

An SP uses NSO for service orchestration. A new service requires YANG data validation to ensure that the 'bandwidth' leaf does not exceed 10000 kbps when the 'service-type' is 'premium'. Which YANG statement is appropriate?

A.when '. <= 10000'
B.leafref bandwidth { path '../bandwidth-limit'; }
C.must '. <= 10000' { error-message 'Bandwidth too high'; }
D.range '0..10000';
AnswerC

Correct; 'must' validates the condition.

Why this answer

A 'must' expression in YANG provides a XPath condition that must evaluate to true for the data to be valid.

471
MCQhard

While troubleshooting a customer complaint about slow data transfers, you notice that traffic from a specific site is being dropped. The QoS policy on the PE router includes a police command for the customer's traffic. The observed drop rate is exactly half of the configured police rate. What is the most probable reason?

A.The police is using a token-bucket algorithm with a small burst size that is being exceeded
B.The police rate is configured in bits per second but the traffic is measured in bytes per second
C.The traffic is using a different DSCP value than expected
D.The police action is set to drop, but the exceed-action is transmit
AnswerA

A small burst size means the bucket drains quickly, causing more packets to exceed the rate and be dropped, even if the long-term average is below the police rate.

Why this answer

The observed drop rate being exactly half the configured police rate strongly suggests that the token-bucket algorithm is operating with a burst size that is too small. When the burst size is insufficient, the bucket empties quickly under sustained traffic, causing packets to be marked as exceeding the rate and dropped. The police command in Cisco IOS uses a single-rate two-color marker (RFC 2697) or a two-rate three-color marker (RFC 2698), and a small burst size leads to premature drops even when the average rate is below the configured police rate.

Exam trap

Cisco often tests the misconception that the police rate alone determines drops, but the trap here is that the burst size (bc/be) directly controls the token-bucket depth, and an undersized burst causes the policer to drop packets at a fixed ratio (e.g., 50%) even when the average rate is below the CIR.

How to eliminate wrong answers

Option B is wrong because the police rate is configured in bits per second (bps) by default, and traffic is measured in bits per second as well; a mismatch with bytes per second would cause a consistent 8x discrepancy, not exactly half. Option C is wrong because a different DSCP value would affect classification and marking, but it would not cause a precise 50% drop rate relative to the configured police rate; it would either match or not match the class map. Option D is wrong because if the police action is set to drop and the exceed-action is transmit, then packets that conform are transmitted and packets that exceed are dropped, but this would not produce a drop rate exactly half of the configured rate; the drop rate would depend on traffic burstiness and bucket depth, not a fixed ratio.

472
Multi-Selectmedium

An ISP is designing a new core network using MPLS-TE. They require very fast failure detection for link and node failures to minimize traffic loss. Which two technologies should they combine? (Choose two.)

Select 2 answers
A.OSPF with hello timers set to 1 second
B.MPLS-TE Fast Reroute (FRR)
C.Bidirectional Forwarding Detection (BFD)
D.LSP Ping and Traceroute
E.Label Distribution Protocol (LDP)
AnswersB, C

Provides local repair via backup tunnels.

Why this answer

MPLS-TE Fast Reroute (FRR) provides sub-50 ms protection switching by pre-computing backup paths (bypass tunnels) for link and node failures, ensuring minimal traffic loss. Bidirectional Forwarding Detection (BFD) provides sub-second failure detection by sending rapid, lightweight hello packets independent of routing protocols, enabling faster convergence when combined with FRR.

Exam trap

Cisco often tests the misconception that OSPF or IS-IS fast hello timers alone can achieve sub-second failure detection, but BFD is required for truly fast detection independent of routing protocol convergence.

473
MCQmedium

In BGP, which attribute is used to prevent routing loops when route reflectors are deployed?

A.Cluster ID
B.AS_PATH
C.Originator ID
D.NEXT_HOP
AnswerC

Originator ID identifies the originator of a route within an AS.

Why this answer

Originator ID is used by route reflectors to prevent loops. If a router receives a route with its own router ID as originator, it discards it.

474
Multi-Selectmedium

Which THREE are common causes of QoS misconfiguration on PE routers? (Choose three.)

Select 3 answers
A.Applying a policy-map in the wrong direction (input vs output).
B.Using the 'bandwidth percent' command in a class that also has a priority queue.
C.Insufficient bandwidth on the subscriber line.
D.Class-map match criteria that do not correctly identify the intended traffic.
E.Attaching a QoS policy to a VRF interface using a policy-map that references a non-VRF-aware class-map.
AnswersA, D, E

Correct: Common mistake that causes policy to have no effect.

Why this answer

Applying a policy-map in the wrong direction (input vs output) is a common QoS misconfiguration because QoS actions like shaping, policing, and queuing are direction-specific. For example, shaping is typically applied on the egress interface to control outbound traffic, while policing can be applied inbound to rate-limit incoming traffic. Misapplying a policy-map (e.g., attaching a shaper to the input direction) will either be ignored by the router or cause unexpected behavior, leading to QoS failures.

Exam trap

Cisco often tests the distinction between QoS misconfiguration (e.g., wrong direction, incorrect match criteria) and capacity issues (e.g., insufficient bandwidth), so candidates mistakenly select 'insufficient bandwidth' as a misconfiguration when it is actually a resource constraint that QoS cannot fix.

475
MCQeasy

In SRv6, which Segment Identifier (SID) format is used to encode a function that performs IPv6 decapsulation and forwarding?

A.End.X
B.End.B6
C.End.DT4
D.End
AnswerC

Correct.

Why this answer

SRv6 SIDs are 128-bit and structured as Locator:Function:Arguments. End.DT4 is a function that decapsulates the outer IPv6 header and forwards the inner IPv4 packet based on destination.

476
MCQhard

An engineer is troubleshooting an MPLS VPN issue where CE1 cannot ping CE2 across the provider network. The PE routers are configured with MP-BGP and LDP. On PE1, 'show ip bgp vpnv4 vrf CUST' shows the route to CE2's loopback as valid, but 'show mpls forwarding-table' does not list a label for that prefix. What is the most likely cause?

A.MTU mismatch on the MPLS core interfaces
B.LDP is not enabled on the core link between PE1 and P
C.Route target mismatch between PE1 and PE2
D.BGP session between PE1 and PE2 is not established
AnswerC

Incorrect RT prevents the VPN label from being installed in the forwarding table despite BGP advertisement.

Why this answer

The route is present in the VRF BGP table on PE1 (valid), but no MPLS label is assigned for that prefix in the forwarding table. This indicates that PE1 has learned the route via MP-BGP but cannot install it into the MPLS forwarding table because the route target (RT) import policy on PE1 does not match the RT export policy on PE2. Without a matching RT, PE1 does not consider the VPNv4 route as belonging to the CUST VRF, so it cannot resolve the next hop or assign a label for forwarding.

Exam trap

Cisco often tests the distinction between BGP route validity (learned via MP-BGP) and VRF route installation (controlled by RT import), leading candidates to mistakenly suspect BGP session or LDP issues when the real problem is a route target mismatch.

How to eliminate wrong answers

Option A is wrong because an MTU mismatch on core interfaces would cause fragmentation or packet drops, not a missing label in the MPLS forwarding table for a specific VPN prefix. Option B is wrong because LDP not being enabled on the core link would prevent label assignment for all transit prefixes, not just a single VPN route, and the issue here is specific to a VRF route. Option D is wrong because if the BGP session between PE1 and PE2 were not established, the route to CE2's loopback would not appear as valid in 'show ip bgp vpnv4 vrf CUST'; the route is present, so the session is up.

477
MCQmedium

A service provider is implementing EVPN to support multi-homing for a customer site. Which EVPN attribute ensures that only one of the PEs forwards traffic for a given Ethernet segment?

A.Designated Forwarder (DF) election
B.Label block
C.Route Target
D.Ethernet Tag ID
AnswerA

DF election ensures only one PE forwards traffic for a given ESI in all-active multi-homing.

Why this answer

The ESI (Ethernet Segment Identifier) and designated forwarder election ensure single active forwarding per segment. DF election is used for multi-homing.

478
MCQeasy

A service provider operates an MPLS-TE network using RSVP-TE with a full mesh of tunnels between core routers. The network uses OSPF as IGP with traffic engineering extensions. Recently, a new headend router PE-New was added and configured with several TE tunnels to remote destinations. However, some tunnels repeatedly go down after a few minutes and show in the 'down' state with the error 'Tunnel path option 0: no path to destination (TEDB lookup failed)'. The TE tunnels that remain up are those to destinations that are directly connected to the same OSPF area. The network has multiple OSPF areas (area 0, 1, 2) with inter-area routes redistributed. The operator suspects the issue is related to the TEDB (Traffic Engineering Database) not having complete information. Which action is MOST likely to resolve the issue?

A.Increase the tunnel hold-priority and setup-priority values
B.Add the remote loopbacks to OSPF using network statements in area 0
C.Change the IGP to IS-IS with wide metrics and enable MPLS-TE on all IS-IS levels
D.Configure static routes for the remote destinations on PE-New
AnswerC

IS-IS natively propagates TE information across all levels, ensuring TEDB completeness for inter-area tunnels.

Why this answer

The issue is that OSPF does not flood traffic engineering (TE) information across area boundaries by default. The TEDB on PE-New lacks topology data for inter-area destinations, so tunnel path computation fails. IS-IS, when configured with wide metrics and MPLS-TE enabled on all levels, floods TE link-state information throughout the entire routing domain (both Level-1 and Level-2), ensuring the TEDB is complete.

This resolves the problem. Option D (static routes) does not populate the TEDB. Option B does not help because adding loopbacks to OSPF does not provide TE information.

Option A (priorities) only affects tunnel setup and preemption, not TEDB completeness.

479
Drag & Dropmedium

Drag and drop the steps to configure EIGRP on a Cisco router into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

EIGRP configuration requires entering the EIGRP process, advertising networks, and optionally disabling auto-summary.

480
Multi-Selectmedium

An SP is using MQC to configure QoS on a core router. Which TWO statements about MQC are correct? (Select two.)

Select 2 answers
A.A class-map can match multiple criteria using 'match-all' or 'match-any'.
B.A policy-map can be applied globally to all interfaces.
C.A policy-map can contain a 'class class-default' for unclassified traffic.
D.The 'service-policy' command is used in global configuration mode.
E.WRED can only be configured within a policy-map class.
AnswersA, C

match-all requires all criteria; match-any requires any.

Why this answer

MQC consists of class-map (classification), policy-map (define actions), and service-policy (apply). class-map uses match statements; policy-map can include bandwidth, priority, shape, etc.

481
MCQmedium

A network operator is configuring RSVP-TE tunnels for traffic engineering in an MPLS core. They want to enforce that the tunnel path strictly follows a predefined set of hops. Which explicit path option should be used?

A.Exact
B.Loose
C.Strict
D.Dynamic
AnswerC

Strict explicit path requires each hop to be adjacent.

Why this answer

(Strict) is correct because RSVP-TE explicit paths with the 'strict' keyword require each hop in the path to be directly adjacent (connected) to the previous hop. This enforces that the tunnel path follows exactly the predefined set of hops without any intermediate routers being inserted, which is the requirement in the question.

Exam trap

Cisco often tests the distinction between 'strict' and 'loose' explicit paths, where candidates may confuse 'exact' as a valid option or assume 'loose' provides the same strict enforcement.

How to eliminate wrong answers

Option A (Exact) is wrong because 'exact' is not a valid keyword for RSVP-TE explicit path configuration; the valid keywords are 'strict' and 'loose'. Option B (Loose) is wrong because a 'loose' explicit path allows intermediate routers not listed in the path to be inserted between specified hops, which does not enforce strict adherence to the predefined set of hops. Option D (Dynamic) is wrong because a 'dynamic' path is computed by the router using CSPF (Constrained Shortest Path First) based on traffic engineering constraints, not a predefined set of hops.

482
MCQhard

An SP is deploying EVPN to provide both L2 and L3 VPN services. Which advantage does EVPN offer over traditional VPLS for multi-homing?

A.EVPN uses a single MAC address per PE to reduce forwarding table size.
B.EVPN supports only active/standby redundancy, similar to VPLS.
C.EVPN provides faster convergence and active-active multi-homing using Ethernet Segment Identifier (ESI) and Designated Forwarder (DF) election.
D.EVPN requires MPLS in the core, whereas VPLS can use IP-only.
AnswerC

EVPN's ESI and DF mechanism enable efficient multi-homing.

Why this answer

EVPN uses ESI-based multi-homing with BGP control plane, offering faster convergence and active-active load balancing compared to VPLS's active/standby model.

483
MCQhard

An MPLS-TE tunnel is configured with Fast Reroute using link protection. The primary path traverses links A-B and B-C. If link B-C fails, which action does the head-end router take?

A.The router at node B switches traffic to a pre-computed backup tunnel around link B-C.
B.The head-end router immediately switches to a secondary explicit path.
C.RSVP-TE signals a new LSP from the head-end after detecting the failure.
D.Traffic is dropped until the IGP converges on the new topology.
AnswerA

Link protection works by having the PLR (point of local repair) at the upstream node.

Why this answer

MPLS-TE Fast Reroute (FRR) with link protection pre-computes a backup tunnel that bypasses the protected link. When link B-C fails, the router at node B (the Point of Local Repair, or PLR) immediately switches traffic to this pre-established backup tunnel, ensuring sub-50ms failover without involving the head-end router.

Exam trap

Cisco often tests the misconception that the head-end router handles all rerouting decisions in MPLS-TE, but FRR delegates local repair to the PLR, so candidates must remember that link protection is handled at the point of failure, not the head-end.

How to eliminate wrong answers

Option B is wrong because the head-end router does not immediately switch to a secondary explicit path; FRR is designed for local repair at the PLR, and head-end path switching would be slower and is not triggered by link protection. Option C is wrong because RSVP-TE does not signal a new LSP from the head-end upon failure detection; FRR uses pre-signaled backup tunnels, and new LSP signaling would exceed the sub-50ms recovery target. Option D is wrong because traffic is not dropped until IGP convergence; FRR provides fast reroute before IGP reconverges, preventing packet loss.

484
MCQmedium

A service provider is deploying a new automation framework using Ansible to configure MPLS VPNs. They need to ensure that the Ansible playbook can handle configuration rollback in case of failure. Which Ansible feature should be used?

A.Use the 'backup' option in the ios_config module
B.Use 'tags' to selectively apply tasks
C.Use 'check_mode' to validate changes before applying
D.Set 'ignore_errors' to true
AnswerA

Backs up running config before changes for rollback.

Why this answer

The 'backup' option in the ios_config module instructs Ansible to save a copy of the running configuration to a local file before making any changes. If the playbook fails or produces an undesired state, the operator can restore the device to the previous configuration using that backup file. This provides a straightforward rollback mechanism for MPLS VPN deployments without requiring external version control or manual snapshots.

Exam trap

Cisco often tests the distinction between validation (check_mode) and actual rollback (backup), so the trap here is assuming that a dry run or ignoring errors provides a safety net for reverting changes after they have been applied.

How to eliminate wrong answers

Option B is wrong because 'tags' are used to selectively run or skip tasks in a playbook, not to provide any rollback capability. Option C is wrong because 'check_mode' (dry run) only simulates changes and does not create a backup or enable rollback after actual changes are applied. Option D is wrong because setting 'ignore_errors' to true causes Ansible to continue executing tasks even after a failure, which does not roll back changes and can leave the device in a broken state.

485
MCQhard

An SP is deploying SR-TE policies using a central controller. The controller needs to compute paths based on bandwidth and latency constraints. Which protocol is used between the controller and the routers to signal the SR-TE policies?

A.OSPF
B.BGP-LS
C.NETCONF
D.PCEP
AnswerD

PCEP is the standard protocol for PCE-PCC communication for TE paths.

Why this answer

PCEP (Path Computation Element Protocol) is used for communication between a PCE (controller) and PCC (router) to compute and instantiate SR-TE policies.

486
MCQhard

In OSPFv3 (for IPv6), which of the following statements is true regarding OSPFv3 packet format and authentication?

A.OSPFv3 relies on IPsec for authentication and encryption.
B.OSPFv3 does not support authentication.
C.OSPFv3 authenticates using the Authentication field in the OSPF header.
D.OSPFv3 uses the same authentication mechanisms as OSPFv2.
AnswerA

OSPFv3 uses IPsec AH or ESP for authentication and confidentiality.

Why this answer

OSPFv3 uses IPsec for authentication and does not include authentication fields in the OSPF header. It runs per-link instead of per-subnet.

487
MCQeasy

Which protocol is used by NSO to communicate with network devices for configuration management?

A.gRPC
B.SNMP
C.HTTP
D.NETCONF
AnswerD

NETCONF is the primary southbound protocol for NSO.

Why this answer

NSO (Network Services Orchestrator) uses NETCONF as its primary protocol for configuration management because NETCONF provides a standardized, transaction-based mechanism for editing device configurations using YANG data models. This allows NSO to perform atomic, rollback-capable configuration changes across multiple network devices, which is essential for service orchestration.

Exam trap

Cisco often tests the distinction between management protocols (NETCONF) and monitoring protocols (SNMP/gRPC), leading candidates to confuse SNMP's widespread use with configuration capabilities.

How to eliminate wrong answers

Option A is wrong because gRPC is a high-performance RPC framework used for telemetry and streaming data, not for configuration management via NSO. Option B is wrong because SNMP is primarily used for monitoring and retrieving operational statistics, not for structured, transactional configuration changes. Option C is wrong because HTTP is a generic web protocol that lacks the standardized, YANG-based data modeling and transaction support required for NSO's configuration workflows.

488
Multi-Selecthard

An SP is deploying BGP security features. Which three mechanisms can be used to prevent BGP route hijacking? (Choose three.)

Select 3 answers
A.Prefix-lists to filter customer routes
B.RPKI with BGP Origin Validation
C.AS-path prepending
D.Route-maps to match and set attributes
E.BGP communities to tag routes
AnswersA, B, D

Prefix-lists restrict which prefixes are accepted.

Why this answer

RPKI validates origin AS, prefix-list filters prefixes, and route-maps can apply additional filters. BGP communities are used for tagging, not direct hijacking prevention. AS-path prepending is for path selection, not hijacking.

489
Drag & Dropmedium

Drag and drop the steps to configure MPLS LDP on a Cisco router into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

MPLS LDP requires CEF, enabling MPLS on interfaces, and setting the LDP router-id.

490
MCQeasy

A service provider is experiencing high CPU usage on a router running BGP. Which action should be taken first to mitigate the issue without disrupting traffic?

A.Disable BGP on the router.
B.Increase the BGP keepalive timer.
C.Apply inbound route filtering using prefix lists.
D.Implement BGP route dampening.
AnswerC

Filtering unnecessary inbound routes reduces the number of prefixes the router must process, lowering CPU utilization.

Why this answer

High CPU usage on a BGP-speaking router is often caused by processing a large number of BGP updates. Applying inbound route filtering using prefix lists (option C) reduces the number of routes the router must process and store, directly lowering CPU load without disrupting existing traffic flows. This is a non-disruptive, targeted mitigation that addresses the root cause of excessive route processing.

Exam trap

Cisco often tests the misconception that route dampening is a first-line CPU mitigation tool, when in fact it is a stability mechanism for flapping routes and can itself be CPU-intensive; the correct first step is to filter unwanted routes at the point of entry.

How to eliminate wrong answers

Option A is wrong because disabling BGP entirely would drop all BGP sessions and disrupt traffic, which violates the requirement to not disrupt traffic. Option B is wrong because increasing the BGP keepalive timer reduces the frequency of keepalive messages but does not address the CPU load caused by processing BGP updates or route churn; it may even delay failure detection. Option D is wrong because BGP route dampening is designed to suppress flapping routes over time, not to reduce immediate CPU usage from a high volume of updates; it can actually increase CPU load during the dampening calculation phase and does not filter routes.

491
MCQmedium

A service provider is designing a core network with IS-IS as the IGP. To support MPLS traffic engineering, which IS-IS extensions are required?

A.IS-IS multi-topology (MT)
B.IS-IS TE extensions (RFC 5305)
C.IS-IS wide metrics
D.IS-IS L1/L2 routing
AnswerB

TE extensions advertise link bandwidth, admin-group, etc.

Why this answer

IS-IS TE extensions (RFC 5305) are required to carry MPLS Traffic Engineering information, such as link bandwidth, administrative groups, and TE metric, in Type-Length-Value (TLV) fields within IS-IS Link State PDUs. These extensions enable the IGP to flood TE attributes that MPLS TE uses for constraint-based path computation, such as with RSVP-TE or Segment Routing.

Exam trap

Cisco often tests the distinction between wide metrics (which are a prerequisite for TE extensions) and the TE extensions themselves, leading candidates to mistakenly select wide metrics as the answer when the question specifically asks for the extensions that enable MPLS TE.

How to eliminate wrong answers

Option A is wrong because IS-IS multi-topology (MT) allows multiple independent topologies (e.g., IPv4 and IPv6) over a single IS-IS instance, but it does not provide the TE-specific TLVs needed for MPLS TE. Option C is wrong because IS-IS wide metrics (RFC 5305) extend the metric field to 24 bits to support larger link costs, but they are not sufficient alone; TE extensions require additional TLVs (e.g., sub-TLV 22) beyond just wide metrics. Option D is wrong because IS-IS L1/L2 routing is a fundamental hierarchical routing feature that separates areas, but it has no direct role in carrying MPLS TE attributes; TE extensions work within both L1 and L2.

492
Drag & Dropmedium

Drag and drop the steps for the BGP route selection process (best path selection) in order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4

Why this order

BGP best path selection follows a specific order: weight, local preference, locally originated, AS_PATH length, MED.

493
Multi-Selectmedium

Which TWO statements about EVPN Route Type 2 (MAC/IP advertisement) are correct?

Select 2 answers
A.It is used for MAC learning and ARP suppression
B.It advertises both MAC and IP addresses of hosts
C.It provides load balancing via aliasing
D.It includes the Ethernet Segment Identifier (ESI)
E.It is not used for host mobility
AnswersA, B

RT2 is used to populate MAC tables and suppress ARP.

Why this answer

EVPN Route Type 2 is used to advertise MAC and IP addresses of hosts, enabling MAC learning and ARP suppression in EVPN-VXLAN fabrics. By distributing host MAC and IP bindings via BGP, it allows VTEPs to learn remote MAC addresses without data-plane flooding and to suppress ARP requests by responding locally when the IP-to-MAC mapping is known.

Exam trap

Cisco often tests the distinction between EVPN Route Types, and the trap here is confusing the aliasing/load-balancing function of Route Type 1 with the MAC/IP advertisement function of Route Type 2, or assuming that the ESI is present in all EVPN routes.

494
MCQmedium

To prevent MPLS label spoofing in a Layer 3 VPN, which configuration should be applied on the PE-CE link?

A.Enable MPLS TTL propagation
B.Configure uRPF on the PE-CE link
C.Use BGP FlowSpec to filter labels
D.Disable MPLS on the PE-CE link
AnswerD

This ensures the customer does not receive MPLS labels, preventing spoofing.

Why this answer

Disabling MPLS on PE-CE links (by not enabling MPLS on the interface) prevents the customer from seeing or injecting MPLS labels, thus preventing label spoofing. TTL propagation is used for traceroute but not a primary anti-spoofing measure.

495
Multi-Selecthard

Which THREE characteristics apply to the BGP-LS (BGP Link State) protocol?

Select 3 answers
A.It supports only IS-IS, not OSPF.
B.It uses a separate address family from VPNv4.
C.It distributes link-state information from IGPs like OSPF and IS-IS.
D.It uses BGP as the transport protocol.
E.It carries traffic-engineering parameters in the NLRI.
AnswersB, C, D

BGP-LS uses AFI 16388, SAFI 71.

Why this answer

BGP-LS uses a separate address family (AFI 16388 / SAFI 71) from VPNv4 (AFI 1 / SAFI 128) to carry link-state information. This separation allows BGP-LS to operate independently from VPNv4 routes, enabling the collection and distribution of IGP topology data without interfering with MPLS VPN signaling.

Exam trap

Cisco often tests the misconception that BGP-LS only supports IS-IS (Option A) or that TE parameters are carried in the NLRI (Option E), when in fact BGP-LS supports both OSPF and IS-IS, and TE attributes are carried as sub-TLVs within the BGP-LS path attribute, not directly in the NLRI.

496
MCQmedium

A service provider is deploying MPLS L3VPN to connect multiple customer sites. The PE router receives a route from a CE router via MP-BGP. Which attribute must the PE router add to the route before advertising it to the route reflector?

A.MPLS label
B.Route distinguisher (RD)
C.Route target (RT)
D.IGP metric
AnswerB

RD makes the customer prefix unique across the MPLS VPN backbone.

Why this answer

When a PE router receives a customer route from a CE router via MP-BGP, it must first make the route unique within the MPLS VPN context by adding a Route Distinguisher (RD). The RD prepended to the IPv4 prefix creates a VPNv4 address (per RFC 4364), which is the format required for advertisement to a route reflector. Without the RD, the route would not be distinguishable from other customers' overlapping IP prefixes in the BGP table.

Exam trap

Cisco often tests the distinction between RD and RT, where candidates mistakenly think RT is required for route advertisement to the route reflector, but the RD is the attribute that makes the route globally unique in the VPNv4 address family.

How to eliminate wrong answers

Option A is wrong because the MPLS label is added by the PE router during label allocation for the VPN route, but it is not an attribute added before advertising to the route reflector; the label is part of the NLRI in the MP-BGP update, not a separate attribute. Option C is wrong because the Route Target (RT) controls route import/export between VRF instances and is attached to the route, but it is not required for the route to be advertised to the route reflector; the RD is the mandatory attribute for VPNv4 address uniqueness. Option D is wrong because the IGP metric is a routing metric used within the IGP (e.g., OSPF or IS-IS) and is not added by the PE router to MP-BGP VPNv4 updates; BGP uses MED or local preference for path selection, not IGP metrics.

497
MCQmedium

An engineer is implementing MPLS-TE Fast Reroute for link protection. Which protection method provides a backup tunnel that bypasses a specific link, protecting all LSPs traversing that link?

A.Node protection bypass tunnel
B.Bypass tunnel protecting the link
C.1:1 detour tunnel per LSP
D.FRR using RSVP-TE path pre-emption
AnswerB

Correct: Bypass tunnel protects the entire link.

Why this answer

A bypass tunnel is a single tunnel protecting a link, carrying traffic for all LSPs that traverse that link. Detour tunnels are per-LSP.

498
Multi-Selectmedium

Which two mechanisms are used for congestion avoidance in a QoS policy? (Choose two.)

Select 2 answers
A.CBWFQ
B.WRED
C.Policing
D.LLQ
E.Tail drop
AnswersB, E

WRED drops packets randomly to avoid congestion.

Why this answer

WRED (Weighted Random Early Detection) and tail drop are congestion avoidance mechanisms that manage queue fullness before congestion occurs.

499
Multi-Selecteasy

Which TWO MPLS VPN features are used to provide Layer 3 VPN services in a service provider network?

Select 2 answers
A.LDP
B.VRF
C.MPLS labels
D.RSVP-TE
E.MP-BGP
AnswersC, E

MPLS labels are used to encapsulate and forward VPN traffic across the provider core.

Why this answer

MP-BGP (Option E) is used to exchange VPNv4 routes between Provider Edge (PE) routers, carrying both the route and its corresponding MPLS label. MPLS labels (Option C) are used to forward packets across the provider core via label-switched paths (LSPs), enabling the separation of customer traffic. Together, MP-BGP and MPLS labels form the foundation of Layer 3 MPLS VPN services.

Exam trap

Cisco often tests the distinction between the control plane protocols (MP-BGP) and data plane mechanisms (MPLS labels) versus supporting protocols like LDP or RSVP-TE, leading candidates to mistakenly include LDP as a VPN service feature.

500
MCQhard

In EVPN with Integrated Routing and Bridging (IRB), which type of interface is used to connect the bridge domain to the IP-VRF for inter-subnet forwarding?

A.IRB interface
B.BD interface
C.L3VPN interface
D.SVI
AnswerA

IRB interface is the correct term for EVPN IRB.

Why this answer

IRB uses an Integrated Routing and Bridging interface (IRB interface) or BVI (Bridge Virtual Interface) to route between VLANs within the EVPN.

501
MCQeasy

Which label distribution mode does LDP use by default in Cisco IOS?

A.Downstream on-demand
B.Upstream unsolicited
C.Downstream unsolicited
D.Upstream on-demand
AnswerC

Correct: LDP default is downstream unsolicited.

Why this answer

LDP uses downstream unsolicited mode by default, where a router advertises labels to all neighbors without being asked.

502
MCQhard

In the context of EVPN, which BGP address family is used to advertise MAC/VPN routes between PE routers?

A.EVPN (AFI 25, SAFI 70)
B.IPv4 Unicast (AFI 1, SAFI 1)
C.L2VPN (AFI 25, SAFI 70)
D.VPNv4 Unicast (AFI 1, SAFI 128)
AnswerA

EVPN uses AFI 25 SAFI 70.

Why this answer

EVPN uses BGP EVPN address family (AFI 25, SAFI 70) to exchange MAC/VPN routes for L2 and L3 services.

503
MCQhard

Refer to the exhibit. The router is configured as a route reflector for VPNv4. What is the requirement for the route reflector to propagate VPNv4 routes received from a client to other clients?

A.The route reflector must filter routes based on route-target communities
B.The route reflector must use the same cluster ID for all clients
C.The route reflector must include the originator ID attribute to prevent loops
D.The route reflector must set the next-hop to itself for all reflected routes
AnswerC

The originator ID identifies the original advertiser; the route reflector must not modify it.

Why this answer

The route reflector must include the originator ID attribute to prevent routing loops when reflecting VPNv4 routes between clients. The originator ID is set to the router ID of the originating IBGP speaker, and the route reflector ignores any route with an originator ID equal to its own router ID, thereby preventing loops in a client-to-client reflection scenario.

Exam trap

Cisco often tests the misconception that route reflectors must modify the next-hop or filter based on route-targets, but the key loop-prevention mechanism for client-to-client reflection is the originator ID attribute, not cluster ID or next-hop manipulation.

How to eliminate wrong answers

Option A is wrong because route reflectors do not filter VPNv4 routes based on route-target communities; route-target filtering is performed by the receiving PE router based on its VRF configuration, not by the route reflector itself. Option B is wrong because the same cluster ID is used for all clients to identify the route reflector cluster and prevent loops between multiple route reflectors, but it is not a requirement for propagating routes from one client to another. Option D is wrong because the route reflector does not change the next-hop attribute to itself; the next-hop is typically unchanged (unless configured with 'next-hop-self' on the PE), and changing it would break BGP path selection and VPN reachability.

504
MCQhard

A large SP plans to deploy SR-TE tunnels across the backbone using an SDN controller for path computation. To ensure fast convergence and scalability, which automation approach should be used for tunnel creation?

A.Static configuration on each router
B.PCEP with stateful delegation to controller
C.RSVP-TE tunnels
D.NetFlow-based path selection
E.SNMP traps
AnswerB

Stateful PCEP enables the controller to optimize and update SR-TE paths in real time, improving convergence.

Why this answer

B is correct because PCEP with stateful delegation allows the SDN controller to compute and instantiate SR-TE tunnels dynamically, while the router delegates control to the controller for path updates. This approach ensures fast convergence by enabling the controller to react to network changes in real time and scales efficiently by centralizing path computation, avoiding per-router configuration overhead.

Exam trap

Cisco often tests the distinction between PCEP for dynamic path control versus RSVP-TE for signaled tunnels, and the trap here is that candidates confuse RSVP-TE's stateful nature with scalability, not realizing that SR-TE with PCEP delegation offloads computation to the controller for better scale.

How to eliminate wrong answers

Option A is wrong because static configuration on each router is manual, slow to converge, and does not scale for large SP backbones with dynamic traffic engineering. Option C is wrong because RSVP-TE tunnels require per-tunnel signaling and state maintenance on every router, which increases complexity and reduces scalability compared to SR-TE with PCEP. Option D is wrong because NetFlow is a traffic monitoring and analysis tool, not a path computation or tunnel creation protocol.

Option E is wrong because SNMP traps are used for event notification and monitoring, not for dynamic tunnel creation or path computation.

505
MCQhard

An SP uses SR-PCE for traffic engineering. Which protocol does the SR-PCE use to communicate path computation requests and responses with path computation clients (PCCs)?

A.BGP-LS
B.NETCONF
C.PCEP
D.RESTCONF
AnswerC

PCEP is the standard protocol for path computation.

Why this answer

PCEP (Path Computation Element Protocol) is used between PCCs (e.g., routers) and a PCE (e.g., SR-PCE) for path computation requests and responses.

506
MCQeasy

An SP network engineer is designing a new segment routing traffic engineering deployment within a single IGP area. The network consists of 50 core routers running IS-IS and MPLS. The engineer needs to steer traffic from Router A to Router D over a path that avoids high latency links. Which technology should be used to define and instantiate the explicit path?

A.Use LDP to distribute labels and rely on IGP shortest path.
B.Set up a Path Computation Element (PCE) and delegate path computation.
C.Implement BGP LU to create an explicit path via local policies.
D.Configure an SR-TE policy with an explicit path using segment lists.
AnswerD

SR-TE policies provide explicit path steering via segment lists specifying nodes or adjacency SIDs.

Why this answer

SR-TE policies with explicit paths using segment lists allow steering traffic over a specific sequence of nodes or links, avoiding high latency links. Option A is wrong because LDP distributes labels for IGP shortest path forwarding, not explicit path control. Option B is wrong because while PCE can assist with path computation, the question asks for the technology to define and instantiate the explicit path, which is the SR-TE policy itself.

Option C is wrong because BGP-LU distributes labels for BGP prefixes, not for traffic engineering paths.

507
MCQmedium

A network administrator configures a class map to match VoIP traffic using 'match ip dscp ef' on a Cisco router. However, the QoS policy is not applying the expected marking to VoIP packets. What is a possible reason?

A.The policy is applied in the output direction instead of input.
B.The VoIP traffic is not marked with DSCP EF from the source.
C.The policy is applied to the wrong interface.
D.The class map uses the wrong match type.
AnswerB

If the source does not set DSCP EF, the match will fail and the traffic will not be classified.

Why this answer

The 'match ip dscp ef' command in the class map checks the DSCP value already present in the incoming VoIP packets. If the source device (e.g., an IP phone) does not mark the packets with DSCP EF (46), the class map will not match, and the QoS policy will not apply the expected marking. The policy can only re-mark packets that are already matched by the class map.

Exam trap

Cisco often tests the misconception that a QoS policy can re-mark traffic regardless of the original packet markings, when in fact the class map must first match the existing DSCP value for the policy to take effect.

How to eliminate wrong answers

Option A is wrong because applying the policy in the output direction does not prevent matching on DSCP EF; the 'match ip dscp ef' command inspects the packet header regardless of direction, and marking policies can be applied in either direction as long as the match criteria are met. Option C is wrong because the policy being applied to the wrong interface would cause no traffic to be matched at all, but the question states the policy is not applying the expected marking to VoIP packets, implying the policy is present but not matching; the issue is with the match criteria, not the interface assignment. Option D is wrong because the class map uses the correct match type ('match ip dscp ef') for matching DSCP values; there is no alternative match type for DSCP in a class map that would be more appropriate.

508
MCQmedium

Which protocol is used to exchange label binding information in a classic MPLS network without Segment Routing?

A.LDP
B.OSPF
C.BGP
D.IS-IS
AnswerA

LDP is used for label distribution in classic MPLS.

Why this answer

In a classic MPLS network without Segment Routing, LDP (Label Distribution Protocol) is the standard protocol used to exchange label binding information. LDP assigns and distributes labels for each FEC (Forwarding Equivalence Class) based on the underlying IGP routing table, enabling label-switched paths (LSPs) without requiring RSVP or Segment Routing extensions.

Exam trap

Cisco often tests the distinction between control plane protocols (LDP for label exchange) and routing protocols (OSPF, IS-IS, BGP) to see if candidates confuse the role of IGPs in MPLS; the trap is assuming that because OSPF or IS-IS are used for routing, they also distribute MPLS labels.

How to eliminate wrong answers

Option B (OSPF) is wrong because OSPF is an IGP used for IP routing, not for MPLS label distribution; it does not carry label bindings. Option C (BGP) is wrong because BGP is used for inter-domain routing and can carry MPLS labels only in VPN contexts (e.g., MP-BGP for L3VPN), but it is not the protocol for exchanging label bindings in a classic, non-SR MPLS core. Option D (IS-IS) is wrong because IS-IS is also an IGP and does not distribute MPLS labels; it can be extended for Segment Routing (SR-IS-IS) but not for classic LDP-based label exchange.

509
MCQhard

Refer to the exhibit. An engineer makes a RESTCONF request to retrieve operational data for all interfaces, but the response shows only one interface. What is the most likely cause?

A.The interfaces are in different VRFs
B.The device does not support the YANG model
C.The request path includes a specific interface key, filtering the result
D.The engineer used the wrong HTTP method
E.The collector is not subscribed to telemetry
AnswerC

The path '/interface=GigabitEthernet0/0/0' selects only that interface; to get all, use '/interfaces'.

Why this answer

If the RESTCONF request path includes a specific interface key (e.g., /restconf/data/ietf-interfaces:interfaces/interface=GigabitEthernet0/0/0), the API will return only that single interface's operational data, even if the engineer intended to retrieve all interfaces. RESTCONF uses URI-encoded keys to filter resources; omitting the key returns the entire list, while including a key narrows the response to that specific instance.

Exam trap

Cisco often tests the nuance that RESTCONF URIs are resource-addressable and that including a key in the path (e.g., /interface=GigabitEthernet0/0/0) filters the result to a single entry, which candidates may misinterpret as a device limitation or configuration issue.

How to eliminate wrong answers

Option A is wrong because VRFs are a Layer 3 virtualization concept and do not affect RESTCONF's ability to retrieve all interfaces; the API returns interfaces from all VRFs unless explicitly filtered. Option B is wrong because if the device did not support the YANG model, the RESTCONF request would return an error (e.g., 404 Not Found or 501 Not Implemented), not a partial response with one interface. Option D is wrong because the HTTP method (GET vs POST/PUT/DELETE) determines the operation type, not the scope of data returned; a GET request correctly retrieves operational data, and using a different method would not yield a filtered response.

Option E is wrong because telemetry subscription (e.g., gRPC or NETCONF call-home) is unrelated to a synchronous RESTCONF GET request; the collector's subscription status does not affect the immediate RESTCONF response.

510
MCQeasy

A service provider router running IOS XR is configured with Control Plane Policing (CoPP) to protect the route processor. Which type of traffic is most commonly rate-limited using CoPP in the control plane?

A.BGP update messages
B.Multicast data forwarding
C.MPLS label imposition
D.Layer 2 data plane traffic
AnswerA

BGP updates are control plane traffic that CoPP can rate-limit.

Why this answer

CoPP on IOS XR is used to classify and rate-limit control plane traffic such as routing protocols (BGP, OSPF, IS-IS) and management traffic (SSH, SNMP). Among the options, BGP updates are control plane traffic that can be rate-limited to protect the CPU.

511
MCQeasy

Which statement about the use of MTU in an MPLS network is correct?

A.MPLS adds a label stack to packets, reducing the payload MTU.
B.MPLS does not affect the MTU because labels are part of the header.
C.MTU must be increased on all MPLS interfaces.
D.MPLS eliminates the need for IP fragmentation.
AnswerA

The label overhead reduces available MTU for data.

Why this answer

MPLS adds a label stack (typically 4 bytes per label) between the Layer 2 header and the IP packet. This additional overhead reduces the maximum payload size that can be carried without exceeding the interface MTU, effectively lowering the payload MTU available for the IP packet.

Exam trap

The trap here is that candidates often assume MPLS labels are part of the IP header (like an option) or that MPLS inherently handles fragmentation, when in fact the label is a separate shim that increases frame size and can cause MTU-related drops.

How to eliminate wrong answers

Option B is wrong because MPLS labels are inserted as a shim header between the Layer 2 header and the IP packet, not as part of the IP header; this increases the total frame size, which can cause fragmentation or drop if the MTU is not adjusted. Option C is wrong because MTU does not need to be increased on all MPLS interfaces; only the core-facing interfaces may require an MTU increase (e.g., to 1504 bytes) to accommodate the label stack, while edge interfaces often remain at standard MTU. Option D is wrong because MPLS does not eliminate the need for IP fragmentation; if the packet plus label stack exceeds the path MTU, fragmentation may still occur at the IP layer or the packet may be dropped if the DF bit is set.

512
MCQmedium

In IOS XR, each routing protocol runs as a separate process. What is the primary benefit of this architecture?

A.It simplifies configuration by combining all protocols into a single file.
B.It allows each protocol to be upgraded independently without a system reboot.
C.It reduces memory consumption by sharing code between processes.
D.It improves forwarding performance by dedicating CPU cores to each protocol.
AnswerB

Individual processes can be restarted or upgraded without affecting other processes.

Why this answer

Process separation provides fault isolation; a crash in one protocol process does not affect others, improving overall system stability.

513
MCQmedium

In MPLS networks, the EXP bits are used for QoS. How are the 3-bit EXP values typically derived from DSCP markings at the ingress PE router?

A.EXP is set by the egress PE router
B.EXP is set to the same binary as the entire DSCP byte
C.The 3 most significant bits of DSCP are copied to EXP
D.EXP is set to a static value per customer
AnswerC

Correct; e.g., DSCP 46 (101110) -> EXP 5 (101).

Why this answer

A common mapping is to copy the three most significant bits of DSCP to EXP, which maps DSCP PHBs into corresponding EXP values.

514
MCQmedium

A service provider is implementing control plane protection (CoPP) on an IOS XR router. Which protocol should be classified and rate-limited to prevent excessive control plane load due to routing updates?

A.ICMP
B.BGP
C.SNMP
D.SSH
AnswerB

BGP updates are control plane traffic that must be rate-limited via CoPP.

Why this answer

BGP updates are sent to the control plane; without CoPP, a flood of BGP updates can overwhelm the router. CoPP classifies BGP traffic and rate-limits it to protect the control plane.

515
Multi-Selecthard

Which THREE are valid SRv6 endpoint behaviors for VPN services? (Choose three.)

Select 3 answers
A.End.DT2U
B.End.B6
C.End.DT4
D.End.X
E.End.DT6
AnswersA, C, E

Decapsulation and L2VPN forwarding.

Why this answer

End.DT4 for IPv4 L3VPN, End.DT6 for IPv6 L3VPN, and End.DT2U for L2VPN are defined SRv6 behaviors.

516
MCQmedium

In BGP route selection, if two routes have the same weight, local preference, and are both locally originated, which attribute is considered next?

A.ORIGIN code
B.NEXT_HOP metric
C.AS_PATH length
D.MED
AnswerC

Shorter AS_PATH is preferred.

Why this answer

After weight, local pref, and locally originated, BGP compares AS_PATH length (shorter is preferred).

517
MCQhard

An ISP is implementing BGP PIC (Prefix Independent Convergence) for edge routers. Which BGP feature must be enabled to support PIC for core-facing failures?

A.BGP additional-paths install
B.BGP deterministic-med
C.BGP route refresh
D.BGP bestpath as-path multipath-relax
AnswerA

This allows installation of backup paths for PIC.

Why this answer

BGP PIC relies on installing a backup path in the FIB. For core-facing failures, BGP Fast External Fallover and BGP PIC with backup paths are used; specifically, 'bgp additional-paths install' is needed to install backup paths.

518
Multi-Selectmedium

A service provider is designing a BGP-based network. Which TWO are characteristics of BGP within a service provider core?

Select 2 answers
A.IBGP sessions require a full mesh or route reflectors to avoid routing loops
B.BGP MED attribute is mandatory for all routes
C.BGP uses the AS path for loop prevention in iBGP
D.BGP route reflectors always modify the AS path
E.BGP relies on an IGP for next-hop reachability within the AS
AnswersA, E

iBGP does not advertise routes learned from another iBGP peer to prevent loops; thus full mesh or RR is needed.

Why this answer

IBGP requires either a full mesh of sessions or route reflectors to prevent routing loops. The BGP split-horizon rule states that routes learned from an iBGP peer are not advertised to another iBGP peer, so without a full mesh or route reflectors, reachability information cannot propagate within the AS. Route reflectors break this rule by allowing selected iBGP speakers to re-advertise routes, but they must be deployed with proper cluster and originator ID attributes to avoid loops.

Exam trap

Cisco often tests the misconception that iBGP uses the AS path for loop prevention, but in reality, iBGP relies on the split-horizon rule and attributes like originator ID and cluster list, while the AS path is only used for eBGP loop prevention.

519
MCQeasy

What is the default range of the Segment Routing Global Block (SRGB) on Cisco IOS XR?

A.16000-23999
B.15000-25000
C.16000-24000
D.16-23999
AnswerA

Correct. This is the default SRGB.

Why this answer

Default SRGB is 16000-23999, but can be configured. The label range is global across SR domain.

520
MCQhard

An engineer is configuring an MPLS L3VPN and needs to ensure that the PE router installs VPNv4 routes from a remote PE into the VRF of a customer. The remote PE sends a VPNv4 route with route-target 100:1. Which configuration on the local PE causes the route to be imported into the VRF?

A.router bgp 100 address-family ipv4 vrf CUSTOMER route-target import 100:1
B.vrf definition CUSTOMER rd 100:1 route-target both 100:1 route-map IMPORT
C.vrf definition CUSTOMER rd 100:1 route-target import 100:1
D.vrf definition CUSTOMER rd 100:1 route-target export 100:1
AnswerC

This imports routes with RT 100:1 into the VRF.

Why this answer

The `route-target import 100:1` command under the VRF definition configures the local PE to accept VPNv4 routes that carry the specified route-target (100:1) from the remote PE. This import RT must match the export RT of the remote PE for the route to be installed into the VRF's routing table. The `rd 100:1` defines the route distinguisher, which is separate from the RT and ensures uniqueness of the VPNv4 prefix.

Exam trap

Cisco often tests the distinction between `route-target import` and `route-target export`, and the trap here is that candidates may select the export-only option (D) or misplace the RT command under BGP (A), failing to recognize that import must be explicitly configured under the VRF definition to receive routes from a remote PE.

How to eliminate wrong answers

Option A is wrong because the `route-target import 100:1` command is placed under `address-family ipv4 vrf CUSTOMER` within BGP, which is not a valid configuration; route-target import/export is configured under the VRF definition, not under the BGP address-family for the VRF. Option B is wrong because it uses the `route-target both 100:1 route-map IMPORT` syntax; while `route-target both` is valid, appending a route-map to the import/export RT statement is not supported in standard IOS/IOS-XE — route-maps can only be applied to `import` or `export` individually, not to `both`, and the syntax is incorrect. Option D is wrong because `route-target export 100:1` only configures the local PE to attach that RT to outgoing VPNv4 routes; it does not cause the import of incoming routes from the remote PE, which requires the `import` keyword.

521
MCQhard

A large service provider is migrating its L2VPN services (VPWS and VPLS) to EVPN-based solutions to improve scalability and support multi-homing. During the rollout for a customer using VLAN-based EVPN for a data center interconnect, the operations team notices frequent MAC address flapping and broadcast storms on one of the attachment circuits connected to a PE router. The PE is configured for EVPN-MPLS with ESI multihoming using all-active mode. The customer has two PEs (PE1 and PE2) connected to the same CE via two separate Ethernet links. The MAC table on PE1 shows the same MAC address alternating between the local AC interface and the remote EVPN peers. What is the most likely cause and the correct action to resolve this issue?

A.Implement ESI multihoming with per-flow load balancing to ensure consistent designated forwarder election.
B.Disable split-horizon on the local AC interface to allow MAC learning from the CE directly.
C.Enable selective multicast on the EVPN instance to reduce broadcast traffic.
D.Use MPLS encapsulation instead of VXLAN to avoid MAC address issues.
AnswerA

Proper ESI configuration and DF election prevent duplicate MACs and loops; per-flow load balancing can help but the key is correct ESI.

Why this answer

In all-active multihoming, both PEs forward traffic for the same VLAN, but split-horizon prevents loops. However, if the designated forwarder (DF) election is inconsistent—for example, due to misconfiguration of ESI or DF algorithm—both PEs may forward broadcast/multicast traffic, causing MAC flapping and broadcast storms. Per-flow load balancing ensures consistent DF election by hashing based on flow characteristics, reducing the chance of both PEs forwarding the same MAC addresses.

Option B (disabling split-horizon) would worsen loops. Option C (selective multicast) is for optimizing multicast, not for MAC flapping. Option D (MPLS vs VXLAN) does not affect MAC learning loops.

Exam trap

Candidates often think that split-horizon is causing the issue, but in all-active mode, split-horizon is enabled by default. The real issue is often DF election inconsistency, which can be addressed by per-flow load balancing.

522
MCQmedium

A network engineer is troubleshooting slow BGP convergence after a link failure in an MPLS core. Which feature can be enabled on the PE routers to fast-failover traffic upon BGP next-hop unreachability?

A.Route Reflector clustering
B.Bidirectional Forwarding Detection (BFD)
C.Local Preference manipulation
D.BGP Prefix Independent Convergence (PIC)
AnswerD

BGP PIC pre-installs backup paths for fast failover.

Why this answer

BGP Prefix Independent Convergence (PIC) enables fast failover by pre-installing backup paths into the forwarding table, so when a BGP next-hop becomes unreachable, traffic is immediately switched to the backup path without waiting for BGP reconvergence. This is critical in MPLS cores where slow BGP convergence after a link failure can cause prolonged traffic loss.

Exam trap

Cisco often tests the distinction between fast detection (BFD) and fast failover (PIC), so candidates mistakenly choose BFD thinking it alone solves slow convergence, but BFD only detects failure faster—it does not pre-install backup paths.

How to eliminate wrong answers

Option A is wrong because Route Reflector clustering reduces the number of iBGP sessions and improves scalability, but does not provide fast failover upon next-hop unreachability. Option B is wrong because BFD provides fast link failure detection, but it does not pre-install backup forwarding paths; it only speeds up the detection of failure, after which BGP still needs to reconverge. Option C is wrong because Local Preference manipulation influences BGP path selection but does not enable fast failover; it is a policy tool, not a convergence acceleration mechanism.

523
MCQhard

An SP is deploying IS-IS fast convergence using Partial Route Computation (PRC). Under which condition does PRC occur?

A.When the IS-IS metric changes
B.When the system ID changes
C.When a new adjacency is formed
D.When a prefix is added or removed without topology change
AnswerD

PRC handles prefix changes only.

Why this answer

PRC is triggered when a prefix changes but the topology remains unchanged. It recalculates only the affected prefixes, not the entire SPF tree.

524
MCQeasy

In MPLS, which forwarding table is used to determine the outgoing label and interface for a labeled packet?

A.FIB
B.LIB
C.LFIB
D.RIB
AnswerC

Correct. LFIB is used for label switching.

Why this answer

The LFIB (Label Forwarding Information Base) is the MPLS forwarding table that maps incoming labels to outgoing labels and interfaces.

525
MCQmedium

In the context of SR-PCE, which protocol does the PCE use to communicate with the path computation client (PCC) to set up SR-TE policies?

A.NETCONF
B.OSPF
C.PCEP
D.BGP-LS
AnswerC

PCEP is used for path computation requests and responses.

Why this answer

PCEP is the protocol used between PCE and PCC for path computation and setup.

Page 6

Page 7 of 13

Page 8