Aruba & ProVision-based
1753962 Members
7386 Online
108811 Solutions
New Discussion юеВ

DHCP Server service on 5406zl switch

 
BjKo
Frequent Advisor

Re: DHCP Server service on 5406zl switch

The helper points to a DHCP server outside of the VLAN where the request comes from. It is usually configured on the gateway router of the VLAN.

The switch needs to have routing enabled and nedds a route to the DHCP server. It then forwards the request from the VLAN to the external DHCP server.

Vbro
Visitor

Re: DHCP Server service on 5406zl switch

Hi,

Run DHCP enable command under the pool as below:

CoreSw(config)# dhcp-server pool "Wireless-Access-Point"
CoreSw(Wireless-Access-Point)# range 192.168.25.34 192.168.25.38
CoreSw(Wireless-Access-Point)# dhcp-server enable
CoreSw(Wireless-Access-Point)# exit
CoreSw(config)#

Regards,

Deepak Kumar

Omarrsd
Advisor

Re: DHCP Server service on 5406zl switch

Dear is there command to exclude single IP address ? My network range is configured suppose 192.168.1.11 192.168.1.254

Means 192.168.1.1 to 192.168.1.10 range is excluded. is there a command to exclude certian IP address. e.g I want to exclude IP address 192.168.1.100 and how it will be configured?