Which of the following is NOT a required configuration step to successfully run IS-IS on a router?
Answer : C
While configuring a reference bandwidth (which is used to calculate link costs) can be useful, it is not strictly required for IS-IS to run. IS-IS uses default bandwidth values to calculate costs, and it can function without explicitly configuring a reference bandwidth.
When a router performs the SPF calculation, which router is used as the root of the shortest path tree?
Answer : D
When a router performs the SPF (Shortest Path First) calculation, it uses itself as the root of the shortest path tree (SPT). This router computes the shortest paths to all other routers in the network, treating itself as the origin and calculating the paths based on its view of the network.
A router is trying to establish an IS-IS adjacency with the DIS on a broadcast link. What event causes the adjacency to change from ''Initializing'' to ''UP''?
Answer : B
The process of establishing an IS-IS adjacency on a broadcast link involves several steps, and the transition from the Initializing state to the UP state occurs when both routers exchange sufficient information to confirm they have a consistent view of the link-state database.
The CSNP (Complete Sequence Number PDU) packet is used to advertise the list of LSPs in the router's link-state database. When a router receives the first CSNP from the DIS (Designated Intermediate System) that lists the LSPs in the DIS's database, it indicates that the router has enough information to establish the adjacency and synchronize its database.
Which of the following is NOT a function of the control plane a router?
Answer : D
The data plane (or forwarding plane) is responsible for actually forwarding the data packets. It uses the information stored in the forwarding table to determine how to move packets from one interface to another toward their destination.
A router running a link-state routing protocol detects that one of its neighbors is no longer connected to it. The router generates a new link-state advertisement to inform other routers of the topology change. Which of the following is NOT an action that is triggered by this event?
Answer : C
When a router receives a link-state advertisement (LSA), it does not update the age field before forwarding it. The age field in an LSA is typically updated by the originating router or during the process of forwarding the LSA within the network. Routers do not modify the age field upon receiving and forwarding an LSA.
When multiple routing protocols offer a route for the same prefix, what part of the router is in charge of deciding which route to make active?
Answer : B
The routing table manager (RTM) is responsible for selecting the best route when multiple routing protocols provide a route for the same destination prefix. It makes the decision on which route to add to the routing table based on the administrative distance, metric, and other criteria.
Refer to the exhibit.
Which of the following statements best describes the IS-IS domain to which the command output corresponds?
Answer : D
The output shows two levels of IS-IS databases: Level 1 (L1) and Level 2 (L2). This indicates that the domain is multi-area, as L1 routers are confined to a single area, while L2 routers can route between different areas. The presence of Level 1/Level 2 (L1/L2) routers also suggests that the domain spans multiple areas.
The LSP (Link-State PDU) entries show L1/L2 ATT attributes, which typically indicate that these routers are capable of routing both within their own area (Level 1) and across areas (Level 2), suggesting a multi-area design.
The IS-IS domain likely includes broadcast interfaces, as indicated by the 'ATT' attribute (typically referring to the type of interface) and common IS-IS configuration practices on broadcast networks like Ethernet.