350-601 • Practice Test 3 — 25 Questions
Free 350-601 practice test 3 — 25 questions with explanations. No signup required.
Refer to the exhibit. An automation script queries the Cisco Nexus 9000 using the NX-API JSON format and receives the above output. The script is designed to validate that interface Eth1/1 is in access mode with VLAN 100. However, the script reports a failure. What is the most likely reason?
Refer to the exhibit.
{
"totalCount": "1",
"imdata": [
{
"l1PhysIf": {
"attributes": {
"id": "Eth1/1",
"adminSt": "up",
"descr": "To-Server",
"mtu": "1500",
"switchportMode": "access",
"accessVlan": "100"
}
}
}
]
}