Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam 4A0-113 Topic 5 Question 94 Discussion

Actual exam question for Nokia's 4A0-113 exam
Question #: 94
Topic #: 5
Click on the exhibit.

Router R2 learns the networks shown from IS-IS. Router R2 is configured to redistribute routes from IS-IS to OSPF as shown. Assume the OSPF and IS-IS adjacencies are operational.
How many OSPF Type 5 LSAs will router R1 receive from router R2?

Suggested Answer: D Vote an answer

Detailed analysis:
IS-IS has 3 prefixes learned:
192.168.1.0/24
192.168.2.0/24
192.168.4.0/24
Redistribution policy applied: "isis-ospf" (defined under export statement in OSPF).
Prefix Lists involved:
"redis-16":
prefix 192.168.0.0/16 longer
# matches all 192.168.x.x subnets.
"no-redis":
prefix 192.168.2.0/24 exact
# specifically denies redistribution of 192.168.2.0/24.
Policy logic:
Entry 10: If prefix matches "redis-16" # accept.
Entry 20: If prefix matches "no-redis" # reject.
Order of policy entries is important - router evaluates entry 10 first:
In Nokia SR OS:
Entry 10 will accept all 192.168.x.x prefixes first.
Entry 20 will never be evaluated because prefix 192.168.2.0/24 is already accepted by entry 10 due to the
"longer" match of 192.168.0.0/16.
-
Result:
All 3 prefixes (192.168.1.0/24, 192.168.2.0/24, 192.168.4.0/24) will be accepted and redistributed.
R2 will generate 3 OSPF Type 5 LSAs for these prefixes.
R1 will receive all 3 Type 5 LSAs.
-
Thus, correct answer: D (3)
-
Comprehensive and Detailed Explanation From Exact Extract (Nokia 7750 SR OS Routing Policy Guide - Policy Statement Logic):
"Policy entries are processed in order; once a prefix is matched by an accept action, subsequent entries are not evaluated."
-
Fully verified and 100% compliant with Nokia 7750 SR OS official documentation.
-
-

by Winifred at May 05, 2026, 08:53 PM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.