CCNA Spcor Mpls Sr Questions

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

76
MCQmedium

When configuring an MPLS-TE tunnel with affinity/constraint-based routing, what is the effect of assigning a link attribute of 'red' and setting the tunnel's affinity to include 'red' with the 'include-all' keyword?

A.The tunnel will prefer links with 'red' but may use others if necessary.
B.The tunnel will use a strict explicit path.
C.The tunnel will avoid links with 'red'.
D.The tunnel must use only links that have the 'red' attribute.
AnswerD

Correct: 'include-all' requires all links to have the attribute.

Why this answer

The 'include-all' affinity means the tunnel path must include all links that have the specified color attribute. If a link does not have 'red' attribute, it is excluded from the CSPF computation.

77
Multi-Selecthard

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

Select 3 answers
A.Ethernet Segment Identifier (ESI) uniquely identifies the multi-homed segment.
B.Split horizon prevents loops among PEs.
C.MAC mobility provides MAC address move detection.
D.Designated Forwarder (DF) election ensures only one PE forwards broadcast traffic.
E.Aliasing allows a PE to advertise all MAC addresses from a segment even if not attached.
AnswersA, D, E

ESI is key for multi-homing.

Why this answer

EVPN multi-homing uses ESI for identification, DF election to avoid duplicate frames, and aliasing for load balancing.

78
MCQmedium

An engineer is configuring MPLS LDP on a Cisco router. The router is using downstream unsolicited mode and liberal label retention. Which statement correctly describes the label advertisement behavior?

A.Labels are advertised to all LDP peers for all known prefixes without a request.
B.Labels are retained only for directly connected neighbors.
C.Label advertisements are sent only for prefixes learned via BGP.
D.Labels are advertised only when explicitly requested by a neighbor.
AnswerA

Correct for downstream unsolicited mode.

Why this answer

In downstream unsolicited mode, the router advertises labels for all known prefixes to all neighbors, even if the neighbor did not request them. Liberal label retention keeps all received labels, even if not currently used.

79
MCQhard

In SRv6, which endpoint behavior is used for decapsulating the outer IPv6 header and performing an IPv4 lookup (e.g., for L3VPN)?

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

Correct: End.DT4 decapsulates and does IPv4 lookup.

Why this answer

End.DT4 is the SRv6 endpoint behavior that decapsulates the outer IPv6 header and then performs a lookup in the IPv4 VPN table. End.DT6 is for IPv6, and End.DT2U is for L2VPN.

80
Multi-Selecthard

In SR-MPLS, which THREE statements correctly describe the properties of Adjacency SIDs? (Choose three.)

Select 3 answers
A.Adjacency SIDs can be used in segment lists for SR-TE policies.
B.Adjacency SIDs are allocated from the SRGB.
C.Adjacency SIDs force a packet to traverse a specific link.
D.Adjacency SIDs are global and must be unique across the SR domain.
E.Adjacency SIDs are advertised in IGP as sub-TLVs under IS reachability.
AnswersA, C, E

Correct.

Why this answer

Adjacency SIDs are local to a router and represent a specific link. They are not global and are used for strict path control. They are allocated from a local label range (not SRGB).

81
Multi-Selectmedium

A service provider is transitioning from LDP-based MPLS to Segment Routing (SR-MPLS). Which TWO statements correctly describe differences or interoperability considerations? (Choose two.)

Select 2 answers
A.In SR-MPLS, the Node-SID is allocated from the dynamic label range and is unique only within the IGP area.
B.LDP and SR-MPLS cannot coexist on the same router; the router must be configured exclusively for one or the other.
C.The Segment Routing Global Block (SRGB) is a reserved label range that is used to allocate Prefix-SIDs, ensuring end-to-end label consistency.
D.Adjacency-SID in SR-MPLS is a local label representing a specific link and is used for traffic steering over that link.
E.In SR-MPLS, the label stack is built by the ingress router and nodes swap the top label without pushing additional labels.
AnswersC, D

Correct. SRGB is a global label range for Prefix-SIDs.

Why this answer

In SR-MPLS, the Segment Routing Global Block (SRGB) is a reserved label range used to allocate Prefix-SIDs, ensuring end-to-end label consistency across the SR domain. An Adjacency-SID is a local label that represents a specific link and is used for traffic steering over that link. LDP and SR-MPLS can coexist with proper mapping, making option B incorrect.

Node-SIDs are allocated from the SRGB and are unique domain-wide, not just within an area. In SR-MPLS, the ingress router pushes a label stack, and intermediate nodes perform penultimate hop popping (PHP) or continue to forward, but they do not swap labels as in LDP. Therefore, options C and D are correct.

