Configuring Gatekeeper Zones

Configuring Gatekeeper Zones
The scenario presented in Figure 8-33 and Example 8-12 shows the basic steps to configure
gatekeepers managing two local zones.
Chapter 8: Configuring H.323 Gatekeepers 493
San Jose
Gatekeeper
10.1.1.10
Houston
(H.323)
SanJose
(H.323)
Houston
Phone2-1
3001
Phone2-2
3002
Phone1-1
2001
Phone1-2
2002
WAN
Austin
(H.323)
Gatekeeper
10.1.1.12
Austin
GK1
GK2
Figure 8-33 Configuring Zones
Example 8-12 Zone Configuration Example
GK1(config)#gatekeeper
GK1(config-gk)#zone local SanJose cisco.com 10.1.1.10
GK1(config-gk)#zone local Houston cisco.com enable-intrazone
GK1(config-gk)#zone remote Austin cisco.com 10.1.1.12
GK1(config-gk)#no shutdown
The gatekeeper is configured for the two zones: San Jose and Houston.
You can use the following procedure to configure zones on a gatekeeper:
Step 1. Enter gatekeeper configuration mode.
GK1(config)#gatekeeper
Step 2. Specify local zones to be controlled by the gatekeeper.
GK1(config-gk)#zone local SanJose cisco.com 10.1.1.10
GK1(config-gk)#zone local Houston cisco.com enable-intrazone
494 Authorized Self-Study Guide: Cisco Voice over IP (CVOICE)
Note Setting the IP address for one local zone makes it the address used for all local
zones.
Step 3. Specify a remote gatekeeper to which the local gatekeeper can send location
requests (LRQs).
GK1(config-gk)#zone remote Austin cisco.com 10.1.1.12
Step 4. Activate the gatekeeper.
GK1(config-gk)#no shutdown