DHCP & Multilayer Switches Flashcards
Briefly describe the DHCP handshake.
1.Host sends discovery broadcast. 2.Server replies with offer broadcast. 3.Host replies with a request broadcast. 4.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.
1.Create the pool with the “ip dhcp pool” command. 2.Set your range with the “network” command. 3.Configure your default router. 4.Configure your DNS server. 5.Configure your domain name. 6.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.
What command establishes a DHCP relay to another network?
(if)ip helper-address IP
What is the DHCP DORA process?
Discover (any servers), Offer (address info), Request (to use the offer), ACK (that its ok to use the offer).
What 5 basic commands are needed to configure DHCP on a multilayer switch?
ip dhcp exclude-address START ENDip dhcp pool NAMEnetwork IP MASKdefault-router IP1 IP2 IP3 etc…lease [infinite, D H M)
What are the 4 steps in DHCP negotiation?
1-client sends DHCP discover as broadcast, 2-DHCP server sends DHCP offer, client sends DHCP Request, DHCP server sends DHCP ack
How do you configure a DHCP gateway?
first configure a L3 interface in same VLAN as clients, then use the ip helper-address command to ID the DHCP server
What data does DHCP snooping track?
completed dhcp bindings, mac addresses, IP addresses, etc.
How is DHCP snooping enabled (scope)?
globally