nerdexam
Cisco

200-101 · Question #213

Refer to the exhibit. If the router Cisco returns the given output and has not had its router ID set manually, what value will OSPF use as its router ID?

The correct answer is D. 2.2.2.2. OSPF Router ID selection follows the priority: manual configuration first, then highest loopback IP, then highest active physical interface IP. With no manual ID set, the highest loopback address is chosen.

Implement a Scalable OSPF Based Solution

Question

Refer to the exhibit. If the router Cisco returns the given output and has not had its router ID set manually, what value will OSPF use as its router ID?

Options

  • A192.168.1.1
  • B172.16.1.1
  • C1.1.1.1
  • D2.2.2.2

How the community answered

(16 responses)
  • B
    6% (1)
  • C
    6% (1)
  • D
    88% (14)

Why each option

OSPF Router ID selection follows the priority: manual configuration first, then highest loopback IP, then highest active physical interface IP. With no manual ID set, the highest loopback address is chosen.

A192.168.1.1

192.168.1.1 is likely a physical interface address; physical interface IPs are only considered for Router ID selection when no loopback interfaces exist, and even then only the highest is chosen.

B172.16.1.1

172.16.1.1 is a lower IP address than 2.2.2.2; OSPF selects the highest available loopback IP, not a lower one.

C1.1.1.1

1.1.1.1 is numerically lower than 2.2.2.2; since OSPF picks the highest loopback IP and 2.2.2.2 is higher, 1.1.1.1 would not be selected.

D2.2.2.2Correct

When the OSPF Router ID is not manually configured, Cisco IOS selects it automatically by first checking all loopback interfaces and choosing the highest IP address among them. If the output shows 2.2.2.2 as the highest loopback IP on the router, OSPF will use 2.2.2.2 as the Router ID, taking precedence over any physical interface addresses like 192.168.1.1 or 172.16.1.1.

Concept tested: OSPF Router ID automatic selection from loopback interfaces

Source: https://www.cisco.com/c/en/us/support/docs/ip/open-shortest-path-first-ospf/7039-1.html

Topics

#OSPF Router ID#loopback interface#highest IP address#router ID selection

Community Discussion

No community discussion yet for this question.

Full 200-101 Practice