easyMultiple ChoiceObjective-mapped
200-901 Practice Question: The exhibit shows a JSON response from a Cisco…
Exhibit
Refer to the exhibit.
{
"result": {
"interfaces": [
{
"if-name": "Ethernet1/1",
"admin-state": "up",
"oper-state": "down"
}
]
}
}The exhibit shows a JSON response from a Cisco NX-OS API query for interface status. What is the operational state of interface Ethernet1/1?
⚠ Common exam trap
Cisco often tests the distinction between administrative state (adminState) and operational state (operState), where candidates mistakenly assume that an interface with adminState 'up' must also be operationally 'up', but the operational state depends on physical and protocol conditions.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
down
The JSON response shows the interface Ethernet1/1 with an 'operState' value of 'down'. In Cisco NX-OS, the 'operState' field directly reflects the operational status of the interface, which is determined by Layer 1 and Layer 2 conditions such as cable connectivity, signal detection, and protocol state. Since the value is 'down', the interface is not passing traffic, making option B correct.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
unknown
Why it's wrong here
The state is explicitly reported as down.
- ✓
down
Why this is correct
The 'oper-state' field is 'down'.
- ✗
admin-down
Why it's wrong here
Admin state is up, so not admin-down.
- ✗
up
Why it's wrong here
The administratively state is up, but operational state is down.
Go deeper
Related to this question
About these practice questions
One of 989 original 200-901 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 200-901 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 200-901 exam.