CCNA Spcor Mpls Sr Questions

75 of 110 questions · Page 1/2 · Spcor Mpls Sr topic · Answers revealed

1
Multi-Selecteasy

An engineer is configuring MPLS LDP on a Cisco router. Which TWO statements about LDP operation are correct? (Choose two.)

Select 2 answers
A.The LFIB (Label Forwarding Information Base) in LDP is used to store only the outgoing label mapping for each FEC.
B.LDP discovers neighbors using UDP hello messages on port 646, and then establishes a TCP session on port 646.
C.LDP uses a downstream-on-demand label distribution method, where labels are sent only when requested by an upstream router.
D.In liberal label retention mode, LDP stores all received labels, even from non-next-hop neighbors, allowing faster convergence.
E.LDP label allocation happens only after the IGP converges, and labels are allocated for all IGP routes by default.
AnswersB, D

Correct. LDP uses UDP for discovery, TCP for session.

Why this answer

LDP uses downstream unsolicited mode by default in Cisco IOS; liberal label retention means it keeps all labels even if not directly reachable. Options B and C are correct.

2
MCQhard

In SRv6, which endpoint behavior is used for decapsulation and forwarding to a Layer 3 VPN IPv4 destination, removing the outer IPv6 header?

A.End.X
B.End.DT6
C.End.DT2U
D.End.DT4
AnswerD

End.DT4 is for IPv4 VPN decapsulation.

Why this answer

End.DT4 is the SRv6 endpoint behavior for decapsulation and table lookup in the VPN IPv4 table.

3
Multi-Selectmedium

An engineer is configuring EVPN IRB (Integrated Routing and Bridging) to provide IP connectivity between tenants across a service provider network. Which THREE components are essential for EVPN IRB operation? (Choose three.)

Select 3 answers
A.LDP or SR for label distribution.
B.IP-VRF for each tenant.
C.An IRB interface (BDI) that serves as the Layer 3 gateway.
D.MPLS-TE tunnels for transport.
E.Ethernet VPN Instance (EVI) with a Route Distinguisher.
AnswersB, C, E

Essential for routing.

Why this answer

EVPN IRB requires an IP-VRF to represent the tenant, a bridge domain (EVI) for Layer 2, and IRB interfaces (Layer 3 gateway) that connect the bridge domain to the VRF. BGP EVPN control plane is also needed.

4
Multi-Selecthard

In SR-MPLS traffic engineering, which three components are essential for configuring an SR Policy on a headend router? (Choose three.)

Select 3 answers
A.Bandwidth reservation value
B.Explicit path with ERO
C.Headend router
D.Endpoint (destination) prefix
E.Color (used to steer traffic with a specific color)
AnswersC, D, E

Correct: The headend is the source of the policy.

Why this answer

An SR Policy requires a headend, endpoint, and a color to distinguish multiple policies to the same endpoint. Segment lists and candidate paths are part of the policy but not all are strictly required (at least one candidate path with segment list is needed). However, the question asks for essential components of the policy definition: headend, endpoint, and color are the key identifiers.

6
MCQmedium

An SRv6 SID is composed of three parts: Locator, Function, and Arguments. Which part identifies the SRv6-capable node in the network?

A.Argument
B.Locator
C.Function
D.SRH
AnswerB

Locator identifies the node.

Why this answer

The Locator portion of an SRv6 SID identifies the node and is routable in the IGP.

7
Multi-Selecthard

Which two are benefits of using EVPN-VPWS over traditional VPWS? (Choose two.)

Select 2 answers
A.Uses MPLS-TE tunnels for path protection.
B.Eliminates the need for pseudowire configuration on each PE.
C.Support for active/active multi-homing without spanning tree.
D.Supports only point-to-point topologies.
E.Requires LDP for label distribution.
AnswersB, C

Correct: EVPN automates pseudowire signaling via BGP.

Why this answer

EVPN-VPWS provides multi-homing with fast convergence and simplifies provisioning using BGP.

8
MCQhard

A service provider is migrating from LDP to SR-MPLS. Which mechanism allows a router to allocate labels for prefixes using both LDP and SR simultaneously during the migration?

A.LDP over SR tunnel
B.RSVP-TE interworking
C.MPLS forwarding plane adjustment
D.Segment Routing Mapping Server (SRMS)
AnswerD

Correct.

Why this answer

Cisco's SR/LDP interworking allows coexistence. Routers can run both LDP and SR, and a mapping server advertises SR labels for LDP-learned prefixes. This enables seamless migration.

9
MCQmedium

In an MPLS network using LDP, which statement correctly describes the label distribution behavior for a given FEC?

A.Labels are advertised unsolicited to all neighbors, and all labels are retained even if not used (liberal label retention).
B.Labels are advertised only in response to a request from an upstream neighbor (downstream on demand).
C.Labels are advertised unsolicited but only the best label for each FEC is retained (conservative label retention).
D.Labels are advertised only when the LSR has an outgoing label for the FEC (ordered label distribution).
AnswerA

Correct: LDP default behavior.

Why this answer

LDP uses downstream unsolicited mode by default, where each LSR advertises labels for all FECs to all neighbors without being asked, and liberal label retention stores all received labels even if not currently used.

10
MCQmedium

In SR-MPLS TE, a headend router is configured with an SR Policy that includes an explicit candidate path with segment list [16001, 16003]. What do these numbers represent?

