05-10-2017 07:35 AM
how do i configure DHCP in Cisco switch SG300 28 PP. when i tried it says " DHCP server cannot be configured. To enable the DHCP server, remove DHCP clients on all interfaces" .
Solved! Go to Solution.
05-12-2017 06:24 AM
go to ipv4 interfaces and remove the interface vlan in DHCP or configure it in Static IP address
05-12-2017 06:24 AM
go to ipv4 interfaces and remove the interface vlan in DHCP or configure it in Static IP address
07-07-2017 12:41 AM
Hi Can explain about
07-07-2017 05:48 AM
Hello,
As Alain explained above, you need to remove dhcp clients on all interfaces. By default VLAN 1 is set up as a DHCP client, so before you enable DHCP server you will need to either disable dhcp client or assign a static IP to VLAN1.
Thanks,
Kris
07-07-2017 01:44 PM
Yes thanks,
07-26-2017 12:58 AM
Ok How can i do it?
02-27-2019 06:49 AM
Hi pharan.b
Just assign a static IP on Interface VLAN 1
for example:
configure terminal
interface vlan 1
ip add 10.9.8.7 255.255.255.0
Do the same for any other SVI so that you avoid the warning message
03-11-2021 09:07 PM
conf t
int vlan 1
no ip addr dhcp
^Z
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide