dell_sss

updated

2 months ago

D

dell_sss

1 Rookie

23 Posts

0

1169

July 4th, 2022 01:00

OS10 Dell switch DHCP server operation error

hello. I started the DHCP server in OS10, but the IP is not being assigned from the client.

Running a DHCP server on OS9 will assign IPs to clients normally.

OS9client.png

Are there any additional commands I need to enter on OS10?

OS10 version is 10.5.2.0.

The settings for server and client in OS10 are as follows:

 

Diagram.PNG

 

 

ip dhcp server
no disable
!
pool test
network 10.10.10.0/24
default-router 10.10.10.1
range 10.10.10.2 10.10.10.10
!






 

interface vlan10
no shutdown
ip address 10.10.10.1/24
ip helper-address x.x.x.x
!
interface ethernet1/1/10
no shutdown
switchport access vlan 10
!