A.MPLS label values representing Node SIDs or Adjacency SIDs
B.Interface indices
C.Metric values for path calculation
D.IPv4 addresses encoded as numbers
AnswerA

Correct: Segment lists contain MPLS labels.

Why this answer

In SR-MPLS, segment lists are composed of MPLS labels. Node SIDs are typically from the SRGB (e.g., 16001 could be a Node SID for a router). Adjacency SIDs would be link-specific labels.

The numbers are labels, not interface indices or metric values.

11
MCQmedium

In an MPLS-TE tunnel configuration, which RSVP message carries the Explicit Route Object (ERO) that specifies the explicit path the tunnel must follow?

A.RSVP_TEAR message
B.RSVP_ERR message
C.PATH message
D.RESV message
AnswerC

PATH carries the ERO.

Why this answer

In RSVP-TE, the PATH message includes the ERO to define the explicit route the traffic should take. The RESV message is sent back to confirm the reservation.

12
MCQmedium

Which of the following best describes the function of CSPF in MPLS-TE?

A.It distributes labels to LDP neighbors.
B.It calculates the shortest path based solely on IGP metric.
C.It signals RSVP-TE PATH messages.
D.It prunes links that do not satisfy constraints and then runs SPF on the remaining topology.
AnswerD

Correct. CSPF applies constraints first.

Why this answer

CSPF computes a path that meets constraints (bandwidth, affinity, etc.) and avoids links/ nodes not meeting them.

13
Multi-Selecthard

An SP network uses RSVP-TE for MPLS traffic engineering with FRR link protection. Which THREE statements are correct about RSVP-TE operation and FRR? (Choose three.)

Select 3 answers
A.CSPF (Constrained Shortest Path First) is used to compute the best path based on IGP metrics only, ignoring TE constraints.
B.In FRR link protection, the 1:1 detour method creates a separate backup LSP for each protected LSP, while the bypass tunnel method protects multiple LSPs over a single backup tunnel.
C.The RSVP 'fixed-filter' (FF) reservation style is the only style used in MPLS-TE to allow multiple senders.
D.The PATH message travels from headend to tailend, while the RESV message travels from tailend back to headend, establishing reservation state.
E.The Explicit Route Object (ERO) in the PATH message lists the strict or loose hops that the traffic must traverse.
AnswersB, D, E

Correct. 1:1 detour per LSP; bypass tunnel protects many.

Why this answer

RSVP-TE uses PATH (downstream) and RESV (upstream) messages. ERO specifies explicit path. CSPF is used for path computation.

FRR link protection can be implemented via 1:1 detour (per-tunnel backup) or bypass tunnel (protects multiple tunnels). 'shared-explicit' and 'fixed-filter' are RSVP reservation styles; 'shared-explicit' is used in MPLS-TE. Options A, C, and D are correct.

14
MCQhard

Which EVPN component ensures that only one of the multi-homed PEs forwards traffic to the CE for a given Ethernet segment?

A.DF Election
B.Split Horizon
C.Aliasing
D.ESI (Ethernet Segment Identifier)
AnswerA

Correct: DF election selects one PE to forward.

Why this answer

DF election determines which PE forwards traffic for a given VLAN to avoid duplication.

15
MCQhard

In SR-TE, a headend router is configured with an SR Policy that includes an explicit candidate path with segment list [16001, 16003, 16005]. What does this segment list represent?

A.A list of labels for an RSVP-TE LSP
B.A list of adjacency SIDs for each link
C.A list of node SIDs representing the path through routers with those SIDs
D.A list of anycast SIDs for redundancy
AnswerC

Correct. Node SIDs identify routers.

Why this answer

Each SID in the list is a node SID (Prefix-SID) of intermediate routers, forming a strict hop-by-hop path.

16
MCQmedium

What is the primary purpose of the SRGB (Segment Routing Global Block) when configuring SR-MPLS on a network?

A.To provide a common label space for global segments, ensuring consistent label to prefix mapping.
B.To set aside labels for MPLS-TE tunnels.
C.To allocate labels for adjacency SIDs only.
D.To define the range for LDP labels used in SR interworking.
AnswerA

Correct.

Why this answer

SRGB defines a range of labels reserved for global segments (e.g., Node SIDs). It ensures that a given Node SID maps to the same label across all routers in the SR domain, simplifying operations.

17
Multi-Selecthard

Which THREE are mechanisms used in EVPN to support multi-homing and load balancing? (Choose three.)

Select 3 answers
A.Aliasing
B.Ethernet Segment Identifier (ESI)
C.Spanning Tree Protocol (STP)
D.Designated Forwarder (DF) election
E.Virtual Router Redundancy Protocol (VRRP)
AnswersA, B, D

Allows load balancing to any PE in the ES.

Why this answer

ESI identifies the segment, DF election avoids duplicates, and aliasing allows traffic to be forwarded to any PE in the multi-homing group.

18
Multi-Selectmedium

An engineer is troubleshooting an MPLS-TE tunnel that is not coming up. The configuration includes an explicit path with strict hops. Which TWO conditions could prevent the tunnel from being established? (Choose two.)

Select 2 answers
A.The tunnel interface has an IP address.
B.RSVP is not enabled on an interface along the path.
C.The destination loopback is not advertised in IGP.
D.The path includes a router that does not support MPLS.
E.One of the strict hops is not directly connected to the previous router.
AnswersB, E

RSVP must be enabled.

Why this answer

