Nokia NRSII 4A0-C04 Set2 [051-100] Flashcards
(50 cards)
Question 51:
Which of the following about label modes on the Nokia 7750 SR is FALSE?
A. RSVP uses downstream on demand label distribution mode.
B. LDP uses conservative label retention mode.
C. LDP advertises label mappings to all peers for which it might be a next-hop for a given FEC.
D. RSVP distributes a label mapping for a FEC when it has been requested to do so.
B. LDP uses conservative label retention mode.
Answer Explanation:
This statement is FALSE. RSVP-TE uses downstream unsolicited label distribution mode, not downstream on demand. In downstream unsolicited mode, the egress (downstream) router sends label bindings to upstream routers without waiting for a request. In contrast, LDP can use either downstream on demand or unsolicited depending on configuration.
Question 52
This policy is applied on a router as an LDP export policy and an LDP session has been established between this router and its neighboring router. In addition to the FECs learned from its neighbors, what additional FECs will appear in this router’s LIB?
A. All FECs that are in the 192.168.1.0/24 address space.
B. Local FECs that are in the 192.168.1.0/24 address space.
C. All FECs that are not in the 192.168.1.0/24 address space.
D. All FECs except the local FECs that are in the 192.168.1.0/24 address space.
B. Local FECs that are in the 192.168.1.0/24 address space.
Explanation:
The policy applies only to directly connected prefixes that fall under the 192.168.1.0/24 longer filter — meaning it includes 192.168.1.0/25, 192.168.1.128/25, etc., but not 192.168.1.0/24 itself. However, most platforms interpret prefix 192.168.1.0/24 longer as “anything more specific than /24” (e.g., /25 or /26 within the /24). In this context, local FECs that match the longer-than-/24 condition are explicitly exported to the LIB. So the policy affects only local (i.e., directly connected) prefixes.
Question 53:
Which of the following about RSVP-TE is FALSE?
A. It supports traffic protection using IGP equal cost paths.
B. It supports CAC to prevent resource overbooking.
C. It supports LSPs with traffic engineering constraints.
D. It supports LSPs that follow the IGP best path.
A. It supports traffic protection using IGP equal cost paths.
Explanation:
RSVP-TE (Resource Reservation Protocol - Traffic Engineering) is a protocol used to set up LSPs (Label Switched Paths) with strict control over routing and resources. It does not support ECMP (Equal Cost Multi-Path) for traffic protection or path setup — RSVP-TE prefers explicitly calculated or signaled paths based on constraints like bandwidth, admin groups, etc.
In contrast, LDP (Label Distribution Protocol) naturally supports ECMP because it follows IGP best paths.
Question 54:
LSP 1’s link between routers R3 and R6 has failed, and the RESV state at router R3 has timed out.
Which of the following actions will router R3 initiate?
A. Send a PathTear message towards router R6.
B. Send a PathTear message towards router R1.
C. Send a ResvTear message toward router R6.
D. Send a ResvTear message toward router R1.
D. Send a ResvTear message toward router R1.
Explanation:
When the RESV state times out at router R3 (due to loss of downstream connectivity to R6), router R3 will notify the upstream routers that the reservation is no longer valid. In RSVP-TE, this is done by sending a ResvTear message upstream — in this case, toward the head-end router R1.
A PathTear is typically initiated by the head-end router (R1) to tear down an LSP.
A ResvTear is used by downstream routers to notify upstream routers about reservation failure.
Since the failure occurred after the RESV was established and it has now timed out at R3, the correct response is to tear down the reservation upstream, toward R1.
Question 55:
Click on the exhibit. After the lsp-ping command is executed, which of the following best describes the router’s action?
A. MPLS Echo Request packets are sent within the RSVP-TE tunnel that is signaled for “lsp-toR2”.
B. MPLS Echo Request packets are sent within the LDP tunnel that is signaled for Mlsp-toR2.
C. MPLS Echo Request packets are IP-routed to the destination address of “lsp-toR2”.
D. MPLS Echo Request packets are sent to the destination address of “lsp-toR2” over TCP.
A. MPLS Echo Request packets are sent within the RSVP-TE tunnel that is signaled for “lsp-toR2”.
When the lsp-ping command is executed, it triggers an MPLS OAM (Operations, Administration, and Maintenance) operation that tests a specified LSP. The MPLS Echo Request is injected into the RSVP-TE LSP path, not routed via regular IP or TCP. This is done to test the forwarding plane of a specific LSP, not just IP connectivity.
Question 56:
Which of the following about IS-IS Traffic Engineering on a Nokia 7750 SR is FALSE?
A. Traffic engineering information is carried in the extended TLVs.
B. Traffic engineering must be enabled on all IP/MPLS routers along the LSP path.
C. Traffic engineering information is stored in the opaque database.
D. Traffic engineering is required for constraint-based LSPs.
C. Traffic engineering information is stored in the opaque database.
Explanation:
On Nokia SR OS, IS-IS Traffic Engineering (TE) information is stored in the TE database, not the opaque database.
Question 57:
Which LSA type is used for OSPF-TE?
A. Type 8 LSA — Link Local LSA
B. Type 9 LSA — Link Local Opaque LSA
C. Type 10 LSA — Area Local Opaque LSA
D. Type 11 LSA — AS Opaque LSA
C. Type 10 LSA — Area Local Opaque LSA
Answer Explanation:
OSPF-TE (OSPF for Traffic Engineering) is an extension of OSPF that uses Opaque LSAs to carry traffic engineering information (e.g., bandwidth, link attributes) across the network.
Opaque LSAs include:
Type 9 – Link-local scope
Type 10 – Area-local scope ✅
Type 11 – AS scope
For OSPF-TE:
Type 10 LSAs are the most commonly used, carrying link-state information relevant to TE within a specific area.
This includes:
Link bandwidth
TE metrics
Admin groups (colors)
SRLGs, etc.
Option Review:
A. Type 8 – Used in IPv6 OSPFv3, not relevant to TE.
B. Type 9 – Link-local only, used for directly connected info (not scalable for TE).
C. ✅ Type 10 – Correct for carrying TE info within an area.
D. Type 11 – AS-wide, used less frequently for TE.
Question 58:
Which of the following regarding label population is TRUE?
A. Selected labels from the FIB are populated to the LFIB.
B. Selected labels from the RIB are populated to the FIB.
C. Selected labels from the LIB are populated to the FIB.
D. Selected labels from the LIB are populated to the LFIB.
D. Selected labels from the LIB are populated to the LFIB.
Explanation:
The Label Information Base (LIB) stores all received label bindings from LDP, RSVP, or other label distribution protocols.
The Label Forwarding Information Base (LFIB) contains only the labels actually used for forwarding, selected based on the best path in the routing and label tables.
The router populates the LFIB with label entries that correspond to the best forwarding paths, selected from the LIB (in combination with the FIB/RIB).
So, the correct and true statement is that labels from the LIB (after selection) are installed in the LFIB for forwarding.
Question 59:
Which of the following is NOT an application of MPLS?
A. Enabling VPNs
B. Enabling traffic engineering
C. Enabling network security
D. Enhancing network resiliency
C. Enabling network security
Explanation:
MPLS (Multiprotocol Label Switching) is primarily used for:
VPNs: MPLS Layer 3 and Layer 2 VPNs are widely deployed in service provider networks.
Traffic Engineering (TE): MPLS-TE allows for explicit path control and bandwidth reservation.
Network Resiliency: Fast reroute and backup LSPs improve availability.
However, MPLS is not inherently a security technology. While it provides isolation (especially in VPNs), it does not encrypt or authenticate traffic, so it’s not considered a network security mechanism.
Question 60:
Which of the following fields does NOT appear in the MPLS label header?
A. Label
B. Frame check sequence
C. Traffic Class (previously called Experimental)
D. Time To Live
E. Bottom of stack bit
B. Frame check sequence
Explanation:
An MPLS label header is 32 bits and includes the following fields:
Label (20 bits)
Traffic Class (3 bits; used for QoS/CoS, previously called Experimental)
Bottom of Stack (S bit) (1 bit)
Time to Live (TTL) (8 bits)
A Frame Check Sequence (FCS) is a data link layer function used in technologies like Ethernet, but it is not part of the MPLS label header.
Question 61:
What is the possible reason that the label for prefix 192.10.1.2/32 is not active?
A. The router does not have a route to reach the peer 10.10.10.2/32.
B. The router does not have a route to reach the prefix 192.10.1.2/32.
C. The router does not have an export policy defined to export the prefix 192.10.1.2/32 into LDP.
D. The router receives an invalid label for the prefix 192.10.1.2/32 from its peer.
B. The router does not have a route to reach the prefix 192.10.1.2/32.
Answer Explanation:
Let’s analyze the show router ldp bindings output from router R1 (10.10.10.1):
Prefix: 192.10.1.2/32
EgrLbl = 131067 → This means R1 received a label mapping from its peer (10.10.10.2) for this prefix.
Inglbl = (blank) → R1 has not advertised a label to anyone else for this prefix.
Label In Use (U) flag is missing → the label is not active, even though it was received.
What determines label usage?
In LDP:
A label received for a prefix becomes “in use” (U) only if the prefix is reachable via the peer that advertised the label.
If R1 doesn’t have a route in its IGP to reach 192.10.1.2/32, then the label can’t be installed in the forwarding table.
Option Review:
A. ❌ R1 has a label mapping with 10.10.10.2, so it does have a route to the peer.
B. ✅ This is correct — no route to 192.10.1.2/32 means the label is not used.
C. ❌ LDP does not require export policies to install received labels.
D. ❌ The label is valid — it was accepted and stored, just not activated.
Question 62:
Which of the following about RSVP-TE summary refresh messages is TRUE?
A. They list the RSVP session names that the router is refreshing.
B. They list the Message IDs that the router is refreshing.
C. They list the Tunnel IDs that the router is refreshing.
D. They list the LSP IDs that the router is refreshing.
B. They list the Message IDs that the router is refreshing.
Explanation:
RSVP-TE uses periodic refreshes of PATH and RESV messages to maintain LSP state. Summary Refresh (as per RFC 2961) improves scalability by reducing overhead.
Summary Refresh Messages do not contain full PATH/RESV messages.
Instead, they list Message IDs, so the receiving router can:
Check if it still has state for those IDs.
Request a full message if it’s missing or inconsistent.
Other options are incorrect because:
A: Session names are not used in the protocol.
C/D: Tunnel IDs and LSP IDs are not referenced in the Summary Refresh message format.
Question 63:
If an LSP needs to use an admin group, which of the following configurations is NOT required on the Nokia 7750 SR?
A. Assign an admin group to a MPLS interface.
B. Configure CSPF on the LSP.
C. Configure at least one strict hop on the LSP path.
D. Configure an “include” or “exclude” statement on the LSP path.
C. Configure at least one strict hop on the LSP path.
Explanation:
To utilize admin groups (also called colors or link attributes) in LSP setup on the Nokia 7750 SR:
Admin groups must be assigned to MPLS interfaces (Choice A).
CSPF (Constrained Shortest Path First) must be enabled to consider admin group constraints (Choice B).
Admin group usage requires inclusion or exclusion criteria on the LSP path (Choice D).
However:
Strict hops (C) are not required for using admin groups.
LSPs can be dynamically computed using loose hops or none at all, and CSPF still considers admin groups without strict hop definitions.
Question 64:
Click on the exhibit. The partial command output from a Nokia 7750 SR is shown.
Which of the following about this LSP path is TRUE?
A. R4 (10.10.10.4) has established a link protection tunnel.
B. R6 (10.10.10.6) has established a link protection tunnel.
C. R2 (10.10.10.2) has established a node protection tunnel.
D. R1 (10.10.10.1) has not established a node protection tunnel.
D. R1 (10.10.10.1) has not established a node protection tunnel.
Answer Explanation:
Let’s interpret the exhibit:
The Actual Hops section shows the IP addresses of the routers forming the explicit LSP path.
Next to each hop, you see labels and the “@” notation:
@n means node protection is NOT established at that hop.
Record Label shows the label used for each hop in the LSP.
Actual Hop Details:
mathematica
Copy
Edit
-> 10.1.3.1 (10.10.10.1) @ n Record Label: N/A
-> 10.1.3.3 (10.10.10.3) @ n Record Label: 131069
-> 10.3.4.4 (10.10.10.4) @ Record Label: 131069
-> 10.2.4.2 (10.10.10.2) Record Label: 131067
-> 10.2.6.6 (10.10.10.6) Record Label: 131071
Key Observations:
Both R1 (10.10.10.1) and R3 (10.10.10.3) have @n → no node protection.
The lack of @n for other hops implies node protection is either established or not applicable at those points.
Node protection is a form of fast reroute (FRR) where a PLR (Point of Local Repair) can protect against next-hop router failure using a detour.
Question 65:
Which of the following regarding the location of an MPLS label is FALSE?
A. The MPLS label value may be carried in an ATM header.
B. The MPLS label value may be carried in a shim header.
C. The MPLS label value may be carried in an OSPF header.
D. The MPLS label value may be carried in a Frame Relay header.
C. The MPLS label value may be carried in an OSPF header.
Explanation:
A – TRUE:
MPLS can operate over ATM networks. In this case, labels are carried in the ATM VPI/VCI fields using the MPLS-over-ATM encapsulation format.
B – TRUE:
The shim header is the most common method of carrying MPLS labels — it’s inserted between Layer 2 and Layer 3 headers.
C – FALSE (Correct Answer):
OSPF headers are routing protocol messages used for IGP topology exchange. They do not carry MPLS labels. MPLS label values are not transmitted in routing protocol headers like OSPF.
D – TRUE:
Like ATM, MPLS labels can be mapped onto DLCI fields in Frame Relay headers under certain legacy deployments.
Question 66:
An IS-IS TE enabled router has an interface on a 500 Mbps link and it is configured with a 25% subscription.
If this interface is not used by any LSPs, what value will be shown in the Reservable Bandwidth sub-TLV?
A. 125 Mbps
B. 500 Mbps
C. 625 Mbps
D. 2000 Mbps
A. 125 Mbps
Answer Explanation:
In IS-IS with Traffic Engineering (TE) extensions, the Reservable Bandwidth in the sub-TLV represents the maximum bandwidth available for RSVP-TE LSPs.
This is determined by:
Reservable Bandwidth = Interface Bandwidth × Subscription Percentage
Given:
Physical link speed = 500 Mbps
Subscription = 25% (0.25)
No LSPs are using bandwidth (so nothing is reserved yet)
Calculation:
CopyEdit
500 Mbps × 0.25 = 125 Mbps
So the advertised Reservable Bandwidth is 125 Mbps.
Option Review:
A. ✅ 125 Mbps – ✔ Correct based on 25% of 500 Mbps.
B. ❌ 500 Mbps – Would be true only with 100% subscription.
C. ❌ 625 Mbps – Invalid; exceeds physical capacity.
D. ❌ 2000 Mbps – Way above the actual link bandwidth.
Question 67:
The LSP “toR6” is configured with a fully strict path on a Nokia 7750 SR. Which of the following configurations is required to enable fast reroute for this LSP?
A. Enable fast-reroute on all routers along the path. R1, R2, R4, and R6.
B. Enable both link-protection and node-protection on router R1.
C. Enable fast-reroute with either one-to-one or facility mode on this LSP.
D. Enable link-protection only on router R4.
C. Enable fast-reroute with either one-to-one or facility mode on this LSP.
Answer Explanation:
Fast reroute (FRR) in RSVP-TE must be explicitly enabled on the LSP using either one-to-one or facility mode. This configuration allows the router to establish bypass tunnels or detour LSPs in the event of link/node failure. Merely enabling FRR on intermediate routers or applying link/node protection without configuring the LSP’s reroute mode is insufficient.
Question 68:
Which MPLS label mode saves label mappings received from all peer LSRs?
A. Conservative label retention
B. Liberal label retention
C. Downstream on demand
D. Downstream unsolicited
B. Liberal label retention
Answer Explanation:
In MPLS, liberal label retention mode means a router retains all label mappings received from all peer LSRs, regardless of whether they are currently used for forwarding. This provides fast convergence in case of IGP changes since alternate labels are already available. In contrast, conservative label retention only keeps labels from the next-hop LSR selected by the routing protocol.
Question 69:
An LDP-over-RSVP tunnel is established between PE-1 and PE-2. Which of the following is NOT required to protect the LDP-over-RSVP tunnel?
A. PE-1 requires T-LDP sessions to both ABR-1 and ABR-2.
B. PE-1 requires a full mesh of RSVP-TE LSPs to all routers in area 1.
C. ABR-1 requires T-LDP sessions to all ABRs in area 0.
D. PE-1 requires fast reroute enabled on all RSVP-TE LSPs.
B. PE-1 requires a full mesh of RSVP-TE LSPs to all routers in area 1.
Answer Explanation:
LDP-over-RSVP only requires that PE-1 establish T-LDP sessions with its connected ABRs (ABR-1 and ABR-2), and that those ABRs maintain RSVP-TE LSPs across Area 0 to ABRs on the far side (ABR-3/ABR-4). PE-1 does not need RSVP-TE LSPs to all routers in Area 1, making answer B the correct choice.
Question 70:
Consider the following:
- Router R2 is an ABR in OSPF Areas 0 and 1.
- Router R2 advertises the aggregate prefix 10.10.10.0/24 into Area 1.
- Router R1 in Area 0 generates LDP labels for FECs 10.10.10.102/31 and 10.10.10.4/31.
- Router R3 in Area 1 places these FECs in its LIB, but it does not place them in its LFIB.
What can you do on router R3 to make it populate these labels in its LFIB?
A. Disable route summarization on router R3
B. Enable LDP aggregate prefix match
C. Create an import policy to accept these FECs
D. Disable LDP exact match on the specified FECs
B. Enable LDP aggregate prefix match
Answer Explanation:
When a router receives labels for more specific FECs than its IGP routing table (which may contain only a summarized route like 10.10.10.0/24), the LFIB will not install the label mappings unless aggregate prefix matching is enabled. This feature allows the router to associate labels for more specific prefixes with a less specific (aggregate) route, thereby enabling label forwarding.
Question 71:
Which of the following commands is used to display the database containing the OSPF-TE LSAs?
A. show router ospf opaque-database
B. show router ospf database
C. show router ospf opaque-lsa
D. show router ospf te opaque
A. show router ospf opaque-database
Answer Explanation:
In Nokia SR OS, OSPF-TE information is carried in opaque LSAs (specifically types 9, 10, and 11). The command show router ospf opaque-database is used to display the database that stores these opaque LSAs, including those relevant to traffic engineering (TE). This command is specifically designed to inspect TE extensions advertised in OSPF for building the TED (Traffic Engineering Database).
Question 72:
Which routing protocol cannot be run over an Ipipe?
A. OSPF
B. RIP
C. BGP
D. IS-IS
D. IS-IS
An Ipipe (Infrastructure Pipe) is a type of pseudowire used to transport Layer 2 traffic across an MPLS network. It typically supports Ethernet or TDM traffic and is transparent to higher-layer protocols. Most IP-based routing protocols (such as OSPF, RIP, and BGP) can be encapsulated over Ethernet frames and sent over an Ipipe, assuming there’s IP connectivity. However, IS-IS is a Layer 2 protocol and does not use IP as its transport, making it incompatible with Ipipe transport which operates at Layer 2. Therefore, IS-IS cannot be run over an Ipipe.
Question 73:
Which of the following statements is TRUE?
A. An OSPF adjacency can be established on an IES interface.
B. IES allows provider MP-BGP sessions to be extended to customers.
C. An IES service must use static routes in order to communicate with customer networks.
D. An IES interface supports OSPF and IS-IS in passive mode only.
A. An OSPF adjacency can be established on an IES interface.
Answer Explanation:
IES (Internet Enhanced Service) interfaces in Nokia SR OS are Layer 3 interfaces that support IP routing protocols. You can configure OSPF, IS-IS, and BGP directly on IES interfaces to establish routing adjacencies with customer or provider devices. Therefore, OSPF adjacencies can be formed on IES interfaces, making statement A true.
Question 74:
On Nokia 7750 SR OS, routing information between the CE and PE can be exchanged using the following methods.
A. ISIS, RIP, OSPF, static routes
B. BGP, ISIS, RIP, OSPF, static routes
C. BGP, RIP, OSPF, static routes, OSPF3
D. ISIS, RIP, OSPF, static routes, OSPF3
C. BGP, RIP, OSPF, static routes, OSPF3
Answer Explanation:
On Nokia 7750 SR OS, the routing protocols supported on the PE-CE interface for exchanging VPN routes include:
BGP – commonly used in MPLS L3VPN for dynamic route exchange (MP-BGP).
RIP – legacy protocol, still supported.
OSPF / OSPF3 – OSPFv2 for IPv4, OSPFv3 for IPv6.
Static routes – always an option for simple environments.
IS-IS is NOT supported on the CE-PE interface** – it is typically a service provider core IGP.
Option Review:
A. ❌ – Missing BGP and OSPF3.
B. ❌ – Includes IS-IS (not used on CE-PE).
C. ✅ – All valid: BGP, RIP, OSPF, static, OSPF3.
D. ❌ – Includes IS-IS again, which is incorrect for CE-PE.