Configure DHCP service on an RTX1200 Router


Dynamic Address Allocation

dhcp service server
dhcp server rfc2131 compliant except remain-silent
dhcp scope 1 192.168.100.2-192.168.100.191/24

Specify Gateway and Exception

dhcp scope 1 192.168.100.2-192.168.100.191/24 except 192.168.100.10 gateway 192.168.100.1
  • Here the 192.168.100.10 address will not be assigned to any dhcp client.

Specify clients DNS Servers

dhcp scope option 1 dns=192.168.100.1,8.8.8.8,1.1.1.1

Static MAC Address Assignment

dhcp scope bind 1 192.168.100.100 ethernet [MAC Address]
dhcp scope bind 1 192.168.100.101 ethernet [MAC Address]