It would allow the GK to send an ARJ back to the originating endpoint if it could not route the call. May not be necessary with what you are doing since you are not rejecting any calls- you are merely allowing a second call to use a different endpoint. -- 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: Cliff McGlamry <[email protected]> Date: Tue, 7 Apr 2009 10:57:58 -0400 To: "Linda Mordosky (lmordosk)" <[email protected]>, Tech Guy <[email protected]> Cc: OSL Group <[email protected]>, Vik Malhi <[email protected]> Subject: Re: [OSL | CCIE_Voice] Gatekeeper config Interesting. When I set it up, I didn't use the arj reject-resource-low and it still worked. Vik, I saw you recommended she add that. Since mine worked without it, I'm curious what that command is supposed to do. Cliff > > ----- Original Message ----- > > From: Linda Mordosky (lmordosk) <mailto:[email protected]> > > To: Tech Guy <mailto:[email protected]> > > Cc: OSL Group <mailto:[email protected]> ; Vik Malhi > <mailto:[email protected]> > > Sent: Tuesday, April 07, 2009 10:44 AM > > Subject: Re: [OSL | CCIE_Voice] Gatekeeper config > > > > > > I created two device pools in CCM, one device pool had only the Sub and the > second device pool used only the Pub. This way I could use the Trunk > registered to the Sub as the first choice in the route List with the 2nd > choice being the trunk registered to the Pub. > > > > Here is my Gatekeeper config > > gatekeeper > > zone local GK cisco.com 10.87.80.43 > > zone subnet GK 10.87.93.122/32 enable > > zone subnet GK 10.87.93.123/32 enable > > zone subnet GK 10.87.80.45/32 enable > > zone prefix GK 2* gw-priority 9 CCM_1_1 > > zone prefix GK 2* gw-priority 0 CME > > zone prefix GK 3* gw-priority 10 CCM_2_2 > > zone prefix GK 3* gw-priority 9 CCM_1_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_1_1 CCM_2_2 > > arq reject-resource-low > > no shutdown > > endpoint resource-threshold > > endpoint max-calls h323id CCM_2_2 1 > > > > Worked like a charm > > Linda > > > > > > > > > From: Tech Guy [mailto:[email protected]] > Sent: Tuesday, April 07, 2009 10:38 AM > To: Linda Mordosky (lmordosk) > Cc: Vik Malhi; OSL Group > Subject: Re: [OSL | CCIE_Voice] Gatekeeper config > > > > > > 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]> [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 to 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 >>
