Hi Prabahar,
 
On the call from CME, GK finds that the priority 10 trunk is already
max out and tries the priority 9 trunk (pub) to make the call. ----I found that 
the call still goes thru H323-ID: CCM2CME_2 , even though there was one active 
call on H323-ID: CCM2CME_2 , the second call from CME to HQ still uses H323-ID: 
CCM2CME_2 somehow and it did not use H323-ID: CCM2CME_1
 
curious to know if it was working OK with your setup ????
 
-AB



--- On Wed, 4/8/09, Prabahar M <prabaha...@gmail.com> wrote:


From: Prabahar M <prabaha...@gmail.com>
Subject: Re: [OSL | CCIE_Voice] Gatekeeper config - solution for Single trunk, 
no BW CLI, no location, one call in sub and redundancy over PSTN
To: ccie_voice@onlinestudylist.com
Date: Wednesday, April 8, 2009, 8:48 AM


Hi,
Here is what I tried and it works.

Regards,
Prabahar


. Only one call allowed from CCM to CME over GK
. First call from CCM should use the subscriber
. Second call from CCM should use PSTN if already a call on subscriber
. While a call on subscriber, a call from CME should use publisher
. Don't use bandwidth CLI on GK

Solution is to use "endpoint max-calls" CLI on the GK, it requires
following two additional CLI's
  endpoint resource-threshold
  arq reject-resource-low

Also set the CCM parameters to "False",
  Stop Routing on Unallocated Number Flag
  Stop Routing on User Busy Flag

Have a RL in CCM to use GK as primary and 6608 as backup. It works like,
. On the first call from CCM, no issues
. On the 2nd calls from CCM, try to placed on the subscriber trunk and
get rejected due to max-calls and will NOT try publisher (as for as
CCM, only one trunk is between GK and CCM. It will not consider
CCM2CME_1 (publisher) as second trunk). Calls will fail over to 6608.
. On the call from CME, GK finds that the priority 10 trunk is already
max out and tries the priority 9 trunk (pub) to make the call.
. Any number of calls can be placed from CME to CCM over publisher
trunk. Can be restricted using "endpoint max-calls" CLI on CME.

Config:
gatekeeper
zone local GK cisco.com 172.16.32.1
zone prefix GK 011* gw-priority 10 CME
zone prefix GK 011* gw-priority 0 CCM2CCM_2 CME2CCM_1
zone prefix GK 2* gw-priority 10 CCM2CME_2
zone prefix GK 2* gw-priority 9 CCM2CME_1
zone prefix GK 2* gw-priority 0 CME
zone prefix GK 3* gw-priority 10 CCM2CME_2
zone prefix GK 3* gw-priority 9 CCM2CME_1
zone prefix GK 3* gw-priority 0 CME
zone prefix GK 4* gw-priority 10 CME
zone prefix GK 4* gw-priority 0 CCM2CCM_2 CME2CCM_1
zone prefix GK 9001* gw-priority 9 CCM2CME_2
zone prefix GK 9001* gw-priority 0 CME
arq reject-resource-low
no shutdown
endpoint resource-threshold
endpoint max-calls h323id CCM2CME_2 1


HQ-RTR#show gatekeeper endpoints
                    GATEKEEPER ENDPOINT REGISTRATION
                    ================================
CallSignalAddr  Port  RASSignalAddr   Port  Zone Name         Type    Flags
--------------- ----- --------------- ----- ---------         ----    -----
192.168.22.1    1720  192.168.22.1    53979 GK                H323-GW
    E164-ID: 4001
    E164-ID: 4002
    E164-ID: 4003
    E164-ID: 4004
    H323-ID: CME
    Voice Capacity Max.=  Avail.=  Current.= 0    <<<<<<<<<<<<<<<< any
number of calls
192.168.31.211  63255 192.168.31.211  52654 GK                VOIP-GW
    H323-ID: CCM2CME_1
    Voice Capacity Max.=  Avail.=  Current.= 0    <<<<<<<<<<<<<<<< any
number of calls
192.168.31.215  60547 192.168.31.215  55358 GK                VOIP-GW
    H323-ID: CCM2CME_2
    Voice Capacity Max.= 1  Avail.= 1  Current.= 0    <<<<<<<<<<<<
