03-14-2005 08:35 PM
Hi guys,
In VoIP, I confuse the 2 concepts,'cluster' and 'zone'. Who can tell me and give me some configure samples, thanks.
yytellmey
03-16-2005 05:04 PM
Gatekeeper Zones:
A zone is the collection of H.323 nodes such as gateways, terminals, and MCUs registered with the gatekeeper. There can only be one active gatekeeper per zone. These zones can overlay subnets and one gatekeeper can manage gateways in one or more of these subnets.
Gatekeeper Clusters:
A gatekeeper cluster is a group of up to five gatekeepers within a gatekeeper zone. The cluster shares the following information within the zone:
Bandwidth
Current calls
CPU utilization
Alternative available gatekeepers
Gateways within the zone
Remote gatekeepers
In the event of high call volume or gatekeeper failure, gateways can be redirected to other gatekeepers in the cluster. This ability to cluster gatekeepers together and reroute calls increases gatekeeper reliability and scalability.
Gatekeeper cluster members share information via Gatekeeper Update Protocol (GUP), a Cisco proprietary protocol. Because gatekeepers share information, a gateway only needs to register with one gatekeeper in the cluster. Similarly, LRQ message exchanges from remote gatekeepers are only sent to one gatekeeper in the cluster. These factors make gatekeeper clusters more scalable than other redundant solutions such as Hot Stand-by Routing Protocol (HSRF).
Each gatekeeper must have the following characteristics:
Compatible gatekeeper configuration. Each gatekeeper must have a configuration compatible with all other gatekeepers in the cluster. For example, each gatekeeper's zone definitions should declare the same set of alternate zones on all other gatekeepers in the cluster.
Representing the entire gatekeeper cluster. Each gatekeeper can stand for the whole cluster because each gatekeeper has the registration and availability information for every endpoint in the cluster. For example, LRQs from remote gatekeepers are only sent to one gatekeeper in the cluster. This local gatekeeper uses the remote clustured gatekeepers in a round robin fashion to balance the LRQ load between different elements of the cluster.
Using Gatekeeper Update Protocol (GUP) for communication.
Registering the same enpoints. Each zone should be capable of registering the same endpoints, such as a gateway. For example, each zone gatekeeper supports the same set of zone prefixes, so that endpoints can register with any gatekeeper the cluster.
Using a maximum of five gatekeepers. For local clusters, this means that there can be no more than four alternate gatekeepers included with the maximum of five gatekeepers, including the local zone.
Redirecting gateways. Although each gateway registers with a single gatekeeper, any gateway can be redirected to a different gatekeeper in if its original gatekeeper is at capacity or fails.
Using alternate gatekeepers. Each gateway is informed of alternate gatekeepers at registration (RCF) in priority order and registered with the highest priority alternate gatekeeper in event of failure. A gateway can also move to another gatekeeper if its primary gatekeeper fails.
07-20-2019 02:58 AM
Hello dear,
Zone is larger or cluster as area based? And how many nodes there in zone and clusters?
03-16-2005 05:08 PM
Configuring Gatekeepers to be Members of a Cluster: (Use the following commands)
To specify a local gatekeeper cluster, use zone cluster local
To specify a remote gatekeeper, use cluster zone cluster remote
To identify gatekeeper cluster members, use element
Specifying a Cluster Within a Zone:
router(config gk)# zone cluster local localgatekeeper-cluster-name domain-name
Specifying a Cluster of Remote Gatekeeper Clusters:
router(config gk)# zone cluster remote remotegatekeeper-cluste-name domain name
03-16-2005 05:09 PM
Additional and more detailed information can be obtained by:
http://www.cisco.com/en/US/tech/tk652/tk701/technologies_tech_note09186a00800c5e0d.shtml
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide