A router output shows this neighbor state:
Neighbor ID 10.1.1.1 State FULL/DR Address 192.168.12.1
What does the FULL/DR state indicate?
Neighbor ID 10.1.1.1 State FULL/DR Address 192.168.12.1
A router output shows this neighbor state:
Neighbor ID 10.1.1.1 State FULL/DR Address 192.168.12.1
What does the FULL/DR state indicate?
Answer choices
Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.
The local router is the DR and adjacency formation has failed
FULL indicates success, not failure, and the suffix refers to the neighbor listed in the table.
The neighbor relationship is complete and the neighbor is the DR on that segment
Correct. The adjacency is complete, and that neighbor is acting as the DR.
The routers are exchanging only link-state requests
That describes an earlier stage, not FULL adjacency.
The neighbor has been learned through BGP redistribution
This output is native OSPF neighbor information, not redistributed BGP data.
Common exam trap
A frequent exam trap is assuming that the FULL state with /DR means the local router is the Designated Router or that adjacency has failed. In reality, FULL indicates a successful adjacency, and the /DR suffix refers to the neighbor’s role. Candidates often confuse the neighbor ID with the local router’s role, leading to incorrect answers. Another trap is thinking that exchanging only link-state requests corresponds to FULL state, but that actually occurs earlier in the adjacency process. Understanding the exact meaning of FULL and the DR role is essential to avoid these pitfalls.
Technical deep dive
OSPF (Open Shortest Path First) is a link-state routing protocol that forms neighbor adjacencies to exchange routing information efficiently. The neighbor state FULL indicates that the routers have completed the OSPF adjacency process, meaning they have synchronized their link-state databases and can now fully exchange routing updates. The suffix /DR in the neighbor state output specifies that the neighbor router is the Designated Router (DR) on the multiaccess network segment, responsible for generating and distributing LSAs (Link State Advertisements) to reduce OSPF traffic and maintain network stability. The OSPF adjacency process involves several states: Down, Init, 2-Way, ExStart, Exchange, Loading, and finally Full. When the state reaches FULL, it confirms that the routers have exchanged all necessary database information and are fully adjacent. The DR election process selects one router as the DR to minimize flooding of LSAs on broadcast and multiaccess networks. Seeing FULL/DR means the local router has a fully formed adjacency with a neighbor that is acting as the DR, which is critical for efficient OSPF operation. A common exam trap is confusing the FULL state with adjacency failure or misinterpreting the /DR suffix as referring to the local router rather than the neighbor. In practice, the FULL state always indicates a successful adjacency, and the /DR suffix identifies the neighbor’s role, not the local router’s. Understanding this distinction helps avoid misreading OSPF neighbor outputs and ensures accurate interpretation of OSPF network topology and router roles.
Related practice questions
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Practise IPv4 subnetting, CIDR, masks, host ranges and subnet selection.
Practise OSPF neighbours, router IDs, metrics, areas and routing-table interpretation.
Practise VLANs, access ports, trunks, allowed VLANs and switching scenarios.
Practise spanning tree, root bridge election, port roles and STP troubleshooting.
Practise LACP, PAgP, port-channel behaviour and bundle requirements.
Practise standard and extended ACLs, permit/deny logic and traffic filtering.
Practise static NAT, dynamic NAT, PAT and inside/outside address translation.
Practise DHCP scopes, relay, leases and troubleshooting.
Practise routing-table output, longest-prefix match, AD and route selection.
Practise trunk verification and VLAN forwarding across switches.
Practise WLAN security, authentication and wireless architecture concepts.
Practise IPv6 addressing, routes, neighbour discovery and common IPv6 exam traps.
Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.
Question 1
Question 2
Question 3
Question 4
Question 5
Question 6
FAQ
OSPF forms neighbor adjacencies through a series of states culminating in FULL, which indicates complete synchronization of link-state databases.
The correct answer is: The neighbor relationship is complete and the neighbor is the DR on that segment — FULL means the OSPF adjacency is fully formed. The /DR suffix indicates that the listed neighbor is the Designated Router for that multiaccess segment.
Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.
Sign in to join the discussion.