Address summarization(also called route aggregation) is a technique used in IP routing to combine several contiguous network prefixes into asingle summarized route.
This reduces the number of routes that need to be advertised and stored in routing tables, improvingscalability and performance.
Option A is correct– summarization replaces many specific routes with a single aggregated route.
Option Brefers to best path selection (not summarization).
Option Cis incorrect; duplicate advertisements are still processed and filtered based on metrics.
Option Dis unrelated to summarization; directly connected routes are always advertised unless specifically filtered.
[Reference:, Nokia IP Routing Study Guide – Chapter: “Route Aggregation and Scalabilityâ€, Cisco & Juniper Routing Principles – Route Summarization Best Practices, ===========]
Question # 5
On the Nokia 7750 SR, which key displays all command options and their descriptions?
Comprehensive and Detailed Explanation From Exact Extract:
In theNokia SR OS CLI, specifically in bothclassic CLIandMD-CLI, the"?" keyis used to display a list of all possible command options at a given point in the CLI, along with a brief description of each option.
This functionality helps the user in command discovery and reduces the chances of syntactical errors by showing only valid options.
The"Tab"key, while helpful, is primarily used forauto-completionand not for displaying detailed descriptions.
"Space bar"is used for command continuation, and"Return"executes the command or moves to the next line.
Correct usage example in classic CLI:
*A:SR1>config>router>interface# ?
- Shows all the valid commands and parameters under interface
[Reference:, Nokia SRA Study Guide – Chapter: "CLI Fundamentals", Nokia SR OS Fundamentals Guide – Section: "Using the CLI Help System", , ]
Question # 6
Where would you expect to find a P router in a service provider's network?
A.
At the edge of the provider's network facing the customer.
B.
At the edge of the customer's network facing the provider.
Thesystem interfacein Nokia SR OS is aloopback-style logical interfacethat represents therouter itself. It is used for:
Router ID assignment (if not manually set)
Source IP for control-plane protocols (OSPF, BGP)
Reachability testing
Important properties:
It istype loopback✔
Itexists by default✔
If router ID is unset, it uses thesystem IP address✔
Butthe IP address on the system interfacedoes not need to be /32âŒ
It can haveother prefix lengths, especially in service provider scenarios.
Thus, Option B is FALSE.
[Reference:, Nokia SRA Study Guide – Chapter: "System Interface and Loopbacks", Nokia SR OS Fundamentals Guide – System IP Configuration Section, , , ]
Question # 8
Which of the following is a characteristic of a static route?
A.
Exchanges routes with neighboring routers periodically.
B.
Can only be used for routing within an autonomous system.
C.
Uses a hop-count metric to determine the best route to a network.
D.
Explicitly defines the next-hop based on operator input.