and what was the magic bullet?
On Apr 7, 2009, at 10:25 AM, "Linda Mordosky (lmordosk)" <[email protected]
> wrote:
Thanks everyone for your assistance I got it working !!! Yeah
Linda
From: Vik Malhi [mailto:[email protected]]
Sent: Tuesday, April 07, 2009 9:22 AM
To: Linda Mordosky (lmordosk); OSL Group
Subject: Re: [OSL | CCIE_Voice] Gatekeeper config
I think you need to use the following config to specify that a
specific h323id can only carry a maximum of one active call:
Gatekeeper
...
endpoint max-call h323id trunk_1
endpoint resource-threshold
arj reject-resource-low
http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_e1.html#wp1018031
--
Vik Malhi – CCIE #13890, CCSI #31584
Senior Technical Instructor - IPexpert, Inc.
Telephone: +1.810.326.1444
Fax: +1.810.454.0130
Mailto: [email protected]
Join our free online support and peer group communities:
http://www.IPexpert.com/communities
IPexpert - The Global Leader in Self-Study, Classroom-Based, Video-
On-Demand and Audio Certification Training Tools for the Cisco CCIE
R&S Lab, CCIE Security Lab, CCIE Service Provider Lab , CCIE Voice
Lab and CCIE Storage Lab Certifications.
From: "Linda Mordosky (lmordosk)" <[email protected]>
Date: Tue, 7 Apr 2009 07:46:41 -0400
To: "Linda Mordosky (lmordosk)" <[email protected]>, OSL Group <[email protected]
>
Subject: Re: [OSL | CCIE_Voice] Gatekeeper config
Forgot to add the link which explains the resource threshold commands
http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a0080093f67.shtml
From: Linda Mordosky (lmordosk)
Sent: Tuesday, April 07, 2009 7:46 AM
To: '[email protected]'
Subject: Gatekeeper config
Has anyone been successful in using the gatekeeper endpoint id max-
calls h323- command?
I need to configure the gatekeeper with only three endpoints, one
local zone and only allow one call to use the CCM_2 (subscriber
trunk) at a time. Here is my gatekeeper config so far
gatekeeper
zone local GK cisco.com 10.87.80.43
no zone subnet GK default enable
zone subnet GK 10.87.80.45/32 enable
zone subnet GK 10.87.93.123/32 enable
zone subnet GK 10.87.93.122/32 enable
zone prefix GK 2* gw-priority 9 CCM_2
zone prefix GK 2* gw-priority 0 CME
zone prefix GK 3* gw-priority 10 CCM_2
zone prefix GK 3* gw-priority 9 CCM_1
zone prefix GK 3* gw-priority 0 CME
zone prefix GK 4* gw-priority 10 CME
zone prefix GK 4* gw-priority 0 CCM_2 CCM_1
no shutdown
I am trying to set the resource threshold and can’t figure out how t
o set the High and Low marks for the CCM trunk? The goal is to only
allow one call to CCM_2 at a time. So a call would only use CCM_1
if and only if there was an active call on CCM_2.
Any ideas?
Linda