DHCP Flashcards
What command would you use to view IP Addresses handed out on a Cisco DHCP Router?
show ip dhcp binding
What command will show you the name of the DHCP pool along with total addresses, total leased addresses, excluded addresses and how many subnets are in the DHCP pool?
show ip dhcp pool
What are the commands to configure a Cisco DHCP server to hand out ip addresses?
ip dhcp excluded-address {starting-ip-address} {ending-ip-address}
ip dhcp pool {name-of-pool}
network {network-address} {subnet}
default-router {ip-address}
dns-server {ip-address}
What is the first command you should input when configuring a Cisco DHCP Server?
ip dhcp excluded-address {starting-ip-address} {ending-ip-address}
What are the commands to support an external DHCP Server on a cisco Layer 3 device?
int {int}
ip helper-address {ip-address}
What command would you check to see a DHCP for a Router being used a DHCP client?
show dhcp lease
What commands would you use on a Router to set it up as a DHCP client
Context: This would be for a small company that didn’t have any Public IP Addresses but they still needed an IP address on the outside so that their internal devices could get out to the internet
int {int}
-outside facing interface to the ISP
ip address dhcp
no shutdown