Only one call is allowed
Total number of active registrations = 3

HQ-RTR#sh gatekeeper endpoints
                    GATEKEEPER ENDPOINT REGISTRATION
                    ================================
CallSignalAddr  Port  RASSignalAddr   Port  Zone Name         Type    Flags
--------------- ----- --------------- ----- ---------         ----    -----
192.168.22.1    1720  192.168.22.1    53979 GK                H323-GW
    E164-ID: 4001
    E164-ID: 4002
    E164-ID: 4003
    E164-ID: 4004
    H323-ID: CME
    Voice Capacity Max.=  Avail.=  Current.= 2    <<<< One call from
CCM and One call from CME
192.168.31.211  58220 192.168.31.211  52654 GK                VOIP-GW
    H323-ID: CCM2CME_1
    Voice Capacity Max.=  Avail.=  Current.= 1    <<< CME tpo CCM Call
192.168.31.215  63508 192.168.31.215  55358 GK                VOIP-GW O
    H323-ID: CCM2CME_2
    Voice Capacity Max.= 1  Avail.= 0  Current.= 1 <<< CCM to CME,
also one is in progress over PSTN.
Total number of active registrations = 3

HQ-RTR#sh gatekeeper gw-type-prefix
GATEWAY TYPE PREFIX TABLE
=========================
Prefix: 852#*
  Zone GK master gateway list:
    192.168.22.1:1720 CME
  Zone GK prefix 4* priority gateway list(s):
   Priority 10:
    192.168.22.1:1720 CME
  Zone GK prefix 011* priority gateway list(s):
   Priority 10:
    192.168.22.1:1720 CME

Prefix: 1#*
  Zone GK master gateway list:
    192.168.31.215:60547 CCM2CME_2
    192.168.31.211:63255 CCM2CME_1
  Zone GK prefix 9001* priority gateway list(s):
   Priority 9:
    192.168.31.215:60547 CCM2CME_2
   Priority 5:
    192.168.31.211:63255 CCM2CME_1
  Zone GK prefix 4* priority gateway list(s):
   Priority 5:
    192.168.31.215:60547 CCM2CME_2
    192.168.31.211:63255 CCM2CME_1
  Zone GK prefix 3* priority gateway list(s):
   Priority 10:
    192.168.31.215:60547 CCM2CME_2
   Priority 9:
    192.168.31.211:63255 CCM2CME_1
  Zone GK prefix 2* priority gateway list(s):
   Priority 10:
    192.168.31.215:60547 CCM2CME_2
   Priority 9:
    192.168.31.211:63255 CCM2CME_1
  Zone GK prefix 011* priority gateway list(s):
   Priority 5:
    192.168.31.215:60547 CCM2CME_2
    192.168.31.211:63255 CCM2CME_1

HQ-RTR#sh gatekeeper zone pre
HQ-RTR#sh gatekeeper zone prefix
      ZONE PREFIX TABLE
      =================
GK-NAME               E164-PREFIX
-------               -----------
GK                    001*
GK                    011*
GK                    2*
GK                    3*
GK                    4*
GK                    9001*

HQ-RTR#

