thumbnail

Cisco DHCP Commands

Type in the Cisco DHCP Command.
DHCP: Dynamic Host Configuration Protocol
DHCP allows for IP addresses to be dynamically assigned from an address pool
Quiz by JRBerger
Rate:
Last updated: December 31, 2021
You have not attempted this quiz yet.
First submittedAugust 6, 2021
Times taken34
Average score20.0%
Report this quizReport
10:00
Enter answer here
0
 / 20 guessed
The quiz is paused. You have remaining.
Scoring
You scored / = %
This beats or equals % of test takers also scored 100%
The average score is
Your high score is
Your fastest time is
Keep scrolling down for answers and more stats ...
Hint
Answer
Enables DHCP
service dhcp
Stops DHCP Conflict Logging
no ip dhcp conflict logging
Excludes Addresses from DHCP
ip dhcp excluded-address [start_ip] [end_ip]
Configure a DHCP Address Pool
ip dhcp pool [VLAN_ID]
Sets the Network Address and Subnet Mask
network [address] [mask]
Sets the Domain Name
domain-name [domain]
Sets the DNS Server (8 max)
dns-server [server1_ip] [server2_ip]
Sets the Default Gateway (8 max)
default router [router_ip]
Sets Lease Period (0-365) or Infinite
lease [days]
Manually Bind Specific IP and Mask to Host
host [address] [mask] / client-identifier [mac]
Enables DHCP Relay Agent Feature
ip helper-address [address]
Controls Which Protocols are Forwarded
no ip forward-protocol udp [port]
Displays Information about each IP Address Lease
show ip dhcp binding
DHCP Address Pools Information
show ip dhcp pool [pool_name]
DHCP Server Statistics
show ip dhcp server statistics
Displays IP Addresses with Conflicts and the Method of Discovery (Gratuitous ARP or Ping)
show ip dhcp conflict
Clears the Address Conflict List
clear ip dhcp conflict
Displays the DHCP Server Database Agent Information
show ip dhcp database
Displays Default Domain Name, Server Hosts, Hostnames, and Lookup Service
show hosts
Configure an Interface on a Cisco Device to use DHCP
ip address dhcp
No comments yet