A network administrator is configuring a Cisco IOS router to function as a DHCP server for a local subnet. To avoid IP address conflicts with statically configured devices such as default gateways and printers, the administrator must prevent the DHCP server from allocating addresses in the range 192.168.10.1 through 192.168.10.10. Which command should be executed in global configuration mode to accomplish this requirement?
- ip dhcp excluded-address 192.168.10.1 192.168.10.10Cevap
- Bip helper-address 192.168.10.1
- Cip dhcp reserved-address 192.168.10.1 192.168.10.10
- Ddeny ip address 192.168.10.1 192.168.10.10
Cevap
The command 'ip dhcp excluded-address 192.168.10.1 192.168.10.10' entered in global configuration mode correctly reserves the designated range of IP addresses so the local Cisco IOS DHCP server will not allocate them to dynamic clients.
Executing 'ip dhcp excluded-address 192.168.10.1 192.168.10.10' in global configuration mode instructs the Cisco IOS DHCP server to reserve all IP addresses from 192.168.10.1 through 192.168.10.10 inclusive, ensuring they are never offered to dynamic DHCP clients.
Adım Adım Çözüm
Anahtar Kavram
DHCP Address Exclusion Configuration