An explicit path with strict hops requires each hop to be directly connected. If a hop is not directly connected, the path fails. Also, if there is no RSVP capability along the path, the tunnel cannot be signaled.

19
Multi-Selectmedium

Which TWO are characteristics of SR-MPLS when compared to LDP-based MPLS? (Choose two.)

Select 2 answers
A.SR-MPLS uses IPv6 SIDs only.
B.Labels are distributed using LDP.
C.Labels are distributed via IGP extensions.
D.SR-MPLS requires RSVP-TE for traffic engineering.
E.SR-MPLS reduces protocol state by eliminating LDP and RSVP.
AnswersC, E

IGP (IS-IS/OSPF) carries Segment Routing labels.

Why this answer

SR-MPLS eliminates LDP and RSVP state, using IGP for label distribution (e.g., via IS-IS TLVs).

20
MCQeasy

Which component in EVPN is used to uniquely identify an Ethernet segment across multiple PE devices in a multi-homing scenario?

A.RT-2
B.MAC-VRF
C.ESI
D.EVI
AnswerC

ESI identifies the Ethernet segment.

Why this answer

The Ethernet Segment Identifier (ESI) is a 10-byte value that identifies a specific multihomed site.

21
Multi-Selectmedium

Which three are characteristics of SR-TE policies? (Choose three.)

Select 3 answers
A.They are defined at the headend router with a destination and color.
B.They use explicit segment lists to encode the path.
C.They require RSVP-TE signaling to maintain state.
D.They can be used to steer traffic onto a specific path for service-level agreement (SLA) compliance.
E.They require per-flow state at intermediate routers.
AnswersA, B, D

Correct: Headend defines policy.

Why this answer

SR-TE policies are stateful at the headend, use segment lists for path steering, and can be associated with a color for traffic engineering.

22
MCQmedium

An engineer configures an MPLS-TE tunnel with a bandwidth of 100 Mbps and an explicit path that avoids a specific link. Which RSVP message carries the Explicit Route Object (ERO) to signal the path?

A.PATH message
B.RESV Confirm message
C.PATH Tear message
D.RESV message
AnswerA

PATH message contains the ERO for explicit routing.

Why this answer

In RSVP-TE, the PATH message includes the ERO to specify the explicit route for the tunnel.

23
MCQeasy

In MPLS, which operation occurs when a router receives a labeled packet and replaces the top label with a new label before forwarding?

A.Lookup
B.Pop
C.Swap
D.Push
AnswerC

Swap exchanges the top label for a new one.

Why this answer

In MPLS, the swap operation replaces the incoming top label with a new outgoing label as per the LFIB entry.

24
MCQhard

In SRv6, which behavior is used for L3VPN decapsulation (removing the outer IPv6 header and SRH, and forwarding the inner IPv4 packet based on the VPN routing table)?

A.End.DT2U
B.End.DT6
C.End.DT4
D.End
AnswerC

Correct for IPv4 L3VPN.

Why this answer

End.DT4 is the SRv6 endpoint behavior for decapsulation and table lookup for IPv4 L3VPN. End.DT6 is for IPv6 L3VPN, End.DT2U is for L2VPN.

25
MCQhard

In SR-TE, a headend router is configured with an SR Policy using an explicit candidate path that includes a segment list [100, 200, 300]. If all routers have the same SRGB starting at 10000, what is the actual outgoing label stack for the first segment?

A.100, 200, 300
B.10100, 10200, 10300
C.10000, 20000, 30000
D.Labels depend on LDP allocation
AnswerB

Correct: SRGB base + index.

Why this answer

In SR-MPLS, the SID values in the segment list are relative to the SRGB. If the SRGB starts at 10000, a SID value of 100 corresponds to label 10100 (10000 + 100). So the first segment label is 10100.

26
MCQmedium

In Segment Routing (SR-MPLS), which IGP TLV is used by IS-IS to advertise the Node SID for a prefix?

A.TLV 135 (Extended IP Reachability) with sub-TLV 3 for Prefix-SID.
B.TLV 22 (IS Reachability) with sub-TLV 22 for Adjacency SID.
C.TLV 130 (IP Address) with sub-TLV 1 for Node SID.
D.TLV 137 (Dynamic hostname) with sub-TLV 5 for SID.
AnswerA

Correct.

Why this answer

IS-IS uses the IS-IS Router CAPABILITY TLV (135) with sub-TLV 19 to carry the SR-capable information and prefix-SID. Specifically, the Prefix-SID is advertised in the IS-IS Extended IP Reachability TLV (135) with sub-TLV 3.

27
MCQeasy

In Segment Routing (SR-MPLS), a label allocated from the Segment Routing Global Block (SRGB) for a specific router's loopback is known as what?

A.Anycast SID
B.Node SID
C.Prefix SID
D.Adjacency SID
AnswerB, C

Node SID identifies a specific node.

Why this answer

The Node-SID (or Prefix-SID) is a globally unique label from the SRGB assigned to the router's loopback.

28
MCQhard

An engineer is deploying MPLS-TE with FRR using the 1:1 detour method. Which statement about link protection in this scenario is true?

A.The detour LSP merges back with the main LSP after the protected link.
B.The detour LSP is created dynamically after a failure is detected.
C.Link protection requires node protection to be configured.
D.A single bypass tunnel protects multiple LSPs over the same link.
AnswerA

Correct.

Why this answer

1:1 detour creates a one-to-one backup LSP for each protected LSP. The detour LSP is pre-signaled and protects against link failure by re-routing traffic around the failed link.

