
Chapter 12 Configuring a LAN with DHCP and VLANs
Configuration Tasks
| Command | Purpose |
Step 8 |
|
|
Specifies up to eight DNS servers available to a | ||
| Example: | DHCP client. |
|
| |
|
| |
|
| |
Step 9 |
|
|
Specifies the domain name for a DHCP client. | ||
| Example: |
|
|
| |
|
| |
Step 10 |
|
|
exit | Exits DHCP configuration mode and enters global | |
| Example: | configuration mode. |
|
| |
|
| |
| Router(config)# |
|
|
|
|
Configuration Example
The following configuration example shows a portion of the configuration file for the DCHP configuration described in this chapter:
ip dhcp
!
ip dhcp pool dpool1 import all
network 10.10.0.0 255.255.255.0
!
ip domain name smallbiz.com ip
Verify Your DHCP Configuration
Use the following commands to view your DHCP configuration.
•show ip dhcp
•show ip dhcp
•show ip dhcp server
|
|
| Router# show | ip dhcp import |
|
|
|
|
| Address Pool | Name: dpool1 |
|
|
|
|
| Router# show | ip dhcp pool |
|
|
|
|
| Pool dpool1 : |
|
|
|
|
|
| Utilization | mark (high/low) | : 100 / 0 |
|
|
|
| Subnet size | (first/next) | : 0 / 0 |
|
|
|
| Total addresses | : 254 |
| |
|
|
| Cisco 819 Integrated Services Routers Software Configuration Guide | |||
|
|
| ||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|