Cisco 520-T1 - Small Business Pro SR Secure Router Software Configuration Manual page 59

Software guide
Table of Contents

Advertisement

Chapter 5
Configuring a LAN with DHCP and VLANs
Command
Step 4
ip dhcp pool name
Example:
Router(config)# ip dhcp pool dpool1
Router(dhcp-config)#
Step 5
network network-number [mask | prefix-length]
Example:
Router(dhcp-config)# network 10.10.0.0
255.255.255.0
Router(dhcp-config)#
Step 6
import all
Example:
Router(dhcp-config)# import all
Router(dhcp-config)#
Step 7
default-router address [address2...address8]
Example:
Router(dhcp-config)# default-router
10.10.10.10
Router(dhcp-config)#
Step 8
dns-server address [address2...address8]
Example:
Router(dhcp-config)# dns-server 192.168.35.2
Router(dhcp-config)#
Step 9
domain-name domain
Example:
Router(dhcp-config)# domain-name cisco.com
Router(dhcp-config)#
Step 10
exit
Example:
Router(dhcp-config)# exit
Router(config)#
OL-14210-01
Purpose
Creates a DHCP address pool on the router and
enters DHCP pool configuration mode. The name
argument can be a string or an integer.
Defines subnet number (IP) address for the DHCP
address pool, optionally including the mask.
Imports DHCP option parameters into the DHCP
portion of the router database.
Specifies up to 8 default routers for a DHCP client.
Specifies up to 8 DNS servers available to a DHCP
client.
Specifies the domain name for a DHCP client.
Exits DHCP configuration mode, and enters
global configuration mode.
Cisco Secure Router 520 Series Software Configuration Guide
Configure DHCP
5-3

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents