7.2: Configure a Cisco IOS DHCPv4 Server Flashcards
Steps to Configure a Cisco IOS DHCPv4 Server
- Exclude IPV4
- Define a DHCPv4 pool name
- Configure the DHCPv4 pool
Step 1. Exclude IPv4 Addresses
The router functioning as the DHCPv4 server assigns all IPv4 addresses in a DHCPv4 address pool unless it is configured to _____.
exclude specific addresses
Step 1. Exclude IPv4 Addresses
Typically, some IPv4 addresses in a pool are assigned to network devices that require ___assignments.
static address
Step 1. Exclude IPv4 Addresses
Commend used to exclude IPV4 address
Router (config)# ip dhcp excluded-address LOW-ADDRESS [HIGH-ADDRESS]
A single address or a range of addresses can be excluded by specifying the ____ of the range
low-address and high-address
___addresses should be those addresses that are assigned to routers, servers, printers, and other devices that have been, or will be, manually configured.
Excluded
Step 2. Define a DHCPv4 Pool Name
Configuring a DHCPv4 server involves defining a____to assign.
pool of addresses
Step 2. Define a DHCPv4 Pool Name
syntax to define the pool
router (config)# ip dhcp pool POOL-NAME
Step 3. Configure the DHCPv4 Pool
The ___and ___ must be configured.
address pool
default gateway router
Step 3. Configure the DHCPv4 Pool
use ___ to define the range of available addresses.
network NETWORK-NUMBER [MASK|/PREFIX-LENGTH]
Step 3. Configure the DHCPv4 Pool
Use ___ to define the default gateway router.
default-router ADDRESS [ADDRESS 2…ADDRESS 8]
Step 3. Configure the DHCPv4 Pool
Use ___ to define DNS server
dns-server ADDRESS [ADDRESS2…ADDRESS8…]
Step 3. Configure the DHCPv4 Pool
Use this to define domain name
domain-name DOMAIN
Step 3. Configure the DHCPv4 Pool
Use this to define the duration of the DHCP lease
lease {DAYS [HOURS[MINUTES]]|INFINITE}
Step 3. Configure the DHCPv4 Pool
Use this to define the NetBIOS WINS server
netbios-name-server ADDRESS [ADDRESS2…ADDRESS8]