29
MCQeasy

In MPLS, which operation is performed when a packet arrives at a transit router and the top label matches the router's own label assigned for the FEC?

A.Pop the top label.
B.Push a new label onto the stack.
C.Drop the packet.
D.Swap the top label with a new label.
AnswerA

Correct.

Why this answer

When the top label is the router's own label (often an implicit null or explicit null), the router pops the label and forwards the packet based on the next label or IP header.

30
MCQmedium

An engineer wants to configure SR-TE without using RSVP. Which mechanism does SR-TE use to specify the explicit path?

A.ERO in RSVP PATH message
B.Label stack with PHP
C.IGP shortest path only
D.Segment list in SR Policy
AnswerD

SR-TE uses segment lists in SR Policies.

Why this answer

SR-TE uses a segment list consisting of Node SIDs and/or Adjacency SIDs to define the explicit path, avoiding RSVP state.

31
MCQmedium

Which RSVP-TE message is used to reserve resources along the path and includes the Explicit Route Object (ERO)?

A.RESV_CONFIRM
B.PATH
C.PATH_TEAR
D.RESV
AnswerD

Correct: RESV reserves resources and includes the ERO.

Why this answer

The RESV message is sent upstream from the destination to the source to reserve resources and confirm the path; the ERO is in the PATH message, not RESV.

32
MCQeasy

Which LDP mode uses downstream unsolicited label distribution and liberal label retention?

A.Downstream on demand with liberal retention
B.Downstream unsolicited with liberal retention
C.Upstream unsolicited with liberal retention
D.Downstream on demand with conservative retention
AnswerB

This is the default LDP mode.

Why this answer

Option B is correct because downstream unsolicited (DU) label distribution is the default mode in LDP, where each LSR advertises labels for all its directly connected prefixes to its neighbors without waiting for a request. Liberal label retention means the LSR stores all received label bindings, even if they are not currently used for forwarding, which enables rapid convergence upon topology changes.

Exam trap

Cisco often tests the distinction between label distribution modes (DU vs. DoD) and label retention modes (liberal vs. conservative), and candidates may confuse 'downstream unsolicited' with 'upstream unsolicited' or incorrectly associate liberal retention with DoD mode.

How to eliminate wrong answers

Option A is wrong because downstream on demand (DoD) mode requires an explicit label request from an upstream neighbor before a label is advertised, which is the opposite of unsolicited distribution. Option C is wrong because LDP does not use an 'upstream unsolicited' mode; label distribution is always from the downstream LSR to the upstream LSR. Option D is wrong because conservative label retention discards label bindings that are not currently used for forwarding, which contradicts the liberal retention specified in the question.

33
MCQmedium

Which SRv6 endpoint behavior is used for L3VPN decapsulation and IP forwarding to the destination in a VRF?

A.End.DT2U
B.End
C.End.X
D.End.DT4
AnswerD

Correct. End.DT4 decapsulates and does IPv4 VRF lookup.

Why this answer

End.DT4 is the correct SRv6 endpoint behavior for L3VPN decapsulation and IP forwarding to the destination in a VRF. It removes the outer IPv6 header and SRH, then performs a lookup in the specified VRF IPv4 routing table to forward the inner IPv4 packet. This behavior is defined in RFC 8986 and is the direct SRv6 equivalent of the MPLS-based per-VRF label allocation for L3VPN.

Exam trap

Cisco often tests the distinction between endpoint behaviors by using similar acronyms (e.g., End.DT2U vs End.DT4) to confuse candidates who may not recall that '2U' refers to Layer 2 unicast and '4' refers to IPv4 VRF forwarding.

How to eliminate wrong answers

Option A is wrong because End.DT2U is used for L2VPN decapsulation and unicast MAC forwarding to a bridge domain, not for L3VPN IP forwarding in a VRF. Option B is wrong because End (without any flavor) performs simple decapsulation and IPv6 forwarding based on the destination address in the inner IPv6 header, not VRF-based IPv4 forwarding. Option C is wrong because End.X is used for decapsulation and forwarding to a specific neighbor via a Layer 3 interface, often with a next-hop address, but it does not involve VRF lookup for L3VPN.

34
MCQmedium

In an MPLS network using LDP, which LDP mode allocates a label for every prefix in the routing table and advertises it to all LDP neighbors, regardless of whether the neighbor requests it?

A.Downstream on demand with liberal label retention
B.Downstream unsolicited with conservative label retention
C.Downstream unsolicited with liberal label retention
D.Downstream on demand with conservative label retention
AnswerC

This is the default mode in Cisco IOS.

Why this answer

Downstream unsolicited (DU) mode means a router advertises labels for all its prefixes to all neighbors without waiting for a request.

35
MCQeasy

In Segment Routing over IPv6 (SRv6), what is the function of the 'Locator' part of an SRv6 SID?

A.It indicates the length of the SID.
B.It encodes an argument for the SRv6 function.
C.It identifies the node and is used for routing the packet to that node.
D.It specifies the function to be performed on the packet.
AnswerC

Correct: The locator is routable and identifies the node.

Why this answer

The Locator is the portion of the SRv6 SID that identifies the node (or the segment endpoint) and is used for routing to that node.

36
Multi-Selectmedium

Which TWO statements correctly describe RSVP-TE reservation styles? (Choose two.)

