A REST API query returns this JSON snippet:
{
"interface": {
"name": "GigabitEthernet1",
"admin-status": "up",
"oper-status": "down"
}
}What does this indicate?
{
"interface": {
"name": "GigabitEthernet1",
"admin-status": "up",
"oper-status": "down"
}
}A REST API query returns this JSON snippet:
{
"interface": {
"name": "GigabitEthernet1",
"admin-status": "up",
"oper-status": "down"
}
}What does this 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 interface is shut down by configuration.
Admin status is up, so it is not administratively shut.
The interface is enabled but the link is not operational.
Correct. Admin up / oper down indicates no working link or similar fault.
The interface is operating normally.
Operational status down means it is not functioning normally.
The interface is a loopback.
The output does not indicate a loopback interface.
Common exam trap
A common exam trap is to assume that an interface with administrative status up is fully operational and passing traffic. Many candidates overlook the operational status and mistakenly believe the interface is functioning normally. This leads to incorrect answers like 'The interface is operating normally' or 'The interface is shut down by configuration.' The exam tests your ability to distinguish between configuration state (admin status) and actual link state (oper status), so ignoring operational status can cause you to fail this question.
Technical deep dive
In Cisco networking, an interface has two key status indicators: administrative status and operational status. The administrative status reflects the configuration state set by the network administrator, indicating whether the interface is enabled (up) or disabled (down). The operational status shows the real-time state of the interface, indicating whether it is physically and logically able to pass traffic. An interface with an administrative status of up but an operational status of down means the interface is enabled but not currently functioning at the data link or physical layer. The rule for interpreting interface status is that the administrative status must be up for the interface to be active, but the operational status determines if the interface is actually passing traffic. Common causes for an operational down state despite administrative up include no physical link (e.g., unplugged cable), mismatched duplex or speed settings, or hardware faults. Cisco devices use this distinction to help troubleshoot connectivity issues by separating configuration from physical or link-layer problems. A common exam trap is to confuse administrative status with operational status, assuming that an interface with admin up is fully functional. However, operational down means the interface is not passing traffic, which can be due to physical layer issues or protocol mismatches. Practically, this means a network engineer must verify both statuses and investigate physical connectivity or configuration mismatches when operational status is down despite admin up.
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
An interface's administrative status indicates whether it is enabled or disabled by configuration on Cisco devices.
The correct answer is: The interface is enabled but the link is not operational. — The interface is administratively enabled, but it is not operationally passing traffic or achieving link.
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.