Cisco CP-7911G-CH1 Administration Guide - Page 70

Configuring DHCP for Cisco Unified SRST Phones, Defining a Single DHCP IP Address Pool, SUMMARY STEPS

Page 70 highlights

How to Set Up the Network Setting Up the Network Configuring DHCP for Cisco Unified SRST Phones To perform this task, you must have your network configured with DHCP. For further details about DHCP configuration, see the Cisco IOS DHCP Server document and see your Cisco Unified Communications Manager documentation. When a Cisco IP phone is connected to the Cisco Unified SRST system, it automatically queries for a DHCP server. The DHCP server responds by assigning an IP address to the Cisco IP phone and providing the IP address of the TFTP server through DHCP option 150. Then, the phone registers with the Cisco Unified Communications Manager system server and attempts to get configuration and phone firmware files from the Cisco Unified Communications Manager TFTP server address provided by the DHCP server. When setting up your network, configure your DHCP server local to your site. You may use your SRST router to provide DHCP service (recommended). If your DHCP server is across the WAN and there is an extended WAN outage, the DHCP lease times on your Cisco Unified IP Phones may expire. This may cause your phones to lose their IP addresses, resulting in a loss of service. Rebooting your phones when there is no DHCP server available after the DHCP lease has expired will not reactivate the phones, because they will be unable to obtain an IP address or other configuration information. Having your DHCP server local to your remote site ensures that the phones can continue to renew their IP address leases in the event of an extended WAN failure. Choose one of the following tasks to set up DHCP service for your Cisco UnifiedIP Phones: • Defining a Single DHCP IP Address Pool, page 70:Use this method if the Cisco Unified SRST router is a DHCP server and if you can use a single shared address pool for all your DHCP clients. • Defining a Separate DHCP IP Address Pool for Each Cisco Unified IP Phone, page 71: Use this method if the Cisco Unified SRST router is a DHCP server and you need separate pools for non-IP-phone DHCP clients. • Defining the DHCP Relay Server, page 72: Use this method if the Cisco Unified SRST router is not a DHCP server and you want to relay DHCP requests from IP phones to a DHCP server on a different router. Defining a Single DHCP IP Address Pool This task creates a large shared pool of IP addresses in which all DHCP clients receive the same information, including the option 150 TFTP server IP address. The benefit of selecting this method is that you set up only one DHCP pool. However, defining a single DHCP IP address pool can be a problem if non-IP phone clients need to use a different TFTP server address. SUMMARY STEPS 1. ip dhcp pool pool-name 2. network ip-address [mask | prefix-length] 3. option 150 ip ip-address 4. default-router ip-address 5. exit Cisco Unified SCCP and SIP SRST System Administrator Guide 70 OL-13143-04

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278
  • 279
  • 280
  • 281
  • 282
  • 283
  • 284
  • 285
  • 286
  • 287
  • 288
  • 289
  • 290
  • 291
  • 292
  • 293
  • 294
  • 295
  • 296
  • 297
  • 298
  • 299
  • 300
  • 301
  • 302
  • 303
  • 304
  • 305
  • 306
  • 307
  • 308
  • 309
  • 310
  • 311
  • 312
  • 313
  • 314
  • 315
  • 316
  • 317
  • 318
  • 319
  • 320
  • 321
  • 322

Setting Up the Network
How to Set Up the Network
70
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
Configuring DHCP for Cisco Unified SRST Phones
To perform this task, you must have your network configured with DHCP. For further details about
DHCP configuration, see the
Cisco IOS DHCP Server
document and see your Cisco Unified
Communications Manager documentation.
When a Cisco IP phone is connected to the Cisco Unified SRST system, it automatically queries for a
DHCP server. The DHCP server responds by assigning an IP address to the Cisco IP phone and
providing the IP address of the TFTP server through DHCP option 150. Then, the phone registers with
the Cisco Unified Communications Manager system server and attempts to get configuration and phone
firmware files from the Cisco Unified Communications Manager TFTP server address provided by the
DHCP server.
When setting up your network, configure your DHCP server local to your site. You may use your SRST
router to provide DHCP service (recommended). If your DHCP server is across the WAN and there is an
extended WAN outage, the DHCP lease times on your Cisco Unified IP Phones may expire. This may
cause your phones to lose their IP addresses, resulting in a loss of service. Rebooting your phones when
there is no DHCP server available after the DHCP lease has expired will not reactivate the phones,
because they will be unable to obtain an IP address or other configuration information. Having your
DHCP server local to your remote site ensures that the phones can continue to renew their IP address
leases in the event of an extended WAN failure.
Choose one of the following tasks to set up DHCP service for your Cisco UnifiedIP Phones:
Defining a Single DHCP IP Address Pool, page 70
:Use this method if the Cisco Unified SRST
router is a DHCP server and if you can use a single shared address pool for all your DHCP clients.
Defining a Separate DHCP IP Address Pool for Each Cisco Unified IP Phone, page 71
: Use this
method if the Cisco Unified SRST router is a DHCP server and you need separate pools for
non-IP-phone DHCP clients.
Defining the DHCP Relay Server, page 72
: Use this method if the Cisco Unified SRST router is not
a DHCP server and you want to relay DHCP requests from IP phones to a DHCP server on a different
router.
Defining a Single DHCP IP Address Pool
This task creates a large shared pool of IP addresses in which all DHCP clients receive the same
information, including the option 150 TFTP server IP address. The benefit of selecting this method is
that you set up only one DHCP pool. However, defining a single DHCP IP address pool can be a problem
if non-IP phone clients need to use a different TFTP server address.
SUMMARY STEPS
1.
ip dhcp pool
pool-name
2.
network
ip-address
[
mask
|
prefix-length
]
3.
option 150 ip
ip-address
4.
default-router
ip-address
5.
exit