Select 2 answers
A.Shared Explicit (SE) does not allow any sharing.
B.Shared Explicit (SE) allows multiple senders to share a reservation but with explicit filters.
C.Fixed Filter (FF) is the only style used in MPLS-TE.
D.Wildcard Filter (WF) is commonly used in MPLS-TE.
E.Fixed Filter (FF) creates a separate reservation for each sender.
AnswersB, E

SE style uses explicit filters but allows sharing.

Why this answer

Shared Explicit (SE) allows sharing among senders with different selectors, and Fixed Filter (FF) creates distinct reservations per sender.

37
MCQmedium

Which component of SRv6 SID format is used to identify the specific function (e.g., End, End.X) on the node?

A.Argument
B.Block
C.Function
D.Locator
AnswerC

Correct: Function identifies the behavior.

Why this answer

The SRv6 SID is structured as Locator:Function:Argument. The Function part identifies the specific behavior to be executed on the node, such as End or End.X.

38
MCQmedium

An SR-TE policy is configured with a candidate path containing multiple segment lists. Which selection criteria is used to choose the active segment list among the candidate paths?

A.Color
B.Preference value
C.Metric type (IGP or TE)
D.Hop count
AnswerB

The candidate path with highest preference is selected.

Why this answer

The preference value (or priority) is used to select the best candidate path; higher preference wins.

39
MCQhard

An engineer is configuring MPLS-TE FRR for link protection. Which of the following options describes a 1:1 protection scheme where a dedicated detour LSP is created for each protected LSP?

A.Shared mesh protection
B.Bypass tunnel protecting multiple LSPs
C.Detour LSP for each protected LSP
D.Node protection bypass tunnel
AnswerC

Correct. 1:1 detour is per-LSP.

Why this answer

In MPLS-TE Fast Reroute (FRR), a 1:1 protection scheme means a dedicated detour LSP is created for each protected LSP. This provides per-LSP backup, ensuring that if a link fails, traffic is immediately switched to the detour tunnel. Option C correctly describes this exact mechanism, where each protected LSP has its own pre-established detour path.

Exam trap

Cisco often tests the distinction between 1:1 (detour LSP) and 1:N (bypass tunnel) protection schemes, and the trap here is that candidates confuse 'bypass tunnel protecting multiple LSPs' (facility backup) with a dedicated detour, or assume 'node protection' is the same as link protection.

How to eliminate wrong answers

Option A is wrong because shared mesh protection is a recovery mechanism where multiple LSPs share a pool of backup resources, not a 1:1 dedicated detour per LSP. Option B is wrong because a bypass tunnel protecting multiple LSPs is a facility backup (1:N) scheme, where a single bypass tunnel protects many LSPs over a common link or node, not a dedicated detour per LSP. Option D is wrong because node protection bypass tunnel protects against a node failure, not a link failure, and it is a facility backup (1:N) scheme, not a 1:1 detour per LSP.

40
MCQeasy

Which component of an MPLS-TE FRR (Fast Reroute) configuration provides protection for the next-hop node by bypassing it?

A.Node protection
B.Path protection
C.Link protection
D.Bandwidth protection
AnswerA

Node protection protects the next-hop node.

Why this answer

Node protection uses a bypass tunnel that bypasses the protected node, while link protection only bypasses the link.

41
MCQeasy

Which LDP label retention mode stores all received label bindings even if they are not currently used for forwarding?

A.Conservative label retention
B.Liberal label retention
C.Ordered label distribution
D.Downstream unsolicited
AnswerB

Correct: Liberal retains all bindings.

Why this answer

Liberal label retention stores all label bindings, allowing quick convergence when a path changes, while conservative retention stores only bindings from the next-hop.

42
MCQmedium

An MPLS TE tunnel is configured with an explicit path. Which RSVP message is used by the headend to signal the path and carry the Explicit Route Object (ERO) listing the hops?

A.RESV
B.PATH_TEAR
C.RESV_CONFIRM
D.PATH
AnswerD

PATH carries the ERO and label request.

Why this answer

The PATH message is sent downstream from the headend and contains the ERO that specifies the explicit route.

43
MCQmedium

Which SR-MPLS SID is advertised by an IS-IS router to identify a specific link and is distributed only to adjacent neighbors?

A.Adjacency SID
B.Prefix SID
C.Node SID
D.Anycast SID
AnswerA

Adjacency SID is link-specific and local.

Why this answer

An Adjacency SID is a local label for a specific adjacency, distributed only to neighbors.

44
MCQhard

In RSVP-TE, which filter spec style allows multiple senders to share the same reserved resources on a link, as long as their flows do not exceed the reservation?

A.Shared Explicit (SE)
B.Distinct Explicit (DE)
C.Fixed Filter (FF)
D.Wildcard Filter (WF)
AnswerA

SE provides sharing with explicit sender list.

Why this answer

Shared Explicit (SE) style allows multiple senders to share a single reservation, with explicit sender list.

45
Multi-Selecthard

When deploying EVPN with SR-MPLS or SRv6, which THREE statements about EVPN multi-homing and related concepts are correct? (Choose three.)

