DHCP Flashcards

1
Q

What command would you use to view IP Addresses handed out on a Cisco DHCP Router?

A

show ip dhcp binding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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?

A

show ip dhcp pool

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the commands to configure a Cisco DHCP server to hand out ip addresses?

A

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}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the first command you should input when configuring a Cisco DHCP Server?

A

ip dhcp excluded-address {starting-ip-address} {ending-ip-address}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the commands to support an external DHCP Server on a cisco Layer 3 device?

A

int {int}
ip helper-address {ip-address}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What command would you check to see a DHCP for a Router being used a DHCP client?

A

show dhcp lease

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

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

A

int {int}
-outside facing interface to the ISP
ip address dhcp
no shutdown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly