
Chapter 12 Configuring a LAN with DHCP and VLANs
|
| Configuration Tasks |
|
DETAILED STEPS |
|
|
|
|
|
| |
| Command | Purpose | |
Step 1 |
|
| |
ip domain name name | Identifies the default domain that the router uses to | ||
| Example: | complete unqualified hostnames (names without a | |
| |||
| Router(config)# ip domain name smallbiz.com |
|
|
| Router(config)# |
|
|
Step 2 |
|
| |
ip | Specifies the address of one or more Domain Name | ||
| System (DNS) servers to use for name and address | ||
| Example: | resolution. | |
|
|
| |
| Router(config)# ip |
|
|
| Router(config)# |
|
|
Step 3 |
|
| |
ip dhcp | Specifies IP addresses that the DHCP server should | ||
| not assign to DHCP clients. In this example, we are | ||
| Example: | excluding the router address. | |
|
|
| |
| Router(config)# ip dhcp |
|
|
| 192.168.9.0 |
|
|
Step 4 |
|
| |
ip dhcp pool name | Creates a DHCP address pool on the router and | ||
| Example: | enters DHCP pool configuration mode. The name | |
| argument can be a string or an integer. | ||
| Router(config)# ip dhcp pool dpool1 |
|
|
|
|
| |
Step 5 |
|
| |
network | Defines subnet number (IP) address for the DHCP | ||
| address pool, optionally including the mask. | ||
| Example: |
|
|
|
|
| |
| 255.255.255.0 |
|
|
|
|
| |
Step 6 |
|
| |
import all | Imports DHCP option parameters into the DHCP | ||
| Example: | portion of the router database. | |
|
|
| |
|
|
| |
|
|
| |
Step 7 |
|
| |
Specifies up to eight default routers for a DHCP | |||
| Example: | client. | |
|
|
| |
|
|
| |
| 10.10.10.10 |
|
|
|
|
| |
|
|
|
|
|
| Cisco 819 Integrated Services Routers Software Configuration Guide |
|
| |
|
|
| |||
|
|
|
|
| |
|
|
|
|