For Supermicro Ethernet Switch Product:, how to configure or make DHCP server on Supermicro L3 switches?
Example: On SSE-G24-TG4 Switch
TO CONFIGURE DHCP SERVER AND POOL 10 (any number)
------------------------------------
SMIS# conf t
SMIS(config)# service dhcp-server
SMIS(config)# ip dhcp pool 10
SMIS(dhcp-config)#network 172.16.6.0 255.255.255.0 172.16.6.10 172.16.6.250
SMIS(dhcp-config)# excluded-address 172.16.6.1 172.16.6.9
SMIS(dhcp-config)# default-router 172.16.6.254
Below are optional
SMIS(dhcp-config)# dns-server 172.16.6.4
SMIS(dhcp-config)# domain-name supermicro.com
SMIS(dhcp-config)# end
SMIS#
SH RUN
------------
..
service dhcp-server
ip dhcp pool 10
network 172.16.6.0 255.255.255.0 172.16.6.10 172.16.6.250
excluded-address 172.16.6.1 172.16.6.9
option 1 ip 255.255.255.0
default-router 172.16.6.254
dns-server 172.16.6.4
domain-name supermicro.com
exit