nerdexam
Cisco

200-301 · Question #721

What is the command to see assigned address in DHCP?

The correct answer is C. show ip dhcp binding. The show ip dhcp binding command displays the list of IP addresses that the DHCP server has assigned to clients, along with their corresponding MAC addresses and lease expiration times.

Submitted by fatema_kw· Mar 5, 2026IP Services

Question

What is the command to see assigned address in DHCP?

Options

  • Ashow ip DHCP statistic
  • Bshow ip dhcp pool
  • Cshow ip dhcp binding
  • Dshow ip dhcp database

How the community answered

(67 responses)
  • A
    6% (4)
  • B
    1% (1)
  • C
    90% (60)
  • D
    3% (2)

Why each option

The `show ip dhcp binding` command displays the list of IP addresses that the DHCP server has assigned to clients, along with their corresponding MAC addresses and lease expiration times.

Ashow ip DHCP statistic

`show ip dhcp statistics` displays operational statistics for the DHCP server, such as the number of messages sent and received, not individual bindings.

Bshow ip dhcp pool

`show ip dhcp pool` displays information about the configured DHCP address pools, including the range of addresses and leased count, but not specific client bindings.

Cshow ip dhcp bindingCorrect

The `show ip dhcp binding` command is used to display the DHCP client bindings, which are the IP addresses currently assigned by the DHCP server to specific MAC addresses.

Dshow ip dhcp database

`show ip dhcp database` is typically used to display information about the DHCP database agent, not individual assigned addresses.

Concept tested: DHCP address assignment verification

Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipaddr_dhcp/command/dhcp-cr-book/dhcp-cr-s2.html

Topics

#DHCP commands#DHCP binding#Cisco IOS commands

Community Discussion

No community discussion yet for this question.

Full 200-301 Practice