DHCP Client configuration in Cisco router
by Nideesh C on January 18, 2011 · 0 comments
in Networking
This is done using a single command,
Router(config-if)#ip address dhcp
Some service providers might ask you to use a client-id and/or a hostname of their own choice. This can be done by adding the following parameters to the command above,
Router(config-if)#ip address dhcp client-id INTNAME hostname HOST
where,
INTNAME is the interface name that will be used for the client-id
HOST is the hostname that will be used for the DHCP binding. This hostname can be different from the one that was set for the router in the global configuration.
You can use both of these parameters, one of them, or none of them.
If you need to use the ‘ip nat outside’ command at the interface and setup the rest of the NAT configuration as mentioned in the NAT and PAT Configureation Procedure.
Not Satisfied ? Just search & get the result
Related posts:
- How to configure EIGRP on your Cisco router
- Router Commands
- How to Configure Site-to-Site VPN in Routers (CISCO)
Tagged as:
cisco DHCP,
client,
dhcp,
DHCP client,
DHCP Client configuration in Cisco router
Me, freelance system administrator having the qualification of Diploma in Electronics & Tele-communication + MCSE + CCNA + CST + 5 years of experience in IT field.
If you like This post, you can follow TheOnlineTutorials on Twitter.
Contact me Via email: support@theonlinetutorials.com
Subscribe to feed via Feed or EMAIL to receive instant updates.
Legal Disclaimer:All information found on the site is without any implied warranty of fitness for any purpose or use whatsoever. Content author/site administrator is not responsible for any loss occurred due to mistakes in this tutorial. Use this tutorial website at your own risk.