Cisco – Disable DHCP on a 2960x

ciscocisco-2960cisco-catalystcisco-iosswitch

I must start this by saying I am quite new to the IT scene. Also, I am very new to cisco switches..

I have been tasked to find out information on disabling DHCP on the cisco, and instead have the winserv in charge of dhcp.

I have found information on enabling and configuring the 2960 dhcp, however I can't seem to find info on how to turn it off?

Sorry for the noobish question, but any help is appreciated.

Best Answer

As with most Cisco commands, you can use the no form of the command to remove it. For example, no ip dhcp pool <name>.

You may need to set up IP helpers (DHCP relay) on some VLANs if your new DHCP server is on only one of several VLANs. For that you use the ip helper-address <DHCP Server Address> command on each SVI that doesn't have a DHCP server on its network.