82
MCQmedium

An engineer is configuring RSVP-TE fast reroute for link protection. Which protection method uses a pre-configured bypass tunnel that protects multiple LSPs on the same link?

A.Local Path Protection
B.Global Repair
C.1:1 detour
D.Facility backup
AnswerD

Bypass tunnel protects multiple LSPs.

Why this answer

In RSVP-TE FRR, facility backup uses a bypass tunnel that can protect multiple LSPs on the same link. In contrast, 1:1 detour creates a separate detour LSP for each protected LSP.

83
Multi-Selectmedium

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

Select 2 answers
A.Label swapping is performed at every transit LSR.
B.In PHP, the penultimate hop LSR removes the top label before forwarding to the egress.
C.The ingress LSR performs a swap operation.
D.The egress LSR always performs a pop operation.
E.Label popping always happens at the penultimate hop.
AnswersA, B

Transit LSRs swap the incoming label with an outgoing label.

Why this answer

Penultimate Hop Popping (PHP) removes the label before the final hop, and the ingress LSR pushes the initial label.

84
Multi-Selectmedium

In an MPLS network using RSVP-TE for traffic engineering, which two mechanisms can be used for fast reroute (FRR) protection? (Choose two.)

Select 2 answers
A.Local Protection using segment routing adjacency SID
B.Global Repair using a secondary LSP from headend
C.Facility backup using a bypass tunnel
D.Hot Standby Router Protocol (HSRP)
E.1:1 protection using a dedicated detour LSP
AnswersC, E

Correct: bypass tunnel protects multiple LSPs.

Why this answer

RSVP-TE FRR offers two protection methods: facility backup (bypass tunnel) and 1:1 protection (detour LSP). Global Repair is not a standard term; Local Protection is used in segment routing.

85
MCQmedium

In SR-MPLS, when a router receives a packet with an MPLS label corresponding to an Adjacency SID, what operation does it perform?

A.It pops the label and forwards the packet out of the specific interface.
B.It performs a recursive lookup in the FIB to determine the next hop.
C.It pushes an additional label and forwards.
D.It swaps the label with the next-hop label and forwards.
AnswerA

Correct: The label is popped and packet forwarded on the corresponding link.

Why this answer

An Adjacency SID represents a specific link; when a router receives a packet with that label, it pops the label and forwards the packet out of the associated interface, because the Adjacency SID is a 'penultimate hop popping' type of SID.

86
MCQmedium

In EVPN multi-homing with all-active mode, which mechanism is used to elect a designated forwarder (DF) for broadcast, unknown unicast, and multicast (BUM) traffic on a given Ethernet segment?

A.Load balancing via MLAG
B.ES-IS protocol
C.DF election via ESI label and route type 4
D.MSTP
AnswerC

Route type 4 (Ethernet Segment route) is used to announce ESI and perform DF election.

Why this answer

The DF election is performed using a deterministic algorithm based on the ESI and the list of PEs, with the lowest IP address becoming DF.

87
Multi-Selectmedium

A network engineer is designing a Segment Routing over IPv6 (SRv6) deployment. Which TWO statements are true about the SRv6 SID format and behaviors? (Choose two.)

Select 2 answers
A.End.X behavior is a default behavior for any SID that is not explicitly defined.
B.End.DT6 behavior is used for IPv6 L3VPN services.
C.End.DT4 behavior is used for EVPN L2VPN services over SRv6.
D.The SRv6 SID is 128 bits long and consists of a Locator, Function, and optional Arguments.
E.The SRH (Segment Routing Header) is an extension header that replaces the IPv6 header when SR is used.
AnswersB, D

Correct. End.DT6 decapsulates and forwards to IPv6 VPN.

Why this answer

SRv6 SID is 128 bits and consists of locator, function, and optional argument. End.DT6 is used for IPv6 L3VPN services. End.DT4 is for IPv4 L3VPN, not for L2VPN.

End.X is not the default behavior; the default is End. The SRH is an extension header that does not replace the IPv6 header. Therefore, the correct answers are B and D.

88
MCQmedium

Which LDP label distribution mode is characterized by a router advertising labels for all prefixes in its routing table to all neighbors, regardless of whether they are needed?

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

Correct. This is the default mode for LDP.

Why this answer

Downstream unsolicited means the router sends label bindings without being asked; liberal label retention means it keeps all bindings even if not from the next hop.

89
Multi-Selectmedium

Which two actions are performed by an MPLS label edge router (LER) when it receives an unlabeled IP packet destined for a prefix with an LSP? (Choose two.)