Select 4 answers
A.EVPN IRB (Integrated Routing and Bridging) enables both Layer 2 and Layer 3 forwarding over the same EVPN instance using an anycast gateway.
B.Aliasing allows a PE to forward traffic to a multi-homed site even if it has not learned the MAC address, based on the ESI knowledge.
C.The Ethernet Segment Identifier (ESI) is a unique identifier for a multi-homed site, used to detect multi-homing and for split-horizon filtering.
D.EVPN VPWS (Virtual Private Wire Service) uses a single EVPN instance for both point-to-point and multipoint services.
E.Designated Forwarder (DF) election is performed per (ESI, VLAN) to avoid duplicate traffic from multiple PEs to the CE.
AnswersA, B, C, E

Correct. IRB provides L2 and L3 with anycast gateway.

Why this answer

EVPN multi-homing uses ESI to identify the Ethernet segment. DF election per (ESI, VLAN) ensures only one PE forwards traffic for a given VLAN. Aliasing allows load balancing to any PE even if not advertised all MACs.

Options A, B, and D are correct.

46
Multi-Selectmedium

An engineer is designing an EVPN IRB (Integrated Routing and Bridging) solution. Which two statements about EVPN IRB are correct? (Choose two.)

Select 2 answers
A.EVPN IRB does not support multi-homing.
B.EVPN IRB uses an anycast default gateway IP and MAC that is shared across all PEs.
C.EVPN IRB only supports IPv6 traffic.
D.EVPN IRB requires a separate VRF for each MAC-VRF.
E.In asymmetric IRB, routing occurs only at the ingress PE.
AnswersB, E

Correct: common anycast gateway.

Why this answer

EVPN IRB provides bridging at Layer 2 and routing at Layer 3 with an anycast default gateway. It uses asymmetric IRB (bridging locally, routing via VRF) and symmetric IRB (both directions route). The anycast gateway MAC is shared across all PEs.

47
MCQhard

An engineer configures an SR-TE policy with a segment list containing adjacency SIDs. The required path includes a strict loose hop through a specific router. Which segment type should be used for the strict hop?

A.Anycast SID for the group containing the router.
B.Adjacency SID for the desired link.
C.Binding SID (BSID) of another policy.
D.Node SID (Prefix SID) of the router.
AnswerB

Correct.

Why this answer

Adjacency SIDs force the packet to traverse a specific link. For a strict hop, the adjacency SID ensures the packet goes through that exact link. A Node SID would allow any path to the node.

48
Multi-Selectmedium

Which TWO statements about SR-MPLS compared to LDP are correct? (Choose two.)

Select 2 answers
A.SR-MPLS uses a global label block (SRGB) that is consistent across the domain.
B.SR-MPLS requires LDP for label distribution.
C.SR-MPLS supports only dynamic label allocation.
D.SR-MPLS allocates a per-prefix label (Node SID) for each router's loopback.
E.SR-MPLS requires RSVP-TE for TE tunnels.
AnswersA, D

Correct. SRGB is configured consistently.

Why this answer

Option A is correct because SR-MPLS uses a Segment Routing Global Block (SRGB), which is a reserved label range (e.g., 16000–23999 per RFC 8660) that is configured consistently across all routers in the SR domain. This global consistency allows any router to interpret a label from the SRGB as the same topological or service instruction, eliminating the need for per-hop label negotiation.

Exam trap

Cisco often tests the misconception that SR-MPLS is dependent on LDP or RSVP-TE, when in fact SR-MPLS is designed to replace these protocols by leveraging IGP for label distribution and SR-TE policies for traffic engineering.

49
Multi-Selecthard

Which three statements correctly describe the SRv6 micro-SID (uSID) concept? (Choose three.)

Select 3 answers
A.Micro-SID is incompatible with SR-MPLS.
B.Micro-SID encodes multiple SIDs within a single 128-bit IPv6 address.
C.Micro-SID requires a dedicated SRH extension header.
D.Micro-SID uses a common locator block shared by all nodes in the domain.
E.The micro-SID function is typically 16 bits long.
AnswersB, D, E

Correct: compression via carrier SID.

Why this answer

SRv6 micro-SID uses a compressed SID format where multiple SIDs are encoded in a single 128-bit IPv6 address. It reduces overhead by combining SIDs into a carrier SID. The uSID instruction is usually 16 bits, and the locator block is shared.

50
MCQeasy

In MPLS, what is the term for the operation where the top label is removed and replaced with a new label?

A.Swap
B.Push
C.Pop
D.Replace
AnswerA

Correct. Swap replaces the top label with a new label.

Why this answer

Swap is the operation where the incoming label is replaced with a new outgoing label, as determined by the LFIB.

51
MCQhard

An engineer configures an RSVP-TE tunnel with a bandwidth of 100 Mbps and an explicit path that excludes a specific interface. The tunnel fails to come up. Which term describes the path computation method used by RSVP-TE to find a feasible path given these constraints?

A.SPF (Shortest Path First)
B.Bellman-Ford
C.CSPF (Constrained Shortest Path First)
D.Dijkstra with ECMP
AnswerC

Correct: CSPF considers constraints.

Why this answer

CSPF (Constrained Shortest Path First) is the algorithm used by RSVP-TE to compute a path that satisfies constraints such as bandwidth, explicit path, and link affinities.

52
Multi-Selectmedium

An engineer is troubleshooting an MPLS network where some routers are not exchanging labels via LDP. Which two steps are most appropriate for diagnosing the issue? (Choose two.)

Select 2 answers
A.Verify LDP neighbor adjacencies using 'show mpls ldp neighbor'.
B.Check the MTU size on all interfaces.
C.Reboot all routers to reset LDP sessions.
D.Verify that OSPF neighbor relationships are established.
E.Ensure that 'mpls ip' is enabled on the interfaces using 'show mpls ldp interface'.
AnswersA, E