> Date: Tue, 7 Apr 2009 22:05:25 -0400
> From: "Cliff McGlamry" <cl...@mcglamry.net>
> Subject: Re: [OSL | CCIE_Voice] Gatekeeper config
> To: "Linda Mordosky \(lmordosk\)" <lmord...@cisco.com>, "anil batra"
>        <anil...@yahoo.com>, "Tech Guy" <tech...@oletu.com>
> Cc: OSL Group <ccie_voice@onlinestudylist.com>, Vik Malhi
>        <vma...@ipexpert.com>
>
> I'm going to point out something here that became painfully obvious to me 
> when I was working through this exercise.
>
> It may be a while before the exact nature of this question and how it is 
> presented becomes clear.  However, the exercise of going through and looking 
> at the options, understanding the dependencies, etc. is really no different 
> than what you have to come to in understanding GK call routing and how it 
> relates to aliases, e164 registration, tech prefixes, hop off prefixes, etc.  
> This is another wrinkle.
>
> As long as you understand the behaviors involved, it doesn't matter what they 
> throw at you.  You'll understand the nuances involved.  Evaluate yourself on 
> whether or not you understand how to set the various options up, and not 
> whether you've solved the specific puzzle.  You'll be better served for your 
> efforts.
>
> Cliff
>
>  ----- Original Message -----
>  From: Linda Mordosky (lmordosk)
>  To: anil batra ; Tech Guy ; Cliff McGlamry
>  Cc: OSL Group ; Vik Malhi
>  Sent: Tuesday, April 07, 2009 10:00 PM
>  Subject: RE: [OSL | CCIE_Voice] Gatekeeper config
>
>
>  If you are only allowed to create one trunk then this config will not work.  
> What happens is the gatekeeper will reject the call and so call manager will 
> go to the second route in the route list and route the call over the PSTN.  
> Would the requirement be to have only three endpoints registered under the 
> gatekeeper or to only create one trunk?
>
>  I am not sure how you would accomplish this if you could only create one 
> trunk in CCM.
>
>  Linda
>
>
>
>  From: anil batra [mailto:anil...@yahoo.com]
>  Sent: Tuesday, April 07, 2009 9:25 PM
>  To: Linda Mordosky (lmordosk); Tech Guy; Cliff McGlamry
>  Cc: OSL Group; Vik Malhi
>  Subject: Re: [OSL | CCIE_Voice] Gatekeeper config
>
>
>
>        I am wondering what if there is just gk-trunk_1 and gk-trunk_2 given 
> int the "sh gatekeeper endpoint" That is in case you are not allowed to 
> create two trunk manually -one for
>        Pub and one for sub. Will it still work using the same configs shown 
> below"
>
>
>
>        "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 gk-trunk_1
>
>         zone prefix GK 2* gw-priority 0 CME
>
>         zone prefix GK 3* gw-priority 10 gk-trunk_2
>
>         zone prefix GK 3* gw-priority 9 gk-trunk_1
>
>         zone prefix GK 3* gw-priority 0 CME
>
>         zone prefix GK 4* gw-priority 10 CME
>
>         zone prefix GK 4* gw-priority gk-trunk_1 gk-trunk_2
>
>         arq reject-resource-low
>
>         no shutdown
>
>         endpoint resource-threshold
>
>         endpoint max-calls h323id gk-trunk_2"
>
>
>
>
>
>
>
>
>        --- On Tue, 4/7/09, Cliff McGlamry <cl...@mcglamry.net> wrote:
>
>
>          From: Cliff McGlamry <cl...@mcglamry.net>
>          Subject: Re: [OSL | CCIE_Voice] Gatekeeper config
>          To: "Linda Mordosky (lmordosk)" <lmord...@cisco.com>, "Tech Guy" 
> <tech...@oletu.com>
>          Cc: "OSL Group" <ccie_voice@onlinestudylist.com>, "Vik Malhi" 
> <vma...@ipexpert.com>
>          Date: Tuesday, April 7, 2009, 8:27 PM
>
>          ?
>
>          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)
>
>            To: Tech Guy
>
>            Cc: OSL Group ; Vik Malhi
>
>            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:tech...@oletu.com]
>        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)" 
> <lmord...@cisco.com> wrote:
>
>          Thanks everyone for  your assistance I got it working !!! Yeah
>
>
>
>          Linda
>
>
>
>        From: Vik Malhi [mailto:vma...@ipexpert.com]
>        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: vma...@ipexpert.com
>
>
>        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)" <lmord...@cisco.com>
>        Date: Tue, 7 Apr 2009 07:46:41 -0400
>        To: "Linda Mordosky (lmordosk)" <lmord...@cisco.com>, OSL Group 
> <ccie_voice@onlinestudylist.com>
>        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: 'ccie_voice@onlinestudylist.com'
>        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
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://onlinestudylist.com/pipermail/ccie_voice/attachments/20090407/46e279a9/attachment.htm
>
> ------------------------------
>
> _______________________________________________
> CCIE_Voice mailing list
> CCIE_Voice@onlinestudylist.com
> http://onlinestudylist.com/mailman/listinfo/ccie_voice
>
>
> End of CCIE_Voice Digest, Vol 38, Issue 53
> ******************************************
>



      

Reply via email to