cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1178
Views
0
Helpful
5
Replies

DHCP Server on VLAN SG300-10P

kbrownrigg
Level 1
Level 1

I have a SG300 that I have in L3 mode. Im trying to enable the internal DHCP server for VLAN 2. 

 

This has me stumped. 

5 Replies 5

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

 

Interface vlan 2

ip helper-address X.X.X.X

 

Replace x.x.x.x to the DHCP server IP address.

 

Regards,

Deepak Kumar

 

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

I actually meant to type internal DHCP server... 2nd cup of coffee wasn't kicked in when i posted.

amikat
Spotlight
Spotlight

Hi,

Will you please try the sequence of configuration commands as per beneath:

 

interface vlan 2
ip dhcp relay enable
ip dhcp relay address DHCP-server-ip-address

 

Best regards,

Antonin

Deepak Kumar
VIP Alumni
VIP Alumni

Hi,

haha.. now you changed from External to internal.

 

Configuration will like:

 

ip dhcp excluded-address 10.10.10.1 10.10.10.1

!
ip dhcp pool network DATA
address low 10.10.10.50 high 10.10.10.200 255.255.255.0
domain-name firstoption.local
default-router 10.10.10.1
time-server 10.10.11.1
dns-server 8.8.8.8

!

Regards,

Deepak Kumar

Regards,
Deepak Kumar,
Don't forget to vote and accept the solution if this comment will help you!

luis_cordova
VIP Alumni
VIP Alumni

Review Cisco Networking for a $25 gift card