CiscoCisco
200-301 · Question #152
200-301 Question #152: Real Exam Question with Answer & Explanation
The correct answer is D: show ip interface GigabitEthernet 0/0. The show ip interface <interface_id> command displays detailed IP information for a specific interface, including whether its IP address was obtained via DHCP.
Submitted by chen.hong· Mar 5, 2026IP Connectivity
Question
Which Cisco IOS command will indicate that interface GigabitEthernet 0/0 is configured via DHCP?
Options
- Ashow ip interface GigabitEthernet 0/0 dhcp
- Bshow interface GigabitEthernet 0/0
- Cshow ip interface dhcp
- Dshow ip interface GigabitEthernet 0/0
- Eshow ip interface GigabitEthernet 0/0 brief
Explanation
The show ip interface <interface_id> command displays detailed IP information for a specific interface, including whether its IP address was obtained via DHCP.
Common mistakes.
- A. There is no standard Cisco IOS command syntax
show ip interface <interface_id> dhcp;dhcpis not a valid keyword in this context. - B. The
show interface GigabitEthernet 0/0command displays Layer 2 and physical interface status but does not typically include the IP address acquisition method (DHCP vs. static). - C. The
show ip interface dhcpcommand is not a valid Cisco IOS command;dhcpis not a recognized keyword aftershow ip interface. - E. The
show ip interface GigabitEthernet 0/0 briefcommand provides a concise summary of the interface's IP address and status but typically does not detail the method of IP address assignment.
Concept tested. Verifying interface IP configuration method (DHCP)
Topics
#Cisco IOS show commands#Interface IP configuration#DHCP client status
Community Discussion
No community discussion yet for this question.