cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
35286
Views
15
Helpful
5
Replies

1841 Router: How to disable DHCP ?

rhino
Level 1
Level 1

Greetings!

Moving from peer-to-peer to Client-Server. Am installing MS Small Business Server 2011 that needs to provide DHCP services: how does one disable 1841 DHCP server using SDM ?

Help file reads: "...click Additional Tasks on the Cisco SDM category bar, click DHCP, and configure..." but Additional Tasks button is inop.

Router ip = 192.168.1.1, SBS server ip = 192.168.1.2

Routing window pasted below:

static.jpg

Any help would be gratefully accepted.

Rhino.

1 Accepted Solution

Accepted Solutions

cadet alain
VIP Alumni
VIP Alumni

In SDM you can enter CLI commands and they will be sent to the router.

http://www.cisco.com/en/US/docs/routers/access/cisco_router_and_security_device_manager/25/software/user/guide/cfgmgmt.html

To disable DHCP the CLI command is: no service dhcp

Regards.

Alain.

Don't forget to rate helpful posts.

View solution in original post

5 Replies 5

cadet alain
VIP Alumni
VIP Alumni

In SDM you can enter CLI commands and they will be sent to the router.

http://www.cisco.com/en/US/docs/routers/access/cisco_router_and_security_device_manager/25/software/user/guide/cfgmgmt.html

To disable DHCP the CLI command is: no service dhcp

Regards.

Alain.

Don't forget to rate helpful posts.

vivargas
Level 1
Level 1

Hey you can do two things, as mentioned before disable dhcp with the general command of:

config)# no service dhcp

Also you can specify the IP address of the server that will be using as the DHCP server. Go to the interface that you will be connecting your clients and type:

config-if)# ip helper-address 192.168.1.2

Where 192.168.1.2 is the DHCP server.

Hi Rhino,


Using the LAN configuration wizard, users can assign IP addresses and subnet masks to Ethernet interfaces and can enable or disable the DHCP server.

And once your ready with new DHCP server make sure you have configure the following command "ip helper address 10.10.10.10 on the interface to which users connected.

Please rate the helpfull posts.
Regards,
Naidu.

Hi Naidu,

If we disable the dhcp service then the router can't act as a relay-agent and so the ip helper-address will be ineffective.

Correct me if I'm wrong.

Regards.

Alain.

Don't forget to rate helpful posts.

Disabling the dhcp service, is disabling the relay-agent--> result ip helper-address doesn't work anymore

If the DHCP server is in the same VLAN as the clients no configuration needs to be done except removing the old DHCP configuration on the router (if present)

no ip dhcp pool xxx

If your dhcp server resides in another vlan - ip range- then you need to put the following command at the default gateway of your clients as mentioned before.

config-if)#

ip helper-address 192.168.1.2

I'm not familiar with the webinterface. If this sounds too difficult- let us no.

no service dhcp can only be done if the ALL clients which require DHCP are in the same vlan as the dhcp server.

Review Cisco Networking for a $25 gift card