- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 07:06 AM - edited 03-03-2019 06:18 PM
What command is used to configure a router interface as a DHCP client, eg on an Ethernet LAN.
Commands such as :-
interface fa 0/1
ip address 10.0.1.5 255.255.255.0
configure a static address, but what commands will make the interface obtain an IP address from a DHCP server on the LAN (eg. a Windows 2003 Server configured as a DHCP server) ?
Solved! Go to Solution.
- Labels:
-
Routing Protocols
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 07:11 AM
ip address dhcp
there are additional options such as client id available use:
ip address dhcp?
for more information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2007 07:11 AM
ip address dhcp
there are additional options such as client id available use:
ip address dhcp?
for more information
