Courseiva
Infrastructure and AutomationeasyMultiple ChoiceObjective-mapped

200-901 Infrastructure and Automation Practice Question

Exhibit

Refer to the exhibit.

Router# show ip interface brief
Interface             IP-Address      OK? Method Status                Protocol
GigabitEthernet0/0    192.168.1.1     YES NVRAM  up                    up      
GigabitEthernet0/1    unassigned      YES NVRAM  administratively down down

An automation script using Ansible tries to configure IP address 192.168.1.2 on GigabitEthernet0/1. After running, the interface remains administratively down. What is the first thing to check?

⚠ Common exam trap

Cisco often tests the distinction between interface configuration (IP address, VLAN) and interface state (shutdown/no shutdown), trapping candidates who assume that assigning an IP address automatically enables the interface.

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

The 'no shutdown' command was not included in the configuration

The 'no shutdown' command is required to administratively enable an interface on Cisco IOS devices. Without it, the interface remains in an administratively down state regardless of IP configuration. Ansible automation scripts must include this command in the task or playbook to bring the interface up.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The VLAN configuration

    Why it's wrong here

    VLAN configuration is not relevant to the administrative state.

  • The IP address is a duplicate

    Why it's wrong here

    A duplicate IP would cause warning but not administrative down state.

  • The interface is faulty

    Why it's wrong here

    Hardware failure is less likely and not the first check.

  • The 'no shutdown' command was not included in the configuration

    Why this is correct

    Without 'no shutdown', the interface remains administratively down.

About these practice questions

This 200-901 question is part of Courseiva's 989-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

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.