Cisco Systems 520 series Webcam User Manual


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