How to turn off or disable DHCP on a cisco router
Submitted by ingram on Tue, 10/25/2011 - 12:29pm



For all of you experienced Cisco people, this may seem easy to you, however, for all the noobs out there, this is how you turn off or disable DHCP on a Cisco router:
config t
no service dhpc
end
copy run start
Really simple, huh...
Hope that helps some of you
Bookmark/Search this post with
- Add new comment
- 2 comments
User login
Popular content
Today's:
All time:
Last viewed:
Did you find this tutorial useful?
To assist with the bills and the author's time, please consider making a donation. Any amount helps:
Top Categories
Linux
Command Line
ubuntu
windows
Terminal
Windows 7
Exchange 2010
Exchange
Open Source
hosted exchange
hacking
Bible
Christain
SSH
Multi-Tenant
HP
WINE
Server 2008 R2
Switch
Password Recovery
Active Directory
Internet Explorer
nmap
One-Liner
Lync
Citrix
Games
Citrix Receiver
DNS
OpenPanel
Server
ping
Pure-FTPd
Script
RAID
robocopy
server 2008
SonicWall
profile migration
Windows 8
VPN
VM
tweak
Unity
PsExec
ESX
Outlook
BSOD
Awk
ASCII
Control Panel
iis
Exchange 2010 SP1
iptables
IE9
Fail2ban
IE ESC
7
2012
2008
I think the command should be
I think the command should be:
no service dhcp
-- now, what about enabling DHCP?
!
no ip dhcp conflict logging
ip dhcp excluded-address 172.16.1.1 172.16.1.20
!
ip dhcp pool MyRouterDHCPPool
network 172.16.0.0 /16
default-router 172.16.1.1
domain-name mydomain.local
dns-server 172.16.1.5
netbios-name-server 172.16.1.5
netbios-node-type h-node
!
!
Then you can enable it using the
no service dhcp
if you wanted it to stop serving addresses.
Joel Helgeson
does tcp mss adjust affect
does tcp mss adjust affect DHCP , i mean users were not getting IP address from DHCP server lactated remotely. I am observing for all sites where tcp mss adjust is configured on LAN interface is working fine but issue is with only that site where tcp mss adjust is not configured.
Post new comment