DHCP & Multilayer Switches Flashcards
Briefly describe the DHCP handshake.
- Host sends discovery broadcast.
- Server replies with offer broadcast.
- Host replies with a request broadcast.
- Server responds with an ACK broadcast.
What is a requirement for each subnet that a Cisco device is handing out?
The device must have an IP in that subnet on either a SVI, sub interface, or physical interface.
On Cisco devices, how are DHCP exclusions configured?
Manually, via the global-config context.
What IPs must be excluded in a DHCP range?
All that you need, including the IP residing on the Cisco device.
Briefly describe how to configure a DHCP pool.
- Create the pool with the “ip dhcp pool” command.
- Set your range with the “network” command.
- Configure your default router.
- Configure your DNS server.
- Configure your domain name.
- Configure your lease time.
What is a DHCP helper address?
The address of a DHCP server, configured on a SVI, sub interface, or physical interface. It relays DHCP messages to out-of-network servers.
How many DHCP helper addresses can be configured on an interface?
As many as you want. The first one will be used, if it’s unreachable the device will move to the next one in the list.
Can you configure static IPs in a Cisco DHCP pool?
Yes, with the “host” and “client-identifier” commands.