Select 2 answers
A.It performs a recursive lookup in the LFIB.
B.It performs a label swap operation.
C.It forwards the packet based on the MPLS label.
D.It pops the top label and forwards based on the inner header.
E.It performs a label push operation to add an MPLS label.
AnswersC, E

Correct: After pushing, the packet is forwarded using the label.

Why this answer

The LER (or ingress LSR) imposes a label stack (push operation) on the packet, then forwards it based on the label. It does not swap labels (that's done by LSRs), nor does it pop the label (egress LER does).

90
MCQhard

Which SRv6 SID behavior is used to support EVPN-IRB (Integrated Routing and Bridging) for L2VPN with bridging?

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

Correct: End.DT2U decapsulates and bridges to an Ethernet segment.

Why this answer

End.DT2U is used for L2VPN bridging (EVPN VPWS) and EVPN-IRB uses End.DT2U for bridge domain.

91
MCQhard

In SRv6, what is the function of the 'End.DT4' behavior?

A.Decapsulation and IPv4 lookup in a VRF table
B.Decapsulation and IPv6 lookup in a VRF table
C.Decapsulation and Ethernet switching
D.Encapsulation and forwarding to an IPv6 destination
AnswerA

Correct: End.DT4 is for L3VPNv4.

Why this answer

End.DT4 is a SRv6 endpoint behavior that decapsulates an IPv6 packet with an SRH and performs a lookup in the IPv4 VRF table for L3VPN.

92
MCQmedium

Which RSVP message is used to tear down an MPLS-TE LSP by being sent from the ingress toward the egress?

A.PATH Error
B.PATH Tear
C.RESV Confirm
D.RESV Tear
AnswerB

Correct.

Why this answer

RSVP-TE uses PATH messages to establish state and RESV to reserve. To tear down, a PathTear message is sent from the ingress to the egress, or a ResvTear from egress to ingress.

93
MCQmedium

An engineer configures an SRv6 SID with the behavior End.DT6. What is the primary function of this SID?

A.Perform IPv4 decapsulation and forward using a VPN IPv4 table.
B.Perform IPv6 decapsulation and forward using a VPN IPv6 routing table.
C.Perform IPv6 encapsulation and forward.
D.Perform IPv6 decapsulation and forward using the global IPv6 routing table.
AnswerB

Correct.

Why this answer

End.DT6 (Endpoint with Decapsulation and IPv6 table lookup) is used for L3VPN over SRv6. It decapsulates the outer IPv6 header and forwards based on the inner IPv6 destination using a specific VRF table.

94
MCQmedium

In RSVP-TE, which message is sent by the headend router along the explicit route to reserve resources and establish an LSP?

A.RESV
B.PATH
C.RSVP Hello
D.RSVP Tear
AnswerB

Correct. PATH carries the ERO and requests resources.

Why this answer

In RSVP-TE, the headend router sends a PATH message along the explicit route to signal the desired LSP. This message carries the label request, traffic parameters, and the explicit route object (ERO) to each downstream router, which then forwards it hop-by-hop toward the destination. Only after the PATH message reaches the tailend does the tailend respond with a RESV message to actually reserve resources and establish the LSP.

Exam trap

Cisco often tests the distinction between the direction of PATH (headend to tailend) and RESV (tailend to headend), trapping candidates who confuse which message initiates the reservation versus which message actually reserves resources.

How to eliminate wrong answers

Option A is wrong because the RESV message is sent by the tailend router back toward the headend to reserve resources and confirm the LSP, not by the headend. Option C is wrong because the RSVP Hello message is used for neighbor liveness detection and graceful restart, not for LSP establishment. Option D is wrong because the RSVP Tear message is used to tear down an existing LSP, not to establish one.

95
MCQmedium

In an EVPN-VPWS (Virtual Private Wire Service) deployment, which identifier is used to uniquely identify an Ethernet Segment for multi-homing?

A.Ethernet Tag ID
B.MAC address of the CE
C.Ethernet Segment Identifier (ESI)
D.Route Distinguisher (RD)
AnswerC

Correct identifier.

Why this answer

In EVPN-VPWS, the Ethernet Segment Identifier (ESI) uniquely identifies an Ethernet Segment across all multi-homed Provider Edge (PE) nodes. This 10-byte value is used in Designated Forwarder (DF) election and split-horizon filtering to prevent loops when a Customer Edge (CE) is multi-homed to multiple PEs. The ESI is carried in EVPN routes (Type 1 and Type 4) to signal multi-homing membership.

Exam trap

Cisco often tests the distinction between the Ethernet Tag ID (used for service identification) and the ESI (used for multi-homing segment identification), causing candidates to confuse the two identifiers in EVPN-VPWS contexts.

How to eliminate wrong answers

Option A is wrong because the Ethernet Tag ID identifies a specific service instance (e.g., VLAN or VPWS service) within an EVPN instance, not the multi-homed segment. Option B is wrong because the MAC address of the CE is not used for segment identification; EVPN-VPWS relies on the ESI for multi-homing, and MAC addresses are irrelevant in point-to-point VPWS. Option D is wrong because the Route Distinguisher (RD) is used to make EVPN routes unique across different VRFs or EVPN instances, not to identify an Ethernet Segment for multi-homing.

96
MCQeasy

What is the purpose of the SRGB (Segment Routing Global Block) in SR-MPLS?

A.It defines a contiguous block of labels used for global SIDs such as Node SIDs.
B.It defines the range of labels for Adjacency SIDs.
C.It is used to reserve labels for RSVP-TE tunnels.
D.It is the set of labels allowed for MPLS VPNs.
AnswerA

Correct definition.

Why this answer

The SRGB defines a range of labels reserved for global segment routing SIDs (e.g., Node SIDs). It ensures that the same label value represents the same prefix across the domain, avoiding label conflicts.

97
MCQmedium

In Segment Routing over MPLS (SR-MPLS), how are Prefix-SIDs advertised in IS-IS?

A.Via LDP label mapping messages
B.Via RSVP-TE PATH messages
C.Via BGP VPN labels
D.Via IS-IS TLV 135 and TLV 149
AnswerD

Correct. IS-IS uses these TLVs for SR SID advertisement.

Why this answer

In SR-MPLS, Prefix-SIDs are advertised in IS-IS using TLV 135 (Extended IP Reachability) to carry the prefix and its metric, and TLV 149 (IS-IS Router Capability) to carry the SID/Label Binding sub-TLV, which maps the prefix to a specific label (Prefix-SID). This allows IS-IS to distribute both the prefix reachability and its associated segment identifier in a single protocol update, enabling source routing without LDP or RSVP-TE.

Exam trap

Cisco often tests the distinction between traditional MPLS label distribution protocols (LDP, RSVP-TE) and SR-MPLS's use of IGP extensions (IS-IS TLVs or OSPF Opaque LSAs) to carry segment IDs, leading candidates to mistakenly associate Prefix-SIDs with LDP or RSVP-TE.

How to eliminate wrong answers

Option A is wrong because LDP label mapping messages are used for distributing labels in MPLS LDP, not for advertising Prefix-SIDs in SR-MPLS, which uses IS-IS or OSPF extensions. Option B is wrong because RSVP-TE PATH messages are used for traffic engineering label distribution and path setup, not for advertising Prefix-SIDs in IS-IS. Option C is wrong because BGP VPN labels are used in MPLS VPN environments to identify VPN routes, not for advertising Prefix-SIDs in IS-IS.

98
MCQhard

A network operator is implementing segment routing (SR-MPLS) using OSPF as the IGP. Which OSPF TLV is used to advertise the Node SID (Prefix SID) for a router's loopback address?

A.Router Information TLV
B.Traffic Engineering TLV
C.Extended Prefix TLV
D.Extended Link TLV
AnswerC

Correct TLV for Prefix SID.

Why this answer

In OSPF, the Extended Prefix TLV (type 1) carries the Prefix SID sub-TLV for segment routing. The Adjacency SID is carried in the Extended Link TLV.

99
Multi-Selectmedium

In EVPN multi-homing, which two mechanisms are used to avoid duplicate packets and ensure efficient forwarding? (Choose two.)

Select 2 answers
A.MAC mobility
B.Split-horizon filtering
C.Aliasing
D.ARP suppression
E.Designated Forwarder (DF) election
AnswersB, E

Correct: Split-horizon prevents loops.

Why this answer

Designated Forwarder (DF) election ensures only one PE forwards traffic to the CE for broadcast/multicast/unknown unicast, and split-horizon prevents a PE from forwarding packets back to the ES from which they were received.

100
MCQeasy

Which label is used for an Adjacency SID in SR-MPLS?

A.A label from RSVP-TE reserved range
B.A label from the static label range
C.A label from the dynamic label range
D.A label from the SRGB (Segment Routing Global Block)
AnswerC

Correct: Adjacency SIDs are allocated from the dynamic range.

Why this answer

The Adjacency SID is local to the router and represents a specific link; it is typically allocated from the dynamic label range, not the SRGB.

101
Multi-Selecthard

Which three statements accurately describe the benefits of Segment Routing over RSVP-TE for traffic engineering? (Choose three.)

Select 3 answers
A.It does not require a signaling protocol like RSVP.
B.It provides faster convergence than RSVP-TE FRR.
C.It uses the IGP to distribute topology and segment information, enabling distributed intelligence.
D.No per-LSP state is maintained on transit routers.
E.It eliminates the need for CSPF path computation.
AnswersA, C, D

Correct: SR uses IGP, no RSVP needed.

Why this answer

SR-TE reduces state by not requiring per-LSP state on intermediate nodes, supports distributed intelligence via IGP, and does not require a separate protocol like RSVP. However, SR-TE still requires CSPF for path computation, and RSVP-TE also supports fast reroute.

102
MCQmedium

Which MPLS TE mechanism provides link protection by pre-establishing a backup LSP that bypasses a specific link, activated when the link fails?

A.LDP FRR
B.Bypass tunnel
C.Detour tunnel
D.TE backup path
AnswerB

Bypass tunnel protects a link or node.

Why this answer

RSVP-TE Fast Reroute uses bypass tunnels to protect links, providing local repair upon failure.

103
MCQeasy

An engineer is configuring MPLS on a Cisco router. Which label operation is performed on the ingress LSR when a packet enters the MPLS domain?

A.Pop the top label
B.Push a new label
C.No label operation
D.Swap the top label
AnswerB

Push is performed by the ingress LSR.

Why this answer

The ingress LSR pushes a new label onto the stack, encapsulating the original IP packet with an MPLS header.

104
MCQmedium

Which RSVP reservation style is most commonly used in MPLS-TE to allow sharing of resources among multiple LSPs of the same session?

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

Correct. SE is used in MPLS-TE.

Why this answer

Shared Explicit (SE) style allows multiple senders to share a reservation, which is typical for MPLS-TE where the headend may have multiple LSPs to the same destination.

105
MCQmedium

What is the purpose of Constrained Shortest Path First (CSPF) in MPLS-TE?

A.To distribute labels for LDP
B.To calculate the best path for L3VPN
C.To find a path that satisfies traffic engineering constraints and is as short as possible
D.To compute the shortest path without any constraints
AnswerC

Correct: CSPF applies constraints to SPF.

Why this answer

CSPF computes paths that meet TE constraints such as bandwidth, affinity, and explicit hops while optimizing the path cost.

106
MCQmedium

Which RSVP-TE filter style is commonly used for MPLS-TE tunnels to allow multiple senders on the same session?

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

Correct: SE allows multiple senders sharing a reservation.

Why this answer

Shared Explicit (SE) allows multiple senders, each with its own filter spec, but they share the same reservation. Fixed Filter (FF) is per sender. The question likely refers to SE style.

107
MCQeasy

In MPLS-TE Fast Reroute (FRR), what is a 'detour'?

A.A secondary path for load balancing
B.A backup LSP that protects a single primary LSP
C.A bypass tunnel that protects multiple LSPs
D.A mechanism to reroute traffic after failure detection
AnswerB

Correct: Detour provides 1:1 protection.

Why this answer

A detour is a 1:1 protection mechanism where a backup LSP is created for each protected LSP, often pre-signaled.

108
MCQmedium

In EVPN-VPWS, which identifier is used to uniquely identify an Ethernet Segment for multi-homing?

A.Route Distinguisher
B.EVI
D.ESI
AnswerD

ESI identifies the Ethernet segment.

Why this answer

The Ethernet Segment Identifier (ESI) uniquely identifies an Ethernet segment that is multi-homed to two or more PEs.

109
MCQhard

In SRv6, which SID behavior is used to achieve L3VPN IPv6 VPN forwarding, where the SID points to a VPN instance and performs decapsulation and IPv6 lookup?

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

End.DT6 handles IPv6 VPN.

Why this answer

End.DT6 is the SRv6 endpoint behavior for L3VPN over IPv6, performing decapsulation and lookup in the appropriate VPN routing table.

110
MCQmedium

In EVPN-VPWS, which component is used to identify a multi-homed Ethernet segment and enable load balancing and fast convergence?

A.Ethernet Tag ID
C.EVPN Route Target
D.Ethernet Segment Identifier (ESI)
AnswerD

Correct.

Why this answer

The Ethernet Segment Identifier (ESI) is a unique identifier for an Ethernet segment that is multi-homed to two or more PEs. ESI is used for DF election and aliasing.

← PreviousPage 2 of 2 · 110 questions total

Ready to test yourself?

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

CCNA Spcor Mpls Sr Questions — Page 2 of 2 | Courseiva