Correct: This confirms session state.

Why this answer

Verifying LDP sessions with 'show mpls ldp neighbor' and checking interfaces with 'show mpls ldp interface' are standard first steps. Checking MTU or OSPF neighbors are less direct.

53
Multi-Selecthard

Which THREE functions are provided by EVPN multi-homing? (Choose three.)

Select 3 answers
A.Aliasing allows other PEs to send traffic to any PE in the multi-homed group.
B.Ethernet Segment Identifier (ESI) identifies the multi-homed site.
C.Split horizon prevents loops by blocking traffic from the same ES.
D.MAC mobility is provided by multi-homing.
E.Designated Forwarder (DF) election determines which PE forwards BUM traffic.
AnswersA, B, E

Correct. Aliasing enables load balancing.

Why this answer

EVPN multi-homing uses ESI, DF election for BUM traffic, and aliasing for load balancing.

54
MCQhard

An operator is deploying EVPN-VPWS over an MPLS network. Which component uniquely identifies a multihomed Ethernet segment in EVPN?

A.Ethernet Tag ID
B.Ethernet Segment Identifier (ESI)
C.Route Distinguisher (RD)
D.MPLS Label
AnswerB

Correct: ESI uniquely identifies the segment.

Why this answer

The Ethernet Segment Identifier (ESI) is a unique identifier for a multihomed segment. It is used for DF election, aliasing, and split-horizon.

55
MCQhard

In EVPN with SRv6, which SID behavior is used for integrated routing and bridging (IRB) to forward packets between the IP fabric and the Ethernet segment?

A.End
B.End.DT2U
C.End.X
D.End.DT4
AnswerD

Correct. End.DT4 decapsulates and does IPv4 table lookup, enabling routing between IP and bridged domain.

Why this answer

End.DT2U is for L2VPN; for IRB, the router uses End.DT4/DT6 for IP forwarding and then bridges to the segment; however, the question asks for the SID behavior that enables IRB. Usually, IRB is achieved by combining a Layer 2 VPN SID and a Layer 3 VPN SID, but for the specific behavior that forwards between IP and MAC, it's often End.DT4 or End.DT6 plus a MAC lookup. But standard SRv6 IRB uses a dedicated SID like End.DT2U? Actually, IRB requires both routing and bridging; the common approach is to use a Layer 3 VPN SID for the routed part and an EVPN Ethernet segment for bridging.

In SRv6, the endpoint behavior for IRB is typically End.DT4 or End.DT6 for the routing side, and for bridging, it's End.DT2U. But the question expects a single behavior? Perhaps End.DT2U is for L2VPN only. Let's think: Cisco documentation often describes 'End.DT2U' for L2VPN, and 'End.DT4' for L3VPN.

For IRB, the service is provided by a combination. However, a specific SID behavior called 'End.DT2U' can be used for EVPN VPWS. To align with common SIDs, the answer is End.DT2U for L2VPN IRB? Actually, IRB typically uses a Layer 3 gateway SID.

I'll choose End.DT4 as it routes IP, and then the router bridges locally. But the question says 'forward packets between the IP fabric and the Ethernet segment' - that is routing. So End.DT4 is correct.

56
MCQmedium

In SR-MPLS, what is the purpose of the SRGB (Segment Routing Global Block)?

A.To define the range of labels used for LDP
B.To provide a global label space for prefix SIDs
C.To reserve labels for MPLS-TE tunnels
D.To allocate labels for adjacency SIDs
AnswerB

Correct: SRGB is for prefix SIDs.

Why this answer

SRGB is a reserved label range used for globally significant prefix SIDs. All routers in the domain use the same SRGB to ensure consistent label mapping.

57
Multi-Selectmedium

Which two statements about LDP liberal label retention are true? (Choose two.)

Select 2 answers
A.It is the default mode in Cisco IOS for LDP.
B.It allows faster convergence after a topology change.
C.It conserves memory by only storing labels for next-hop neighbors.
D.It retains labels from all neighbors regardless of whether they are used for forwarding.
E.It requires manual configuration of label filtering.
AnswersB, D

Correct: Labels are already available.

Why this answer

LDP liberal retention keeps all received labels even if not used, which speeds convergence but uses more memory.

58
MCQmedium

An engineer is configuring MPLS LDP on a Cisco router. The router uses downstream unsolicited mode with liberal label retention. Which behavior describes the label distribution and retention on this router?

A.The router requests labels from neighbors and retains only labels for the best path.
B.The router sends label bindings only for directly connected routes and discards labels from non-reachable next hops.
C.The router sends label bindings only in response to requests from upstream neighbors and retains only labels for directly connected next hops.
D.The router sends label bindings to all neighbors without receiving requests and retains all received label bindings.
AnswerD

Correct description.

Why this answer

Downstream unsolicited means the downstream router sends label bindings to all neighbors without being asked. Liberal label retention means the router keeps all received label bindings, even if the next hop is not reachable.

59
MCQeasy

Which MPLS label operation is performed by the penultimate hop router in PHP (Penultimate Hop Popping)?

A.No operation
B.Swap
C.Push
D.Pop
AnswerD

PHP pops the label.

Why this answer

In PHP, the penultimate hop router pops the label before forwarding the packet to the egress router, reducing the egress's workload.

60
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.

61
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.

62
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.

63
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.

64
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.

