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.
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)- A6% (4)
- B1% (1)
- C90% (60)
- D3% (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.
`show ip dhcp statistics` displays operational statistics for the DHCP server, such as the number of messages sent and received, not individual bindings.
`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.
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.
`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
Community Discussion
No community discussion yet for this question.