Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

23 Posts

987

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
!







Moderator

 • 

5.1K Posts

July 4th, 2022 23:00

Hi,

 

https://dell.to/3RaYU3d

 

->  to configure DHCP

 

 

Moderator

 • 

9.4K Posts

July 4th, 2022 06:00

Dell_sss,

 

 

We normally don't support assisting in initial configuration, but I would start with checking the steps outline on page 125 (if using zero touch config) or page 262-311 here

You may also want to consider calling in for the issue, as it give us direct access to the device, making it easier to assist you. 

 

Let me know if this helps.

 

1 Rookie

 • 

23 Posts

July 4th, 2022 22:00

thank you for replying.
'Usecase - Example for source-interface command for IPv4' on page 290 of the link you sent is what I configured
 
usecase - example.PNG
 
 
But after setting up DHCP server, client and relay as per guide, DHCP client still doesn't get IP.
With one difference, I used the client as a PC rather than a switch.
I can't figure out what the problem is
 
No Events found!

Top