ip dhcp excluded-address [IP address] [IP address]
; DHCP 할당에서 제외할 IP 주소.
; Pool을 10.10.10.0/24 로 설정하고 101번 부터 IP를 할당하고 싶다면
; ip dhcp excluded-address 10.10.10.0 10.10.10.100
; 커맨드를 사용하면 된다.
ip dhcp pool IPT_TEMP
network [IP address] [Subnet Mask]
dns-server [DNS IP address]
default-router [Gateway IP address]
option 150 ip [TFTP1 IP address] [TFTP2 Ip address]
; 다른 설정은 기본 DHCP와 동일하고 option 150을 통해 ip를 설정해 주면 DHCP에서 TFTP 주소도 포함하여 IP를 할당하게 된다.