Nokia NRSII 4A0-C04 Set1 [001-050] Flashcards
(50 cards)
Question: 1
An LSP traverses the path R1–R2–R3. With one-to-one fast reroute enabled, which router becomes a DMP for the detour tunnels?
A. Router R1
B. Router R2
C. Router R3
D. Router R4
E. Router R5
B. Router R2
Answer Explanation:
In one-to-one fast reroute (detour mode), the DMP (Detour Merge Point) is the router immediately downstream of the PLR (Point of Local Repair), typically the next hop along the LSP.
Here, if the LSP is R1 → R2 → R3:
R1 is the PLR, which protects the link to R2.
R2 is the next hop — therefore, it becomes the DMP.
The detour tunnel is built from R1 (PLR) to R2 (DMP), ready to activate if the primary path fails.
Thus, R2 is the DMP where the detour rejoins the primary path.
Question: 2
Which of the following is NOT a characteristic of MPLS?
A. It provides the ability to establish connection-oriented paths over a connectionless IP network.
B. It provides a mechanism to engineer network traffic patterns independently of IP routing tables.
C. It will work over most physical layer protocols.
D. It can use GRE tunnels to transport data from many different protocols over an IP network.
D. It can use GRE tunnels to transport data from many different protocols over an IP network.
Answer Explanation:
MPLS (Multiprotocol Label Switching) does not rely on GRE (Generic Routing Encapsulation) for label switching or transport. Instead, MPLS uses label stacking and its own label-switched paths (LSPs) to forward traffic efficiently.
Option A is true: MPLS creates connection-oriented LSPs over a connectionless IP or Layer 2 network.
Option B is true: MPLS enables traffic engineering (TE) by directing traffic independently of the IGP’s shortest-path logic.
Option C is true: MPLS is agnostic to Layer 2, working over Ethernet, Frame Relay, ATM, etc.
Option D is not true: GRE is a separate tunneling mechanism, and while MPLS can be encapsulated in GRE (e.g., MPLS over GRE for VPNs), MPLS itself does not inherently use GRE to transport payloads.
Therefore, option D is not a characteristic of MPLS.
Question: 3
Which of the following regarding per-platform label space is TRUE?
A. A separate label is used for each interface on which the FEC is advertised.
B. A single label is assigned to a FEC for all interfaces on the same router.
C. It is typically used when the device has ATM or Frame Relay interfaces.
D. It uses more label resources than a per-interface label space.
B. A single label is assigned to a FEC for all interfaces on the same router.
Answer Explanation:
MPLS supports two types of label spaces:
Per-platform label space:
A single label is used for a given FEC (Forwarding Equivalence Class) across all interfaces of the router.
This is the most common configuration in IP/MPLS networks.
It simplifies label management because the router maintains one label-to-FEC mapping globally.
Per-interface label space:
A separate label is assigned per logical or physical interface.
Used in specific technologies like ATM or Frame Relay, where label values (VCIs/VPNs) must be unique per port.
Therefore:
A is false: that describes per-interface label space.
B is true: this defines per-platform label space.
C is misleading: ATM/Frame Relay typically use per-interface, not per-platform.
D is false: per-interface consumes more label resources than per-platform.
Question: 4
Which of the following is TRUE when the explicit null is implemented?
A. The penultimate router will forward packets to the eLER, based on the IP header.
B. The eLER will receive packets with a top label value of 0.
C. The eLER will receive packets with a top label value of 3.
D. The penultimate router will pop the top label from the packets.
B. The eLER will receive packets with a top label value of 0.
Answer Explanation:
In MPLS, explicit null (label 0 for IPv4, label 2 for IPv6) is used to signal the penultimate router (P router) to retain the MPLS header, but replace the original label with the explicit null label.
This behavior allows:
The eLER (egress Label Edge Router) to still process the MPLS label (especially important for QoS or ECMP).
The penultimate router does not pop the label as it would in regular PHP (Penultimate Hop Popping).
Breakdown of options:
A. False – that’s normal IP forwarding, not with explicit null.
B. True – label 0 is the explicit null, and it is received by the eLER.
C. False – label 3 is implicit null, which is not transmitted.
D. False – the penultimate router retains the label (it does not pop) when explicit null is used.
Question: 5
If a Nokia 7750 SR is an iLER operating in pipe mode, which of the following regarding the TC field (EXP bits) is TRUE?
A. The TC field is set based on the value of the DSCP field inside the customer packet.
B. The TC field is set to a specific value via explicit administrative configuration.
C. The TC field is set to a system generated random number.
D. The TC field is set by the eLER.
B. The TC field is set to a specific value via explicit administrative configuration.
Question: 6
Which MPLS label mode propagates a label mapping only for the FEC for which a router has a label mapping for the FEC’s next-hop?
A. Independent control mode
B. Ordered control mode
C. Liberal label retention mode
D. Conservative label retention mode
E. Downstream on demand label distribution mode
B. Ordered control mode
Answer Explanation:
There are two MPLS label distribution control modes:
Independent Control Mode
Each router can advertise a label for a FEC as soon as it learns about the FEC, regardless of whether it has received a label from the next hop.
Ordered Control Mode
A router waits to advertise a label for a FEC until it has:
A label mapping from the next-hop router, or
It is the egress for the FEC.
So, ordered mode is more conservative and ensures a more synchronized label propagation along the LSP.
Breakdown of other options:
A. Independent control mode – propagates labels independently, even if the next-hop does not have one.
C. Liberal label retention mode – controls how unused labels are stored, not when they’re advertised.
D. Conservative label retention mode – only keeps labels from valid next-hops.
E. Downstream on demand – relates to when a router requests a label, not how labels are propagated.
Question: 7
Which of the following best describes downstream on demand label distribution?
A. An LSR answers requests for label mappings immediately, without waiting for a label mapping from the next-hop.
B. An LSR advertises label mappings to all peers for which it might be a next-hop for a given FEC.
C. An LSR distributes a label mapping for a FEC when it has been requested to do so.
D. An LSR propagates a label mapping downstream for a FEC, only if it has a label mapping for the FEC’s next-hop.
C. An LSR distributes a label mapping for a FEC when it has been requested to do so.
Answer Explanation:
There are two main label distribution methods in MPLS:
Downstream Unsolicited
A Label Switch Router (LSR) automatically advertises label mappings for known FECs to all appropriate peers.
Downstream on Demand
An LSR only sends a label mapping when a peer explicitly requests it.
This is useful in constrained or traffic-engineered environments where control over label distribution is needed.
Option Review:
A. Incorrect – that describes independent control mode, not label distribution method.
B. Incorrect – that’s downstream unsolicited.
C. ✅ Correct – describes downstream on demand precisely.
D. Incorrect – that’s related to ordered control mode, not label distribution.
Question: 8
Which of the following regarding MPLS label value assignment is FALSE?
A. Label values may be dynamically assigned by LDP.
B. Label values may be dynamically assigned by RSVP-TE.
C. Label values may be reserved for special uses.
D. Label values may be dynamically assigned by IGP.
D. Label values may be dynamically assigned by IGP.
Answer Explanation:
MPLS labels can be dynamically assigned by label distribution protocols, but not by IGPs.
Here’s the breakdown:
A. True – LDP (Label Distribution Protocol) dynamically assigns and advertises labels for FECs.
B. True – RSVP-TE (Resource Reservation Protocol - Traffic Engineering) also dynamically assigns labels during LSP setup.
C. True – Certain label values are reserved, e.g.:
0: IPv4 Explicit Null
1: Router Alert
3: Implicit Null (used for PHP)
D. False – IGPs (like OSPF, IS-IS) do not assign MPLS labels. They only provide routing information (topology, next-hops) that LDP or RSVP-TE may use to assign labels.
Question: 9
Which of the following is a characteristic of LDP Hello messages?
A. They are multicast to the All Hosts address.
B. They are broadcast to the subnet broadcast address.
C. They are multicast to the All Routers address.
D. They are broadcast or multicast, depending on the physical media.
C. They are multicast to the All Routers address.
Answer Explanation:
LDP (Label Distribution Protocol) uses Hello messages to discover and maintain adjacency with LDP peers on directly connected links.
These messages are sent via UDP port 646.
They are multicast to the “All Routers” group address:
For IPv4, this is 224.0.0.2.
For IPv6, it would be FF02::2.
This allows all routers on the subnet to receive the message and respond if they support LDP.
Option Analysis:
A. ❌ Incorrect – 224.0.0.1 is the All Hosts address, not used by LDP.
B. ❌ Incorrect – LDP does not use subnet-wide broadcasts.
C. ✅ Correct – LDP Hello messages are multicast to 224.0.0.2 (All Routers).
D. ❌ Incorrect – LDP always uses multicast, not broadcast, regardless of media.
Question: 10
What is the purpose of a T-LDP session?
A. It allows link LDP to be configured on the edge devices only.
B. It is used to signal the transport labels in the provider core.
C. It allows selective control over which devices are configured for LDP.
D. It is used to signal the service labels in the provider core.
D. It is used to signal the service labels in the provider core.
Answer Explanation:
T-LDP (Targeted Label Distribution Protocol) is a variation of LDP used to establish non-directly connected LDP sessions. It is commonly used in MPLS VPNs and pseudowire services.
The primary use of T-LDP is to signal service labels (e.g., for Layer 2 VPNs, pseudowires, or VPLS).
These service labels are switched end-to-end across the provider’s MPLS core.
Option Breakdown:
A. False – T-LDP is not about limiting LDP to edge devices.
B. False – Transport labels are typically signaled by standard LDP or RSVP-TE, not T-LDP.
C. False – While T-LDP is manually configured between peers, the statement is vague and misleading.
D. ✅ Correct – T-LDP is used to signal service labels (e.g., VC labels for pseudowires) across the MPLS network.
Question: 11
Which of the following about LDP sessions is TRUE?
A. Frame mode requires multiple sessions between peers.
B. The lower transport address initiates the session.
C. Established LDP sessions run over a TCP connection.
D. An LDP session is established immediately after Init messages are exchanged between peers.
C. Established LDP sessions run over a TCP connection.
Answer Explanation:
LDP (Label Distribution Protocol) establishes and maintains sessions between peers using a TCP connection over port 646.
Here’s the correct context for each option:
A. False – Frame mode LDP refers to how labels are applied to frames (e.g., Ethernet), not about session count.
B. False – The LDP session initiator is based on the higher transport address (usually loopback IP), not the lower one.
C. ✅ True – LDP sessions are established over TCP (port 646) once Hello and Init messages succeed.
D. False – LDP session is established after successful exchange of Init and KeepAlive messages — not just Init alone.
Question: 12
After the lsp-ping command is executed, which of the following best describes the router’s action?
Exhibit CLI Output Summary:
The router runs oam lsp-ping prefix 192.10.1.2/32 and receives a reply from 10.10.10.2.
The output confirms a successful MPLS echo request with a return code of 3 (Egress Router), indicating the label-switched path terminates at the destination.
A. MPLS Echo Request packets are sent unlabeled to the prefix 192.10.1.2.
B. MPLS Echo Request packets are sent within the LDP tunnel that are signaled for 192.10.1.2.
C. MPLS Echo Request packets are sent within the RSVP-TE tunnel that are signaled for 192.10.1.2.
D. MPLS Echo Request packets are sent over TCP.
C. MPLS Echo Request packets are sent within the RSVP-TE tunnel that are signaled for 192.10.1.2.
The use of lsp-ping and return code “rc=3 (EgressRtr)” indicates the packet was labeled and traversed an RSVP-TE tunnel to the egress router.
Question: 13
When router R1 forwards a PATH message to router R2, which of the following about the PATH message’s IP header is TRUE?
A. The options field is set to router alert.
B. The source address is R1’s egress interface address.
C. The destination address is R2’s ingress interface address.
D. The HOP object includes R2’s system address.
A. The options field is set to router alert.
The Router Alert option in the IP header is used so intermediate routers process the RSVP PATH message instead of forwarding it blindly.
Question: 14
This LSP terminates on a system IP address. What is the system address of the destination node?
A. 10.32.1.2
B. 10.1.4.78
C. 10.48.1.1
D. 10.1.2.2
B. 10.1.4.78
Answer Explanation:
The system IP address the LSP is configured to terminate on is explicitly defined in the command:
lsp “LSP-to-PE2”
to 10.1.4.78
This means the destination of the LSP is the router with the system IP address 10.1.4.78.
Option Breakdown:
A. 10.32.1.2 ❌
This is just one of the intermediate hops (hop 4) in the strict path to reach the destination. It’s not the final system address.
B. 10.1.4.78 ✅
This is the target of the LSP. It is explicitly listed in the to field of the LSP configuration, which represents the system IP of the destination.
C. 10.48.1.1 ❌
This is hop 1 in the strict path. Like the others, it’s just a transit router.
D. 10.1.2.2 ❌
This is hop 3, another transit router in the LSP path.
Question: 15
What are the default settings for RSVP-TE on the Nokia 7750 SR?
A. Per-interface label space, liberal retention mode
B. Per-platform label space, liberal retention mode
C. Per-interface label space, conservative retention mode
D. Per-platform label space, conservative retention mode
B. Per-platform label space, liberal retention mode
(This is the default behavior for RSVP-TE on Nokia 7750 SR platforms.)
Question: 16
Which of the following is FALSE?
A. The lsp-ping tool is used to perform a unidirectional LSP test.
B. The router 10.10.10.2 is the egress router of the LSP.
C. The router can reach the far-end of the LSP through an RSVP-TE tunnel.
D. The router can reach the far-end of the LSP through an LDP tunnel.
D. The router can reach the far-end of the LSP through an LDP tunnel.
(The presence of rc=3 (EgressRtr) confirms this is an RSVP-TE LSP, not LDP.)
Question: 17
What labels are encapsulated in the tunnels used by a 6PE deployment?
A. The inner label is the IPv4 Explicit Null. The outer label is the MPLS transport label.
B. The inner label is an MPLS transport label. The outer label is the IPv4 Explicit Null.
C. The inner label is the IPv6 Explicit Null. The outer label is an MPLS transport label.
D. The inner label is an MPLS transport label. The outer label is the IPv6 Explicit Null.
C. The inner label is the IPv6 Explicit Null. The outer label is an MPLS transport label.
(In 6PE, the inner label identifies the IPv6 route and may be the IPv6 Explicit Null [label 2] for QoS, while the outer is the MPLS LSP label.)
Question: 18
Which of the following about an ERO in an RSVP PATH message is FALSE?
A. ERO is used by downstream routers to determine the next-hop for the LSP.
B. ERO contains label information used to signal an LSP path.
C. ERO is not always present in the PATH message.
D. Each downstream router updates information inside the ERO.
B. ERO contains label information used to signal an LSP path.
(Explanation: The ERO [Explicit Route Object] contains the intended path or hop sequence for the LSP but does not contain label information. Labels are exchanged via RESV messages.)
Question: 19
Which of the following about Type 10 opaque LSAs is TRUE?
A. Type 10 opaque LSAs are supported by IS-IS.
B. Type 10 opaque LSAs are flooded to all areas of the routing domain.
C. Type 10 opaque LSAs are stored in an LSDB.
D. Type 10 opaque LSAs are used for traffic engineering support.
C. Type 10 opaque LSAs are stored in an LSDB.
(Explanation: Type 10 opaque LSAs are area-scoped OSPF LSAs used to carry additional information like traffic engineering data and are stored in the OSPF LSDB.)
Question: 20
Which of the following about MPLS shortcuts for IGP on a Nokia 7750 SR is FALSE?
A. An IGP route takes priority over a transport tunnel.
B. Both LDP and RSVP-TE based tunnels can be used.
C. MPLS tunnels can be used to resolve the prefixes learned via IGP.
D. Multiple MPLS tunnels can be installed in the FIB.
A. An IGP route takes priority over a transport tunnel.
(This is false because MPLS shortcuts allow the IGP to resolve next hops via MPLS tunnels instead of preferring the IGP route directly.)
Question: 21
Initially, all ports on a Nokia 7750 SR have 10Gbps bandwidth. RSVP configuration limits reservable bandwidth to 30 percent on all interfaces. An LSP is signaled reserving 1 Gbps bandwidth. How much unreserved bandwidth is left on the interface?
A. 10 Gbps
B. 7 Gbps
C. 3 Gbps
D. 2 Gbps
D. 2 Gbps
Calculation:
Total port bandwidth = 10 Gbps
Reservable bandwidth = 30% of 10 Gbps = 3 Gbps
LSP reservation = 1 Gbps
Remaining unreserved bandwidth = 3 Gbps - 1 Gbps = 2 Gbps
Correct Answer: D. 2 Gbps ✅
Question: 22
How does a DMP inform the downstream routers that it has merged detour tunnels?
A. The DMP sends the DMP_Object in each detour’s PATH messages.
B. The DMP summarizes PATH messages, giving each detour its own MSGJD.
C. The DMP identifies itself as the previous hop in each detour’s PATH message.
D. The DMP sends a single PATH message containing the merged DETOUR_Objects.
A. The DMP sends the DMP_Object in each detour’s PATH messages.
(DMP stands for Detour Merge Point. To notify downstream routers of merged detours, it includes the DMP_Object in the PATH messages for each detour LSP.)
Question: 23
Two LSPs traverse the path R1–R2–R3. Both LSPs are configured with facility fast reroute and link protection. When router R1 is the PLR (Point of Local Repair), which router becomes the Merge Point (MP) for this LSP?
A. Router R1
B. Router R2
C. Router R3
D. Router R4
E. Router R5
B. Router R2
Answer Explanation:
In RSVP-TE Facility Fast Reroute (FRR) with link protection:
The PLR (Point of Local Repair) is the router upstream of the protected link.
The MP (Merge Point) is the router downstream of the protected link – typically, the next-hop router.
In this scenario:
R1 is the PLR, protecting the link R1–R2.
Therefore, the MP is R2, as it is the next-hop router where the detour tunnel rejoins the main LSP.
This aligns with link protection behavior, where a bypass tunnel from PLR (R1) reroutes around the protected link and terminates at the next-hop (R2), the MP.
Question 24:
The path of a fast reroute protected LSP is R1–R2–R3.
Which of the following about the protected LSP path is TRUE?
A. All routers along the path, R1, R2, and R3 can be PLRs.
B. If the R1–R2 link fails, router R4 becomes an MP.
C. If the R2–R3 link fails, router R3 becomes a PLR.
D. Router R1 is the LSP head-end and can be a PLR.
D. Router R1 is the LSP head-end and can be a PLR.
Explanation:
PLR (Point of Local Repair): The router upstream of a protected link that initiates a detour.
MP (Merge Point): The router where the detour rejoins the primary LSP.
R1–R2–R3 is the primary path.
R1 is the LSP head-end and sits upstream of the R1–R2 link, so it can act as a PLR.
Option A is incorrect: R3 is the tail-end and cannot be a PLR.
Option B is incorrect: R4 is not along the primary path and is not the merge point.
Option C is incorrect: R3 is the egress (tail-end), and only upstream routers can be PLRs.