65
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.

66
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.

67
MCQmedium

In MPLS, which label operation is performed by a Penultimate Hop Popping (PHP) router?

A.Swap the top label with a new label
B.Push a new label onto the stack
C.Pop the top label from the stack
D.Swap and push an additional label
AnswerC

Correct: PHP removes the label.

Why this answer

In PHP, the penultimate router pops the label before forwarding to the egress, reducing the egress router's work.

68
MCQeasy

Which label distribution protocol is replaced by segment routing in SR-MPLS deployments?

A.RSVP-TE
B.LDP
C.IGP itself
D.BGP
AnswerB

Correct: SR replaces LDP.

Why this answer

In SR-MPLS deployments, segment routing replaces LDP as the label distribution protocol. LDP traditionally distributes labels for each prefix in the IGP, while segment routing uses the IGP itself to advertise prefix-SIDs and adjacency-SIDs, eliminating the need for a separate label distribution protocol. This simplifies the control plane and removes the dependency on LDP.

Exam trap

Cisco often tests the misconception that segment routing replaces RSVP-TE for traffic engineering, but the question specifically asks about the label distribution protocol replaced by SR-MPLS, which is LDP, not RSVP-TE.

How to eliminate wrong answers

Option A is wrong because RSVP-TE is a traffic engineering protocol that provides explicit path setup and bandwidth reservation, not a general label distribution protocol replaced by segment routing; segment routing can actually replace RSVP-TE for traffic engineering using segment lists, but the question specifically asks about the label distribution protocol replaced by SR-MPLS. Option C is wrong because the IGP itself is not a label distribution protocol; segment routing leverages the IGP to distribute SIDs, but the IGP is not replaced—it is enhanced. Option D is wrong because BGP is used for inter-domain label distribution (e.g., BGP-LU) and is not replaced by segment routing; segment routing can work with BGP for inter-domain scenarios, but BGP remains in use.

69
Multi-Selectmedium

Which TWO statements about MPLS label operations are correct? (Choose two.)

Select 2 answers
A.Label operations are performed based on the IP destination address.
B.At the ingress LSR, a label is pushed onto the packet.
C.At the ingress LSR, the label is popped.
D.At the egress LSR, a label is swapped.
E.At an intermediate LSR, a label is swapped.
AnswersB, E

Correct. The ingress adds the label.

Why this answer

At the ingress, a label is pushed; at the egress, the label is popped. Swap occurs at intermediate routers.

70
MCQmedium

An engineer is configuring SR-MPLS in an IS-IS network. Which IS-IS TLV is used to advertise the Segment Routing Global Block (SRGB) and Node-SID assignments?

A.TLV 135
B.TLV 229
C.TLV 242
D.TLV 22
AnswerC

TLV 242 contains SR-Capabilities and SR-Algorithm.

Why this answer

The IS-IS SR-Capabilities sub-TLV (TLV 242) advertises the SRGB range, while the SR-Algorithm sub-TLV (TLV 242) and Prefix-SID sub-TLV (TLV 135) advertise Node-SIDs.

71
MCQeasy

In SR-MPLS, which mechanism replaces LDP for label distribution?

A.RSVP-TE
B.IGP (IS-IS or OSPF) with Segment Routing extensions
C.MPLS-TE
D.BGP-LU
AnswerB

Correct: IGP distributes SIDs.

Why this answer

Segment Routing replaces LDP by using IGP extensions (IS-IS or OSPF) to advertise Prefix-SIDs and Adjacency-SIDs, eliminating the need for a separate label distribution protocol.

72
MCQeasy

In MPLS-TE, what is the purpose of the Explicit Route Object (ERO) in the RSVP PATH message?

A.To specify the desired path as a list of nodes or links.
B.To label the path with a tunnel ID.
C.To reserve bandwidth along the path.
D.To record the actual path taken by the LSP.
AnswerA

Correct.

Why this answer

ERO specifies the strict or loose hops that the TE LSP must traverse. It allows the headend to enforce a specific path through the network.

73
MCQeasy

Which label operation is performed on a router when an MPLS packet arrives with a top label that matches a local label assigned to a directly connected prefix?

A.No operation, label is ignored
B.Push
C.Pop
D.Swap
AnswerC

Correct operation for directly connected prefix.

Why this answer

If the top label corresponds to a directly connected prefix, the router will pop the label (penultimate hop popping or explicit null) and forward the packet based on the inner header.

74
MCQhard

In SRv6 micro-SID (uSID) compression, which part of the SID is used to carry a compressed instruction set, enabling efficient forwarding with a shorter SID list?

A.Block
B.Function
C.Locator
D.Argument
AnswerB

The function part encodes the behavior in compressed form.

Why this answer

The micro-SID block consists of a locator followed by compressed function and argument, reducing the SID list size.

75
MCQhard

In Segment Routing for MPLS (SR-MPLS), which TLV is used in IS-IS to advertise the Node SID?

A.TLV 232
B.TLV 135
C.TLV 22
D.TLV 149
AnswerD

Correct: TLV 149 is SR-MPLS SID/Label Binding.

Why this answer

IS-IS uses the SR-Capabilities sub-TLV and the SR-Algorithm sub-TLV, but the Node SID is advertised in the SR-MPLS SID/Label Binding TLV (TLV 149) with a sub-TLV. The exact TLV is 149 for SR-MPLS.

Page 1 of 2 · 110 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Spcor Mpls Sr questions.