Cisco CP-7911G-CH1 System Administrator Manual page 71

Unified sccp and sip srst
Table of Contents

Advertisement

Setting Up the Network
DETAILED STEPS
Command or Action
Step 1
ip dhcp pool pool-name
Example:
Router(config)# ip dhcp pool mypool
Step 2
network ip-address [mask | prefix-length]
Example:
Router(config-dhcp)# network 10.0.0.0 255.255.0.0
Step 3
option 150 ip ip-address
Example:
Router(config-dhcp)# option 150 ip 10.0.22.1
Step 4
default-router ip-address
Example:
Router(config-dhcp)# default-router 10.0.0.1
Step 5
exit
Example:
Router(config-dhcp)# exit
Defining a Separate DHCP IP Address Pool for Each Cisco Unified IP Phone
This task creates a name for the DHCP server address pool and specifies IP addresses. This method
requires you to make an entry for every Cisco Unified IP phone.
SUMMARY STEPS
1.
2.
3.
4.
5.
OL-13143-04
ip dhcp pool pool-name
host ip-address subnet-mask
option 150 ip ip-address
default-router ip-address
exit
Purpose
Creates a name for the DHCP server address pool
and enters DHCP pool configuration mode.
Specifies the IP address of the DHCP address pool
and the optional mask or number of bits in the
address prefix, preceded by a forward slash.
Specifies the TFTP server address from which the
Cisco IP phone downloads the image configuration
file. This needs to be the IP address of Cisco Unified
CM.
Specifies the router to which the 
Cisco Unified IP phones are connected directly.
This router should be the Cisco Unified SRST
router because this is the default address that is
used to obtain SRST service in the event of a
WAN outage. As long as the Cisco IP phones
have a connection to the Cisco Unified SRST
router, the phones are able to get the required
network details.
Exits DHCP pool configuration mode.
Cisco Unified SCCP and SIP SRST System Administrator Guide
How to Set Up the Network
71

Advertisement

Table of Contents
loading

Table of Contents