A network engineer is configuring a Cisco IOS router to act as a local DHCP server for hosts in the subnet. The default gateway address and static server addresses through must be reserved and never assigned dynamically to DHCP clients. Which two configuration steps are required to properly exclude these addresses and define the default gateway parameter? (Select two.)
- Execute `ip dhcp excluded-address 10.0.10.1 10.0.10.10` in global configuration mode.Cevap
- Execute `default-router 10.0.10.1` in DHCP pool configuration mode.Cevap
- CExecute `ip dhcp excluded-address 10.0.10.1 10.0.10.10` in DHCP pool configuration mode.
- DExecute `ip helper-address 10.0.10.1` under the LAN subinterface mode.
Cevap
The correct steps are executing `ip dhcp excluded-address 10.0.10.1 10.0.10.10` in global configuration mode to reserve static addresses and executing `default-router 10.0.10.1` in DHCP pool configuration mode to define the default gateway for clients.
To configure a Cisco IOS router as a DHCP server, static IP addresses (such as gateway and server IPs) are excluded using `ip dhcp excluded-address` in global configuration mode. Pool options like the default gateway are configured using `default-router` inside DHCP pool configuration mode (`config-dhcp#`).
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS DHCP Server Configuration and Address Exclusion Syntax