[OSL | CCIE_Voice] Gatekeeper

2013-10-07 Thread Josh Petro
Hi All,
I have a strange issue I ran into on a lab recently. The BR2 gateway would
not register to the HQ gatekeeper unless I changed the IP address from the
'voice' subnet IP to the 'data' subnet IP.

The question said I could not configure the gatekeeper with Zone Prefixes,
Aliases nor could I register any e.164 addresses with it. It also said I
could only allow the CUCM and BR2 endpoints to register to it. That
basically left me to use the Zone Subnet commands.

Why would the BR2 gateway not register until I changed the command on the
VLAN interface from this:
interface Vlan130
 ip address 10.1.130.1 255.255.255.0
 h323-gateway voip interface
* h323-gateway voip id HQ ipaddr 10.1.110.1 1719 G0/0.110 interface*
 h323-gateway voip h323-id BR2
 h323-gateway voip tech-prefix 56

to this

interface Vlan130
 ip address 10.1.130.1 255.255.255.0
 h323-gateway voip interface
* h323-gateway voip id HQ ipaddr 10.1.5.1 1719 !gig0/0.5 interface*
 h323-gateway voip h323-id BR2
 h323-gateway voip tech-prefix 56





Here's the config

HQ
interface GigabitEthernet0/0
 no ip address
 duplex auto
 speed auto
 media-type rj45
!
interface GigabitEthernet0/0.5
 encapsulation dot1Q 5
 ip address 10.1.5.1 255.255.255.0
!
interface GigabitEthernet0/0.10
 encapsulation dot1Q 10
 ip address 10.1.10.1 255.255.255.0
 ip helper-address 10.1.5.2
!
interface GigabitEthernet0/0.110
 encapsulation dot1Q 110
 ip address 10.1.110.1 255.255.255.0
 ip helper-address 10.1.5.2
 h323-gateway voip interface
 h323-gateway voip bind srcaddr 10.1.110.1
!
gatekeeper
 zone local HQ cisco.com
 no zone subnet HQ default enable
 zone subnet HQ 10.1.5.3/32 enable
 zone subnet HQ 10.1.5.2/32 enable
 zone subnet HQ 10.1.130.1/32 enable
 no shutdown
!
!


BR2
interface Vlan130
 ip address 10.1.130.1 255.255.255.0
 h323-gateway voip interface
 h323-gateway voip id HQ ipaddr 10.1.5.1 1719
 h323-gateway voip h323-id BR2
 h323-gateway voip tech-prefix 56
!
dial-peer voice 855 voip
 translation-profile outgoing SiteCode
 destination-pattern 855
 session target ras
 tech-prefix 55
 dtmf-relay h245-alphanumeric
!
dial-peer voice 887 voip
 translation-profile outgoing SiteCode
 destination-pattern 887
 session target ras
 tech-prefix 87
 dtmf-relay h245-alphanumeric
!
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper

2013-10-07 Thread Justin Carney
In your HQ GK config you have not specified the IP address to which the GK
will be bound, commented below in blue:

gatekeeper
 zone local HQ cisco.com  NO IP specified here, router will pick
one (see below)
 no zone subnet HQ default enable
 zone subnet HQ 10.1.5.3/32 enable
 zone subnet HQ 10.1.5.2/32 enable
 zone subnet HQ 10.1.130.1/32 enable
 no shutdown
!

If you do not specify an IP on the zone local command the router will
pick a specific IP - I don't recall the exact rule offhand, but it may be
the highest numbered loopback, and if none the highest physical interface.
 That default method doesn't matter since you can (ie, should) manually
assign the specific IP you want to use and not worry about how the router
will pick if you don't.


*FIX - Assign an IP for the GK to listen on:*

gatekeeper
 zone local HQ cisco.com *10.1.110.1  *   specify the desired IP
here after the domain - you can optionally specify a port after the IP, but
if you don't it will default to1719 (and will be listed in show run with
port 1719), which is fine unless the question tells you otherwise

You should probably shut/no shut your gatekeeper after this change.  It may
even require you to remove the existing zone local HQ first.  To speed up
your BR2 gateway re-registering do a no gateway then gateway on that
side.  When I lab I always specific the GK IP even if not called out by the
question.  I typically use the loopback0 for GK and if using a CUBE I
typically will use the voice vlan SVI - but it doesn't matter unless the
question states what to use.



For reference, the other related commands commented below:

*! BR2 side*
interface Vlan130
 ip address 10.1.130.1 255.255.255.0
 h323-gateway voip interface   specifies to use this interface to
source RAS
 h323-gateway voip id HQ ipaddr 10.1.5.1 1719register to zone HQ
at gatekeeper with IP 10.1.5.1 on port 1719
 h323-gateway voip h323-id BR2the local gateway's h323 identifier is
BR2
 h323-gateway voip tech-prefix 56tell the GK that my tech-prefix (to
get to me, BR2) is 56 (on the GK you will see tech prefix 56*)

^make sure the above BR2 commands are applied on the interface you want BR2
to source, and the IP called out on the HQ side is listed on the zone
local


*! HQ side*
interface GigabitEthernet0/0.110
 encapsulation dot1Q 110
 ip address 10.1.110.1 255.255.255.0
 ip helper-address 10.1.5.2
 h323-gateway voip interfaceuse this interface to source RAS
messages (when talking TO another GK, not when you ARE the GK...when you
ARE the GK that is the zone local IP indicated above).  When setting up a
CUBE on the same router as the GK then this command will determine which IP
the CUBE registers to the GK with even though they are the same router.
 Both addresses can even be the same, i believe.
 h323-gateway voip bind srcaddr 10.1.110.1use this interface to
source h.225/h.245/rtp traffic.  If your question states something like
the phone's IP address should not be know by the cloud gatekeeper and
should only see media from IP w.x.y.z then this command is used to pin
media (along with media flow through on the voip dial peer) to the desired
IP.  Otherwise, this IP needs to match on the CUCM side if the gateway is
using h323 to CUCM instead of mgcp.

^make sure the above HQ commands are applied on the interface you want the
HQ router to source for CUBE, they are unnecessary (and don't do anything)
for the GK process and are needed for cube (or if the gateway is h.323 then
the voip bind src is needed to match the configured IP in CUCM)


Hope this helps...

-Justin



On Mon, Oct 7, 2013 at 8:56 PM, Josh Petro josh.pe...@gmail.com wrote:

 Hi All,
 I have a strange issue I ran into on a lab recently. The BR2 gateway would
 not register to the HQ gatekeeper unless I changed the IP address from the
 'voice' subnet IP to the 'data' subnet IP.

 The question said I could not configure the gatekeeper with Zone Prefixes,
 Aliases nor could I register any e.164 addresses with it. It also said I
 could only allow the CUCM and BR2 endpoints to register to it. That
 basically left me to use the Zone Subnet commands.

 Why would the BR2 gateway not register until I changed the command on the
 VLAN interface from this:
 interface Vlan130
  ip address 10.1.130.1 255.255.255.0
  h323-gateway voip interface
 * h323-gateway voip id HQ ipaddr 10.1.110.1 1719 G0/0.110 interface*
  h323-gateway voip h323-id BR2
  h323-gateway voip tech-prefix 56

 to this

 interface Vlan130
  ip address 10.1.130.1 255.255.255.0
  h323-gateway voip interface
 * h323-gateway voip id HQ ipaddr 10.1.5.1 1719 !gig0/0.5 interface*
  h323-gateway voip h323-id BR2
  h323-gateway voip tech-prefix 56





 Here's the config

 HQ
 interface GigabitEthernet0/0
  no ip address
  duplex auto
  speed auto
  media-type rj45
 !
 interface GigabitEthernet0/0.5
  encapsulation dot1Q 5
  ip address 10.1.5.1 255.255.255.0
 !
 interface GigabitEthernet0/0.10
  encapsulation dot1Q 10
  ip 

Re: [OSL | CCIE_Voice] Gatekeeper

2013-10-07 Thread Hesham Abdelkereem
Josh,

I think the reason why you have this because you are missing the binding
under the Voice vlan interface
make h323-gateway voip bind srcaddr 10.1.130.1
*h323-gateway voip id HQ ipaddr 10.1.110.1 1719*
*
*
*
*
*also there could be routing issue so you might need to do this in all your
routers*
*
*
*router ospf 2 or 1*
*network 0.0.0.0 0.0.0.0 area 0*
*
*
*
*
*Try this and let me know and if it didnt work plz share your HQ and BR2
show run and will take it from there*
*
*
*
*
*Thanks,*
*Hesham*


On 7 October 2013 17:56, Josh Petro josh.pe...@gmail.com wrote:

 Hi All,
 I have a strange issue I ran into on a lab recently. The BR2 gateway would
 not register to the HQ gatekeeper unless I changed the IP address from the
 'voice' subnet IP to the 'data' subnet IP.

 The question said I could not configure the gatekeeper with Zone Prefixes,
 Aliases nor could I register any e.164 addresses with it. It also said I
 could only allow the CUCM and BR2 endpoints to register to it. That
 basically left me to use the Zone Subnet commands.

 Why would the BR2 gateway not register until I changed the command on the
 VLAN interface from this:
 interface Vlan130
  ip address 10.1.130.1 255.255.255.0
  h323-gateway voip interface
 * h323-gateway voip id HQ ipaddr 10.1.110.1 1719 G0/0.110 interface*
  h323-gateway voip h323-id BR2
  h323-gateway voip tech-prefix 56

 to this

 interface Vlan130
  ip address 10.1.130.1 255.255.255.0
  h323-gateway voip interface
 * h323-gateway voip id HQ ipaddr 10.1.5.1 1719 !gig0/0.5 interface*
  h323-gateway voip h323-id BR2
  h323-gateway voip tech-prefix 56





 Here's the config

 HQ
 interface GigabitEthernet0/0
  no ip address
  duplex auto
  speed auto
  media-type rj45
 !
 interface GigabitEthernet0/0.5
  encapsulation dot1Q 5
  ip address 10.1.5.1 255.255.255.0
 !
 interface GigabitEthernet0/0.10
  encapsulation dot1Q 10
  ip address 10.1.10.1 255.255.255.0
  ip helper-address 10.1.5.2
 !
 interface GigabitEthernet0/0.110
  encapsulation dot1Q 110
  ip address 10.1.110.1 255.255.255.0
  ip helper-address 10.1.5.2
  h323-gateway voip interface
  h323-gateway voip bind srcaddr 10.1.110.1
 !
 gatekeeper
  zone local HQ cisco.com
  no zone subnet HQ default enable
  zone subnet HQ 10.1.5.3/32 enable
  zone subnet HQ 10.1.5.2/32 enable
  zone subnet HQ 10.1.130.1/32 enable
  no shutdown
 !
 !


 BR2
 interface Vlan130
  ip address 10.1.130.1 255.255.255.0
  h323-gateway voip interface
  h323-gateway voip id HQ ipaddr 10.1.5.1 1719
  h323-gateway voip h323-id BR2
  h323-gateway voip tech-prefix 56
 !
 dial-peer voice 855 voip
  translation-profile outgoing SiteCode
  destination-pattern 855
  session target ras
  tech-prefix 55
  dtmf-relay h245-alphanumeric
 !
 dial-peer voice 887 voip
  translation-profile outgoing SiteCode
  destination-pattern 887
  session target ras
  tech-prefix 87
  dtmf-relay h245-alphanumeric
 !


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper back up

2013-08-10 Thread Karen Johnson
when we shut Gatekeeper, it always take time to go back up.
is there any command to speed it up ?
 
K___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper back up

2013-08-10 Thread Pavan K
Check your retry interval on device - gatekeeper
On Aug 10, 2013 6:42 PM, Karen Johnson karen.johnson...@yahoo.ca wrote:

 when we shut Gatekeeper, it always take time to go back up.
 is there any command to speed it up ?

 K

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-27 Thread Hesham Abdelkereem
Guys I got the fix,

The problem was a typo error due to my fast copy and paste

in SB router i type gateway command by default and that resulted the
following

R1#sh gatekee end
GATEKEEPER ENDPOINT REGISTRATION

CallSignalAddr  Port  RASSignalAddr   Port  Zone Name TypeFlags
--- - --- - - -
142.100.64.11   41758 142.100.64.11   32793 GKVOIP-GW
H323-ID: GK-Trunk_1
Voice Capacity Max.=  Avail.=  Current.= 0
142.100.64.12   37277 142.100.64.12   32790 GKVOIP-GW
H323-ID: GK-Trunk_2
Voice Capacity Max.=  Avail.=  Current.= 0
142.102.65.254  1720  142.102.65.254  57138 GKH323-GW
E164-ID: 3002
E164-ID: 3001
Voice Capacity Max.=  Avail.=  Current.= 0
142.102.66.254  1720  142.102.66.254  51323 GKH323-GW
H323-ID: CUCME
Voice Capacity Max.=  Avail.=  Current.= 0
Total number of active registrations = 4

R1#



so it was invalid

when i deleted the gateway from SiteB gateway it fixed the problem



Thank you very much guys
Special Thanks to Bill , Ramy and Somphol

Hesham


On 23 June 2013 04:00, Somphol Boonjing somp...@gmail.com wrote:

 Sorry, I assume wrongly that SBGW will ever take the call for 3

  Your normal path is for both 2... and 3... to be pointing to
 CUCMTRUNK only.  Given that both SBGW and CUCMTRUNK are registered to the
 same zone, it would be necessary to exclude SBGW from ever getting the call
 destined to 2... or 3

 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 0 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
 zone prefix THEZONE 2... gw-priority 0 SBGW
 zone prefix THEZONE 2... gw-priority 10 CUCMTRUNK

 Sorry for the confusion.

 Even if you don't have gw-priority, when SBGW is unreachable, it should
 not cause the problem and call should be sent correctly to CUCMTRUNK.

 Then, it is less likely that the problem would be in the gatekeeper call
 leg, unless you use some sort of tech-prefix in addition to zone prefix.

 Regards,
 --Somphol


 On Sun, Jun 23, 2013 at 8:43 PM, Somphol Boonjing somp...@gmail.comwrote:

 Hi Hesham,

 Essentially, the gw-priority is to advise the gatekeeper to choose SBGW
 over CUCMTRUNK.   The higher the number, the higher the priority.   Without
 this it will distribute the call to 3XXX to both CUCMTRUNK and SBGW in a
 round robin fashion.

 If you give higher priority to SBGW, then call will be routed to SBGW
 unless it is not available.


 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK

 I'm fairly new to gatekeeper myself, so it would be great if you can lab
 it up and see if I am wildly off the mark.

 Regards,
 --Somphol.



 On Sun, Jun 23, 2013 at 8:37 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 HQ  SB are in the same zone
 and i don't understand

 zone prefix THEZONE 3... gw-priority 100 SBGW

 I think I should disregard it as they are int he same zone
 It's all just the CUCM Trunk and has both 2XXX and 3XXX
 I think that could make it work

 Thank you very much for ur great input
 I will test it and let u know

 Thank you very much for ur great efforts.

 On Jun 23, 2013, at 3:30 AM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 If the problem is on the gatekeeper, it could be as simple as the zone
 prefix not configured to point to CUCM for the pattern 3...

 Given that in normal situation, the zone prefix would be pointing SBGW
 either dynamically or statically.

 The configure with static zone prefix set would look similar to this.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 If your CUCM  SBGW happens to be in the different zones, that is a
 different matter.  Looking at a configuration guide for zone prefix
 command, I don't think it is possible for a zone prefix to point to two
 different local zones. (See:
 http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_z1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1002271
 )

 So, in essence, I doubt that this would work.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix SBZONE 3... gw-priority 100 SBGW
 zone prefix CUCMZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 Regards,
 --Somphol.


 On Sun, Jun 23, 2013 at 6:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 Of course all your sequence of ideas definitely make sense.
 However, I did exactly all that
 I made the Route List for CFUR is very specific to HQ Gateway and not
 SLRG.
 and Tried to change the Inbound Calls in the trunk and changed the CSS
 to INTERNAL and still didn't work,

 yes I am looking into the debug command that will show me the
 

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Somphol Boonjing
Hi Hesham,

 knowing that Gatekeeper is working with SiteB under normal operation but
doesn't work with CFUR

Could you please clarify the problem you are facing?   What do you mean
when you say the gatekeeper is not working with CFUR?

 Any Ideas,

I think we will need to simplify the scenario to the level that we can
understand the expected call flow correctly, then from there we can isolate
problematic area further.

'debug isdn q931' on HQ GW and SiteB GW might also give us some more idea.

Regards,


--Somphol


On Sun, Jun 23, 2013 at 12:45 PM, Hesham Abdelkereem 
heshamcentr...@gmail.com wrote:

 Dear Experts,


 SiteC is CME and connected with HQ and SB via Gatekeeper
 Gatekeeper is working excellent with HQ and SB
 I am configuring Call Forward Unregister for SiteB.
 SiteB has Call-Manager-Fallback mode working excellent

 Now, I have configured Call Forward Unregister
 in the service parameter I changed maximum hops to DN unregister is 1

 I have Created a Partitions and CSS for CFUR
 I forward SiteB1 and SiteB2 telephones in unregisted internal and external
 to be 9723033001 with forward css CFUR-CSS

 I created Route List to point to HQ Router
 and create route pattern for CFUR

 Now gatekeeper is reaching both HQ and SiteB in normal operaiton
 when I put SiteB under call-manager-fallback mode
 when I dial from HQ 3001 the CFUR works and shows the E164 number
 when I dial from SiteC 3001 via gatekeeper it shows unknown number

 knowing that Gatekeeper is working with SiteB under normal operation but
 doesn't work with CFUR

 Any Ideas,

 Thanks,
 Hesham

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Ramy Abdelrahim
Dear Hesham,
As far as I understand from your email, SiteB is now in SRST mode, which means 
that SiteB WAN connection is down. In this case, SiteC won't be able to reach 
SiteB phones over the WAN through GK but you will have to configure a lower 
preference dial-peer to reach it through PSTN in case the GK rejects or can't 
reach SiteB phones.
Thanks,Ramy

Date: Sat, 22 Jun 2013 19:45:41 -0700
From: heshamcentr...@gmail.com
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call  
Forward UnRegister

Dear Experts,

SiteC is CME and connected with HQ and SB via GatekeeperGatekeeper is working 
excellent with HQ and SB I am configuring Call Forward Unregister for SiteB.
SiteB has Call-Manager-Fallback mode working excellent
Now, I have configured Call Forward Unregisterin the service parameter I 
changed maximum hops to DN unregister is 1

I have Created a Partitions and CSS for CFURI forward SiteB1 and SiteB2 
telephones in unregisted internal and external to be 9723033001 with forward 
css CFUR-CSS
I created Route List to point to HQ Router
and create route pattern for CFUR
Now gatekeeper is reaching both HQ and SiteB in normal operaitonwhen I put 
SiteB under call-manager-fallback modewhen I dial from HQ 3001 the CFUR works 
and shows the E164 number
when I dial from SiteC 3001 via gatekeeper it shows unknown number
knowing that Gatekeeper is working with SiteB under normal operation but 
doesn't work with CFUR

Any Ideas,
Thanks,Hesham

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Somphol Boonjing
Hi Hesham,

Thanks for the detail explanation and well thanks for sharing the case.   I
find it very intriguing.

I'm working on some idea, but for now, I just want to forward your reply to
the group, in case anyone else can help too.


--Somphol


On Sun, Jun 23, 2013 at 4:44 PM, Hesham Abdelkereem 
heshamcentr...@gmail.com wrote:

 Hi Somphol,

 I have to give you details as much as I can for better assistance not to
 tackle some of the information.
 Ok let me tell you the call flow
 In my scenario
 HQ and SB are registered to CUCM and SC is a CME (SC is connected with HQ
  SB via Gatekeeper)
 I want to make sure that in case of SB WAN Failure HQ/SC phones are able
 to call Siteb phone using 4 digits in the event of wan failue.When you call
 from HQ phone calls should be routed through HQ gateway. When you call from
 SC Phones calls should be routed through the GK and then HQ Gateway.

 In normal operation the call flow is
 HQ dials 4xxx --- Gatekeeeper --- SC CME
 SB dials 4xxx --- Gatekeeper --- SC CME

 now when you configure Call Forward Unregister internal

 HQ dials 3XXX -- SB phone is no longer registered to CUCM and is
 configured for internal and external if Unregistered to be forwarded to
 9723033001  Number is dialed on HQ Gateway by CFUR --- Call reaches
 SB via HQ PSTN Gateway successfully

 the Requirement now

 SC CME dials 3XXX---Call Router via Gatekeeper-- SB phone is no longer
 registered to CUCM and is configured for internal and external if
 Unregistered to be forwarded to 9723033001--- Number is dialed on HQ
 Gateway by CFUR --- Call reaches SB via HQ PSTN Gateway successfully.

 Now the current situation

 when SC CME dials 3XXX when the SB is under WAN Failure it goes no where
 after the Gatekeeper
 but when I switch back the SB Phones to be registered to CUCM rather than
 CALL MANAGER FALLBACK
 the call go through via Gatekeeper


 Many Thanks,
 Hesham


 On 22 June 2013 23:26, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

  knowing that Gatekeeper is working with SiteB under normal operation
 but doesn't work with CFUR

 Could you please clarify the problem you are facing?   What do you mean
 when you say the gatekeeper is not working with CFUR?

  Any Ideas,

 I think we will need to simplify the scenario to the level that we can
 understand the expected call flow correctly, then from there we can isolate
 problematic area further.

 'debug isdn q931' on HQ GW and SiteB GW might also give us some more idea.

 Regards,


 --Somphol


 On Sun, Jun 23, 2013 at 12:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Dear Experts,


 SiteC is CME and connected with HQ and SB via Gatekeeper
 Gatekeeper is working excellent with HQ and SB
 I am configuring Call Forward Unregister for SiteB.
 SiteB has Call-Manager-Fallback mode working excellent

 Now, I have configured Call Forward Unregister
 in the service parameter I changed maximum hops to DN unregister is 1

 I have Created a Partitions and CSS for CFUR
 I forward SiteB1 and SiteB2 telephones in unregisted internal and
 external to be 9723033001 with forward css CFUR-CSS

 I created Route List to point to HQ Router
 and create route pattern for CFUR

 Now gatekeeper is reaching both HQ and SiteB in normal operaiton
 when I put SiteB under call-manager-fallback mode
 when I dial from HQ 3001 the CFUR works and shows the E164 number
 when I dial from SiteC 3001 via gatekeeper it shows unknown number

 knowing that Gatekeeper is working with SiteB under normal operation but
 doesn't work with CFUR

 Any Ideas,

 Thanks,
 Hesham

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Somphol Boonjing
Hi Hesham,

I have a few ideas.   I want to remove a few things out of the equation,
first try to set codec for all inter-region to G711.  Second, if you are
using Local Route Group (LRG), replace it with a more straightforward
settings -- i.e. point the RL directly to HQ gateway in your case for
relevant route pattern. We can deal with them later on once we
understand this case to the bone.

There are two call legs.   The first call leg is from SC PH1 to reach x3001
via a H323 Trunk on CUCM -- the Trunk with gatekeeper control.   The call
should be directed to the gatekeeper who in turn should be routing it to
the H323 Trunk on CUCM.   The H323 Trunk should have significant digits set
to 4 and a CSS that can reach x3001.

Upon hitting x3001, CUCM will discover that the number is forwarded to
9723033001.
 Assuming that you have set the CSS for CFUR on x3001 correctly, that will
match a Router Pattern that route the call toward HQ Gateway.This is a
second call leg.(If you use the LRG, at this point, the LRG for the
incoming H323 Trunk will cause the call to route to the wrong RG.)

Once the second call leg is established, then CUCM will tell the two
parities to open the RTP channel directly to each other (i.e. between the
CME and the HQ Gateway.)   (Well, sort of, if you have MTP required check
on the H323 Trunk, then an MTP will be involved.)

You problem could be on either one of this.   While I believe that since
you can make a call from HQ PH1 to x3001 successfully, the problem may not
be in the 2nd leg, I don't entirely want to rule out the CSS, the
Significant digits as well as the fact that HQ PH1 and the incoming H323
Trunk will be more than likely belong to a different Device Pool  Region.

I think debug gatekeeper main 10 on the gatekeeper would help.

On the H323 CUCM Trunk, RTMT Real Time monitoring with Detailed Debug
turn on would help you see whether the H323 Trunk has the right CSS to
reach x3001.

Hope this gives you some idea to work on this case.

Regards,
--Somphol.





On Sun, Jun 23, 2013 at 5:27 PM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 Thanks for the detail explanation and well thanks for sharing the case.
 I find it very intriguing.

 I'm working on some idea, but for now, I just want to forward your reply
 to the group, in case anyone else can help too.


 --Somphol


 On Sun, Jun 23, 2013 at 4:44 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 I have to give you details as much as I can for better assistance not to
 tackle some of the information.
 Ok let me tell you the call flow
 In my scenario
 HQ and SB are registered to CUCM and SC is a CME (SC is connected with HQ
  SB via Gatekeeper)
 I want to make sure that in case of SB WAN Failure HQ/SC phones are able
 to call Siteb phone using 4 digits in the event of wan failue.When you call
 from HQ phone calls should be routed through HQ gateway. When you call from
 SC Phones calls should be routed through the GK and then HQ Gateway.

 In normal operation the call flow is
 HQ dials 4xxx --- Gatekeeeper --- SC CME
 SB dials 4xxx --- Gatekeeper --- SC CME

 now when you configure Call Forward Unregister internal

 HQ dials 3XXX -- SB phone is no longer registered to CUCM and is
 configured for internal and external if Unregistered to be forwarded to
 9723033001  Number is dialed on HQ Gateway by CFUR --- Call reaches
 SB via HQ PSTN Gateway successfully

 the Requirement now

 SC CME dials 3XXX---Call Router via Gatekeeper-- SB phone is no longer
 registered to CUCM and is configured for internal and external if
 Unregistered to be forwarded to 9723033001--- Number is dialed on HQ
 Gateway by CFUR --- Call reaches SB via HQ PSTN Gateway successfully.

 Now the current situation

 when SC CME dials 3XXX when the SB is under WAN Failure it goes no where
 after the Gatekeeper
 but when I switch back the SB Phones to be registered to CUCM rather than
 CALL MANAGER FALLBACK
 the call go through via Gatekeeper


 Many Thanks,
 Hesham


 On 22 June 2013 23:26, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

  knowing that Gatekeeper is working with SiteB under normal operation
 but doesn't work with CFUR

 Could you please clarify the problem you are facing?   What do you mean
 when you say the gatekeeper is not working with CFUR?

  Any Ideas,

 I think we will need to simplify the scenario to the level that we can
 understand the expected call flow correctly, then from there we can isolate
 problematic area further.

 'debug isdn q931' on HQ GW and SiteB GW might also give us some more
 idea.

 Regards,


 --Somphol


 On Sun, Jun 23, 2013 at 12:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Dear Experts,


 SiteC is CME and connected with HQ and SB via Gatekeeper
 Gatekeeper is working excellent with HQ and SB
 I am configuring Call Forward Unregister for SiteB.
 SiteB has Call-Manager-Fallback mode working excellent

 Now, I have configured Call Forward 

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Hesham Abdelkereem
Hi Somphol,

HQ  SB are in the same zone 
and i don't understand
 zone prefix THEZONE 3... gw-priority 100 SBGW
I think I should disregard it as they are int he same zone
It's all just the CUCM Trunk and has both 2XXX and 3XXX
I think that could make it work

Thank you very much for ur great input
I will test it and let u know

Thank you very much for ur great efforts.

On Jun 23, 2013, at 3:30 AM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,
 
 If the problem is on the gatekeeper, it could be as simple as the zone prefix 
 not configured to point to CUCM for the pattern 3...
 
 Given that in normal situation, the zone prefix would be pointing SBGW 
 either dynamically or statically.
 
 The configure with static zone prefix set would look similar to this.
 
 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...
 
 If your CUCM  SBGW happens to be in the different zones, that is a different 
 matter.  Looking at a configuration guide for zone prefix command, I don't 
 think it is possible for a zone prefix to point to two different local zones. 
 (See: 
 http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_z1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1002271)
 
 So, in essence, I doubt that this would work.
 
 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix SBZONE 3... gw-priority 100 SBGW
 zone prefix CUCMZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...
 
 Regards,
 --Somphol.
 
 
 On Sun, Jun 23, 2013 at 6:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:
 Hi Somphol,
 
 Of course all your sequence of ideas definitely make sense.
 However, I did exactly all that
 I made the Route List for CFUR is very specific to HQ Gateway and not SLRG.
 and Tried to change the Inbound Calls in the trunk and changed the CSS to 
 INTERNAL and still didn't work,
 
 yes I am looking into the debug command that will show me the gatekeeper call 
 flow.
 I have been a long time never worked with that.
 
 Thanks for your ideas,
 
 I will keep you and the forum posted if I got any updates,
 
 Thanks,
 Hesham
 
 
 On 23 June 2013 01:40, Somphol Boonjing somp...@gmail.com wrote:
 Hi Hesham,
 
 I have a few ideas.   I want to remove a few things out of the equation, 
 first try to set codec for all inter-region to G711.  Second, if you are 
 using Local Route Group (LRG), replace it with a more straightforward 
 settings -- i.e. point the RL directly to HQ gateway in your case for 
 relevant route pattern. We can deal with them later on once we understand 
 this case to the bone.
 
 There are two call legs.   The first call leg is from SC PH1 to reach x3001 
 via a H323 Trunk on CUCM -- the Trunk with gatekeeper control.   The call 
 should be directed to the gatekeeper who in turn should be routing it to the 
 H323 Trunk on CUCM.   The H323 Trunk should have significant digits set to 4 
 and a CSS that can reach x3001.
 
 Upon hitting x3001, CUCM will discover that the number is forwarded to 
 9723033001.  Assuming that you have set the CSS for CFUR on x3001 correctly, 
 that will match a Router Pattern that route the call toward HQ Gateway.
 This is a second call leg.(If you use the LRG, at this point, the LRG for 
 the incoming H323 Trunk will cause the call to route to the wrong RG.)
 
 Once the second call leg is established, then CUCM will tell the two parities 
 to open the RTP channel directly to each other (i.e. between the CME and the 
 HQ Gateway.)   (Well, sort of, if you have MTP required check on the H323 
 Trunk, then an MTP will be involved.)
 
 You problem could be on either one of this.   While I believe that since you 
 can make a call from HQ PH1 to x3001 successfully, the problem may not be in 
 the 2nd leg, I don't entirely want to rule out the CSS, the Significant 
 digits as well as the fact that HQ PH1 and the incoming H323 Trunk will be 
 more than likely belong to a different Device Pool  Region.
 
 I think debug gatekeeper main 10 on the gatekeeper would help.
 
 On the H323 CUCM Trunk, RTMT Real Time monitoring with Detailed Debug turn 
 on would help you see whether the H323 Trunk has the right CSS to reach x3001.
 
 Hope this gives you some idea to work on this case.
 
 Regards,
 --Somphol.  
 
 
 
 
 
 On Sun, Jun 23, 2013 at 5:27 PM, Somphol Boonjing somp...@gmail.com wrote:
 Hi Hesham,
 
 Thanks for the detail explanation and well thanks for sharing the case.   I 
 find it very intriguing.
 
 I'm working on some idea, but for now, I just want to forward your reply to 
 the group, in case anyone else can help too.
 
 
 --Somphol
 
 
 On Sun, Jun 23, 2013 at 4:44 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:
 Hi Somphol,
 
 I have to give you details as much as I can for better assistance not to 
 tackle some of the information.
 Ok let me tell you the call flow
 In my scenario 
 HQ and SB are registered to CUCM 

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Somphol Boonjing
Hi Hesham,

If the problem is on the gatekeeper, it could be as simple as the zone
prefix not configured to point to CUCM for the pattern 3...

Given that in normal situation, the zone prefix would be pointing SBGW
either dynamically or statically.

The configure with static zone prefix set would look similar to this.

gatekeeeper
...
...
gw-type-prefix 1#* default-technology
zone prefix THEZONE 3... gw-priority 100 SBGW
zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
...
...

If your CUCM  SBGW happens to be in the different zones, that is a
different matter.  Looking at a configuration guide for zone prefix
command, I don't think it is possible for a zone prefix to point to two
different local zones. (See:
http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_z1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1002271
)

So, in essence, I doubt that this would work.

gatekeeeper
...
...
gw-type-prefix 1#* default-technology
zone prefix SBZONE 3... gw-priority 100 SBGW
zone prefix CUCMZONE 3... gw-priority 10 CUCMTRUNK
...
...

Regards,
--Somphol.


On Sun, Jun 23, 2013 at 6:45 PM, Hesham Abdelkereem 
heshamcentr...@gmail.com wrote:

 Hi Somphol,

 Of course all your sequence of ideas definitely make sense.
 However, I did exactly all that
 I made the Route List for CFUR is very specific to HQ Gateway and not SLRG.
 and Tried to change the Inbound Calls in the trunk and changed the CSS to
 INTERNAL and still didn't work,

 yes I am looking into the debug command that will show me the gatekeeper
 call flow.
 I have been a long time never worked with that.

 Thanks for your ideas,

 I will keep you and the forum posted if I got any updates,

 Thanks,
 Hesham


 On 23 June 2013 01:40, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 I have a few ideas.   I want to remove a few things out of the equation,
 first try to set codec for all inter-region to G711.  Second, if you are
 using Local Route Group (LRG), replace it with a more straightforward
 settings -- i.e. point the RL directly to HQ gateway in your case for
 relevant route pattern. We can deal with them later on once we
 understand this case to the bone.

 There are two call legs.   The first call leg is from SC PH1 to reach
 x3001 via a H323 Trunk on CUCM -- the Trunk with gatekeeper control.   The
 call should be directed to the gatekeeper who in turn should be routing it
 to the H323 Trunk on CUCM.   The H323 Trunk should have significant digits
 set to 4 and a CSS that can reach x3001.

 Upon hitting x3001, CUCM will discover that the number is forwarded to
 9723033001.  Assuming that you have set the CSS for CFUR on x3001
 correctly, that will match a Router Pattern that route the call toward HQ
 Gateway.This is a second call leg.(If you use the LRG, at this
 point, the LRG for the incoming H323 Trunk will cause the call to route to
 the wrong RG.)

 Once the second call leg is established, then CUCM will tell the two
 parities to open the RTP channel directly to each other (i.e. between the
 CME and the HQ Gateway.)   (Well, sort of, if you have MTP required check
 on the H323 Trunk, then an MTP will be involved.)

 You problem could be on either one of this.   While I believe that since
 you can make a call from HQ PH1 to x3001 successfully, the problem may not
 be in the 2nd leg, I don't entirely want to rule out the CSS, the
 Significant digits as well as the fact that HQ PH1 and the incoming H323
 Trunk will be more than likely belong to a different Device Pool  Region.

 I think debug gatekeeper main 10 on the gatekeeper would help.

 On the H323 CUCM Trunk, RTMT Real Time monitoring with Detailed Debug
 turn on would help you see whether the H323 Trunk has the right CSS to
 reach x3001.

 Hope this gives you some idea to work on this case.

 Regards,
 --Somphol.





 On Sun, Jun 23, 2013 at 5:27 PM, Somphol Boonjing somp...@gmail.comwrote:

 Hi Hesham,

 Thanks for the detail explanation and well thanks for sharing the case.
   I find it very intriguing.

 I'm working on some idea, but for now, I just want to forward your reply
 to the group, in case anyone else can help too.


 --Somphol


 On Sun, Jun 23, 2013 at 4:44 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 I have to give you details as much as I can for better assistance not
 to tackle some of the information.
 Ok let me tell you the call flow
 In my scenario
 HQ and SB are registered to CUCM and SC is a CME (SC is connected with
 HQ  SB via Gatekeeper)
 I want to make sure that in case of SB WAN Failure HQ/SC phones are
 able to call Siteb phone using 4 digits in the event of wan failue.When you
 call from HQ phone calls should be routed through HQ gateway. When you call
 from SC Phones calls should be routed through the GK and then HQ Gateway.

 In normal operation the call flow is
 HQ dials 4xxx --- Gatekeeeper --- SC CME
 SB dials 4xxx --- Gatekeeper --- SC CME

 now when you configure Call Forward Unregister internal

 HQ 

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Somphol Boonjing
Hi Hesham,

Essentially, the gw-priority is to advise the gatekeeper to choose SBGW
over CUCMTRUNK.   The higher the number, the higher the priority.   Without
this it will distribute the call to 3XXX to both CUCMTRUNK and SBGW in a
round robin fashion.

If you give higher priority to SBGW, then call will be routed to SBGW
unless it is not available.

gw-type-prefix 1#* default-technology
zone prefix THEZONE 3... gw-priority 100 SBGW
zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK

I'm fairly new to gatekeeper myself, so it would be great if you can lab it
up and see if I am wildly off the mark.

Regards,
--Somphol.



On Sun, Jun 23, 2013 at 8:37 PM, Hesham Abdelkereem 
heshamcentr...@gmail.com wrote:

 Hi Somphol,

 HQ  SB are in the same zone
 and i don't understand

 zone prefix THEZONE 3... gw-priority 100 SBGW

 I think I should disregard it as they are int he same zone
 It's all just the CUCM Trunk and has both 2XXX and 3XXX
 I think that could make it work

 Thank you very much for ur great input
 I will test it and let u know

 Thank you very much for ur great efforts.

 On Jun 23, 2013, at 3:30 AM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 If the problem is on the gatekeeper, it could be as simple as the zone
 prefix not configured to point to CUCM for the pattern 3...

 Given that in normal situation, the zone prefix would be pointing SBGW
 either dynamically or statically.

 The configure with static zone prefix set would look similar to this.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 If your CUCM  SBGW happens to be in the different zones, that is a
 different matter.  Looking at a configuration guide for zone prefix
 command, I don't think it is possible for a zone prefix to point to two
 different local zones. (See:
 http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_z1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1002271
 )

 So, in essence, I doubt that this would work.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix SBZONE 3... gw-priority 100 SBGW
 zone prefix CUCMZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 Regards,
 --Somphol.


 On Sun, Jun 23, 2013 at 6:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 Of course all your sequence of ideas definitely make sense.
 However, I did exactly all that
 I made the Route List for CFUR is very specific to HQ Gateway and not
 SLRG.
 and Tried to change the Inbound Calls in the trunk and changed the CSS to
 INTERNAL and still didn't work,

 yes I am looking into the debug command that will show me the gatekeeper
 call flow.
 I have been a long time never worked with that.

 Thanks for your ideas,

 I will keep you and the forum posted if I got any updates,

 Thanks,
 Hesham


 On 23 June 2013 01:40, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 I have a few ideas.   I want to remove a few things out of the equation,
 first try to set codec for all inter-region to G711.  Second, if you are
 using Local Route Group (LRG), replace it with a more straightforward
 settings -- i.e. point the RL directly to HQ gateway in your case for
 relevant route pattern. We can deal with them later on once we
 understand this case to the bone.

 There are two call legs.   The first call leg is from SC PH1 to reach
 x3001 via a H323 Trunk on CUCM -- the Trunk with gatekeeper control.   The
 call should be directed to the gatekeeper who in turn should be routing it
 to the H323 Trunk on CUCM.   The H323 Trunk should have significant digits
 set to 4 and a CSS that can reach x3001.

 Upon hitting x3001, CUCM will discover that the number is forwarded to
 9723033001.  Assuming that you have set the CSS for CFUR on x3001
 correctly, that will match a Router Pattern that route the call toward HQ
 Gateway.This is a second call leg.(If you use the LRG, at this
 point, the LRG for the incoming H323 Trunk will cause the call to route to
 the wrong RG.)

 Once the second call leg is established, then CUCM will tell the two
 parities to open the RTP channel directly to each other (i.e. between the
 CME and the HQ Gateway.)   (Well, sort of, if you have MTP required check
 on the H323 Trunk, then an MTP will be involved.)

 You problem could be on either one of this.   While I believe that since
 you can make a call from HQ PH1 to x3001 successfully, the problem may not
 be in the 2nd leg, I don't entirely want to rule out the CSS, the
 Significant digits as well as the fact that HQ PH1 and the incoming H323
 Trunk will be more than likely belong to a different Device Pool  Region.

 I think debug gatekeeper main 10 on the gatekeeper would help.

 On the H323 CUCM Trunk, RTMT Real Time monitoring with Detailed Debug
 turn on would help you see whether the H323 Trunk has the right CSS to
 reach x3001.

 Hope this gives you some idea to work on 

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Somphol Boonjing
Sorry, I assume wrongly that SBGW will ever take the call for 3

 Your normal path is for both 2... and 3... to be pointing to CUCMTRUNK
only.  Given that both SBGW and CUCMTRUNK are registered to the same zone,
it would be necessary to exclude SBGW from ever getting the call destined
to 2... or 3

gw-type-prefix 1#* default-technology
zone prefix THEZONE 3... gw-priority 0 SBGW
zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
zone prefix THEZONE 2... gw-priority 0 SBGW
zone prefix THEZONE 2... gw-priority 10 CUCMTRUNK

Sorry for the confusion.

Even if you don't have gw-priority, when SBGW is unreachable, it should
not cause the problem and call should be sent correctly to CUCMTRUNK.

Then, it is less likely that the problem would be in the gatekeeper call
leg, unless you use some sort of tech-prefix in addition to zone prefix.

Regards,
--Somphol


On Sun, Jun 23, 2013 at 8:43 PM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 Essentially, the gw-priority is to advise the gatekeeper to choose SBGW
 over CUCMTRUNK.   The higher the number, the higher the priority.   Without
 this it will distribute the call to 3XXX to both CUCMTRUNK and SBGW in a
 round robin fashion.

 If you give higher priority to SBGW, then call will be routed to SBGW
 unless it is not available.


 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK

 I'm fairly new to gatekeeper myself, so it would be great if you can lab
 it up and see if I am wildly off the mark.

 Regards,
 --Somphol.



 On Sun, Jun 23, 2013 at 8:37 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 HQ  SB are in the same zone
 and i don't understand

 zone prefix THEZONE 3... gw-priority 100 SBGW

 I think I should disregard it as they are int he same zone
 It's all just the CUCM Trunk and has both 2XXX and 3XXX
 I think that could make it work

 Thank you very much for ur great input
 I will test it and let u know

 Thank you very much for ur great efforts.

 On Jun 23, 2013, at 3:30 AM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 If the problem is on the gatekeeper, it could be as simple as the zone
 prefix not configured to point to CUCM for the pattern 3...

 Given that in normal situation, the zone prefix would be pointing SBGW
 either dynamically or statically.

 The configure with static zone prefix set would look similar to this.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 If your CUCM  SBGW happens to be in the different zones, that is a
 different matter.  Looking at a configuration guide for zone prefix
 command, I don't think it is possible for a zone prefix to point to two
 different local zones. (See:
 http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_z1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1002271
 )

 So, in essence, I doubt that this would work.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix SBZONE 3... gw-priority 100 SBGW
 zone prefix CUCMZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 Regards,
 --Somphol.


 On Sun, Jun 23, 2013 at 6:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 Of course all your sequence of ideas definitely make sense.
 However, I did exactly all that
 I made the Route List for CFUR is very specific to HQ Gateway and not
 SLRG.
 and Tried to change the Inbound Calls in the trunk and changed the CSS
 to INTERNAL and still didn't work,

 yes I am looking into the debug command that will show me the gatekeeper
 call flow.
 I have been a long time never worked with that.

 Thanks for your ideas,

 I will keep you and the forum posted if I got any updates,

 Thanks,
 Hesham


 On 23 June 2013 01:40, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 I have a few ideas.   I want to remove a few things out of the
 equation, first try to set codec for all inter-region to G711.  Second, if
 you are using Local Route Group (LRG), replace it with a more
 straightforward settings -- i.e. point the RL directly to HQ gateway in
 your case for relevant route pattern. We can deal with them later on
 once we understand this case to the bone.

 There are two call legs.   The first call leg is from SC PH1 to reach
 x3001 via a H323 Trunk on CUCM -- the Trunk with gatekeeper control.   The
 call should be directed to the gatekeeper who in turn should be routing it
 to the H323 Trunk on CUCM.   The H323 Trunk should have significant digits
 set to 4 and a CSS that can reach x3001.

 Upon hitting x3001, CUCM will discover that the number is forwarded to
 9723033001.  Assuming that you have set the CSS for CFUR on x3001
 correctly, that will match a Router Pattern that route the call toward HQ
 Gateway.This is a second call leg.(If you use the LRG, at this
 point, the LRG for the incoming 

Re: [OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-23 Thread Bill Lake
Calls work when he is not in SRST so 3... must be sending to CUCM to be
processed and set to phones at site B.  They are registered and work but
when unregistered they fail to work.

If we are going on this little snippet of his GK config we might need the
entire thing and those on the GW's to figure out why this call is not
working.




On Sun, Jun 23, 2013 at 5:30 AM, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 If the problem is on the gatekeeper, it could be as simple as the zone
 prefix not configured to point to CUCM for the pattern 3...

 Given that in normal situation, the zone prefix would be pointing SBGW
 either dynamically or statically.

 The configure with static zone prefix set would look similar to this.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix THEZONE 3... gw-priority 100 SBGW
 zone prefix THEZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 If your CUCM  SBGW happens to be in the different zones, that is a
 different matter.  Looking at a configuration guide for zone prefix
 command, I don't think it is possible for a zone prefix to point to two
 different local zones. (See:
 http://www.cisco.com/en/US/docs/ios/12_3/vvf_r/vrg_z1_ps1839_TSD_Products_Command_Reference_Chapter.html#wp1002271
 )

 So, in essence, I doubt that this would work.

 gatekeeeper
 ...
 ...
 gw-type-prefix 1#* default-technology
 zone prefix SBZONE 3... gw-priority 100 SBGW
 zone prefix CUCMZONE 3... gw-priority 10 CUCMTRUNK
 ...
 ...

 Regards,
 --Somphol.


 On Sun, Jun 23, 2013 at 6:45 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 Of course all your sequence of ideas definitely make sense.
 However, I did exactly all that
 I made the Route List for CFUR is very specific to HQ Gateway and not
 SLRG.
 and Tried to change the Inbound Calls in the trunk and changed the CSS to
 INTERNAL and still didn't work,

 yes I am looking into the debug command that will show me the gatekeeper
 call flow.
 I have been a long time never worked with that.

 Thanks for your ideas,

 I will keep you and the forum posted if I got any updates,

 Thanks,
 Hesham


 On 23 June 2013 01:40, Somphol Boonjing somp...@gmail.com wrote:

 Hi Hesham,

 I have a few ideas.   I want to remove a few things out of the equation,
 first try to set codec for all inter-region to G711.  Second, if you are
 using Local Route Group (LRG), replace it with a more straightforward
 settings -- i.e. point the RL directly to HQ gateway in your case for
 relevant route pattern. We can deal with them later on once we
 understand this case to the bone.

 There are two call legs.   The first call leg is from SC PH1 to reach
 x3001 via a H323 Trunk on CUCM -- the Trunk with gatekeeper control.   The
 call should be directed to the gatekeeper who in turn should be routing it
 to the H323 Trunk on CUCM.   The H323 Trunk should have significant digits
 set to 4 and a CSS that can reach x3001.

 Upon hitting x3001, CUCM will discover that the number is forwarded to
 9723033001.  Assuming that you have set the CSS for CFUR on x3001
 correctly, that will match a Router Pattern that route the call toward HQ
 Gateway.This is a second call leg.(If you use the LRG, at this
 point, the LRG for the incoming H323 Trunk will cause the call to route to
 the wrong RG.)

 Once the second call leg is established, then CUCM will tell the two
 parities to open the RTP channel directly to each other (i.e. between the
 CME and the HQ Gateway.)   (Well, sort of, if you have MTP required check
 on the H323 Trunk, then an MTP will be involved.)

 You problem could be on either one of this.   While I believe that since
 you can make a call from HQ PH1 to x3001 successfully, the problem may not
 be in the 2nd leg, I don't entirely want to rule out the CSS, the
 Significant digits as well as the fact that HQ PH1 and the incoming H323
 Trunk will be more than likely belong to a different Device Pool  Region.

 I think debug gatekeeper main 10 on the gatekeeper would help.

 On the H323 CUCM Trunk, RTMT Real Time monitoring with Detailed Debug
 turn on would help you see whether the H323 Trunk has the right CSS to
 reach x3001.

 Hope this gives you some idea to work on this case.

 Regards,
 --Somphol.





 On Sun, Jun 23, 2013 at 5:27 PM, Somphol Boonjing somp...@gmail.comwrote:

 Hi Hesham,

 Thanks for the detail explanation and well thanks for sharing the case.
   I find it very intriguing.

 I'm working on some idea, but for now, I just want to forward your
 reply to the group, in case anyone else can help too.


 --Somphol


 On Sun, Jun 23, 2013 at 4:44 PM, Hesham Abdelkereem 
 heshamcentr...@gmail.com wrote:

 Hi Somphol,

 I have to give you details as much as I can for better assistance not
 to tackle some of the information.
 Ok let me tell you the call flow
 In my scenario
 HQ and SB are registered to CUCM and SC is a CME (SC is connected with
 HQ  SB via Gatekeeper)
 I want to make sure that in case 

[OSL | CCIE_Voice] Gatekeeper is unable to reach SiteB under Call Forward UnRegister

2013-06-22 Thread Hesham Abdelkereem
Dear Experts,


SiteC is CME and connected with HQ and SB via Gatekeeper
Gatekeeper is working excellent with HQ and SB
I am configuring Call Forward Unregister for SiteB.
SiteB has Call-Manager-Fallback mode working excellent

Now, I have configured Call Forward Unregister
in the service parameter I changed maximum hops to DN unregister is 1

I have Created a Partitions and CSS for CFUR
I forward SiteB1 and SiteB2 telephones in unregisted internal and external
to be 9723033001 with forward css CFUR-CSS

I created Route List to point to HQ Router
and create route pattern for CFUR

Now gatekeeper is reaching both HQ and SiteB in normal operaiton
when I put SiteB under call-manager-fallback mode
when I dial from HQ 3001 the CFUR works and shows the E164 number
when I dial from SiteC 3001 via gatekeeper it shows unknown number

knowing that Gatekeeper is working with SiteB under normal operation but
doesn't work with CFUR

Any Ideas,

Thanks,
Hesham
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] GATEKEEPER ISSUE

2013-02-20 Thread Michael.Sears
Greetings All.  I'm having an unusual issue with my Gatekeeper which I have not 
seen before.



My gatekeeper is on the mgcp HQ router.  When I do show gatekeeper end I only 
see GK_Trunk_1, the publisher and CME.  The Subscriber is missing.  I have 
reset the trunk and gatekeeper many times.  Although the database shows 412's 
and 2's I performed a DB repair all.  I have tried everything to get GK_Tunk_2, 
the subscriber to come up but it won't.



Anyone out there experience this issue and did you find a resolution?  If so 
please respond ASAP as my lab is in 9 days and if this happens to me in the lab 
I'd like to know what I have to do to fix it.



Any input appreciated.  Thank you.



Michael Sears


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] GATEKEEPER ISSUE

2013-02-20 Thread Nicolas MICHEL

Hi Michael

Check that the device pool associated to the trunk got a Call Manager 
group with both Pub and Sub.


Beside of that I don't know

Regards

PS: Never ask to answer ASAP please :) We are like you and owe nothing 
but help if we can :)



Nic





Le Wednesday, February 20, 2013 1:43:06 PM, michael.se...@compucom.com 
a écrit :

Greetings All.  I'm having an unusual issue with my Gatekeeper which I
have not seen before.

My gatekeeper is on the mgcp HQ router.  When I do show gatekeeper
end I only see GK_Trunk_1, the publisher and CME.  The Subscriber is
missing.  I have reset the trunk and gatekeeper many times.  Although
the database shows 412's and 2's I performed a DB repair all.  I have
tried everything to get GK_Tunk_2, the subscriber to come up but it won't.

Anyone out there experience this issue and did you find a resolution?
If so please respond ASAP as my lab is in 9 days and if this happens
to me in the lab I'd like to know what I have to do to fix it.

Any input appreciated.  Thank you.

Michael Sears



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] GATEKEEPER ISSUE

2013-02-20 Thread Michael.Sears
Thank you much.  You were right on.  Somehow I set the device pool incorrectly 
I'm just upset with myself for not checking this, but thank you much was 
driving me crazy.  Hopefully, I won't make this stupid mistake in my lab 
attempt.  Oh and thanks for responding so quickly.

--ms

Michael Sears

-Original Message-
From: Nicolas MICHEL [mailto:mcl.nico...@gmail.com] 
Sent: Wednesday, February 20, 2013 6:10 AM
To: Sears, Michael (msears)
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] GATEKEEPER ISSUE

Hi Michael

Check that the device pool associated to the trunk got a Call Manager group 
with both Pub and Sub.

Beside of that I don't know

Regards

PS: Never ask to answer ASAP please :) We are like you and owe nothing but help 
if we can :)


Nic





Le Wednesday, February 20, 2013 1:43:06 PM, michael.se...@compucom.com 
a écrit :
 Greetings All.  I'm having an unusual issue with my Gatekeeper which I
 have not seen before.

 My gatekeeper is on the mgcp HQ router.  When I do show gatekeeper
 end I only see GK_Trunk_1, the publisher and CME.  The Subscriber is
 missing.  I have reset the trunk and gatekeeper many times.  Although
 the database shows 412's and 2's I performed a DB repair all.  I have
 tried everything to get GK_Tunk_2, the subscriber to come up but it won't.

 Anyone out there experience this issue and did you find a resolution?
 If so please respond ASAP as my lab is in 9 days and if this happens
 to me in the lab I'd like to know what I have to do to fix it.

 Any input appreciated.  Thank you.

 Michael Sears



 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper in Single zone : Call Processing engine prioritize

2013-01-09 Thread Ramcharan Arya
Hello Steffen,

One of the requirement of this task:

you are not allowed to use zone prefixes in this task. What are the other
way to achieve this.

Regards,
Ramcharan Arya

How should we send call to SUB vs PUB in this given situation and we are
not allow to

On Wed, Jan 9, 2013 at 12:14 AM, Steffen Bruening stbruen...@gmail.comwrote:

 You can define a gw-priority for the trunks to each endpoint.

 Am Mittwoch, 9. Januar 2013 schrieb Ramcharan Arya :

 Hello,

 I have a small query about Gatekeeper in single zone configuration it is
 prefer PUB as call processing ( as per ARQ message).

 if lab requirement says make subscriber as call processing engine then it
 does not meet requirement.

 Does any one know the answer what is the solution of this tricky
 situation.

 Regards,
 Ramcharan Arya
 CCIE # 28926


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper in Single zone : Call Processing engine prioritize

2013-01-08 Thread Ramcharan Arya
Hello,

I have a small query about Gatekeeper in single zone configuration it is
prefer PUB as call processing ( as per ARQ message).

if lab requirement says make subscriber as call processing engine then it
does not meet requirement.

Does any one know the answer what is the solution of this tricky situation.

Regards,
Ramcharan Arya
CCIE # 28926
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper in Single zone : Call Processing engine prioritize

2013-01-08 Thread Steffen Bruening
You can define a gw-priority for the trunks to each endpoint.

Am Mittwoch, 9. Januar 2013 schrieb Ramcharan Arya :

 Hello,

 I have a small query about Gatekeeper in single zone configuration it is
 prefer PUB as call processing ( as per ARQ message).

 if lab requirement says make subscriber as call processing engine then it
 does not meet requirement.

 Does any one know the answer what is the solution of this tricky situation.

 Regards,
 Ramcharan Arya
 CCIE # 28926

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] [OSL|CCIE_Voice] Gatekeeper Licensing

2012-07-29 Thread SYMON PHARES
the Gatekeeper license has a 2 weeks trial period. if you did not purchase
the gatekeeper license, please go ahead and purchase. Nothing will work if
you doesn't purchase the license.

Regards
Symon Phares

On Thu, Jul 26, 2012 at 2:00 AM, Justin McIntyre 
justin.mcint...@blackbox.com wrote:

   Hello,

 I've been trying to figure out soemthign having to do with IOS 12.4(22)T.
 My Gatekeeper licensing has expired and i am now getting the following
 error...

 %LICENSE-4-INSTALL_EXPIRED: Expired license is loaded for feature:
 gatekeeper 1.0. UDI=CISCO2811:FTX1122A0BX; StoreIndex=0:Evaluation License
 Storage



 I have erased all files in NVRAM, although it appears that i can not erase
 the persistent-data file.  Also I have formated flash, put the IOS back on
 and reloaded.  Upon reconfiguration of the router and enabling Gatekeeper i
 yet again get a Gatekeeper evaluation license error.  I have never had this
 happen to me becuase i have always completed a write-erase within the 60
 days followed by a reload, which i assume has started the counter over for
 the license.  I have loaded 12.4(20)T which works just fine.  However,
 rather than just bandaiding the situation , i would like to know how to
 keep using the same IOS but just simply restart the evaluation period for
 the gatekeeper license.  Any help that you all can provide would be much
 appreciated.  In the mean time i will start reading up on how IOS licensing
 works and revisit the file storage and configuration info.  Thanks in
 advanced!

 --
 This email and any files transmitted with it are confidential and are
 intended for the sole use of the individual to whom they are addressed.
 Black Box Corporation reserves the right to scan all e-mail traffic for
 restricted content and to monitor all e-mail in general. If you are not the
 intended recipient or you have received this email in error, any use,
 dissemination or forwarding of this email is strictly prohibited. If you
 have received this email in error, please notify the sender by replying to
 this email.

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] [OSL|CCIE_Voice] Gatekeeper Licensing

2012-07-25 Thread Bill Lake
You could also downgrade to a IOS before the license enforcement took place

I believe something like 12.4.15 should work

On Wed, Jul 25, 2012 at 6:15 PM, Bob Harman b...@harman-revilla.com wrote:

 I was told by a Cisco engineer that the gatekeeper licensing is only a
 nag, and doesn't affect operations - at least as of this past Cisco Live.
  From the way he made the statement, it didn't sound like Cisco was
 interested in enforcement any time soon.  If it is enforced, I'll be
 affected in a few weeks too, in which case I'll use a 3725 as a gatekeeper.

 .bob


 On Wed, Jul 25, 2012 at 7:00 PM, Justin McIntyre 
 justin.mcint...@blackbox.com wrote:

   Hello,

 I've been trying to figure out soemthign having to do with IOS
 12.4(22)T.  My Gatekeeper licensing has expired and i am now getting the
 following error...

 %LICENSE-4-INSTALL_EXPIRED: Expired license is loaded for feature:
 gatekeeper 1.0. UDI=CISCO2811:FTX1122A0BX; StoreIndex=0:Evaluation License
 Storage



 I have erased all files in NVRAM, although it appears that i can not
 erase the persistent-data file.  Also I have formated flash, put the IOS
 back on and reloaded.  Upon reconfiguration of the router and enabling
 Gatekeeper i yet again get a Gatekeeper evaluation license error.  I have
 never had this happen to me becuase i have always completed a write-erase
 within the 60 days followed by a reload, which i assume has started the
 counter over for the license.  I have loaded 12.4(20)T which works just
 fine.  However, rather than just bandaiding the situation , i would like to
 know how to keep using the same IOS but just simply restart the evaluation
 period for the gatekeeper license.  Any help that you all can provide would
 be much appreciated.  In the mean time i will start reading up on how IOS
 licensing works and revisit the file storage and configuration info.
 Thanks in advanced!

 --
 This email and any files transmitted with it are confidential and are
 intended for the sole use of the individual to whom they are addressed.
 Black Box Corporation reserves the right to scan all e-mail traffic for
 restricted content and to monitor all e-mail in general. If you are not the
 intended recipient or you have received this email in error, any use,
 dissemination or forwarding of this email is strictly prohibited. If you
 have received this email in error, please notify the sender by replying to
 this email.

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper acting weird for codec

2012-06-14 Thread Mohd Baqari
Post the output of sh call leg active summary in cme.

Also, share br2 config plz.



Regards,
Mohammed Al Baqari

Sent from my iPhone

On Jun 14, 2012, at 8:10 AM, Krishna vinayak_...@yahoo.com wrote:

 Hi folks,
 
 I configured the gatekeeper on the Hq router, and when i call from hq to 
 br2(cme)  the call set up shows as 16 kbps, but whereas from cme to hq it 
 shows as 128 kbps but the actual call is connected with g729. Even after the 
 call got connected, it stills shows as 128 in the show gatekeeper call. here 
 is the output status:
 
 i put the gk-trunk in the hq region as well. any help is much appreciated on 
 this matter.
 
 BR2-RTR(config)#do sh voice call stat
 CallID CID  ccVdb  Port DSP/Ch  Called #   Codec
 Dial-peers
 0xC0   13B3 0x49DA073C 50/0/2.0 95002  g729r8
 20002/15
 1 active call found
 
 HQ-RTR(config-gk)#do sh gatek call
 Total number of active calls = 1.
 
 largest hash bucket = 1
  GATEKEEPER CALL INFO
  
 LocalCallIDAge(secs)   BW
 62-4230757933  128(Kbps)
 ConferenceID CallID   
 SrcCRV
 A5CF2B43 B52E11E1 81D2B06F 708A730B  A5CF2B43 B52E11E1 81D4B06F 708A730B  85
  Endpt(s): Alias E.164Addr
src EP: BR2-RTR   3002
CallSignalAddr  Port  RASSignalAddr   Port
10.10.110.3 1820  10.10.110.3 62007
  Endpt(s): Alias E.164Addr
dst EP: gk-trunk_195002
CallSignalAddr  Port  RASSignalAddr   Port
10.10.210.101720  10.10.210.1032784
 callstate: SEP, DEP,
 
 
 Thank you
 
 Krishna.
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper acting weird for codec

2012-06-14 Thread Rrcrumm
I think I remember some tone a k this situation.

You chance the setting is service parameters for intra region to g729

HTH
Randall

Sent from my iPhone

On Jun 13, 2012, at 9:10 PM, Krishna vinayak_...@yahoo.com wrote:

 Hi folks,
 
 I configured the gatekeeper on the Hq router, and when i call from hq to 
 br2(cme)  the call set up shows as 16 kbps, but whereas from cme to hq it 
 shows as 128 kbps but the actual call is connected with g729. Even after the 
 call got connected, it stills shows as 128 in the show gatekeeper call. here 
 is the output status:
 
 i put the gk-trunk in the hq region as well. any help is much appreciated on 
 this matter.
 
 BR2-RTR(config)#do sh voice call stat
 CallID CID  ccVdb  Port DSP/Ch  Called #   Codec
 Dial-peers
 0xC0   13B3 0x49DA073C 50/0/2.0 95002  g729r8
 20002/15
 1 active call found
 
 HQ-RTR(config-gk)#do sh gatek call
 Total number of active calls = 1.
 
 largest hash bucket = 1
  GATEKEEPER CALL INFO
  
 LocalCallIDAge(secs)   BW
 62-4230757933  128(Kbps)
 ConferenceID CallID   
 SrcCRV
 A5CF2B43 B52E11E1 81D2B06F 708A730B  A5CF2B43 B52E11E1 81D4B06F 708A730B  85
  Endpt(s): Alias E.164Addr
src EP: BR2-RTR   3002
CallSignalAddr  Port  RASSignalAddr   Port
10.10.110.3 1820  10.10.110.3 62007
  Endpt(s): Alias E.164Addr
dst EP: gk-trunk_195002
CallSignalAddr  Port  RASSignalAddr   Port
10.10.210.101720  10.10.210.1032784
 callstate: SEP, DEP,
 
 
 Thank you
 
 Krishna.
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper acting weird for codec

2012-06-14 Thread Jason Murray
It because you have Inbound faststart configured on your gk trunk. You do this 
so your sip phones will be able to call from cme to hq. The thing is the call 
is G729 but call manager will negotiate G711 with faststart enabled going that 
direction. Take off the checkmark for inbound faststart and the call will be 
16k (test with your sccp phone), but you just now broken your calls for the sip 
phones so you need it checked for all phones to work.


 Jason

 On Jun 14, 2012, at 8:10 AM, Krishna  vinayak_...@yahoo.com  wrote:

 Hi folks,

 I configured the gatekeeper on the Hq router, and when i call from hq to 
br2(cme) the call set up shows as 16 kbps, but whereas from cme to hq it shows 
as 128 kbps but the actual call is connected with g729. Even after the call got 
connected, it stills shows as 128 in the show gatekeeper call. here is the 
output status:

 i put the gk-trunk in the hq region as well. any help is much appreciated on 
this matter.

BR2-RTR(config)#do sh voice call stat
CallID CID ccVdb Port DSP/Ch Called # Codec Dial-peers
0xC0 13B3 0x49DA073C 50/0/2.0 95002 g729r8 20002/15
1 active call found

HQ-RTR(config-gk)#do sh gatek call
Total number of active calls = 1.

largest hash bucket = 1
 GATEKEEPER CALL INFO
 
LocalCallID Age(secs) BW
62-42307 579 33 128(Kbps)
ConferenceID CallID SrcCRV
A5CF2B43 B52E11E1 81D2B06F 708A730B A5CF2B43 B52E11E1 81D4B06F 708A730B 85
 Endpt(s): Alias E.164Addr
 src EP: BR2-RTR 3002
 CallSignalAddr Port RASSignalAddr Port
 10.10.110.3 1820 10.10.110.3 62007
 Endpt(s): Alias E.164Addr
 dst EP: gk-trunk_1 95002
 CallSignalAddr Port RASSignalAddr Port
 10.10.210.10 1720 10.10.210.10 32784
 callstate: SEP, DEP,

Thank you

Krishna.
___
For more information regarding industry leading CCIE Lab training, please visit 
http://www.ipexpert.com 

Are you a CCNP or CCIE and looking for a job? Check out 
http://www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper acting weird for codec

2012-06-13 Thread Krishna
Hi folks,

I configured the gatekeeper on the Hq router, and when i call from hq to 
br2(cme)  the call set up shows as 16 kbps, but whereas from cme to hq it shows 
as 128 kbps but the actual call is connected with g729. Even after the call got 
connected, it stills shows as 128 in the show gatekeeper call. here is the 
output status:

i put the gk-trunk in the hq region as well. any help is much appreciated on 
this matter.

BR2-RTR(config)#do sh voice call stat
CallID     CID  ccVdb      Port             DSP/Ch  Called #   Codec    
Dial-peers
0xC0       13B3 0x49DA073C 50/0/2.0                 95002      g729r8    
20002/15
1 active call found

HQ-RTR(config-gk)#do sh gatek call
Total number of active calls = 1.

largest hash bucket = 1
                         GATEKEEPER CALL INFO
                         
LocalCallID                        Age(secs)   BW
62-42307            579            33          128(Kbps)
ConferenceID                         CallID                               SrcCRV
A5CF2B43 B52E11E1 81D2B06F 708A730B  A5CF2B43 B52E11E1 81D4B06F 708A730B  85
 Endpt(s): Alias                 E.164Addr
   src EP: BR2-RTR               3002
           CallSignalAddr  Port  RASSignalAddr   Port
           10.10.110.3     1820  10.10.110.3     62007
 Endpt(s): Alias                 E.164Addr
   dst EP: gk-trunk_1            95002
           CallSignalAddr  Port  RASSignalAddr   Port
           10.10.210.10    1720  10.10.210.10    32784
        callstate: SEP, DEP,


Thank you

Krishna.___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper understanding

2012-05-30 Thread A NN
Hi Kevin,

Yes, gateway command was there and the show gatek en showed the BR2-RTR as 
registered.
How does the technology prefix works in this situation (two zones)?




 From: Kevin Spicer
To: A NN prince_karim...@yahoo.com 
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Wednesday, 30 May 2012, 5:56
Subject: Re: [OSL | CCIE_Voice] Gatekeeper understanding
 

Hi, is ucme registered to the gk? (gateway command missing?)
On 30 May 2012 03:08, A NN  wrote:

Hi list,
I configured a GK with two zones:
Zone UCM for CUCM
Zone UCME for Br2 router


 When I make Calls from CUCM to CME (3xxx) call fails as per debugs below. I'm 
not using any CUBE. Can please someone explain what's wrong with my config.

 zone local UCM cisco.com 10.10.200.3
 zone local UCME cisco.com
 zone prefix UCM 1... gw-priority 10 gk-trunk_2
 zone prefix UCM 1... gw-priority 9 gk-trunk_1
 zone prefix UCM 1... gw-priority 0 BR2-RTR
 zone prefix UCME 3...
 zone prefix UCM 5... gw-priority 10 gk-trunk_2
 zone prefix UCM 5... gw-priority 9 gk-trunk_1
 zone prefix UCM 5... gw-priority 0 BR2-RTR
 no shutdown


interface Loopback0
 ip address 10.10.110.3
 255.255.255.255
 ip ospf network point-to-point
 h323-gateway voip interface
 h323-gateway voip id UCME ipaddr 10.10.200.3 1719
 h323-gateway voip h323-id BR2-RTR
 h323-gateway voip tech-prefix 3
 h323-gateway voip bind srcaddr 10.10.110.3



May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
(3002) Matched tech-prefix 3
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
(3002) unresolved zone prefix, using source zone UCM
May 26 18:37:05.630: 
////GK/gk_rassrv_get_ingress_network: returning 
default ingress network = 1
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
about to check the source side, src_zonep=0x48C6E830
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
matched zone is UCM, and z_invianamelen=0
May 26 
HQ-RTR(config-18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check the 
destination side, dst_zonep=0x48C6E830
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
matched zone is UCM, and z_outvianamelen=0
May 26 18:37:05.630: 
////GK/gk_rassrv_get_ingress_network: returning 
default ingress network = 1
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
(3002) tech-prefix gateway selection failed.
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/gk_rassrv_sep_arq: 
rassrv_get_addrinfo() failed (return code = 0x107)gk)#
HQ-RTR(config-gk)#e
May 26 18:37:15.518: ////GK/gk_process: got a TIMER 
event
___
For more information regarding industry leading CCIE Lab training, please 
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper understanding

2012-05-30 Thread Farkas Péter
Matched zone is UCM for this call since no prefix was matched. GK tries to 
terminate call in UCM zone. Consider technology prefix is matched to 3 but the 
remaining should be the zone prefix itself. You may need to send calls like 
33... format to direct the call to UCME zone.

Peter
- Original Message -
From: A NN prince_karim...@yahoo.com
Date: Wednesday, May 30, 2012 11:47 am
Subject: Re: [OSL | CCIE_Voice] Gatekeeper understanding
To: Kevin Spicer ke...@kevinspicer.co.uk
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com


 Hi Kevin,
  
  Yes, gateway command was there and the show gatek en showed the BR2-RTR as 
 registered.
  How does the technology prefix works in this situation (two zones)?
  
  
  
  
   From: Kevin Spicer
  To: A NN prince_karim...@yahoo.com 
  Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
  Sent: Wednesday, 30 May 2012, 5:56
  Subject: Re: [OSL | CCIE_Voice] Gatekeeper understanding
   
  
  Hi, is ucme registered to the gk? (gateway command missing?)
  On 30 May 2012 03:08, A NN  wrote:
  
  Hi list,
  I configured a GK with two zones:
  Zone UCM for CUCM
  Zone UCME for Br2 router
  
  
   When I make Calls from CUCM to CME (3xxx) call fails as per debugs below. 
 I'm not using any 
 CUBE. Can please someone explain what's wrong with my config.
  
   zone local UCM cisco.com 10.10.200.3
   zone local UCME cisco.com
   zone prefix UCM 1... gw-priority 10 gk-trunk_2
   zone prefix UCM 1... gw-priority 9 gk-trunk_1
   zone prefix UCM 1... gw-priority 0 BR2-RTR
   zone prefix UCME 3...
   zone prefix UCM 5... gw-priority 10 gk-trunk_2
   zone prefix UCM 5... gw-priority 9 gk-trunk_1
   zone prefix UCM 5... gw-priority 0 BR2-RTR
   no shutdown
  
  
  interface Loopback0
   ip address 10.10.110.3
   255.255.255.255
   ip ospf network point-to-point
   h323-gateway voip interface
   h323-gateway voip id UCME ipaddr 10.10.200.3 1719
   h323-gateway voip h323-id BR2-RTR
   h323-gateway voip tech-prefix 3
   h323-gateway voip bind srcaddr 10.10.110.3
  
  
  
  May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
 (3002) Matched 
 tech-prefix 3
  May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
 (3002) unresolved 
 zone prefix, using source zone UCM
  May 26 18:37:05.630: 
 ////GK/gk_rassrv_get_ingress_network: returning 
 default ingress network = 1
  May 26 18:37:05.630: 
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check 
 the source side, src_zonep=0x48C6E830
  May 26 18:37:05.630: 
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: matched zone 
 is UCM, and z_invianamelen=0
  May 26 
  HQ-RTR(config-18:37:05.630:
   //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check 
 the destination 
 side, dst_zonep=0x48C6E830
  May 26 18:37:05.630: 
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: matched zone 
 is UCM, and z_outvianamelen=0
  May 26 18:37:05.630: 
 ////GK/gk_rassrv_get_ingress_network: returning 
 default ingress network = 1
  May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
 (3002) tech-prefix 
 gateway selection failed.
  May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/gk_rassrv_sep_arq: 
 rassrv_get_addrinfo() 
 failed (return code = 0x107)gk)#
  HQ-RTR(config-gk)#e
  May 26 18:37:15.518: ////GK/gk_process: got a TIMER 
 event
  ___
  For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
  
  Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com 
 ___
  For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
  
  Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] Gatekeeper understanding

2012-05-30 Thread Bill Lake
Why not try getting it to work first without the tech-prefix

Try this:

gk

shut

zone local UCM cisco.com http://cisco.com/

 zone local UCME cisco.com http://cisco.com/

 zone prefix UCM 1... gw-priority 10 gk-trunk_2

 zone prefix UCM 1... gw-priority 9 gk-trunk_1

 zone prefix UCME 3...

 zone prefix UCM 5... gw-priority 10 gk-trunk_2

 zone prefix UCM 5... gw-priority 9 gk-trunk_1

gw-type-prefix 1# default-technology

 no shutdown





BR2

no gateway

interface lo0

 ip address 10.10.110.3 255.255.255.255

 ip ospf network point-to-point

 h323-gateway voip interface

 h323-gateway voip id UCME ipaddr 10.10.110.1  (changed to lo0 of GK)

 h323-gateway voip h323-id BR2-RTR

 h323-gateway voip bind srcaddr 10.10.110.3

Gateway



Get it working then play with technology prefixing


From:  A NN prince_karim...@yahoo.com
Reply-To:  A NN prince_karim...@yahoo.com
Date:  Wednesday, May 30, 2012 3:52 AM
To:  Kevin Spicer ke...@kevinspicer.co.uk
Cc:  ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
Subject:  Re: [OSL | CCIE_Voice] Gatekeeper understanding

Hi Kevin,

Yes, gateway command was there and the show gatek en showed the BR2-RTR as
registered.
How does the technology prefix works in this situation (two zones)?

  
 
 
  

  From: Kevin Spicer
 To: A NN prince_karim...@yahoo.com
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
 Sent: Wednesday, 30 May 2012, 5:56
 Subject: Re: [OSL | CCIE_Voice] Gatekeeper understanding
  
 
Hi, is ucme registered to the gk? (gateway command missing?)
On 30 May 2012 03:08, A NN  wrote:
 Hi list,
 I configured a GK with two zones:
 Zone UCM for CUCM
 Zone UCME for Br2 router
 
  When I make Calls from CUCM to CME (3xxx) call fails as per debugs below. I'm
 not using any CUBE. Can please someone explain what's wrong with my config.
 
  zone local UCM cisco.com http://cisco.com  10.10.200.3
  zone local UCME cisco.com http://cisco.com
  zone prefix UCM 1... gw-priority 10 gk-trunk_2
  zone prefix UCM 1... gw-priority 9 gk-trunk_1
  zone prefix UCM 1... gw-priority 0 BR2-RTR
  zone prefix UCME 3...
  zone prefix UCM 5... gw-priority 10 gk-trunk_2
  zone prefix UCM 5... gw-priority 9 gk-trunk_1
  zone prefix UCM 5... gw-priority 0 BR2-RTR
  no shutdown
 
 
 interface Loopback0
  ip address 10.10.110.3 255.255.255.255
  ip ospf network point-to-point
  h323-gateway voip interface
  h323-gateway voip id UCME ipaddr 10.10.200.3 1719
  h323-gateway voip h323-id BR2-RTR
  h323-gateway voip tech-prefix 3
  h323-gateway voip bind srcaddr 10.10.110.3
 
 
 
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo:
 (3002) Matched tech-prefix 3
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo:
 (3002) unresolved zone prefix, using source zone UCM
 May 26 18:37:05.630:
 ////GK/gk_rassrv_get_ingress_network: returning
 default ingress network = 1
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone:
 about to check the source side, src_zonep=0x48C6E830
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone:
 matched zone is UCM, and z_invianamelen=0
 May 26 
 HQ-RTR(config-18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check the
 destination side, dst_zonep=0x48C6E830
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone:
 matched zone is UCM, and z_outvianamelen=0
 May 26 18:37:05.630:
 ////GK/gk_rassrv_get_ingress_network: returning
 default ingress network = 1
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo:
 (3002) tech-prefix gateway selection failed.
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/gk_rassrv_sep_arq:
 rassrv_get_addrinfo() failed (return code = 0x107)gk)#
 HQ-RTR(config-gk)#e
 May 26 18:37:15.518: ////GK/gk_process: got a TIMER
 event
 
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com http://www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.PlatinumPlacement.com


 
 
  
___ For more information
regarding industry leading CCIE Lab training, please visit www.ipexpert.com
Are you a CCNP or CCIE and looking for a job? Check out
www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper understanding

2012-05-30 Thread A NN
Thank you Guys will try the below. If they ask in the lab to configure the 
Gatekeeper, are we free to choose if we use default-tech or tech-prefix? or do 
they specify this in the lab?




 From: Bill Lake whl...@gmail.com
To: A NN prince_karim...@yahoo.com; Kevin Spicer ke...@kevinspicer.co.uk 
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Wednesday, 30 May 2012, 11:22
Subject: Re: [OSL | CCIE_Voice] Gatekeeper understanding
 

Why not try getting it to work first without the tech-prefix

Try this:

gk
shut
zone local UCM cisco.com 
 zone local UCME cisco.com
 zone prefix UCM 1... gw-priority 10 gk-trunk_2
 zone prefix UCM 1... gw-priority 9 gk-trunk_1
 zone prefix UCME 3...
 zone prefix UCM 5... gw-priority 10 gk-trunk_2
 zone prefix UCM 5... gw-priority 9 gk-trunk_1
gw-type-prefix 1# default-technology
 no shutdown


BR2
no gateway
interface lo0
 ip address 10.10.110.3 255.255.255.255
 ip ospf network point-to-point
 h323-gateway voip interface
 h323-gateway voip id UCME ipaddr 10.10.110.1  (changed to lo0 of GK)
 h323-gateway voip h323-id BR2-RTR
 h323-gateway voip bind srcaddr 10.10.110.3
Gateway

Get it working then play with technology prefixing
From:  A NN prince_karim...@yahoo.com
Reply-To:  A NN prince_karim...@yahoo.com
Date:  Wednesday, May 30, 2012 3:52 AM
To:  Kevin Spicer ke...@kevinspicer.co.uk
Cc:  ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
Subject:  Re: [OSL | CCIE_Voice] Gatekeeper understanding


Hi Kevin,

Yes, gateway command was there and the show gatek en showed the BR2-RTR as 
registered.
How does the technology prefix works in this situation (two zones)?




 From: Kevin Spicer
To: A NN prince_karim...@yahoo.com 
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Wednesday, 30 May 2012, 5:56
Subject: Re: [OSL | CCIE_Voice] Gatekeeper understanding
 

Hi, is ucme registered to the gk? (gateway command missing?)
On 30 May 2012 03:08, A NN  wrote:

Hi list,
I configured a GK with two zones:
Zone UCM for CUCM
Zone UCME for Br2 router


 When I make Calls from CUCM to CME (3xxx) call fails as per debugs below. I'm 
not using any CUBE. Can please someone explain what's wrong with my config.

 zone local UCM cisco.com 10.10.200.3
 zone local UCME cisco.com
 zone prefix UCM 1... gw-priority 10 gk-trunk_2
 zone prefix UCM 1... gw-priority 9 gk-trunk_1
 zone prefix UCM 1... gw-priority 0 BR2-RTR
 zone prefix UCME 3...
 zone prefix UCM 5... gw-priority 10 gk-trunk_2
 zone prefix UCM 5... gw-priority 9 gk-trunk_1
 zone prefix UCM 5... gw-priority 0 BR2-RTR
 no shutdown


interface Loopback0
 ip address 10.10.110.3
 255.255.255.255
 ip ospf network point-to-point
 h323-gateway voip interface
 h323-gateway voip id UCME ipaddr 10.10.200.3 1719
 h323-gateway voip h323-id BR2-RTR
 h323-gateway voip tech-prefix 3
 h323-gateway voip bind srcaddr 10.10.110.3



May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
(3002) Matched tech-prefix 3
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
(3002) unresolved zone prefix, using source zone UCM
May 26 18:37:05.630: 
////GK/gk_rassrv_get_ingress_network: returning 
default ingress network = 1
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
about to check the source side, src_zonep=0x48C6E830
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
matched zone is UCM, and z_invianamelen=0
May 26 
HQ-RTR(config-18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check the 
destination side, dst_zonep=0x48C6E830
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
matched zone is UCM, and z_outvianamelen=0
May 26 18:37:05.630: 
////GK/gk_rassrv_get_ingress_network: returning 
default ingress network = 1
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: 
(3002) tech-prefix gateway selection failed.
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/gk_rassrv_sep_arq: 
rassrv_get_addrinfo() failed (return code = 0x107)gk)#
HQ-RTR(config-gk)#e
May 26 18:37:15.518: ////GK/gk_process: got a TIMER 
event
___
For more information regarding industry leading CCIE Lab training, please 
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper understanding

2012-05-29 Thread A NN
Hi list,
I configured a GK with two zones:
Zone UCM for CUCM
Zone UCME for Br2 router

 When I make Calls from CUCM to CME (3xxx) call fails as per debugs below. I'm 
not using any CUBE. Can please someone explain what's wrong with my config.

 zone local UCM cisco.com 10.10.200.3
 zone local UCME cisco.com
 zone prefix UCM 1... gw-priority 10 gk-trunk_2
 zone prefix UCM 1... gw-priority 9 gk-trunk_1
 zone prefix UCM 1... gw-priority 0 BR2-RTR
 zone prefix UCME 3...
 zone prefix UCM 5... gw-priority 10 gk-trunk_2
 zone prefix UCM 5... gw-priority 9 gk-trunk_1
 zone prefix UCM 5... gw-priority 0 BR2-RTR
 no shutdown


interface Loopback0
 ip address 10.10.110.3 255.255.255.255
 ip ospf network point-to-point
 h323-gateway voip interface
 h323-gateway voip id UCME ipaddr 10.10.200.3 1719
 h323-gateway voip h323-id BR2-RTR
 h323-gateway voip tech-prefix 3
 h323-gateway voip bind srcaddr 10.10.110.3



May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: (3002) 
Matched tech-prefix 3
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: (3002) 
unresolved zone prefix, using source zone UCM
May 26 18:37:05.630: 
////GK/gk_rassrv_get_ingress_network: returning default 
ingress network = 1
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
about to check the source side, src_zonep=0x48C6E830
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
matched zone is UCM, and z_invianamelen=0
May 26 
HQ-RTR(config-18:37:05.630: 
//80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check the 
destination side, dst_zonep=0x48C6E830
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: 
matched zone is UCM, and z_outvianamelen=0
May 26 18:37:05.630: 
////GK/gk_rassrv_get_ingress_network: returning default 
ingress network = 1
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo: (3002) 
tech-prefix gateway selection failed.
May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/gk_rassrv_sep_arq: 
rassrv_get_addrinfo() failed (return code = 0x107)gk)#
HQ-RTR(config-gk)#e
May 26 18:37:15.518: ////GK/gk_process: got a TIMER 
event
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper understanding

2012-05-29 Thread Kevin Spicer
Hi, is ucme registered to the gk? (gateway command missing?)

On 30 May 2012 03:08, A NN prince_karim...@yahoo.com wrote:

 Hi list,
 I configured a GK with two zones:
 Zone UCM for CUCM
 Zone UCME for Br2 router

  When I make Calls from CUCM to CME (3xxx) call fails as per debugs below.
 I'm not using any CUBE. Can please someone explain what's wrong with my
 config.

  zone local UCM cisco.com 10.10.200.3
  zone local UCME cisco.com
  zone prefix UCM 1... gw-priority 10 gk-trunk_2
  zone prefix UCM 1... gw-priority 9 gk-trunk_1
  zone prefix UCM 1... gw-priority 0 BR2-RTR
  zone prefix UCME 3...
  zone prefix UCM 5... gw-priority 10 gk-trunk_2
  zone prefix UCM 5... gw-priority 9 gk-trunk_1
  zone prefix UCM 5... gw-priority 0 BR2-RTR
  no shutdown


 interface Loopback0
  ip address 10.10.110.3 255.255.255.255
  ip ospf network point-to-point
  h323-gateway voip interface
  h323-gateway voip id UCME ipaddr 10.10.200.3 1719
  h323-gateway voip h323-id BR2-RTR
  h323-gateway voip tech-prefix 3
  h323-gateway voip bind srcaddr 10.10.110.3



 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo:
 (3002) Matched tech-prefix 3
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo:
 (3002) unresolved zone prefix, using source zone UCM
 May 26 18:37:05.630:
 ////GK/gk_rassrv_get_ingress_network: returning
 default ingress network = 1
 May 26 18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check
 the source side, src_zonep=0x48C6E830
 May 26 18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: matched zone is
 UCM, and z_invianamelen=0
 May 26
 HQ-RTR(config-18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: about to check
 the destination side, dst_zonep=0x48C6E830
 May 26 18:37:05.630:
 //80849A2C1900/80849A2C1900/GK/rassrv_arq_select_viazone: matched zone is
 UCM, and z_outvianamelen=0
 May 26 18:37:05.630:
 ////GK/gk_rassrv_get_ingress_network: returning
 default ingress network = 1
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/rassrv_get_addrinfo:
 (3002) tech-prefix gateway selection failed.
 May 26 18:37:05.630: //80849A2C1900/80849A2C1900/GK/gk_rassrv_sep_arq:
 rassrv_get_addrinfo() failed (return code = 0x107)gk)#
 HQ-RTR(config-gk)#e
 May 26 18:37:15.518: ////GK/gk_process: got a
 TIMER event

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-24 Thread The Masterplan
Supplementary services still fails with all these commands.
Results of debug voip ipipgw are below. In case of call from cme to ucm:

May 24 06:13:49.148:
//1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing:
call_spi_mode = 3
May 24 06:13:49.148:
//1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing: h245 state
m/c mode=0x4F0, h323_ctl=0x0
May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
peer
May 24 06:13:49.148: //-1//H323/cch323_get_dp_pref_mask:
cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
configured
May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
Peer channel present: dp pref mask=C
May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
Not a single match to filter: dp pref mask=C
May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
First preferred codec(bytes)=-1(0)
May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
Mode set to FLOW_THROUGH
May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
SIP-H323 xcoding, try to reserve transcoder for codec mismatch
May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
Xcoding needed, setup pref codec
May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
peer
May 24 06:13:49.152: //-1//H323/cch323_get_dp_pref_mask:
cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
configured
May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
Mode set to FLOW_THROUGH
May 24 06:13:49.152:
//1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing: h245 sm
mode = 1264
May 24 06:13:49.152:
//1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing:
h323_ctl=0x20
May 24 06:13:49.160: //1515/761E975F86AF/H323/cch323_rotary_validate: No
peer_ccb available
May 24 06:13:49.160:
//1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
state_mc_mode=0x4F0 on outbound leg
May 24 06:13:49.160:
//1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
srcAddress = 0xA010123, h245_lport = 0, flow mode = 1, minimum_qos=0
May 24 06:13:49.160:
//1515/761E975F86AF/H323/cch323_generic_open_logical_channel: current codec
= 16:20:20
May 24 06:13:50.461:
//1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: Send cap
ind to peer leg
May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
audioFastStartArray=0x45F99E9C
May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
channel_info ptr=0x46044A78, ccb ptr=0x46011CF4
May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
Channel Information:
Logical Channel Number (fwd): 1
Logical Channel Number (rev): 1
Channel address (fwd/rev):10.1.1.235
RTP  Channel (fwd/rev):   17668
RTCP Channel (fwd/rev):   17669
QoS Capability (fwd/rev): 0
Symmetric Audio Codec:16
Symmetric Audio Codec Bytes:  20
Flow Mode:0
Silence Suppression:  1
May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
NumOfElements = 1 idx = 1
May 24 06:13:50.461:
//1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: set
have_lcl_caps to 1
May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_do_open_channel_ind:
Sending event CC_EV_H245_OPEN_CHANNEL_IND, channelInfo pointer 0x46044A78
May 24 06:13:50.465: //1515/761E975F86AF/H323/h245_address_ind: ev=6
May 24 06:13:50.465: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
state=0, event=1, ccb=46011CF4, listen state=0
May 24 06:13:50.485: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
state=1, event=2, ccb=46011CF4, listen state=0
May 24 06:13:50.485:
//1515/761E975F86AF/H323/h245_copy_preferred_codec_list: Copying Preferred
codec into caps table
May 24 06:13:50.485: //1515/761E975F86AF/H323/h245_send_generic_audio_caps:
[trans]audio mask after operation=0xC
May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_h245_cap_ind: Masks
au=0x100C data=0x4 uinp=0x32
May 24 06:13:50.493: //-1//H323/cch323_get_dp_pref_mask:
cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
configured
May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
Copying codec list into extended caps structure
May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
G729IETF
May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
G729a
May 24 06:13:50.497: //1515/761E975F86AF/H323/cch323_iwf_cap_notify: Mask
sent to other leg=C
May 24 06:13:50.497: //1515/761E975F86AF/H323/cch323_iwf_cap_notify:
../voip/cch323/gw/src/cch323_h245_iwf_util.c:cch323_iwf_cap_notify:1048

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-24 Thread san r
Try to put call on hold and see myopia is invoking from router.
Sh sccp
On May 24, 2012 11:26 AM, The Masterplan winmasterp...@gmail.com wrote:

 Supplementary services still fails with all these commands.
 Results of debug voip ipipgw are below. In case of call from cme to ucm:

 May 24 06:13:49.148:
 //1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing:
 call_spi_mode = 3
 May 24 06:13:49.148:
 //1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing: h245 state
 m/c mode=0x4F0, h323_ctl=0x0
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
 peer
 May 24 06:13:49.148: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
 configured
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 Peer channel present: dp pref mask=C
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 Not a single match to filter: dp pref mask=C
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 First preferred codec(bytes)=-1(0)
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
 Mode set to FLOW_THROUGH
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
 SIP-H323 xcoding, try to reserve transcoder for codec mismatch
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
 Xcoding needed, setup pref codec
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
 peer
 May 24 06:13:49.152: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
 configured
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
 Mode set to FLOW_THROUGH
 May 24 06:13:49.152:
 //1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing: h245 sm
 mode = 1264
 May 24 06:13:49.152:
 //1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing:
 h323_ctl=0x20
 May 24 06:13:49.160: //1515/761E975F86AF/H323/cch323_rotary_validate: No
 peer_ccb available
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
 state_mc_mode=0x4F0 on outbound leg
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
 srcAddress = 0xA010123, h245_lport = 0, flow mode = 1, minimum_qos=0
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_generic_open_logical_channel: current codec
 = 16:20:20
 May 24 06:13:50.461:
 //1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: Send cap
 ind to peer leg
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 audioFastStartArray=0x45F99E9C
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 channel_info ptr=0x46044A78, ccb ptr=0x46011CF4
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 Channel Information:
 Logical Channel Number (fwd): 1
 Logical Channel Number (rev): 1
 Channel address (fwd/rev):10.1.1.235
 RTP  Channel (fwd/rev):   17668
 RTCP Channel (fwd/rev):   17669
 QoS Capability (fwd/rev): 0
 Symmetric Audio Codec:16
 Symmetric Audio Codec Bytes:  20
 Flow Mode:0
 Silence Suppression:  1
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 NumOfElements = 1 idx = 1
 May 24 06:13:50.461:
 //1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: set
 have_lcl_caps to 1
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_do_open_channel_ind:
 Sending event CC_EV_H245_OPEN_CHANNEL_IND, channelInfo pointer 0x46044A78
 May 24 06:13:50.465: //1515/761E975F86AF/H323/h245_address_ind: ev=6
 May 24 06:13:50.465: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
 state=0, event=1, ccb=46011CF4, listen state=0
 May 24 06:13:50.485: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
 state=1, event=2, ccb=46011CF4, listen state=0
 May 24 06:13:50.485:
 //1515/761E975F86AF/H323/h245_copy_preferred_codec_list: Copying Preferred
 codec into caps table
 May 24 06:13:50.485:
 //1515/761E975F86AF/H323/h245_send_generic_audio_caps: [trans]audio mask
 after operation=0xC
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_h245_cap_ind: Masks
 au=0x100C data=0x4 uinp=0x32
 May 24 06:13:50.493: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
 configured
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
 Copying codec list into extended caps structure
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
 G729IETF
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
 

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-24 Thread Peter Farkas

Try to add:

!
voice service voip
sip
midcall-signaling passthru
!

Peter

- Original Message - 
From: Mohd Baqari baqari.voic...@gmail.com

To: san r luv...@gmail.com
Cc: ccie_voice@onlinestudylist.com; The Masterplan 
winmasterp...@gmail.com

Sent: Wednesday, May 23, 2012 9:15 PM
Subject: Re: [OSL | CCIE_Voice] Gatekeeper trunk



Hi,

If the command emptycapability then it has to work assuming that u kept 
gk in media flow through mode.


Plz share the output of debug ipipgw on cube

Regards,
Mohammed Al Baqari

Sent from my iPhone

On May 23, 2012, at 7:50 PM, san r luv...@gmail.com wrote:


emptycapability

___
For more information regarding industry leading CCIE Lab training, please 
visit www.ipexpert.com


Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com 


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-24 Thread The Masterplan
I have added this command also and the same behaviour. This problem drives
me nuts.

On Thu, May 24, 2012 at 9:46 AM, Peter Farkas wormh...@sch.hu wrote:

 Try to add:

 !
 voice service voip
 sip
 midcall-signaling passthru
 !

 Peter

 - Original Message - From: Mohd Baqari baqari.voic...@gmail.com
 
 To: san r luv...@gmail.com
 Cc: ccie_voice@onlinestudylist.**com ccie_voice@onlinestudylist.com;
 The Masterplan winmasterp...@gmail.com
 Sent: Wednesday, May 23, 2012 9:15 PM
 Subject: Re: [OSL | CCIE_Voice] Gatekeeper trunk


  Hi,

 If the command emptycapability then it has to work assuming that u kept
 gk in media flow through mode.

 Plz share the output of debug ipipgw on cube

 Regards,
 Mohammed Al Baqari

 Sent from my iPhone

 On May 23, 2012, at 7:50 PM, san r luv...@gmail.com wrote:

  emptycapability

 __**_
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-24 Thread Kevin Spicer
I've seen supplementary service fail when CUCM invokes network hold and MOH
doesn't support the codec of the call (real world CUCM 6 intercluster
trunk), so might be worth disabling MOH to check.

On Thu, May 24, 2012 at 6:56 AM, The Masterplan winmasterp...@gmail.comwrote:

 Supplementary services still fails with all these commands.
 Results of debug voip ipipgw are below. In case of call from cme to ucm:

 May 24 06:13:49.148:
 //1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing:
 call_spi_mode = 3
 May 24 06:13:49.148:
 //1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing: h245 state
 m/c mode=0x4F0, h323_ctl=0x0
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
 peer
 May 24 06:13:49.148: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
 configured
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 Peer channel present: dp pref mask=C
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 Not a single match to filter: dp pref mask=C
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 First preferred codec(bytes)=-1(0)
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
 Mode set to FLOW_THROUGH
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
 SIP-H323 xcoding, try to reserve transcoder for codec mismatch
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
 Xcoding needed, setup pref codec
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
 peer
 May 24 06:13:49.152: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
 configured
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
 Mode set to FLOW_THROUGH
 May 24 06:13:49.152:
 //1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing: h245 sm
 mode = 1264
 May 24 06:13:49.152:
 //1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing:
 h323_ctl=0x20
 May 24 06:13:49.160: //1515/761E975F86AF/H323/cch323_rotary_validate: No
 peer_ccb available
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
 state_mc_mode=0x4F0 on outbound leg
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
 srcAddress = 0xA010123, h245_lport = 0, flow mode = 1, minimum_qos=0
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_generic_open_logical_channel: current codec
 = 16:20:20
 May 24 06:13:50.461:
 //1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: Send cap
 ind to peer leg
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 audioFastStartArray=0x45F99E9C
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 channel_info ptr=0x46044A78, ccb ptr=0x46011CF4
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 Channel Information:
 Logical Channel Number (fwd): 1
 Logical Channel Number (rev): 1
 Channel address (fwd/rev):10.1.1.235
 RTP  Channel (fwd/rev):   17668
 RTCP Channel (fwd/rev):   17669
 QoS Capability (fwd/rev): 0
 Symmetric Audio Codec:16
 Symmetric Audio Codec Bytes:  20
 Flow Mode:0
 Silence Suppression:  1
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 NumOfElements = 1 idx = 1
 May 24 06:13:50.461:
 //1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: set
 have_lcl_caps to 1
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_do_open_channel_ind:
 Sending event CC_EV_H245_OPEN_CHANNEL_IND, channelInfo pointer 0x46044A78
 May 24 06:13:50.465: //1515/761E975F86AF/H323/h245_address_ind: ev=6
 May 24 06:13:50.465: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
 state=0, event=1, ccb=46011CF4, listen state=0
 May 24 06:13:50.485: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
 state=1, event=2, ccb=46011CF4, listen state=0
 May 24 06:13:50.485:
 //1515/761E975F86AF/H323/h245_copy_preferred_codec_list: Copying Preferred
 codec into caps table
 May 24 06:13:50.485:
 //1515/761E975F86AF/H323/h245_send_generic_audio_caps: [trans]audio mask
 after operation=0xC
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_h245_cap_ind: Masks
 au=0x100C data=0x4 uinp=0x32
 May 24 06:13:50.493: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729 is
 configured
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_set_extended_caps:
 Copying codec list into extended caps structure
 May 24 06:13:50.493: 

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-24 Thread The Masterplan
Still nothing. I give up for the moment. The behaviour is the same in all
cases. Thank you guys for your time and advices. If you have other ideas...

On Thu, May 24, 2012 at 11:10 AM, Kevin Spicer ke...@kevinspicer.co.ukwrote:

 I've seen supplementary service fail when CUCM invokes network hold and
 MOH doesn't support the codec of the call (real world CUCM 6 intercluster
 trunk), so might be worth disabling MOH to check.

 On Thu, May 24, 2012 at 6:56 AM, The Masterplan 
 winmasterp...@gmail.comwrote:

 Supplementary services still fails with all these commands.
 Results of debug voip ipipgw are below. In case of call from cme to ucm:

 May 24 06:13:49.148:
 //1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing:
 call_spi_mode = 3
 May 24 06:13:49.148:
 //1515/761E975F86AF/H323/cch323_set_h245_state_mc_mode_outgoing: h245 state
 m/c mode=0x4F0, h323_ctl=0x0
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
 peer
 May 24 06:13:49.148: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729
 is configured
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 Peer channel present: dp pref mask=C
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 Not a single match to filter: dp pref mask=C
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_set_pref_codec_list:
 First preferred codec(bytes)=-1(0)
 May 24 06:13:49.148: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
 Mode set to FLOW_THROUGH
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
 SIP-H323 xcoding, try to reserve transcoder for codec mismatch
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_caps_chn_info:
 Xcoding needed, setup pref codec
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Entry
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Have
 peer
 May 24 06:13:49.152: //-1//H323/cch323_get_dp_pref_mask:
 cch323_get_dp_pref_mask:IPIPGW(1515):setting mask for 729ar8also as 729
 is configured
 May 24 06:13:49.152: //1515/761E975F86AF/H323/cch323_get_peer_info: Flow
 Mode set to FLOW_THROUGH
 May 24 06:13:49.152:
 //1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing: h245 sm
 mode = 1264
 May 24 06:13:49.152:
 //1515/761E975F86AF/H323/cch323_set_h323_control_options_outgoing:
 h323_ctl=0x20
 May 24 06:13:49.160: //1515/761E975F86AF/H323/cch323_rotary_validate: No
 peer_ccb available
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
 state_mc_mode=0x4F0 on outbound leg
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_build_local_encoded_fastStartOLCs:
 srcAddress = 0xA010123, h245_lport = 0, flow mode = 1, minimum_qos=0
 May 24 06:13:49.160:
 //1515/761E975F86AF/H323/cch323_generic_open_logical_channel: current codec
 = 16:20:20
 May 24 06:13:50.461:
 //1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: Send cap
 ind to peer leg
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 audioFastStartArray=0x45F99E9C
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 channel_info ptr=0x46044A78, ccb ptr=0x46011CF4
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 Channel Information:
 Logical Channel Number (fwd): 1
 Logical Channel Number (rev): 1
 Channel address (fwd/rev):10.1.1.235
 RTP  Channel (fwd/rev):   17668
 RTCP Channel (fwd/rev):   17669
 QoS Capability (fwd/rev): 0
 Symmetric Audio Codec:16
 Symmetric Audio Codec Bytes:  20
 Flow Mode:0
 Silence Suppression:  1
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_build_olc_for_ccapi:
 NumOfElements = 1 idx = 1
 May 24 06:13:50.461:
 //1515/761E975F86AF/H323/cch323_receive_fastStart_cap_response: set
 have_lcl_caps to 1
 May 24 06:13:50.461: //1515/761E975F86AF/H323/cch323_do_open_channel_ind:
 Sending event CC_EV_H245_OPEN_CHANNEL_IND, channelInfo pointer 0x46044A78
 May 24 06:13:50.465: //1515/761E975F86AF/H323/h245_address_ind: ev=6
 May 24 06:13:50.465: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
 state=0, event=1, ccb=46011CF4, listen state=0
 May 24 06:13:50.485: //1515/761E975F86AF/H323/cch323_h245_connection_sm:
 state=1, event=2, ccb=46011CF4, listen state=0
 May 24 06:13:50.485:
 //1515/761E975F86AF/H323/h245_copy_preferred_codec_list: Copying Preferred
 codec into caps table
 May 24 06:13:50.485:
 //1515/761E975F86AF/H323/h245_send_generic_audio_caps: [trans]audio mask
 after operation=0xC
 May 24 06:13:50.493: //1515/761E975F86AF/H323/cch323_h245_cap_ind: Masks
 au=0x100C data=0x4 uinp=0x32
 May 24 06:13:50.493: //-1//H323/cch323_get_dp_pref_mask:
 

[OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread The Masterplan
Hi,

I have the following setup:
Sip IP phone --- CME ---h323 GK  ---GK trunk CUCM-- Sip
IP phone
On the cme side I have a transcoder and sip ip phone configured with codec
g711ulaw.
On the cucm side I also have a transcoder on mrgl of gk trunk that is in a
device pool configured to speak g729 only. I have unchecked on trunk Wait
for Far End H.245 Terminal Capability Set and checked the following:
- Media termination point required
- Inbound Fast Start
- Outbound Fast Start with G729 codec
Given this facts, the call is established succesfully (transcoders are
used) but supplementary services are not working from either side.

Thank you
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread san r
Please paste your configs
On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan 
 winmasterp...@gmail.comwrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk CUCM--
 Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured with
 codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that is in
 a device pool configured to speak g729 only. I have unchecked on trunk
 Wait for Far End H.245 Terminal Capability Set and checked the following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders are
 used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread The Masterplan
Hi,

This is the cme side relevant config:

voice service voip
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip
 h323
  emptycapability
  h225 connect-passthru
  h245 passthru tcsnonstd-passthru
 sip
  bind control source-interface FastEthernet0/0
  bind media source-interface FastEthernet0/0
  registrar server
  no update-callerid

voice register global
 mode cme
 source-address 10.1.1.235 port 5060
 max-dn 4
 max-pool 3
 authenticate register
 create profile sync 0054221011645706
voice register dn  2
 number 1006
 call-forward b2bua busy 2000
 call-forward b2bua mailbox 2100
 call-forward b2bua noan 2000 timeout 20
!
voice register pool  1
 id mac ..
 number 1 dn 2
 dtmf-relay rtp-nte
 username 1006 password cisco
 codec g711ulaw

interface FastEthernet0/0
 ip address 10.1.1.235 255.255.0.0
 h323-gateway voip interface
 h323-gateway voip id UCM ipaddr 10.1.1.171 1719
 h323-gateway voip h323-id cme
 h323-gateway voip tech-prefix 1#
 h323-gateway voip bind srcaddr 10.1.1.235

dial-peer voice 5000 voip
 translation-profile incoming stripgk
 destination-pattern 5...$
 session target ras
 incoming called-number .
 tech-prefix 1#
 dtmf-relay h245-alphanumeric
 no vad


On Wed, May 23, 2012 at 9:08 PM, san r luv...@gmail.com wrote:

 Please paste your configs
 On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com
 wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan winmasterp...@gmail.com
  wrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk
 CUCM-- Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured with
 codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that is
 in a device pool configured to speak g729 only. I have unchecked on trunk
 Wait for Far End H.245 Terminal Capability Set and checked the following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders are
 used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread san r
Do you have the same on GK as well?
On May 24, 2012 12:05 AM, The Masterplan winmasterp...@gmail.com wrote:

 Hi,

 This is the cme side relevant config:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  h323
   emptycapability
   h225 connect-passthru
   h245 passthru tcsnonstd-passthru
  sip
   bind control source-interface FastEthernet0/0
   bind media source-interface FastEthernet0/0
   registrar server
   no update-callerid

 voice register global
  mode cme
  source-address 10.1.1.235 port 5060
  max-dn 4
  max-pool 3
  authenticate register
  create profile sync 0054221011645706
 voice register dn  2
  number 1006
  call-forward b2bua busy 2000
  call-forward b2bua mailbox 2100
  call-forward b2bua noan 2000 timeout 20
 !
 voice register pool  1
  id mac ..
  number 1 dn 2
  dtmf-relay rtp-nte
  username 1006 password cisco
  codec g711ulaw

 interface FastEthernet0/0
  ip address 10.1.1.235 255.255.0.0
  h323-gateway voip interface
  h323-gateway voip id UCM ipaddr 10.1.1.171 1719
  h323-gateway voip h323-id cme
  h323-gateway voip tech-prefix 1#
  h323-gateway voip bind srcaddr 10.1.1.235

 dial-peer voice 5000 voip
  translation-profile incoming stripgk
  destination-pattern 5...$
  session target ras
  incoming called-number .
  tech-prefix 1#
  dtmf-relay h245-alphanumeric
  no vad


 On Wed, May 23, 2012 at 9:08 PM, san r luv...@gmail.com wrote:

 Please paste your configs
 On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com
 wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan 
 winmasterp...@gmail.com wrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk
 CUCM-- Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured with
 codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that is
 in a device pool configured to speak g729 only. I have unchecked on trunk
 Wait for Far End H.245 Terminal Capability Set and checked the 
 following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders are
 used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread The Masterplan
No, only the gatekeeper configuration needed to route calls and the
following:

voice service voip
 allow-connections h323 to h323
 allow-connections h323 to sip
 allow-connections sip to h323
 allow-connections sip to sip


On Wed, May 23, 2012 at 9:37 PM, san r luv...@gmail.com wrote:

 Do you have the same on GK as well?
 On May 24, 2012 12:05 AM, The Masterplan winmasterp...@gmail.com
 wrote:

 Hi,

 This is the cme side relevant config:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  h323
   emptycapability
   h225 connect-passthru
   h245 passthru tcsnonstd-passthru
  sip
   bind control source-interface FastEthernet0/0
   bind media source-interface FastEthernet0/0
   registrar server
   no update-callerid

 voice register global
  mode cme
  source-address 10.1.1.235 port 5060
  max-dn 4
  max-pool 3
  authenticate register
  create profile sync 0054221011645706
 voice register dn  2
  number 1006
  call-forward b2bua busy 2000
  call-forward b2bua mailbox 2100
  call-forward b2bua noan 2000 timeout 20
 !
 voice register pool  1
  id mac ..
  number 1 dn 2
  dtmf-relay rtp-nte
  username 1006 password cisco
  codec g711ulaw

 interface FastEthernet0/0
  ip address 10.1.1.235 255.255.0.0
  h323-gateway voip interface
  h323-gateway voip id UCM ipaddr 10.1.1.171 1719
  h323-gateway voip h323-id cme
  h323-gateway voip tech-prefix 1#
  h323-gateway voip bind srcaddr 10.1.1.235

 dial-peer voice 5000 voip
  translation-profile incoming stripgk
  destination-pattern 5...$
  session target ras
  incoming called-number .
  tech-prefix 1#
  dtmf-relay h245-alphanumeric
  no vad


 On Wed, May 23, 2012 at 9:08 PM, san r luv...@gmail.com wrote:

 Please paste your configs
 On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com
 wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan 
 winmasterp...@gmail.com wrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk
 CUCM-- Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured with
 codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that is
 in a device pool configured to speak g729 only. I have unchecked on trunk
 Wait for Far End H.245 Terminal Capability Set and checked the 
 following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders
 are used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread san r
I believe it's supposed to be there on GK. Do you have Mtp on trunk?
On May 24, 2012 12:11 AM, The Masterplan winmasterp...@gmail.com wrote:

 No, only the gatekeeper configuration needed to route calls and the
 following:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip


 On Wed, May 23, 2012 at 9:37 PM, san r luv...@gmail.com wrote:

 Do you have the same on GK as well?
 On May 24, 2012 12:05 AM, The Masterplan winmasterp...@gmail.com
 wrote:

 Hi,

 This is the cme side relevant config:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  h323
   emptycapability
   h225 connect-passthru
   h245 passthru tcsnonstd-passthru
  sip
   bind control source-interface FastEthernet0/0
   bind media source-interface FastEthernet0/0
   registrar server
   no update-callerid

 voice register global
  mode cme
  source-address 10.1.1.235 port 5060
  max-dn 4
  max-pool 3
  authenticate register
  create profile sync 0054221011645706
 voice register dn  2
  number 1006
  call-forward b2bua busy 2000
  call-forward b2bua mailbox 2100
  call-forward b2bua noan 2000 timeout 20
 !
 voice register pool  1
  id mac ..
  number 1 dn 2
  dtmf-relay rtp-nte
  username 1006 password cisco
  codec g711ulaw

 interface FastEthernet0/0
  ip address 10.1.1.235 255.255.0.0
  h323-gateway voip interface
  h323-gateway voip id UCM ipaddr 10.1.1.171 1719
  h323-gateway voip h323-id cme
  h323-gateway voip tech-prefix 1#
  h323-gateway voip bind srcaddr 10.1.1.235

 dial-peer voice 5000 voip
  translation-profile incoming stripgk
  destination-pattern 5...$
  session target ras
  incoming called-number .
  tech-prefix 1#
  dtmf-relay h245-alphanumeric
  no vad


 On Wed, May 23, 2012 at 9:08 PM, san r luv...@gmail.com wrote:

 Please paste your configs
 On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com
 wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan 
 winmasterp...@gmail.com wrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk
 CUCM-- Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured with
 codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that
 is in a device pool configured to speak g729 only. I have unchecked on
 trunk Wait for Far End H.245 Terminal Capability Set and checked the
 following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders
 are used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com






___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread The Masterplan
Yes, I have mtp on trunk. In the media resource group list assigned on
trunk I have first a media resource group containing the hardware mtp and
second a media resource group with the transcoder.

On Wed, May 23, 2012 at 9:46 PM, san r luv...@gmail.com wrote:

 I believe it's supposed to be there on GK. Do you have Mtp on trunk?
 On May 24, 2012 12:11 AM, The Masterplan winmasterp...@gmail.com
 wrote:

 No, only the gatekeeper configuration needed to route calls and the
 following:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip


 On Wed, May 23, 2012 at 9:37 PM, san r luv...@gmail.com wrote:

 Do you have the same on GK as well?
 On May 24, 2012 12:05 AM, The Masterplan winmasterp...@gmail.com
 wrote:

 Hi,

 This is the cme side relevant config:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  h323
   emptycapability
   h225 connect-passthru
   h245 passthru tcsnonstd-passthru
  sip
   bind control source-interface FastEthernet0/0
   bind media source-interface FastEthernet0/0
   registrar server
   no update-callerid

 voice register global
  mode cme
  source-address 10.1.1.235 port 5060
  max-dn 4
  max-pool 3
  authenticate register
  create profile sync 0054221011645706
 voice register dn  2
  number 1006
  call-forward b2bua busy 2000
  call-forward b2bua mailbox 2100
  call-forward b2bua noan 2000 timeout 20
 !
 voice register pool  1
  id mac ..
  number 1 dn 2
  dtmf-relay rtp-nte
  username 1006 password cisco
  codec g711ulaw

 interface FastEthernet0/0
  ip address 10.1.1.235 255.255.0.0
  h323-gateway voip interface
  h323-gateway voip id UCM ipaddr 10.1.1.171 1719
  h323-gateway voip h323-id cme
  h323-gateway voip tech-prefix 1#
  h323-gateway voip bind srcaddr 10.1.1.235

 dial-peer voice 5000 voip
  translation-profile incoming stripgk
  destination-pattern 5...$
  session target ras
  incoming called-number .
  tech-prefix 1#
  dtmf-relay h245-alphanumeric
  no vad


 On Wed, May 23, 2012 at 9:08 PM, san r luv...@gmail.com wrote:

 Please paste your configs
 On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com
 wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan 
 winmasterp...@gmail.com wrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk
 CUCM-- Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured
 with codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that
 is in a device pool configured to speak g729 only. I have unchecked on
 trunk Wait for Far End H.245 Terminal Capability Set and checked the
 following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders
 are used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com






___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper trunk

2012-05-23 Thread san r
Can you configure the same commands on Gk?
On May 24, 2012 12:21 AM, The Masterplan winmasterp...@gmail.com wrote:

 Yes, I have mtp on trunk. In the media resource group list assigned on
 trunk I have first a media resource group containing the hardware mtp and
 second a media resource group with the transcoder.

 On Wed, May 23, 2012 at 9:46 PM, san r luv...@gmail.com wrote:

 I believe it's supposed to be there on GK. Do you have Mtp on trunk?
 On May 24, 2012 12:11 AM, The Masterplan winmasterp...@gmail.com
 wrote:

 No, only the gatekeeper configuration needed to route calls and the
 following:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip


 On Wed, May 23, 2012 at 9:37 PM, san r luv...@gmail.com wrote:

 Do you have the same on GK as well?
 On May 24, 2012 12:05 AM, The Masterplan winmasterp...@gmail.com
 wrote:

 Hi,

 This is the cme side relevant config:

 voice service voip
  allow-connections h323 to h323
  allow-connections h323 to sip
  allow-connections sip to h323
  allow-connections sip to sip
  h323
   emptycapability
   h225 connect-passthru
   h245 passthru tcsnonstd-passthru
  sip
   bind control source-interface FastEthernet0/0
   bind media source-interface FastEthernet0/0
   registrar server
   no update-callerid

 voice register global
  mode cme
  source-address 10.1.1.235 port 5060
  max-dn 4
  max-pool 3
  authenticate register
  create profile sync 0054221011645706
 voice register dn  2
  number 1006
  call-forward b2bua busy 2000
  call-forward b2bua mailbox 2100
  call-forward b2bua noan 2000 timeout 20
 !
 voice register pool  1
  id mac ..
  number 1 dn 2
  dtmf-relay rtp-nte
  username 1006 password cisco
  codec g711ulaw

 interface FastEthernet0/0
  ip address 10.1.1.235 255.255.0.0
  h323-gateway voip interface
  h323-gateway voip id UCM ipaddr 10.1.1.171 1719
  h323-gateway voip h323-id cme
  h323-gateway voip tech-prefix 1#
  h323-gateway voip bind srcaddr 10.1.1.235

 dial-peer voice 5000 voip
  translation-profile incoming stripgk
  destination-pattern 5...$
  session target ras
  incoming called-number .
  tech-prefix 1#
  dtmf-relay h245-alphanumeric
  no vad


 On Wed, May 23, 2012 at 9:08 PM, san r luv...@gmail.com wrote:

 Please paste your configs
 On May 23, 2012 11:23 PM, The Masterplan winmasterp...@gmail.com
 wrote:

 I configured that, but the result is the same.

 On Wed, May 23, 2012 at 6:50 PM, san r luv...@gmail.com wrote:

 Try the following commands in voice class or H.323 voice-service
 configuration mode - h323 end

 h225 connect-passthru
 emptycapability
 h245 passthru tcsnonstd-passthru

 On Wed, May 23, 2012 at 5:35 PM, The Masterplan 
 winmasterp...@gmail.com wrote:

 Hi,

 I have the following setup:
 Sip IP phone --- CME ---h323 GK  ---GK trunk
 CUCM-- Sip IP phone
 On the cme side I have a transcoder and sip ip phone configured
 with codec g711ulaw.
 On the cucm side I also have a transcoder on mrgl of gk trunk that
 is in a device pool configured to speak g729 only. I have unchecked on
 trunk Wait for Far End H.245 Terminal Capability Set and checked the
 following:
 - Media termination point required
 - Inbound Fast Start
 - Outbound Fast Start with G729 codec
 Given this facts, the call is established succesfully (transcoders
 are used) but supplementary services are not working from either side.

 Thank you

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com







___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper Rejection Troubleshooting

2012-03-12 Thread Steve Sarrick
I understand the debugging for gatekeeper in the scenario provided such that
the backbone gatekeeper cannot receive a call and we need to determine and
document the reasons the call will not go through.  What I cannot seem to
find in the Online support available during the lab is the Cause Codes ­
could someone please provide me with a location for these codes that will be
available in the lab?  These would be the hex codes generated in the debug
h225 ans1 command.  Thanks for the help.

Steve



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

2012-01-19 Thread datucha123 datucha123
Also as I remember, the IPIPGW tech prefix has to match the Destination
Zone prefix.

On Wed, Jan 18, 2012 at 9:39 PM, Steven 
forum.ccie.onlinestudyl...@nocer.net wrote:

 @Boris
 @Leslie
 @Amit
 I got some other issues too.
 I skipped to check the GK-only functionality (BIG mistake).
 After i fixed the normal (without outvia) GK functions i revisited the
 CUBE issue.
 It turns out i accidently put the allow-connections on the Br2 instead of
 the HQ.

 Thanks for your time and help! :D

 Regards Steven

 __**_
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

2012-01-18 Thread Steven

@Boris
@Leslie
@Amit
I got some other issues too.
I skipped to check the GK-only functionality (BIG mistake).
After i fixed the normal (without outvia) GK functions i revisited the 
CUBE issue.
It turns out i accidently put the allow-connections on the Br2 instead 
of the HQ.


Thanks for your time and help! :D

Regards Steven
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


[OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

2012-01-17 Thread Steven

Hi there,
i got some problems with my viazone (CUBE) at HQ-RTR.
I already checked the Tech prefix match and it seems to succeed.
But i'm clueless how to debug/resolve the Could not find an 
IPIPGW-problem.

I also checked the dial-peers on HQ-RTR.

Any help appreciated.

Regards,
Steven


! *** Begin tech details:

HQ-RTR#debug gatekeeper main 10! tried to call from HQ (5002) to 
BR2 (3006)


Jan 17 19:56:37.786: ////GK/gk_process: 
QUEUE_EVENT (minor 0) wakeup
Jan 17 19:56:37.786: ////GK/gk_rassrv_arq: 
arqp=0x48F0C08C,crv=0x7, answerCall=0
Jan 17 19:56:37.786: ////GK/gk_rassrv_sep_arq: 
ARQ Didn't use GK_AAA_PROC
Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_dns_query: No 
Name servers
Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
(3006) Tech-prefix match failed.
Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
(3006) Matched zone prefix 3 and remainder 006
Jan 17 19:56:37.786: 
////GK/gk_rassrv_get_ingress_network: returning 
default ingress network = 1
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check 
the source side, src_zonep=0x4793079C
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone 
is UCM, and z_invianamelen=0
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check 
the destination side, dst_zonep=0x47930A08
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone 
is UCME, and z_outvianamelen=4
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone  and 
z_outvianamep=CUBE
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: Received ARQ 
for a zone (UCME) that has an outviazone (CUBE) specified.  Pick an 
IP-IP gateway in that viazone.
Jan 17 19:56:37.786: 
////GK/gk_gw_select_ipipgw_random: zonep: 
0x47930C74, tpp: 0x0, current_endpt: 0
Jan 17 19:56:37.786: 
////GK/gk_gw_select_ipipgw_random: Selecting any 
IPIPGW. qelemp.head=0x46F0FE88, use_count=1, current_endpt=0
Jan 17 19:56:37.786: 
////GK/gk_gw_select_ipipgw_random: 
qelemp=0x46F0FE88, loop_count=0
Jan 17 19:56:37.786: 
////GK/gk_gw_select_ipipgw_random: Examining 
tgwp 0x46F253E0, g_supp_prots: 0x50 qelemp: 0x46F0FE88, loop_count: 1
Jan 17 19:56:37.786: 
////GK/gk_gw_select_ipipgw_random: Searched 
through the entire gateway list. loop_count=0
Jan 17 19:56:37.786: 
////GK/gk_gw_select_ipipgw_random: Could not 
find an IPIPGW.
Jan 17 19:56:37.786: 
//80AC69450700/80AC69450700/GK/rassrv_get_addrinfo(3006): Viazone 
gateway selection failed for zone CUBE
Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_rassrv_sep_arq: 
rassrv_get_addrinfo() failed (return code = 0x805)



HQ-RTR#show gatekeeper gw-type-prefix
GATEWAY TYPE PREFIX TABLE
=
Prefix: 1#*(Default gateway-technology)
  Zone CUBE master gateway list:
10.10.110.1:1720 HQ-RTR
  Zone UCM master gateway list:
10.10.210.10:44248 gk-trunk_1
10.10.210.11:36641 gk-trunk_2

Prefix: 3#*
  Zone UCME master gateway list:
10.10.110.3:1720 BR2-RTR


HQ-RTR#show gatekeeper zone prefix
  ZONE PREFIX TABLE
  =
GK-NAME   E164-PREFIX
---   ---
UCME  3...
UCM   5...


HQ-RTR#show running-config interface loopback 0
interface Loopback0
 ip address 10.10.110.1 255.255.255.255
 h323-gateway voip interface
 h323-gateway voip id CUBE ipaddr 10.10.110.1 1719
 h323-gateway voip h323-id HQ-RTR
 h323-gateway voip tech-prefix 1#


 HQ-RTR#show running-config | section gatekeeper
gatekeeper
 zone local UCM ipexpert.com
 zone local UCME ipexpert.com outvia CUBE
 zone local CUBE ipexpert.com
 zone prefix UCME 3...
 zone prefix UCM 5...
 gw-type-prefix 1#* default-technology
 no shutdown
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

2012-01-17 Thread Boris
Hi Steve,

Do you have This in your config? 

Voice service voip
 Allow h323 to h323

If not, add it and do no gateway/gateway

Your cube should appear as H323 type in show gatek end.

Sent from my mobile device, sorry for typos.
---
Regards
Boris

On 18/01/2012, at 7:22, Steven forum.ccie.onlinestudyl...@nocer.net wrote:

 Hi there,
 i got some problems with my viazone (CUBE) at HQ-RTR.
 I already checked the Tech prefix match and it seems to succeed.
 But i'm clueless how to debug/resolve the Could not find an IPIPGW-problem.
 I also checked the dial-peers on HQ-RTR.
 
 Any help appreciated.
 
 Regards,
 Steven
 
 
 ! *** Begin tech details:
 
 HQ-RTR#debug gatekeeper main 10! tried to call from HQ (5002) to BR2 
 (3006)
 
 Jan 17 19:56:37.786: ////GK/gk_process: QUEUE_EVENT 
 (minor 0) wakeup
 Jan 17 19:56:37.786: ////GK/gk_rassrv_arq: 
 arqp=0x48F0C08C,crv=0x7, answerCall=0
 Jan 17 19:56:37.786: ////GK/gk_rassrv_sep_arq: ARQ 
 Didn't use GK_AAA_PROC
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_dns_query: No Name 
 servers
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
 (3006) Tech-prefix match failed.
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
 (3006) Matched zone prefix 3 and remainder 006
 Jan 17 19:56:37.786: 
 ////GK/gk_rassrv_get_ingress_network: returning 
 default ingress network = 1
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check the 
 source side, src_zonep=0x4793079C
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone is 
 UCM, and z_invianamelen=0
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check the 
 destination side, dst_zonep=0x47930A08
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone is 
 UCME, and z_outvianamelen=4
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone 
  and z_outvianamep=CUBE
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: Received ARQ for a 
 zone (UCME) that has an outviazone (CUBE) specified.  Pick an IP-IP gateway 
 in that viazone.
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: zonep: 0x47930C74, 
 tpp: 0x0, current_endpt: 0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Selecting any 
 IPIPGW. qelemp.head=0x46F0FE88, use_count=1, current_endpt=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: qelemp=0x46F0FE88, 
 loop_count=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Examining tgwp 
 0x46F253E0, g_supp_prots: 0x50 qelemp: 0x46F0FE88, loop_count: 1
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Searched through 
 the entire gateway list. loop_count=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Could not find an 
 IPIPGW.
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo(3006): Viazone gateway 
 selection failed for zone CUBE
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_rassrv_sep_arq: 
 rassrv_get_addrinfo() failed (return code = 0x805)
 
 
 HQ-RTR#show gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
  Zone CUBE master gateway list:
10.10.110.1:1720 HQ-RTR
  Zone UCM master gateway list:
10.10.210.10:44248 gk-trunk_1
10.10.210.11:36641 gk-trunk_2
 
 Prefix: 3#*
  Zone UCME master gateway list:
10.10.110.3:1720 BR2-RTR
 
 
 HQ-RTR#show gatekeeper zone prefix
  ZONE PREFIX TABLE
  =
 GK-NAME   E164-PREFIX
 ---   ---
 UCME  3...
 UCM   5...
 
 
 HQ-RTR#show running-config interface loopback 0
 interface Loopback0
 ip address 10.10.110.1 255.255.255.255
 h323-gateway voip interface
 h323-gateway voip id CUBE ipaddr 10.10.110.1 1719
 h323-gateway voip h323-id HQ-RTR
 h323-gateway voip tech-prefix 1#
 
 
 HQ-RTR#show running-config | section gatekeeper
 gatekeeper
 zone local UCM ipexpert.com
 zone local UCME ipexpert.com outvia CUBE
 zone local CUBE ipexpert.com
 zone prefix UCME 3...
 zone prefix UCM 5...
 gw-type-prefix 1#* default-technology
 no shutdown
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 

Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

2012-01-17 Thread Leslie Meade
and do you have at least one h323 dial-peer on the HQ router



Leslie Meade 


- Original Message -
From: Boris boris.k...@gmail.com
To: Steven forum.ccie.onlinestudyl...@nocer.net
Cc: ccie voice ccie_voice@onlinestudylist.com
Sent: Tuesday, January 17, 2012 1:19:21 PM
Subject: Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

Hi Steve,

Do you have This in your config? 

Voice service voip
 Allow h323 to h323

If not, add it and do no gateway/gateway

Your cube should appear as H323 type in show gatek end.

Sent from my mobile device, sorry for typos.
---
Regards
Boris

On 18/01/2012, at 7:22, Steven forum.ccie.onlinestudyl...@nocer.net wrote:

 Hi there,
 i got some problems with my viazone (CUBE) at HQ-RTR.
 I already checked the Tech prefix match and it seems to succeed.
 But i'm clueless how to debug/resolve the Could not find an IPIPGW-problem.
 I also checked the dial-peers on HQ-RTR.
 
 Any help appreciated.
 
 Regards,
 Steven
 
 
 ! *** Begin tech details:
 
 HQ-RTR#debug gatekeeper main 10! tried to call from HQ (5002) to BR2 
 (3006)
 
 Jan 17 19:56:37.786: ////GK/gk_process: QUEUE_EVENT 
 (minor 0) wakeup
 Jan 17 19:56:37.786: ////GK/gk_rassrv_arq: 
 arqp=0x48F0C08C,crv=0x7, answerCall=0
 Jan 17 19:56:37.786: ////GK/gk_rassrv_sep_arq: ARQ 
 Didn't use GK_AAA_PROC
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_dns_query: No Name 
 servers
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
 (3006) Tech-prefix match failed.
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
 (3006) Matched zone prefix 3 and remainder 006
 Jan 17 19:56:37.786: 
 ////GK/gk_rassrv_get_ingress_network: returning 
 default ingress network = 1
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check the 
 source side, src_zonep=0x4793079C
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone is 
 UCM, and z_invianamelen=0
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check the 
 destination side, dst_zonep=0x47930A08
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone is 
 UCME, and z_outvianamelen=4
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone 
  and z_outvianamep=CUBE
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: Received ARQ for a 
 zone (UCME) that has an outviazone (CUBE) specified.  Pick an IP-IP gateway 
 in that viazone.
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: zonep: 0x47930C74, 
 tpp: 0x0, current_endpt: 0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Selecting any 
 IPIPGW. qelemp.head=0x46F0FE88, use_count=1, current_endpt=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: qelemp=0x46F0FE88, 
 loop_count=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Examining tgwp 
 0x46F253E0, g_supp_prots: 0x50 qelemp: 0x46F0FE88, loop_count: 1
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Searched through 
 the entire gateway list. loop_count=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Could not find an 
 IPIPGW.
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo(3006): Viazone gateway 
 selection failed for zone CUBE
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_rassrv_sep_arq: 
 rassrv_get_addrinfo() failed (return code = 0x805)
 
 
 HQ-RTR#show gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
  Zone CUBE master gateway list:
10.10.110.1:1720 HQ-RTR
  Zone UCM master gateway list:
10.10.210.10:44248 gk-trunk_1
10.10.210.11:36641 gk-trunk_2
 
 Prefix: 3#*
  Zone UCME master gateway list:
10.10.110.3:1720 BR2-RTR
 
 
 HQ-RTR#show gatekeeper zone prefix
  ZONE PREFIX TABLE
  =
 GK-NAME   E164-PREFIX
 ---   ---
 UCME  3...
 UCM   5...
 
 
 HQ-RTR#show running-config interface loopback 0
 interface Loopback0
 ip address 10.10.110.1 255.255.255.255
 h323-gateway voip interface
 h323-gateway voip id CUBE ipaddr 10.10.110.1 1719
 h323-gateway voip h323-id HQ-RTR
 h323-gateway voip tech-prefix 1#
 
 
 HQ-RTR#show running-config | section gatekeeper
 gatekeeper
 zone local UCM ipexpert.com
 zone local UCME ipexpert.com outvia CUBE
 zone local CUBE ipexpert.com
 zone prefix UCME 3...
 zone prefix UCM 5...
 gw-type-prefix 1#* default-technology
 no shutdown
 ___
 For more information regarding industry leading CCIE

Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW

2012-01-17 Thread amit batra
If the Voice service Voip commands are all configured...A restart has always 
helped me ...





 From: Boris boris.k...@gmail.com
To: Steven forum.ccie.onlinestudyl...@nocer.net 
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Wednesday, January 18, 2012 10:19 AM
Subject: Re: [OSL | CCIE_Voice] Gatekeeper VIAZONE - Could not find an IPIPGW
 
Hi Steve,

Do you have This in your config? 

Voice service voip
Allow h323 to h323

If not, add it and do no gateway/gateway

Your cube should appear as H323 type in show gatek end.

Sent from my mobile device, sorry for typos.
---
Regards
Boris

On 18/01/2012, at 7:22, Steven forum.ccie.onlinestudyl...@nocer.net wrote:

 Hi there,
 i got some problems with my viazone (CUBE) at HQ-RTR.
 I already checked the Tech prefix match and it seems to succeed.
 But i'm clueless how to debug/resolve the Could not find an IPIPGW-problem.
 I also checked the dial-peers on HQ-RTR.
 
 Any help appreciated.
 
 Regards,
 Steven
 
 
 ! *** Begin tech details:
 
 HQ-RTR#debug gatekeeper main 10        ! tried to call from HQ (5002) to BR2 
 (3006)
 
 Jan 17 19:56:37.786: ////GK/gk_process: QUEUE_EVENT 
 (minor 0) wakeup
 Jan 17 19:56:37.786: ////GK/gk_rassrv_arq: 
 arqp=0x48F0C08C,crv=0x7, answerCall=0
 Jan 17 19:56:37.786: ////GK/gk_rassrv_sep_arq: ARQ 
 Didn't use GK_AAA_PROC
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_dns_query: No Name 
 servers
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
 (3006) Tech-prefix match failed.
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo: 
 (3006) Matched zone prefix 3 and remainder 006
 Jan 17 19:56:37.786: 
 ////GK/gk_rassrv_get_ingress_network: returning 
 default ingress network = 1
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check the 
 source side, src_zonep=0x4793079C
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone is 
 UCM, and z_invianamelen=0
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: about to check the 
 destination side, dst_zonep=0x47930A08
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: matched zone is 
 UCME, and z_outvianamelen=4
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone      and 
 z_outvianamep=CUBE
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_arq_select_viazone: Received ARQ for a 
 zone (UCME) that has an outviazone (CUBE) specified.  Pick an IP-IP gateway 
 in that viazone.
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: zonep: 0x47930C74, 
 tpp: 0x0, current_endpt: 0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Selecting any 
 IPIPGW. qelemp.head=0x46F0FE88, use_count=1, current_endpt=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: qelemp=0x46F0FE88, 
 loop_count=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Examining tgwp 
 0x46F253E0, g_supp_prots: 0x50 qelemp: 0x46F0FE88, loop_count: 1
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Searched through 
 the entire gateway list. loop_count=0
 Jan 17 19:56:37.786: 
 ////GK/gk_gw_select_ipipgw_random: Could not find an 
 IPIPGW.
 Jan 17 19:56:37.786: 
 //80AC69450700/80AC69450700/GK/rassrv_get_addrinfo(3006): Viazone gateway 
 selection failed for zone CUBE
 Jan 17 19:56:37.786: //80AC69450700/80AC69450700/GK/gk_rassrv_sep_arq: 
 rassrv_get_addrinfo() failed (return code = 0x805)
 
 
 HQ-RTR#show gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*    (Default gateway-technology)
  Zone CUBE master gateway list:
    10.10.110.1:1720 HQ-RTR
  Zone UCM master gateway list:
    10.10.210.10:44248 gk-trunk_1
    10.10.210.11:36641 gk-trunk_2
 
 Prefix: 3#*
  Zone UCME master gateway list:
    10.10.110.3:1720 BR2-RTR
 
 
 HQ-RTR#show gatekeeper zone prefix
      ZONE PREFIX TABLE
      =
 GK-NAME               E164-PREFIX
 ---               ---
 UCME                  3...
 UCM                   5...
 
 
 HQ-RTR#show running-config interface loopback 0
 interface Loopback0
 ip address 10.10.110.1 255.255.255.255
 h323-gateway voip interface
 h323-gateway voip id CUBE ipaddr 10.10.110.1 1719
 h323-gateway voip h323-id HQ-RTR
 h323-gateway voip tech-prefix 1#
 
 
 HQ-RTR#show running-config | section gatekeeper
 gatekeeper
 zone local UCM ipexpert.com
 zone local UCME ipexpert.com outvia CUBE
 zone local CUBE ipexpert.com
 zone prefix UCME 3...
 zone prefix UCM 5...
 gw-type-prefix 1#* default-technology
 no shutdown

[OSL | CCIE_Voice] Gatekeeper Codec control

2012-01-10 Thread Justin McIntyre
Hello everyone.

My question today is concerning controlling which codecs are 
used when utilizing RAS signaling via the Gatekeeper.  I understand that I can 
control my codec inbound (at the BR2 CME) site via a inbound dial-peer that 
only utilizes g729r8.  I also understand that using Transcoding at the same 
location will allow me to talk to a locally attached SIP phone (at CME site) 
that is configured to use g711ulaw only.  However I am unclear as to how to 
program the CUCM controlled devices what codec to use when sourcing calls to 
the BR2 site via gatekeeper.  If I am sourcing calls from CUCM across a 
gatekeeper trunk that has been configured to be in the HQ device pool which is 
associated with the HQ region which uses g711 intra-cluster... then shouldn't I 
be sourcing packets from CUCM to BR2 as g711ulaw?  Any additional thoughts or 
clarification would be greatly appreciated.

Thanks,

Justin McIntyre
Engineer
Mutual Telecom Services Inc.
a wholly-owned subsidiary of Black Box Corp.
COMM: (434)-946-1562
DSN: (312)-237-1562
CELL: (540)-312-9391
FAX: (434)-946-1510
[cid:image001.gif@01CCCFA6.E516CFE0][cid:image002.gif@01CCCFA6.E516CFE0][cid:image003.gif@01CCCFA6.E516CFE0]
Please note new e-mail address
justin.mcint...@blackbox.commailto:alex.heve...@blackbox.com





This email and any files transmitted with it are confidential and are intended 
for the sole use of the individual to whom they are addressed. Black Box 
Corporation reserves the right to scan all e-mail traffic for restricted 
content and to monitor all e-mail in general. If you are not the intended 
recipient or you have received this email in error, any use, dissemination or 
forwarding of this email is strictly prohibited. If you have received this 
email in error, please notify the sender by replying to this email.
inline: image001.gifinline: image002.gifinline: image003.gif___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Codec control

2012-01-10 Thread datucha123 datucha123
There is not way to force Codec in CUCM (except setting the lowest
bandwidth consumption codec)

When you configure Regions settings in CUCM, that actually sets the Maximum
allowed codec within/between regions. Not the Codec itself.
So for instance, when you set G711 within a Regions, that means that any
codec whose Rate is equal or less then 64 kbps will be alowed in that
Region (G711, G729, iLBC and etc).

When you set region to G729, then the codecs that are using equal or less
Rate then the G729 (8kbps) will be allowed, (No G711, No iLBC any more).

Now for Gatekeeper  -  you can use the Bandwidth command, which will make
almost the same for allowing codes, For instance you can set Bandwidth
Session command to 128 (G711 for GK CAC uses 2x64), so that G711 and lower
Bit Rate Codecs can be used.

And if you set Bandwidth Session command to 16 (G629 for GK CAC uses
2x8), then G729 and lower Bit Rate Codecs can be used.

Hope that helps.



On Tue, Jan 10, 2012 at 11:56 PM, Justin McIntyre 
justin.mcint...@blackbox.com wrote:

  Hello everyone.  

 ** **

 My question today is concerning controlling which codecs
 are used when utilizing RAS signaling via the Gatekeeper.  I understand
 that I can control my codec inbound (at the BR2 CME) site via a inbound
 dial-peer that only utilizes g729r8.  I also understand that using
 Transcoding at the same location will allow me to talk to a locally
 attached SIP phone (at CME site) that is configured to use g711ulaw only.
 However I am unclear as to how to program the CUCM controlled devices what
 codec to use when sourcing calls to the BR2 site via gatekeeper.  If I am
 sourcing calls from CUCM across a gatekeeper trunk that has been configured
 to be in the HQ device pool which is associated with the HQ region which
 uses g711 intra-cluster… then shouldn’t I be sourcing packets from CUCM to
 BR2 as g711ulaw?  Any additional thoughts or clarification would be greatly
 appreciated.

 ** **

 Thanks,

 ** **

 Justin McIntyre

 Engineer

 *Mutual Telecom Services Inc.*

 *a wholly-owned subsidiary of Black Box Corp.*

 COMM: (434)-946-1562

 DSN: (312)-237-1562

 CELL: (540)-312-9391

 FAX: (434)-946-1510

 

 *Please note new e-mail address*

 *justin.mcint...@blackbox.com alex.heve...@blackbox.com ***

 ** **

 ** **

 ** **

 --
 This email and any files transmitted with it are confidential and are
 intended for the sole use of the individual to whom they are addressed.
 Black Box Corporation reserves the right to scan all e-mail traffic for
 restricted content and to monitor all e-mail in general. If you are not the
 intended recipient or you have received this email in error, any use,
 dissemination or forwarding of this email is strictly prohibited. If you
 have received this email in error, please notify the sender by replying to
 this email.

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/

image001.gifimage002.gifimage003.gif___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Codec control

2012-01-10 Thread Boris K
Hi Justin,

Create a new Region with 729 codec only, create new Device Pool with this
region and assign your trunk to this new Device Pool.

Cheers,
Boris

On Wed, Jan 11, 2012 at 6:56 AM, Justin McIntyre 
justin.mcint...@blackbox.com wrote:

  Hello everyone.  

 ** **

 My question today is concerning controlling which codecs
 are used when utilizing RAS signaling via the Gatekeeper.  I understand
 that I can control my codec inbound (at the BR2 CME) site via a inbound
 dial-peer that only utilizes g729r8.  I also understand that using
 Transcoding at the same location will allow me to talk to a locally
 attached SIP phone (at CME site) that is configured to use g711ulaw only.
 However I am unclear as to how to program the CUCM controlled devices what
 codec to use when sourcing calls to the BR2 site via gatekeeper.  If I am
 sourcing calls from CUCM across a gatekeeper trunk that has been configured
 to be in the HQ device pool which is associated with the HQ region which
 uses g711 intra-cluster… then shouldn’t I be sourcing packets from CUCM to
 BR2 as g711ulaw?  Any additional thoughts or clarification would be greatly
 appreciated.

 ** **

 Thanks,

 ** **

 Justin McIntyre

 Engineer

 *Mutual Telecom Services Inc.*

 *a wholly-owned subsidiary of Black Box Corp.*

 COMM: (434)-946-1562

 DSN: (312)-237-1562

 CELL: (540)-312-9391

 FAX: (434)-946-1510

 

 *Please note new e-mail address*

 *justin.mcint...@blackbox.com alex.heve...@blackbox.com ***

 ** **

 ** **

 ** **

 --
 This email and any files transmitted with it are confidential and are
 intended for the sole use of the individual to whom they are addressed.
 Black Box Corporation reserves the right to scan all e-mail traffic for
 restricted content and to monitor all e-mail in general. If you are not the
 intended recipient or you have received this email in error, any use,
 dissemination or forwarding of this email is strictly prohibited. If you
 have received this email in error, please notify the sender by replying to
 this email.

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

image003.gifimage002.gifimage001.gif___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread datucha123 datucha123
Hello everyone.

I have a question about the GK.
I could not understand how does the GK knows where to route call based on
the following GK configuration:

gatekeeper
 zone local test test.com 177.1.254.1
 gw-type-prefix 1#* default-technology
 no shutdown

CUCME and CUCM, both are registered with the Tech prefix:

R1#sh gatekeeper gw-type-prefix
GATEWAY TYPE PREFIX TABLE
=
Prefix: 1#*(Default gateway-technology)
  Zone test master gateway list:
177.1.254.3:1720 CME
172.16.4.121:35498 CM_2
172.16.4.120:37425 CM_1
So the CUCME has extensions 3... and CUCM has extensions 2...

Basically, the calls are working fine between CUCM and CUCME through this
GK. But I cannot get the idea, how does the GK know where to route calls
(CUCME and CUCM IP Phones are not registered with GK).

For instance, when the CUCM calls number 3003 (this is CUCME IP Phone), the
ARQ request is sent to GK, and at this point, how does the GK knows whos IP
address to return in ACF message to CUCM? How does the GK get that the the
CUCME IP address must be sent to CUCM? There are not zones prefixes
configured.
Can anybody explain that to me?
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread Rrcrumm
What does the show gatekeeper end points command show?

Randall

Sent from my iPhone

On Nov 17, 2011, at 3:00 AM, datucha123 datucha123 datucha...@gmail.com wrote:

 Hello everyone.
  
 I have a question about the GK.
 I could not understand how does the GK knows where to route call based on the 
 following GK configuration:
  
 gatekeeper
  zone local test test.com 177.1.254.1
  gw-type-prefix 1#* default-technology
  no shutdown
  
 CUCME and CUCM, both are registered with the Tech prefix:
  
 R1#sh gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
   Zone test master gateway list:
 177.1.254.3:1720 CME
 172.16.4.121:35498 CM_2
 172.16.4.120:37425 CM_1
 So the CUCME has extensions 3... and CUCM has extensions 2...
  
 Basically, the calls are working fine between CUCM and CUCME through this GK. 
 But I cannot get the idea, how does the GK know where to route calls (CUCME 
 and CUCM IP Phones are not registered with GK).
  
 For instance, when the CUCM calls number 3003 (this is CUCME IP Phone), the 
 ARQ request is sent to GK, and at this point, how does the GK knows whos IP 
 address to return in ACF message to CUCM? How does the GK get that the the 
 CUCME IP address must be sent to CUCM? There are not zones prefixes 
 configured.
 Can anybody explain that to me?
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread Ken Wyan
Pls check the call routing diagram here , which has explanation.

http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00800a99c4.shtml

(Call Routing solely use tech-prefix here)

Some steps are not very descriptive ,  no explanations available as well.

BTW can you send this output?

*show gatekeeper zone prefix*
**
**





On Thu, Nov 17, 2011 at 4:30 PM, datucha123 datucha123 datucha...@gmail.com
 wrote:

 Hello everyone.

 I have a question about the GK.
 I could not understand how does the GK knows where to route call based on
 the following GK configuration:

 gatekeeper
  zone local test test.com 177.1.254.1
  gw-type-prefix 1#* default-technology
  no shutdown

 CUCME and CUCM, both are registered with the Tech prefix:

 R1#sh gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
   Zone test master gateway list:
 177.1.254.3:1720 CME
 172.16.4.121:35498 CM_2
 172.16.4.120:37425 CM_1
 So the CUCME has extensions 3... and CUCM has extensions 2...

 Basically, the calls are working fine between CUCM and CUCME through this
 GK. But I cannot get the idea, how does the GK know where to route calls
 (CUCME and CUCM IP Phones are not registered with GK).

 For instance, when the CUCM calls number 3003 (this is CUCME IP Phone),
 the ARQ request is sent to GK, and at this point, how does the GK knows
 whos IP address to return in ACF message to CUCM? How does the GK get that
 the the CUCME IP address must be sent to CUCM? There are not zones prefixes
 configured.
 Can anybody explain that to me?

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread mgscip
Hi ,

Gatekeeper will route the call without Zone prefix if all the endpoints are 
registered in the same zone.

Thanks


From: datucha123 datucha123 datucha...@gmail.com
To: ccie_voice@onlinestudylist.com
Sent: Thursday, November 17, 2011 4:30 PM
Subject: [OSL | CCIE_Voice] Gatekeeper Call Routing


Hello everyone.
 
I have a question about the GK. 
I could not understand how does the GK knows where to route call based on the 
following GK configuration:
 
gatekeeper
 zone local test test.com 177.1.254.1
 gw-type-prefix 1#* default-technology
 no shutdown
 
CUCME and CUCM, both are registered with the Tech prefix:
 
R1#sh gatekeeper gw-type-prefix
GATEWAY TYPE PREFIX TABLE
=
Prefix: 1#*    (Default gateway-technology)
  Zone test master gateway list:
    177.1.254.3:1720 CME
    172.16.4.121:35498 CM_2
    172.16.4.120:37425 CM_1

So the CUCME has extensions 3... and CUCM has extensions 2...
 
Basically, the calls are working fine between CUCM and CUCME through this GK. 
But I cannot get the idea, how does the GK know where to route calls (CUCME and 
CUCM IP Phones are not registered with GK).
 
For instance, when the CUCM calls number 3003 (this is CUCME IP Phone), the ARQ 
request is sent to GK, and at this point, how does the GK knows whos IP address 
to return in ACF message to CUCM? How does the GK get that the the CUCME IP 
address must be sent to CUCM? There are not zones prefixes configured. 
Can anybody explain that to me?
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread datucha123 datucha123
There are no Zone Prefixes defined,

As for endpoint, only the CUCME and CUCM H323-IDs are registered, NO CUCME
IP PHONES.

CUCME and CUCM are registered also with the defaul Tech prefix.

But based on the config, there are two endpoints (CUCM and CUCME)
registered with Default Techs, So how does the GK knows where to router
calls, if there are not IP Phones registered with GK, and also two
Endpoints (CUCM and CUCME) are using the default Tech prefix?

On Thu, Nov 17, 2011 at 5:44 PM, mgscip gpsvoiceexpe...@yahoo.com wrote:

  Hi ,

 Gatekeeper will route the call without Zone prefix if all the endpoints
 are registered in the same zone.

 Thanks
  --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Thursday, November 17, 2011 4:30 PM
 *Subject:* [OSL | CCIE_Voice] Gatekeeper Call Routing

  Hello everyone.

 I have a question about the GK.
 I could not understand how does the GK knows where to route call based on
 the following GK configuration:

 gatekeeper
  zone local test test.com 177.1.254.1
  gw-type-prefix 1#* default-technology
  no shutdown

 CUCME and CUCM, both are registered with the Tech prefix:

 R1#sh gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
   Zone test master gateway list:
 177.1.254.3:1720 CME
 172.16.4.121:35498 CM_2
 172.16.4.120:37425 CM_1
 So the CUCME has extensions 3... and CUCM has extensions 2...

 Basically, the calls are working fine between CUCM and CUCME through this
 GK. But I cannot get the idea, how does the GK know where to route calls
 (CUCME and CUCM IP Phones are not registered with GK).

 For instance, when the CUCM calls number 3003 (this is CUCME IP Phone),
 the ARQ request is sent to GK, and at this point, how does the GK knows
 whos IP address to return in ACF message to CUCM? How does the GK get that
 the the CUCME IP address must be sent to CUCM? There are not zones prefixes
 configured.
 Can anybody explain that to me?

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread Bill Lake
Can we see the output of show gatekeeper endpoints?

On Thu, Nov 17, 2011 at 12:33 PM, datucha123 datucha123 
datucha...@gmail.com wrote:

 There are no Zone Prefixes defined,

 As for endpoint, only the CUCME and CUCM H323-IDs are registered, NO CUCME
 IP PHONES.

 CUCME and CUCM are registered also with the defaul Tech prefix.

 But based on the config, there are two endpoints (CUCM and CUCME)
 registered with Default Techs, So how does the GK knows where to router
 calls, if there are not IP Phones registered with GK, and also two
 Endpoints (CUCM and CUCME) are using the default Tech prefix?

 On Thu, Nov 17, 2011 at 5:44 PM, mgscip gpsvoiceexpe...@yahoo.com wrote:

  Hi ,

 Gatekeeper will route the call without Zone prefix if all the endpoints
 are registered in the same zone.

 Thanks
  --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Thursday, November 17, 2011 4:30 PM
 *Subject:* [OSL | CCIE_Voice] Gatekeeper Call Routing

  Hello everyone.

 I have a question about the GK.
 I could not understand how does the GK knows where to route call based on
 the following GK configuration:

 gatekeeper
  zone local test test.com 177.1.254.1
  gw-type-prefix 1#* default-technology
  no shutdown

 CUCME and CUCM, both are registered with the Tech prefix:

 R1#sh gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
   Zone test master gateway list:
 177.1.254.3:1720 CME
 172.16.4.121:35498 CM_2
 172.16.4.120:37425 CM_1
 So the CUCME has extensions 3... and CUCM has extensions 2...

 Basically, the calls are working fine between CUCM and CUCME through this
 GK. But I cannot get the idea, how does the GK know where to route calls
 (CUCME and CUCM IP Phones are not registered with GK).

 For instance, when the CUCM calls number 3003 (this is CUCME IP Phone),
 the ARQ request is sent to GK, and at this point, how does the GK knows
 whos IP address to return in ACF message to CUCM? How does the GK get that
 the the CUCME IP address must be sent to CUCM? There are not zones prefixes
 configured.
 Can anybody explain that to me?

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Routing

2011-11-17 Thread Brian Mulgrew
gatekeeper will not send calls back out the sending trunk; so calls from
CME are fine, and usually calls from CUCM are fine but when we have two
CUCM trunks registered there is a risk of calls leaving one CUCM trunk and
trying to send the call to the other.

hth

On Thu, Nov 17, 2011 at 7:42 PM, Bill Lake whl...@gmail.com wrote:

 Can we see the output of show gatekeeper endpoints?

 On Thu, Nov 17, 2011 at 12:33 PM, datucha123 datucha123 
 datucha...@gmail.com wrote:

 There are no Zone Prefixes defined,

 As for endpoint, only the CUCME and CUCM H323-IDs are registered, NO
 CUCME IP PHONES.

 CUCME and CUCM are registered also with the defaul Tech prefix.

 But based on the config, there are two endpoints (CUCM and CUCME)
 registered with Default Techs, So how does the GK knows where to router
 calls, if there are not IP Phones registered with GK, and also two
 Endpoints (CUCM and CUCME) are using the default Tech prefix?

 On Thu, Nov 17, 2011 at 5:44 PM, mgscip gpsvoiceexpe...@yahoo.comwrote:

  Hi ,

 Gatekeeper will route the call without Zone prefix if all the endpoints
 are registered in the same zone.

 Thanks
  --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Thursday, November 17, 2011 4:30 PM
 *Subject:* [OSL | CCIE_Voice] Gatekeeper Call Routing

  Hello everyone.

 I have a question about the GK.
 I could not understand how does the GK knows where to route call based
 on the following GK configuration:

 gatekeeper
  zone local test test.com 177.1.254.1
  gw-type-prefix 1#* default-technology
  no shutdown

 CUCME and CUCM, both are registered with the Tech prefix:

 R1#sh gatekeeper gw-type-prefix
 GATEWAY TYPE PREFIX TABLE
 =
 Prefix: 1#*(Default gateway-technology)
   Zone test master gateway list:
 177.1.254.3:1720 CME
 172.16.4.121:35498 CM_2
 172.16.4.120:37425 CM_1
 So the CUCME has extensions 3... and CUCM has extensions 2...

 Basically, the calls are working fine between CUCM and CUCME through
 this GK. But I cannot get the idea, how does the GK know where to route
 calls (CUCME and CUCM IP Phones are not registered with GK).

 For instance, when the CUCM calls number 3003 (this is CUCME IP Phone),
 the ARQ request is sent to GK, and at this point, how does the GK knows
 whos IP address to return in ACF message to CUCM? How does the GK get that
 the the CUCME IP address must be sent to CUCM? There are not zones prefixes
 configured.
 Can anybody explain that to me?

 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] gatekeeper

2011-10-06 Thread Ray
lab4 gatekeeper advance
Do we have to setup another trunk to point to the gatekeeper zone CUBE or 
should we use the same trunk pointing to the zone GK?
I have tried thesame trunk and did everything i could, but my call is not going 
through... help ..!!1___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] gatekeeper

2011-10-06 Thread Ray
I am trying to call 9011321234567890 via the GK, but i get a buzy tone. below 
is my config. I dont even see the call hitting the GK. I have done some debugs 
but can't still see the call coming throught. 

i turned on debug cch323 h225
and debug cch323 h245

hq#
hq#
hq#sho gateke
hq#sho gatekeeper en
hq#sho gatekeeper endpoints 
    GATEKEEPER ENDPOINT REGISTRATION
    
CallSignalAddr  Port  RASSignalAddr   Port  Zone Name Type    Flags 
--- - --- - -     - 
10.11.11.19 33110 10.11.11.19 32872 GK    VOIP-GW 
    H323-ID: GK-Trunk_1
    Voice Capacity Max.=  Avail.=  Current.= 0
142.102.64.254  1720  142.102.64.254  51132 CUBE  VOIP-GW 
    H323-ID: IP-IP
    Voice Capacity Max.=  Avail.=  Current.= 0
142.102.66.254  1720  142.102.66.254  51167 GK    H323-GW 
    H323-ID: CUCME
    Voice Capacity Max.=  Avail.=  Current.= 0
Total number of active registrations = 3

hq#sho run
Building configuration...


Current configuration : 3500 bytes
!
! Last configuration change at 05:58:09 PDT Thu Oct 6 2011
! NVRAM config last updated at 05:58:10 PDT Thu Oct 6 2011
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname hq
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
clock timezone PST -8
clock summer-time PDT recurring
network-clock-participate wic 3 
network-clock-select 1 T1 0/3/0
! 
dot11 syslog
ip source-route
!
!
ip cef
!
!
ip domain name ccievoice.com
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
!
isdn switch-type primary-ni
!
!
!
!
!
!
! 
!
!
!
!
!
!
!
!
!
!
!
!
voice-card 0
!
!
!
!
!
archive
 log config
  hidekeys
! 
! 
!
!
!
controller T1 0/3/0
 pri-group timeslots 1-3,24 service mgcp
!
!
!
!
!
interface Loopback0
 ip address 142.1.64.254 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
!
interface FastEthernet0/0.1
 encapsulation dot1Q 70
 ip address 10.1.70.13 255.255.255.0
! 
interface FastEthernet0/0.11
 encapsulation dot1Q 11
!
interface FastEthernet0/0.102
 encapsulation dot1Q 102
 ip address 142.102.64.254 255.255.255.0
 ip helper-address 10.11.11.19
 h323-gateway voip interface
 h323-gateway voip id CUBE ipaddr 142.1.64.254 1719
 h323-gateway voip h323-id IP-IP
 h323-gateway voip bind srcaddr 142.102.64.254
!
interface FastEthernet0/0.202
 encapsulation dot1Q 202 native
 ip address 142.202.64.254 255.255.255.0
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0/0
 no ip address
 encapsulation frame-relay
 no frame-relay inverse-arp
!
interface Serial0/0/0.211 point-to-point
 ip address 142.211.64.1 255.255.255.0
 frame-relay interface-dlci 206   
!
interface Serial0/0/0.222 point-to-point
 ip address 142.222.64.1 255.255.255.0
 frame-relay interface-dlci 203   
!
interface Serial0/0/1
 no ip address
 shutdown
 clock rate 200
!
interface Serial0/3/0:23
 no ip address
 encapsulation hdlc
 isdn switch-type primary-ni
 isdn incoming-voice voice
 isdn bind-l3 ccm-manager
 isdn outgoing display-ie
 isdn outgoing ie redirecting-number 
 no cdp enable
!
router ospf 1
 log-adjacency-changes
 network 10.1.70.0 0.0.0.255 area 0
 network 142.1.64.0 0.0.0.255 area 1
 network 142.102.64.0 0.0.0.255 area 1
 network 142.211.64.0 0.0.0.255 area 1
 network 142.222.64.0 0.0.0.255 area 1
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
!
nls resp-timeout 1
cpd cr-id 1
!
!
! 
!
!
!
control-plane
!
!
!
voice-port 0/3/0:23
!
ccm-manager switchback immediate
ccm-manager redundant-host 10.11.11.18
ccm-manager mgcp codec-all
ccm-manager music-on-hold
!
mgcp
mgcp call-agent 10.11.11.19 service-type mgcp version 0.1
mgcp dtmf-relay voip codec all mode out-of-band
mgcp ip qos dscp cs3 signaling
mgcp sdp simple
mgcp bind control source-interface FastEthernet0/0.102
mgcp bind media source-interface FastEthernet0/0.102
!
mgcp profile default
!
!
!
dial-peer voice 1132 voip
 destination-pattern 01132T
 session target ras
 incoming called-number 01132.
 dtmf-relay h245-alphanumeric
 no vad
!
!
gateway 
 timer receive-rtp 1200
!
!
!
gatekeeper
 zone local GK ccievoice.com 142.1.64.254
 zone local CUBE ccievoice.com
 zone remote BBGK cisco.com 157.26.1.101 1719 outvia CUBE
 zone prefix BBGK 01132*
 no shutdown
! 
!
line con 0
line aux 0
line vty 0 4
 login
!
scheduler allocate 2 1000
ntp source Loopback0
ntp server 157.26.1.100
end

hq#




From: Amit Singh batraji...@yahoo.com
To: Ray jonha...@yahoo.com
Sent: Thursday, October 6, 2011 4:52 AM
Subject: Re: [OSL | CCIE_Voice] gatekeeper


Mate. 

Please let me know what exactly is the problem. 

I will be able to help. 

Sent from my iPad

On 6/10/2011, at 7:39 PM

Re: [OSL | CCIE_Voice] gatekeeper

2011-10-06 Thread Carl Stone
Just to clarify for my own sake - are you referring to the Volume II Lab 4?

No 2nd trunk from CUCM to the GK zone CUBE, if that is indeed what you are 
asking. 
What makes the CUBE work from GK is the keyword outvia at the end of the zone 
that CUCM registers to.

BTW, I've just finished up 3 new labs, and finished a round of beta testing 
them on willing participants. I'll be using them in my upcoming November Mock 
Lab Bootcamp, as well as recording shortened (well, shortened from the newer 
Volume II Labs 1  2) video solutions (complete with transcriptions), and then 
releasing them as replacements for the current Volume II Labs 3-5. So look for 
those to come around the week following that bootcamp. Then I will of course 
have 3 new labs for the January Mock Lab Bootcamp - 2 of which are currently 
being written.


Kind Regards,

Mark Snow, CCIE #14073
(Voice, Security)
Instructor
Internetwork Expert, Inc.
INE Online Community
INE Blog
LinkedIn
Toll Free: 877-224-8987
Outside US: +1 775 826 4344

- docendo discitur




On Oct 6, 2011, at 2:39 AM, Ray wrote:

 lab4 gatekeeper advance
 Do we have to setup another trunk to point to the gatekeeper zone CUBE or 
 should we use the same trunk pointing to the zone GK?
 I have tried thesame trunk and did everything i could, but my call is not 
 going through... help ..!!1
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] gatekeeper

2011-10-06 Thread Shrini
*Subject:* Re: [OSL | CCIE_Voice] gatekeeper

Mate.

Please let me know what exactly is the problem.

I will be able to help.

Sent from my iPad

On 6/10/2011, at 7:39 PM, Ray jonha...@yahoo.com 
mailto:jonha...@yahoo.com wrote:



lab4 gatekeeper advance
Do we have to setup another trunk to point to the gatekeeper zone 
CUBE or should we use the same trunk pointing to the zone GK?
I have tried thesame trunk and did everything i could, but my call is 
not going through... help ..!!1


___
For more information regarding industry leading CCIE Lab training, 
please visit www.ipexpert.com http://www.ipexpert.com


Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com http://www.PlatinumPlacement.com





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper configuration

2011-10-04 Thread darshan
 

Dear All;

 

I have 2 requirements and I don't know which one is the correct
configuration..

 

1.  For SIte C CME gateway

 

Configure SIteC Router as H323 gateway.

Make sure that all inbound  outbound H323 traffic is
sourced from the local interface

144.102.66.254/24

 

2.In Gatekeeper another Question is there

 

SIte C should use its Loopback address for all
communication with the gatekeeper.

 

 

My configuration is

 

Sc#interface loopback 0

desc SC Loopback

h323-gateway voip interface

ip address 144.1.66.254 255.255.255.0

h323-gateway voip interface

h323-gateway voip id GK ipaddr 144.1.64.254 1719

h323-gateway voip bind srcaddr 144.1.66.254

 

OR

 

Sc#interface vlan502

desc SC Voice

h323-voip interface

ip address 144.102.66.254 255.255.255.0

h323-gateway voip interface

h323-gateway voip id GK ipaddr 144.1.64.254 1719

h323-gateway voip bind srcaddr 144.102.66.254

 

 

144.1.66.254--- is the SIte C Loopback address

144.102.66.254-- is the Site C Voice Vlan 502

 

 

Appreciate to help me in this regard..

 

reagrds

Tashu

 

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper configuration

2011-10-04 Thread Mohd Baqari
In h323 only one interface can be used as source IP for all h323 messages. You 
cant have two h323 sources in same router. Maybe typo error

Regards,
Mohammed Al Baqari

Sent from my iPhone

On Oct 4, 2011, at 12:12 PM, darshan ccievoice0...@hotmail.com wrote:

  
 
 Dear All;
 
  
 
 I have 2 requirements and I don’t know which one is the correct 
 configuration..
 
  
 
 1.  For SIte C CME gateway
 
  
 
 Configure SIteC Router as H323 gateway.
 
 Make sure that all inbound  outbound H323 traffic is 
 sourced from the local interface
 
 144.102.66.254/24
 
  
 
 2.In Gatekeeper another Question is there
 
  
 
 SIte C should use its Loopback address for all communication 
 with the gatekeeper.
 
  
 
  
 
 My configuration is
 
  
 
 Sc#interface loopback 0
 
 desc SC Loopback
 
 h323-gateway voip interface
 
 ip address 144.1.66.254 255.255.255.0
 
 h323-gateway voip interface
 
 h323-gateway voip id GK ipaddr 144.1.64.254 1719
 
 h323-gateway voip bind srcaddr 144.1.66.254
 
  
 
 OR
 
  
 
 Sc#interface vlan502
 
 desc SC Voice   
 
 h323-voip interface
 
 ip address 144.102.66.254 255.255.255.0
 
 h323-gateway voip interface
 
 h323-gateway voip id GK ipaddr 144.1.64.254 1719
 
 h323-gateway voip bind srcaddr 144.102.66.254
 
  
 
  
 
 144.1.66.254--- is the SIte C Loopback address
 
 144.102.66.254-- is the Site C Voice Vlan 502
 
  
 
  
 
 Appreciate to help me in this regard..
 
  
 
 reagrds
 
 Tashu
 
  
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper configuration

2011-10-04 Thread darshan
Yes Mohd this is right..but In SiteC CME gateway it asks for Vlan 502 IP and 
gatekeeper to use local loopback..so I am really confused.

 

Regards

Darsh

 

From: Mohd Baqari [mailto:baqari.voic...@gmail.com] 
Sent: Tuesday, October 04, 2011 4:37 PM
To: darshan
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] Gatekeeper configuration

 

In h323 only one interface can be used as source IP for all h323 messages. You 
cant have two h323 sources in same router. Maybe typo error

Regards,

Mohammed Al Baqari

 

Sent from my iPhone


On Oct 4, 2011, at 12:12 PM, darshan ccievoice0...@hotmail.com wrote:

 

Dear All;

 

I have 2 requirements and I don’t know which one is the correct configuration..

 

1.  For SIte C CME gateway

 

Configure SIteC Router as H323 gateway.

Make sure that all inbound  outbound H323 traffic is sourced 
from the local interface

144.102.66.254/24

 

2.In Gatekeeper another Question is there

 

SIte C should use its Loopback address for all communication 
with the gatekeeper.

 

 

My configuration is

 

Sc#interface loopback 0

desc SC Loopback

h323-gateway voip interface

ip address 144.1.66.254 255.255.255.0

h323-gateway voip interface

h323-gateway voip id GK ipaddr 144.1.64.254 1719

h323-gateway voip bind srcaddr 144.1.66.254

 

OR

 

Sc#interface vlan502

desc SC Voice

h323-voip interface

ip address 144.102.66.254 255.255.255.0

h323-gateway voip interface

h323-gateway voip id GK ipaddr 144.1.64.254 1719

h323-gateway voip bind srcaddr 144.102.66.254

 

 

144.1.66.254--- is the SIte C Loopback address

144.102.66.254-- is the Site C Voice Vlan 502

 

 

Appreciate to help me in this regard..

 

reagrds

Tashu

 

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper configuration

2011-10-04 Thread Rrcrumm
Did you do a gateway in config mode on the branch rtr? Is it registered?

Randall

Sent from my iPhone

On Oct 4, 2011, at 1:12 AM, darshan ccievoice0...@hotmail.com wrote:

  
 
 Dear All;
 
  
 
 I have 2 requirements and I don’t know which one is the correct 
 configuration..
 
  
 
 1.  For SIte C CME gateway
 
  
 
 Configure SIteC Router as H323 gateway.
 
 Make sure that all inbound  outbound H323 traffic is 
 sourced from the local interface
 
 144.102.66.254/24
 
  
 
 2.In Gatekeeper another Question is there
 
  
 
 SIte C should use its Loopback address for all communication 
 with the gatekeeper.
 
  
 
  
 
 My configuration is
 
  
 
 Sc#interface loopback 0
 
 desc SC Loopback
 
 h323-gateway voip interface
 
 ip address 144.1.66.254 255.255.255.0
 
 h323-gateway voip interface
 
 h323-gateway voip id GK ipaddr 144.1.64.254 1719
 
 h323-gateway voip bind srcaddr 144.1.66.254
 
  
 
 OR
 
  
 
 Sc#interface vlan502
 
 desc SC Voice   
 
 h323-voip interface
 
 ip address 144.102.66.254 255.255.255.0
 
 h323-gateway voip interface
 
 h323-gateway voip id GK ipaddr 144.1.64.254 1719
 
 h323-gateway voip bind srcaddr 144.102.66.254
 
  
 
  
 
 144.1.66.254--- is the SIte C Loopback address
 
 144.102.66.254-- is the Site C Voice Vlan 502
 
  
 
  
 
 Appreciate to help me in this regard..
 
  
 
 reagrds
 
 Tashu
 
  
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper configuration

2011-10-04 Thread Ashraf Ayyash
Guys ,

the h323 bind command is not a GK command , its for the H323 GW so you
can have GK on interface and have the normal config of the GK
and the H323 bind under the interface which will work as H323 GW with the ccm

H323 bind can be usefull if you have Q said bind all media and
signalling to specific interface IP , h323 bind in this case will do
RTP binding for you ,

i hope this is clear

Ash

On Tue, Oct 4, 2011 at 8:45 AM, Rrcrumm rrcr...@yahoo.com wrote:
 Did you do a gateway in config mode on the branch rtr? Is it registered?
 Randall

 Sent from my iPhone
 On Oct 4, 2011, at 1:12 AM, darshan ccievoice0...@hotmail.com wrote:



 Dear All;



 I have 2 requirements and I don’t know which one is the correct
 configuration..



 1.  For SIte C     CME gateway



     Configure SIteC Router as H323 gateway.

     Make sure that all inbound  outbound H323 traffic is
 sourced from the local interface

     144.102.66.254/24



 2.In Gatekeeper another Question is there



     SIte C should use its Loopback address for all
 communication with the gatekeeper.





 My configuration is



 Sc#interface loopback 0

     desc SC Loopback

     h323-gateway voip interface

     ip address 144.1.66.254 255.255.255.0

     h323-gateway voip interface

     h323-gateway voip id GK ipaddr 144.1.64.254 1719

     h323-gateway voip bind srcaddr 144.1.66.254



 OR



 Sc#interface vlan502

     desc SC Voice

     h323-voip interface

     ip address 144.102.66.254 255.255.255.0

     h323-gateway voip interface

     h323-gateway voip id GK ipaddr 144.1.64.254 1719

     h323-gateway voip bind srcaddr 144.102.66.254





 144.1.66.254--- is the SIte C Loopback address

 144.102.66.254-- is the Site C Voice Vlan 502





 Appreciate to help me in this regard..



 reagrds

 Tashu



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


[OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

2011-09-21 Thread Stephen Manuel
I am working on a Gatekeeper Lab today and have most if the problems
resolved, but one is stumping me and I think it's because I 'm frustrated
and need another set of eyes on the problem.

 

So Thanks in advance.

 

Here's a basic rundown on what I've got setup. 

 

HQ router/site - MGCP controlled, use UCM trunks to communicate to/from
Gatekeeper zone prefix 904

BR1 router/site - CME router H323 controlled zone prefix 617

BR2 router/site - uses UCM via SCCP, everything is h323 zone prefix 3214

Default technology prefix 1#

 

I can call  to/from each h323 site to the other h323 site with no issues. 

I can call from HQ mgcp site to BR1 and BR2 with no problem. 

 

When I call from BR1 or BR2 to HQ I can't get the call to go thru, basically
inbound GK calls to HQ fail. 


It appears the calls are prefixed with the 1# technology prefix, which is
what I want, but how is the easiest way to strip that off, so I match on the
DN of the phone I'm trying to call. 

 

I know it sounds easy and I'm sure it is, but for some reason I'm perplexed.


 

Thanks in advance. 

 

Stephen Manuel

 

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

2011-09-21 Thread Chris Martin
There are a couple ways to strip the tech prefix for incoming calls into
UCM, the simplest is the Significant Digits field on your GK trunk.  Set
from all to 4 (or whatever works for your dial pattern).  If this doesnt
work for you, ie TEHO, then use a translation pattern, ie: 1#. or 1#.!
using predot to strip it off.

HTH

Chris

On Wed, Sep 21, 2011 at 1:42 PM, Stephen Manuel srman...@bellsouth.netwrote:

 I am working on a Gatekeeper Lab today and have most if the problems
 resolved, but one is stumping me and I think it’s because I ‘m frustrated
 and need another set of eyes on the problem.

 ** **

 So Thanks in advance.

 ** **

 Here’s a basic rundown on what I’ve got setup. 

 ** **

 HQ router/site - MGCP controlled, use UCM trunks to communicate to/from
 Gatekeeper zone prefix 904

 BR1 router/site - CME router H323 controlled zone prefix 617

 BR2 router/site – uses UCM via SCCP, everything is h323 zone prefix 3214**
 **

 Default technology prefix 1#

 ** **

 I can call  to/from each h323 site to the other h323 site with no issues.
 

 I can call from HQ mgcp site to BR1 and BR2 with no problem. 

 ** **

 When I call from BR1 or BR2 to HQ I can’t get the call to go thru,
 basically inbound GK calls to HQ fail. 


 It appears the calls are prefixed with the 1# technology prefix, which is
 what I want, but how is the easiest way to strip that off, so I match on the
 DN of the phone I’m trying to call. 

 ** **

 I know it sounds easy and I’m sure it is, but for some reason I’m
 perplexed. 

 ** **

 Thanks in advance. 

 ** **

 Stephen Manuel

 ** **

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

2011-09-21 Thread fresh ccie

You ae Right it is pretty easy
 
On the CUCM Trunk confg set  in the inbound call set the  Significant digit to 
the number that matches your internal dial-paln for example if you use 4 digit 
extensions set the significat digits to 4

Dude you have to take a rest
 



From: srman...@bellsouth.net
To: ccie_voice@onlinestudylist.com
Date: Wed, 21 Sep 2011 14:42:10 -0400
Subject: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question






I am working on a Gatekeeper Lab today and have most if the problems resolved, 
but one is stumping me and I think it’s because I ‘m frustrated and need 
another set of eyes on the problem.
 
So Thanks in advance.
 
Here’s a basic rundown on what I’ve got setup. 
 
HQ router/site - MGCP controlled, use UCM trunks to communicate to/from 
Gatekeeper zone prefix 904
BR1 router/site - CME router H323 controlled zone prefix 617
BR2 router/site – uses UCM via SCCP, everything is h323 zone prefix 3214
Default technology prefix 1#
 
I can call  to/from each h323 site to the other h323 site with no issues. 
I can call from HQ mgcp site to BR1 and BR2 with no problem. 
 
When I call from BR1 or BR2 to HQ I can’t get the call to go thru, basically 
inbound GK calls to HQ fail. 

It appears the calls are prefixed with the 1# technology prefix, which is what 
I want, but how is the easiest way to strip that off, so I match on the DN of 
the phone I’m trying to call. 
 
I know it sounds easy and I’m sure it is, but for some reason I’m perplexed. 
 
Thanks in advance. 
 
Stephen Manuel
 
___ For more information regarding 
industry leading CCIE Lab training, please visit www.ipexpert.com Are you a 
CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com 
   ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

2011-09-21 Thread Rrcrumm
You can strip off the digits with a translation pattern

Hth
Randall

Sent from my iPhone

On Sep 21, 2011, at 11:42 AM, Stephen Manuel srman...@bellsouth.net wrote:

 I am working on a Gatekeeper Lab today and have most if the problems 
 resolved, but one is stumping me and I think it’s because I ‘m frustrated and 
 need another set of eyes on the problem.
 
  
 
 So Thanks in advance.
 
  
 
 Here’s a basic rundown on what I’ve got setup.
 
  
 
 HQ router/site - MGCP controlled, use UCM trunks to communicate to/from 
 Gatekeeper zone prefix 904
 
 BR1 router/site - CME router H323 controlled zone prefix 617
 
 BR2 router/site – uses UCM via SCCP, everything is h323 zone prefix 3214
 
 Default technology prefix 1#
 
  
 
 I can call  to/from each h323 site to the other h323 site with no issues.
 
 I can call from HQ mgcp site to BR1 and BR2 with no problem.
 
  
 
 When I call from BR1 or BR2 to HQ I can’t get the call to go thru, basically 
 inbound GK calls to HQ fail.
 
 
 It appears the calls are prefixed with the 1# technology prefix, which is 
 what I want, but how is the easiest way to strip that off, so I match on the 
 DN of the phone I’m trying to call.
 
  
 
 I know it sounds easy and I’m sure it is, but for some reason I’m perplexed. 
 
  
 
 Thanks in advance.
 
  
 
 Stephen Manuel
 
  
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

2011-09-21 Thread Stephen Manuel
First, let me say, I do need a rest, it's hard to work on a lab and do real
paying work at the same time. 

 

Second, thanks to everyone who has replied. 

 

Here's what was throwing me.

 

I have 2 sites built in UCM, HQ which is a 10-digit site, npa-nxx of
904-607-..

And BR2 which an international site that has variable length dialing. 

 

So on UCM based on what site is being called the significant digits would be
different. 

 

The only way I could think this would work is thru a translation pattern,
similar to the way I have it working on my CME site. 

 

Thanks, 

 

Stephen Manuel

12212 Reedpond Drive East

Jacksonville, FL 32223

Cell Phone:  904-607-4805

 

From: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of fresh ccie
Sent: Wednesday, September 21, 2011 6:18 PM
To: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

 

You ae Right it is pretty easy
 
On the CUCM Trunk confg set  in the inbound call set the  Significant digit
to the number that matches your internal dial-paln for example if you use 4
digit extensions set the significat digits to 4

Dude you have to take a rest
 

  _  

From: srman...@bellsouth.net
To: ccie_voice@onlinestudylist.com
Date: Wed, 21 Sep 2011 14:42:10 -0400
Subject: [OSL | CCIE_Voice] GATEKEEPER Dial Plan - Routing Question

I am working on a Gatekeeper Lab today and have most if the problems
resolved, but one is stumping me and I think it's because I 'm frustrated
and need another set of eyes on the problem.

 

So Thanks in advance.

 

Here's a basic rundown on what I've got setup. 

 

HQ router/site - MGCP controlled, use UCM trunks to communicate to/from
Gatekeeper zone prefix 904

BR1 router/site - CME router H323 controlled zone prefix 617

BR2 router/site - uses UCM via SCCP, everything is h323 zone prefix 3214

Default technology prefix 1#

 

I can call  to/from each h323 site to the other h323 site with no issues. 

I can call from HQ mgcp site to BR1 and BR2 with no problem. 

 

When I call from BR1 or BR2 to HQ I can't get the call to go thru, basically
inbound GK calls to HQ fail. 


It appears the calls are prefixed with the 1# technology prefix, which is
what I want, but how is the easiest way to strip that off, so I match on the
DN of the phone I'm trying to call. 

 

I know it sounds easy and I'm sure it is, but for some reason I'm perplexed.


 

Thanks in advance. 

 

Stephen Manuel

 


___ For more information
regarding industry leading CCIE Lab training, please visit www.ipexpert.com
Are you a CCNP or CCIE and looking for a job? Check out
www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE CALL CANNOT BE COMPLETED AS DIALED]

2011-08-21 Thread Michael.Sears
I cannot complete calls from BR2 CME to BR1 or HQ using gatekeeper on HQ-RTR.  
I've verified the Gateway in CUCM and the Gatekeeper in CUCM and the Trunk and 
still calls will not complete from CME to either BR1 or HQ Phones.  I've double 
checked everything.  I've reset the gateway, trunk and CUCM service on Sub and 
Pub.  When I dial from CME 3001 to BR1 or HQ - I get the message your call 
cannot be completed as dialed.  Any assistance or suggestions would be 
appreciated.  I match the tech prefix and the zone prefix but still nothing 
happens.  I must be missing something.  Gatekeeper is giving me brain damage!

GATEKEEPER CONFIGURATION
gatekeeper;
zone local PL ipexpert.com;
zone prefix PL 1... gw-priority 10 gk-trunk_2;
zone prefix PL 1... gw-priority 9 gk-trunk_1;
zone prefix PL 1... gw-priority 0 BR2-RTR;
zone prefix PL 5... gw-priority 10 gk-trunk_2;
zone prefix PL 5... gw-priority 9 gk-trunk_1;
zone prefix PL 5... gw-priority 0 BR2-RTR;
gw-type-prefix 1#*;
no shutdown;
!;

BR2
BR2-RTR#show gateway
H.323 ITU-T Version: 4.0   H323 Stack Version: 0.1

H.323 service is up
Gateway  BR2-RTR  is registered to Gatekeeper PL

Alias list (CLI configured)
 E164-ID 3001
H323-ID BR2-RTR
Alias list (last RCF)
 E164-ID 3001
H323-ID BR2-RTR

H323 resource thresholding is Disabled
!
_
BR2 Dialpeer
dial-peer voice 15 voip
destination-pattern [15]...
voice-class codec 1
session target ras
tech-prefix 1#
no vad
!

__
HQ-RTR#show gatek gw
GATEWAY TYPE PREFIX TABLE
=
Prefix: 1#*
  Zone PL master gateway list:
10.10.210.10:1720 gk-trunk_1
10.10.210.11:1720 gk-trunk_2
  Zone PL prefix 5... priority gateway list(s):
   Priority 10:
10.10.210.11:1720 gk-trunk_2
   Priority 9:
10.10.210.10:1720 gk-trunk_1
  Zone PL prefix 1... priority gateway list(s):
   Priority 10:
10.10.210.11:1720 gk-trunk_2
   Priority 9:
10.10.210.10:1720 gk-trunk_1

Prefix: 3*
  Zone PL master gateway list:
10.10.110.3:1820 BR2-RTR
  Zone PL prefix 5... priority gateway list(s):
  Zone PL prefix 1... priority gateway list(s):
___
HQ-RTR#show gatek end
GATEKEEPER ENDPOINT REGISTRATION

CallSignalAddr  Port  RASSignalAddr   Port  Zone Name TypeFlags
--- - --- - - -
10.10.110.3 1820  10.10.110.3 61503 PLH323-GW
E164-ID: 3001
H323-ID: BR2-RTR
Voice Capacity Max.=  Avail.=  Current.= 0
10.10.210.101720  10.10.210.1032816 PLVOIP-GW
H323-ID: gk-trunk_1
Voice Capacity Max.=  Avail.=  Current.= 0
10.10.210.111720  10.10.210.1133215 PLVOIP-GW
H323-ID: gk-trunk_2
Voice Capacity Max.=  Avail.=  Current.= 0
Total number of active registrations = 3

ON BR2-RTR-DEBUG VOIP DIALPEER;
02:08:41: //-1//DPM/dpMatchPeers:;
   Result=SUCCESS(0) ;
   List of Matched Outgoing Dial-peer(s):;
 1: Dial-peer Tag=15;
__
ON HQ-RTR-DEBUG GATEK MAIN 10;
////GK/gk_rassrv_sep_arq: ARQ Didn't use GK_AAA_PROC;
//701F5FE8804E/701F5FE88050/GK/gk_dns_query: No Name servers;
//701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched 
tech-prefix 1#;
//701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched zone 
prefix 1 and remainder 002;
////GK/gk_rassrv_get_ingress_network: ARQ non-std 
ingress network = 1;
//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check the 
source side, src_zonep=0x49D60364;
//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: matched zone is PL, 
and z_invianamelen=0;
\//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check the 
destination side, dst_zonep=0x49D60364;
//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: matched zone is PL, 
and z_outvianamelen=0;
////GK/gk_rassrv_get_ingress_network: ARQ non-std 
ingress network = 1;
////GK/gk_process: QUEUE_EVENT (minor 0) wakeup;
////GK/gk_rassrv_brq: state = 0xF;
////GK/gk_rassrv_brq: brqp=0x49F7CF84, crv=0xF, 
bandWidth=160gk)#;
__


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE CALL CANNOT BE COMPLETED AS DIALED]

2011-08-21 Thread Kshitij Singhi
Hi Mike,

Have you stripped off the tech prefix on CUCM?

If not, add a Translation Pattern in the none partition:

1#.[23]XXX with a DDI of Pre-dot (assuming your extensions at HQ and BR1 are
2XXX and 3XXX respectively - modify as set up in your lab).

On Sun, Aug 21, 2011 at 11:59 PM, ccie_voice-requ...@onlinestudylist.comwrote:

 Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

 To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
 or, via email, send a message with subject or body 'help' to
ccie_voice-requ...@onlinestudylist.com

 You can reach the person managing the list at
ccie_voice-ow...@onlinestudylist.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of CCIE_Voice digest...


 Today's Topics:

   1. Re: Unable to access Proctorlabs.com (Rrcrumm)
   2. Re: Unable to access Proctorlabs.com (Marko Milivojevic)
   3. [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE CALL
  CANNOT BE COMPLETED AS DIALED] (michael.se...@compucom.com)


 --

 Message: 1
 Date: Sun, 21 Aug 2011 09:41:00 -0700
 From: Rrcrumm rrcr...@yahoo.com
 To: Nish Tarpara nishi...@hotmail.com
 Cc: ccie_voice@onlinestudylist.com
ccie_voice@onlinestudylist.com,   supp...@ipexpert.com
supp...@ipexpert.com
 Subject: Re: [OSL | CCIE_Voice] Unable to access Proctorlabs.com
 Message-ID: fc56a4bc-a260-4bb7-b244-14b74965c...@yahoo.com
 Content-Type: text/plain; charset=us-ascii

 Did you open a support ticket

 Rc

 Sent from my iPhone

 On Aug 20, 2011, at 9:24 PM, Nish Tarpara nishi...@hotmail.com wrote:

  Hi,
 
  I am unable to access or open proctorlabs.com site.
 
  getting below error.
 
  Server Error
 
  The server encountered an internal error and was unable to complete your
 request.JRun closed connection.
 
 
 
  Regards,
 
  Nish
 
 
  ___
  For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
 -- next part --
 An HTML attachment was scrubbed...
 URL:
 /archives/ccie_voice/attachments/20110821/f9ca4717/attachment-0001.html

 --

 Message: 2
 Date: Sun, 21 Aug 2011 10:11:46 -0700
 From: Marko Milivojevic mar...@ipexpert.com
 To: Nish Tarpara nishi...@hotmail.com
 Cc: ccie_voice@onlinestudylist.com, supp...@ipexpert.com
 Subject: Re: [OSL | CCIE_Voice] Unable to access Proctorlabs.com
 Message-ID:
CAGDYm0xp5VUqwBWKOmH=zw7bt1d_bogrvq1cgmgwy3iwyty...@mail.gmail.com
 
 Content-Type: text/plain; charset=UTF-8

 Hi, there was a downtime this morning. Whenever this happens, please
 get in touch with support at supp...@ipexpert.com and
 supp...@proctorlabs.com. That way, our support guys can work on the
 problem immediately, unless they're working on it already.

 Is everything OK now?

 --
 Marko Milivojevic - CCIE #18427
 Senior Technical Instructor - IPexpert

 FREE CCIE training: http://bit.ly/vLecture

 Mailto: mar...@ipexpert.com
 Telephone: +1.810.326.1444
 Web: http://www.ipexpert.com/

 On Sat, Aug 20, 2011 at 21:24, Nish Tarpara nishi...@hotmail.com wrote:
  Hi,
 
  I am unable to access or open proctorlabs.com site.
 
  getting below error.
 
  Server Error
 
  The server encountered an internal error and was unable to complete your
  request.JRun closed connection.
 
 
 
  Regards,
 
  Nish
 
 
 
  ___
  For more information regarding industry leading CCIE Lab training, please
  visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
  www.PlatinumPlacement.com
 


 --

 Message: 3
 Date: Sun, 21 Aug 2011 14:29:29 -0400
 From: michael.se...@compucom.com
 To: ccie_voice@onlinestudylist.com
 Subject: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002
GET YOU'RE CALL CANNOT BE COMPLETED AS DIALED]
 Message-ID:

  426D14439C8C604B90E332DD4696917301AD2D2BD9@SP049EXC32.compucom.local
 Content-Type: text/plain; charset=us-ascii

 I cannot complete calls from BR2 CME to BR1 or HQ using gatekeeper on
 HQ-RTR.  I've verified the Gateway in CUCM and the Gatekeeper in CUCM and
 the Trunk and still calls will not complete from CME to either BR1 or HQ
 Phones.  I've double checked everything.  I've reset the gateway, trunk and
 CUCM service on Sub and Pub.  When I dial from CME 3001 to BR1 or HQ - I get
 the message your call cannot be completed as dialed.  Any assistance or
 suggestions would be appreciated.  I match the tech prefix and the zone
 prefix but still nothing happens.  I must be missing something.  Gatekeeper
 is giving me brain damage!

 GATEKEEPER CONFIGURATION
 gatekeeper;
 zone local PL ipexpert.com;
 zone prefix PL 1... gw

Re: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE CALL CANNOT BE COMPLETED AS DIALED]

2011-08-21 Thread Brian Mulgrew
Hi Michael - is your gkp trunk set to 4 digits in cucm?

b

On Sun, Aug 21, 2011 at 7:29 PM, michael.se...@compucom.com wrote:

 I cannot complete calls from BR2 CME to BR1 or HQ using gatekeeper on
 HQ-RTR.  I’ve verified the Gateway in CUCM and the Gatekeeper in CUCM and
 the Trunk and still calls will not complete from CME to either BR1 or HQ
 Phones.  I’ve double checked everything.  I’ve reset the gateway, trunk and
 CUCM service on Sub and Pub.  When I dial from CME 3001 to BR1 or HQ – I get
 the message your call cannot be completed as dialed.  Any assistance or
 suggestions would be appreciated.  I match the tech prefix and the zone
 prefix but still nothing happens.  I must be missing something.  Gatekeeper
 is giving me brain damage!

 ** **

 GATEKEEPER CONFIGURATION

 gatekeeper;

 zone local PL ipexpert.com;

 zone prefix PL 1... gw-priority 10 gk-trunk_2;

 zone prefix PL 1... gw-priority 9 gk-trunk_1;

 zone prefix PL 1... gw-priority 0 BR2-RTR;

 zone prefix PL 5... gw-priority 10 gk-trunk_2;

 zone prefix PL 5... gw-priority 9 gk-trunk_1;

 zone prefix PL 5... gw-priority 0 BR2-RTR;

 gw-type-prefix 1#*;

 no shutdown;

 !;

 

 BR2 

 BR2-RTR#show gateway

 H.323 ITU-T Version: 4.0   H323 Stack Version: 0.1 

 ** **

 H.323 service is up

 Gateway  BR2-RTR  is registered to Gatekeeper PL

 ** **

 Alias list (CLI configured) 

  E164-ID 3001

 H323-ID BR2-RTR

 Alias list (last RCF) 

  E164-ID 3001

 H323-ID BR2-RTR

 ** **

 H323 resource thresholding is Disabled

 !

 _

 BR2 Dialpeer

 dial-peer voice 15 voip

 destination-pattern [15]...

 voice-class codec 1

 session target ras

 tech-prefix 1#

 no vad   

 ! 

 ** **

 __

 HQ-RTR#show gatek gw

 GATEWAY TYPE PREFIX TABLE

 =

 Prefix: 1#*

   Zone PL master gateway list:

 10.10.210.10:1720 gk-trunk_1 

 10.10.210.11:1720 gk-trunk_2 

   Zone PL prefix 5... priority gateway list(s):

Priority 10:

 10.10.210.11:1720 gk-trunk_2 

Priority 9:

 10.10.210.10:1720 gk-trunk_1 

   Zone PL prefix 1... priority gateway list(s):

Priority 10:

 10.10.210.11:1720 gk-trunk_2 

Priority 9:

 10.10.210.10:1720 gk-trunk_1 

 ** **

 Prefix: 3*

   Zone PL master gateway list:

 10.10.110.3:1820 BR2-RTR 

   Zone PL prefix 5... priority gateway list(s):

   Zone PL prefix 1... priority gateway list(s):

 ___

 HQ-RTR#show gatek end

 GATEKEEPER ENDPOINT REGISTRATION

 

 CallSignalAddr  Port  RASSignalAddr   Port  Zone Name TypeFlags
 

 --- - --- - - -
 

 10.10.110.3 1820  10.10.110.3 61503 PLH323-GW 

 E164-ID: 3001

 H323-ID: BR2-RTR

 Voice Capacity Max.=  Avail.=  Current.= 0

 10.10.210.101720  10.10.210.1032816 PLVOIP-GW 

 H323-ID: gk-trunk_1

 Voice Capacity Max.=  Avail.=  Current.= 0

 10.10.210.111720  10.10.210.1133215 PLVOIP-GW 

 H323-ID: gk-trunk_2

 Voice Capacity Max.=  Avail.=  Current.= 0

 Total number of active registrations = 3

 

 ON BR2-RTR-DEBUG VOIP DIALPEER;

 02:08:41: //-1//DPM/dpMatchPeers:;

Result=SUCCESS(0) ;

List of Matched Outgoing Dial-peer(s):; 

  1: Dial-peer Tag=15;

 __

 ON HQ-RTR-DEBUG GATEK MAIN 10;   

 ////GK/gk_rassrv_sep_arq: ARQ Didn't use
 GK_AAA_PROC;

 //701F5FE8804E/701F5FE88050/GK/gk_dns_query: No Name servers;

 //701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched
 tech-prefix 1#;

 //701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched zone
 prefix 1 and remainder 002;

 ////GK/gk_rassrv_get_ingress_network: ARQ non-std
 ingress network = 1;

 //701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check
 the source side, src_zonep=0x49D60364;

 //701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: matched zone is
 PL, and z_invianamelen=0;

 \//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check
 the destination side, dst_zonep=0x49D60364;

 //701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: 

Re: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE CALL CANNOT BE COMPLETED AS DIALED]

2011-08-21 Thread Jeff
Hi Mike,
A few suggestions.

CUCM Trunk have a CSS assigned to it that can see the partition that the phones 
are in?

Add dtmf-relay h245-alphanumeric h245-signal to your dial-peer 15.

Since the destination phone isn't ringing,  turn up 'debug ras' on BR2 and the 
gatekeeper.  Check that for any errors. 

Hope that helps,

Jeff
  - Original Message - 
  From: michael.se...@compucom.com 
  To: ccie_voice@onlinestudylist.com 
  Sent: Sunday, August 21, 2011 11:29 AM
  Subject: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET 
YOU'RE CALL CANNOT BE COMPLETED AS DIALED]


  I cannot complete calls from BR2 CME to BR1 or HQ using gatekeeper on HQ-RTR. 
 I've verified the Gateway in CUCM and the Gatekeeper in CUCM and the Trunk and 
still calls will not complete from CME to either BR1 or HQ Phones.  I've double 
checked everything.  I've reset the gateway, trunk and CUCM service on Sub and 
Pub.  When I dial from CME 3001 to BR1 or HQ - I get the message your call 
cannot be completed as dialed.  Any assistance or suggestions would be 
appreciated.  I match the tech prefix and the zone prefix but still nothing 
happens.  I must be missing something.  Gatekeeper is giving me brain damage!

   

  GATEKEEPER CONFIGURATION

  gatekeeper;

  zone local PL ipexpert.com;

  zone prefix PL 1... gw-priority 10 gk-trunk_2;

  zone prefix PL 1... gw-priority 9 gk-trunk_1;

  zone prefix PL 1... gw-priority 0 BR2-RTR;

  zone prefix PL 5... gw-priority 10 gk-trunk_2;

  zone prefix PL 5... gw-priority 9 gk-trunk_1;

  zone prefix PL 5... gw-priority 0 BR2-RTR;

  gw-type-prefix 1#*;

  no shutdown;

  !;

  

  BR2 

  BR2-RTR#show gateway

  H.323 ITU-T Version: 4.0   H323 Stack Version: 0.1 

   

  H.323 service is up

  Gateway  BR2-RTR  is registered to Gatekeeper PL

   

  Alias list (CLI configured) 

   E164-ID 3001

  H323-ID BR2-RTR

  Alias list (last RCF) 

   E164-ID 3001

  H323-ID BR2-RTR

   

  H323 resource thresholding is Disabled

  !

  _

  BR2 Dialpeer

  dial-peer voice 15 voip

  destination-pattern [15]...

  voice-class codec 1

  session target ras

  tech-prefix 1#

  no vad   

  ! 

   

  __

  HQ-RTR#show gatek gw

  GATEWAY TYPE PREFIX TABLE

  =

  Prefix: 1#*

Zone PL master gateway list:

  10.10.210.10:1720 gk-trunk_1 

  10.10.210.11:1720 gk-trunk_2 

Zone PL prefix 5... priority gateway list(s):

 Priority 10:

  10.10.210.11:1720 gk-trunk_2 

 Priority 9:

  10.10.210.10:1720 gk-trunk_1 

Zone PL prefix 1... priority gateway list(s):

 Priority 10:

  10.10.210.11:1720 gk-trunk_2 

 Priority 9:

  10.10.210.10:1720 gk-trunk_1 

   

  Prefix: 3*

Zone PL master gateway list:

  10.10.110.3:1820 BR2-RTR 

Zone PL prefix 5... priority gateway list(s):

Zone PL prefix 1... priority gateway list(s):

  ___

  HQ-RTR#show gatek end

  GATEKEEPER ENDPOINT REGISTRATION

  

  CallSignalAddr  Port  RASSignalAddr   Port  Zone Name TypeFlags 

  --- - --- - - - 

  10.10.110.3 1820  10.10.110.3 61503 PLH323-GW 

  E164-ID: 3001

  H323-ID: BR2-RTR

  Voice Capacity Max.=  Avail.=  Current.= 0

  10.10.210.101720  10.10.210.1032816 PLVOIP-GW 

  H323-ID: gk-trunk_1

  Voice Capacity Max.=  Avail.=  Current.= 0

  10.10.210.111720  10.10.210.1133215 PLVOIP-GW 

  H323-ID: gk-trunk_2

  Voice Capacity Max.=  Avail.=  Current.= 0

  Total number of active registrations = 3

  

  ON BR2-RTR-DEBUG VOIP DIALPEER;

  02:08:41: //-1//DPM/dpMatchPeers:;

 Result=SUCCESS(0) ;

 List of Matched Outgoing Dial-peer(s):; 

   1: Dial-peer Tag=15;

  __

  ON HQ-RTR-DEBUG GATEK MAIN 10;   

  ////GK/gk_rassrv_sep_arq: ARQ Didn't use GK_AAA_PROC;

  //701F5FE8804E/701F5FE88050/GK/gk_dns_query: No Name servers;

  //701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched 
tech-prefix 1#;

  //701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched zone 
prefix 1 and remainder 002;

  ////GK/gk_rassrv_get_ingress_network: ARQ non-std 
ingress network = 1;

  //701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check the 
source side, src_zonep=0x49D60364;

  //701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: matched zone is PL, 
and z_invianamelen=0

Re: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE CALL CANNOT BE COMPLETED AS DIALED]

2011-08-21 Thread khaled Saholy

 
I guess it's codec and region mismatch between CM trunk and CME dialpeer.
 
Regards.
 
Khaled 
 



From: michael.se...@compucom.com
To: ccie_voice@onlinestudylist.com
Date: Sun, 21 Aug 2011 14:29:29 -0400
Subject: [OSL | CCIE_Voice] [GATEKEEPER DIAL FROM BR23001 TO BR11002 GET YOU'RE 
CALL CANNOT BE COMPLETED AS DIALED]






I cannot complete calls from BR2 CME to BR1 or HQ using gatekeeper on HQ-RTR.  
I’ve verified the Gateway in CUCM and the Gatekeeper in CUCM and the Trunk and 
still calls will not complete from CME to either BR1 or HQ Phones.  I’ve double 
checked everything.  I’ve reset the gateway, trunk and CUCM service on Sub and 
Pub.  When I dial from CME 3001 to BR1 or HQ – I get the message your call 
cannot be completed as dialed.  Any assistance or suggestions would be 
appreciated.  I match the tech prefix and the zone prefix but still nothing 
happens.  I must be missing something.  Gatekeeper is giving me brain damage!
 
GATEKEEPER CONFIGURATION
gatekeeper;
zone local PL ipexpert.com;
zone prefix PL 1... gw-priority 10 gk-trunk_2;
zone prefix PL 1... gw-priority 9 gk-trunk_1;
zone prefix PL 1... gw-priority 0 BR2-RTR;
zone prefix PL 5... gw-priority 10 gk-trunk_2;
zone prefix PL 5... gw-priority 9 gk-trunk_1;
zone prefix PL 5... gw-priority 0 BR2-RTR;
gw-type-prefix 1#*;
no shutdown;
!;

BR2 
BR2-RTR#show gateway
H.323 ITU-T Version: 4.0   H323 Stack Version: 0.1 
 
H.323 service is up
Gateway  BR2-RTR  is registered to Gatekeeper PL
 
Alias list (CLI configured) 
 E164-ID 3001
H323-ID BR2-RTR
Alias list (last RCF) 
 E164-ID 3001
H323-ID BR2-RTR
 
H323 resource thresholding is Disabled
!
_
BR2 Dialpeer
dial-peer voice 15 voip
destination-pattern [15]...
voice-class codec 1
session target ras
tech-prefix 1#
no vad   
! 
 
__
HQ-RTR#show gatek gw
GATEWAY TYPE PREFIX TABLE
=
Prefix: 1#*
  Zone PL master gateway list:
10.10.210.10:1720 gk-trunk_1 
10.10.210.11:1720 gk-trunk_2 
  Zone PL prefix 5... priority gateway list(s):
   Priority 10:
10.10.210.11:1720 gk-trunk_2 
   Priority 9:
10.10.210.10:1720 gk-trunk_1 
  Zone PL prefix 1... priority gateway list(s):
   Priority 10:
10.10.210.11:1720 gk-trunk_2 
   Priority 9:
10.10.210.10:1720 gk-trunk_1 
 
Prefix: 3*
  Zone PL master gateway list:
10.10.110.3:1820 BR2-RTR 
  Zone PL prefix 5... priority gateway list(s):
  Zone PL prefix 1... priority gateway list(s):
___
HQ-RTR#show gatek end
GATEKEEPER ENDPOINT REGISTRATION

CallSignalAddr  Port  RASSignalAddr   Port  Zone Name TypeFlags 
--- - --- - - - 
10.10.110.3 1820  10.10.110.3 61503 PLH323-GW 
E164-ID: 3001
H323-ID: BR2-RTR
Voice Capacity Max.=  Avail.=  Current.= 0
10.10.210.101720  10.10.210.1032816 PLVOIP-GW 
H323-ID: gk-trunk_1
Voice Capacity Max.=  Avail.=  Current.= 0
10.10.210.111720  10.10.210.1133215 PLVOIP-GW 
H323-ID: gk-trunk_2
Voice Capacity Max.=  Avail.=  Current.= 0
Total number of active registrations = 3

ON BR2-RTR-DEBUG VOIP DIALPEER;
02:08:41: //-1//DPM/dpMatchPeers:;
   Result=SUCCESS(0) ;
   List of Matched Outgoing Dial-peer(s):; 
 1: Dial-peer Tag=15;
__
ON HQ-RTR-DEBUG GATEK MAIN 10;   
////GK/gk_rassrv_sep_arq: ARQ Didn't use GK_AAA_PROC;
//701F5FE8804E/701F5FE88050/GK/gk_dns_query: No Name servers;
//701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched 
tech-prefix 1#;
//701F5FE8804E/701F5FE88050/GK/rassrv_get_addrinfo: (1#1002) Matched zone 
prefix 1 and remainder 002;
////GK/gk_rassrv_get_ingress_network: ARQ non-std 
ingress network = 1;
//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check the 
source side, src_zonep=0x49D60364;
//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: matched zone is PL, 
and z_invianamelen=0;
\//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: about to check the 
destination side, dst_zonep=0x49D60364;
//701F5FE8804E/701F5FE88050/GK/rassrv_arq_select_viazone: matched zone is PL, 
and z_outvianamelen=0;
////GK/gk_rassrv_get_ingress_network: ARQ non-std 
ingress network = 1;
////GK/gk_process: QUEUE_EVENT (minor 0) wakeup;
////GK/gk_rassrv_brq: state = 0xF;
////GK/gk_rassrv_brq: brqp=0x49F7CF84, crv=0xF, 
bandWidth=160gk

Re: [OSL | CCIE_Voice] Gatekeeper with CUBE

2011-08-06 Thread Pablo Meneses
CUCM by default does slow start and cube does fast start, that is
called an interworking issue. You can try the following:
Make CUCM fast start by adding a valid resource with the right codec
on CUCM and on the MTP or you can add the call start interwork
command under voice service voip on the CUBE router. In my personal
opinion I think that it would be better
torecommendation.recommendation.

On 8/5/11, mgscip gpsvoiceexpe...@yahoo.com wrote:
 Hi All,

 I'm testing with Gatekeeper with CUBE.

 When i make call from HQ to site C through Gatekeeper , HQ Phone keep
 ringing even the call answered in the Site C.

 I have unchecked the Wait for TCS in the Gatekeeper trunk . but the
 results are same.

 How to proceed further on this ?

 Thanks.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


[OSL | CCIE_Voice] Gatekeeper with CUBE

2011-08-05 Thread mgscip
Hi All,

I'm testing with Gatekeeper with CUBE.

When i make call from HQ to site C through Gatekeeper , HQ Phone keep ringing 
even the call answered in the Site C.

I have unchecked the Wait for TCS in the Gatekeeper trunk . but the results 
are same.

How to proceed further on this ?

Thanks.___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-18 Thread Randall Saborio
The publisher is not the primary server, so the first option should be the
subscriber.

Though the GK question may not be specific about which server to use first,
I would still configure the server preference as according to the beginning
of the exam where it tells you which server is the primary call processing
server.

It won't make you loose any points either if you configure it but they don't
check what priority you have set.

On Sun, Jul 17, 2011 at 12:48 PM, Brian Mulgrew btmulg...@gmail.com wrote:

 Hi Peter - you can use the gw-priority 10 cucm-trunk_1 parameter
 within the zone prefix command to ensure the publisher is always
 selected first.

 hth

 On 17/07/2011, Peter peter.imman...@rediffmail.com wrote:
  Hi,
 
  In the lab, suppose there is a general requirement like Subscriber should
 be
  the primary call processing with Publisher as backup.
 
  When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper
  between them. There is nothing specific mentioned in the Gatekeeper
 section,
  related to Call Processing. Assume that we are doing Tech-prefix based
  routing.
 
  When CUCME calls HQ, from the GK point of view, both the CUCM nodes are
  registered with the same tech prefix. Does it mandatory that we create
 zone
  prefix in gatekeeper making Subscriber with a higher priority than
 Publisher
  so as to ensure all incoming calls from Gatekeeper hit the Subscriber
 first?
 
  Peter

 --
 Sent from my mobile device
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




-- 
Randall da ill Saborio
CCIE Voice Wannabe #10054675811
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-17 Thread Peter
Hi,

In the lab, suppose there is a general requirement like Subscriber should be 
the primary call processing with Publisher as backup. 

When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper 
between them. There is nothing specific mentioned in the Gatekeeper section, 
related to Call Processing. Assume that we are doing Tech-prefix based routing.

When CUCME calls HQ, from the GK point of view, both the CUCM nodes are 
registered with the same tech prefix. Does it mandatory that we create zone 
prefix in gatekeeper making Subscriber with a higher priority than Publisher so 
as to ensure all incoming calls from Gatekeeper hit the Subscriber first?

Peter___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-17 Thread Ashraf Ayyash
By default the priority for each CCM will be server and you can prioritize
them using command Gw-priority .
Vik have explain/configure this in each GK config example he have in WB2

Thanks
Ash

On Sun, Jul 17, 2011 at 6:39 PM, Peter peter.imman...@rediffmail.comwrote:

 Hi,

 In the lab, suppose there is a general requirement like Subscriber should
 be the primary call processing with Publisher as backup.

 When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper
 between them. There is nothing specific mentioned in the Gatekeeper section,
 related to Call Processing. Assume that we are doing Tech-prefix based
 routing.

 When CUCME calls HQ, from the GK point of view, both the CUCM nodes are
 registered with the same tech prefix. Does it mandatory that we create zone
 prefix in gatekeeper making Subscriber with a higher priority than Publisher
 so as to ensure all incoming calls from Gatekeeper hit the Subscriber first?

 Peter

 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?
 Treat yourself at a restaurant, spa, resort and much more with *Rediff
 Deal ho 
 jaye!http://track.rediff.com/click?url=___http://dealhojaye.rediff.com?sc_cid=mailsignature___cmp=signaturelnk=rediffmailsignaturenewservice=deals
 *
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-17 Thread Bill Lake
you would use something like this to proritize the call processing

zone prefix US 1… gw-priority 10 gk-trunk_2

zone prefix US 1… gw-priority 9 gk-trunk_1

zone prefix US 5… gw-priority 10 gk-trunk_2

zone prefix US 5… gw-priority 9 gk-trunk_1

On Sun, Jul 17, 2011 at 10:39 AM, Peter peter.imman...@rediffmail.comwrote:

 Hi,

 In the lab, suppose there is a general requirement like Subscriber should
 be the primary call processing with Publisher as backup.

 When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper
 between them. There is nothing specific mentioned in the Gatekeeper section,
 related to Call Processing. Assume that we are doing Tech-prefix based
 routing.

 When CUCME calls HQ, from the GK point of view, both the CUCM nodes are
 registered with the same tech prefix. Does it mandatory that we create zone
 prefix in gatekeeper making Subscriber with a higher priority than Publisher
 so as to ensure all incoming calls from Gatekeeper hit the Subscriber first?

 Peter

 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?
 Treat yourself at a restaurant, spa, resort and much more with *Rediff
 Deal ho 
 jaye!http://track.rediff.com/click?url=___http://dealhojaye.rediff.com?sc_cid=mailsignature___cmp=signaturelnk=rediffmailsignaturenewservice=deals
 *
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-17 Thread Peter
Hi Ashraf,

Thanks for the response.

My question is, if there is no specific requirement in the Gatekeeper section 
of the lab to have priority for Subscriber, are you supposed to do this 
configuration using gw-priority command?

By doing, Are you going to lose any marks?

Peter

On Sun, 17 Jul 2011 23:49:42 +0530  wrote
By default the priority for each CCM will be server and you can prioritize 
them using command Gw-priority .
Vik have explain/configure this in each GK config example he have in WB2 

Thanks 
Ash  


On Sun, Jul 17, 2011 at 6:39 PM, Peter  wrote:

Hi,



In the lab, suppose there is a general requirement like Subscriber should be 
the primary call processing with Publisher as backup. 



When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper 
between them. There is nothing specific mentioned in the Gatekeeper section, 
related to Call Processing. Assume that we are doing Tech-prefix based routing.




When CUCME calls HQ, from the GK point of view, both the CUCM nodes are 
registered with the same tech prefix. Does it mandatory that we create zone 
prefix in gatekeeper making Subscriber with a higher priority than Publisher so 
as to ensure all incoming calls from Gatekeeper hit the Subscriber first?




Peter


Treat yourself at a restaurant, spa, resort and much more with Rediff Deal ho 
jaye!

___

For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com



Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-17 Thread Ashraf Ayyash
if the Questions ask to prioritize YES, i believe the Q will be clear enough
if they ask for  this requirement in specific ,
if i am in the exam now and this is not specified clearly i will ask the
proctor and he must give me more accurate info about this :)
but General speaking they must tell you about that , or maybe as the WB's
Questions , you will know this from the show commands which you need to do
replica of it in your GK  .

Best regards
Ash



On Sun, Jul 17, 2011 at 9:22 PM, Peter peter.imman...@rediffmail.comwrote:

 Hi Ashraf,

 Thanks for the response.

 My question is, if there is no specific requirement in the Gatekeeper
 section of the lab to have priority for Subscriber, are you supposed to do
 this configuration using gw-priority command?

 By doing, Are you going to lose any marks?

 Peter

 On Sun, 17 Jul 2011 23:49:42 +0530 wrote

 By default the priority for each CCM will be server and you can prioritize
 them using command Gw-priority .
 Vik have explain/configure this in each GK config example he have in WB2

 Thanks
 Ash


 On Sun, Jul 17, 2011 at 6:39 PM, Peter ** wrote:

 Hi,



 In the lab, suppose there is a general requirement like Subscriber should
 be the primary call processing with Publisher as backup.



 When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper
 between them. There is nothing specific mentioned in the Gatekeeper section,
 related to Call Processing. Assume that we are doing Tech-prefix based
 routing.




 When CUCME calls HQ, from the GK point of view, both the CUCM nodes are
 registered with the same tech prefix. Does it mandatory that we create zone
 prefix in gatekeeper making Subscriber with a higher priority than Publisher
 so as to ensure all incoming calls from Gatekeeper hit the Subscriber first?




 Peter


 Treat yourself at a restaurant, spa, resort and much more with Rediff Deal
 ho jaye!

 ___

 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com



 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?
 Treat yourself at a restaurant, spa, resort and much more with *Rediff
 Deal ho 
 jaye!http://track.rediff.com/click?url=___http://dealhojaye.rediff.com?sc_cid=mailsignature___cmp=signaturelnk=rediffmailsignaturenewservice=deals
 *

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper Call Processing

2011-07-17 Thread Brian Mulgrew
Hi Peter - you can use the gw-priority 10 cucm-trunk_1 parameter
within the zone prefix command to ensure the publisher is always
selected first.

hth

On 17/07/2011, Peter peter.imman...@rediffmail.com wrote:
 Hi,

 In the lab, suppose there is a general requirement like Subscriber should be
 the primary call processing with Publisher as backup.

 When you have a setup like HQ as CUCM and BR2 with CUCME, and Gatekeeper
 between them. There is nothing specific mentioned in the Gatekeeper section,
 related to Call Processing. Assume that we are doing Tech-prefix based
 routing.

 When CUCME calls HQ, from the GK point of view, both the CUCM nodes are
 registered with the same tech prefix. Does it mandatory that we create zone
 prefix in gatekeeper making Subscriber with a higher priority than Publisher
 so as to ensure all incoming calls from Gatekeeper hit the Subscriber first?

 Peter

-- 
Sent from my mobile device
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] Gatekeeper IPIPGW

2011-06-06 Thread naser jalouk
Dears,

I have tried the configuration, and it is working fine but for some reason
the fourth call attempt is always giving CUCM error message your call
cannot be completed as dialed please consult...

below is part of my configuration on HQ router:

interface FastEthernet0/0.11
 encapsulation dot1Q 11
 ip address 177.1.11.1 255.255.255.0
 ip helper-address 177.1.10.10
 ip pim dense-mode
 h323-gateway voip interface
 h323-gateway voip id GK ipaddr 177.1.254.1 1719
 h323-gateway voip h323-id CUBE
 h323-gateway voip bind srcaddr 177.1.11.1
!
dial-peer voice 1001 voip destination-pattern 011T session target ras
incoming called-number 011 dtmf-relay h245-alphanumeric no vad !
gatekeeper zone local GK cisco.com 177.1.254.1 invia GK outvia GK
enable-intrazone zone remote BBGK ccievoice.com 177.1.254.254 1719 zone
prefix BBGK 011* no shutdown


R1#sh gatek end GATEKEEPER ENDPOINT REGISTRATION
 CallSignalAddr Port RASSignalAddr Port Zone
Name Type Flags --- - --- - - 
- 177.1.11.1 1720 177.1.11.1 60629 GK H323-GW H323-ID: CUBE Voice
Capacity Max.= Avail.= Current.= 0 177.1.10.10 1720 177.1.10.10 33309 GK
VOIP-GW H323-ID: GK-Trunk_1 Voice Capacity Max.= Avail.= Current.= 0
177.1.10.20 1720 177.1.10.20 32795 GK VOIP-GW H323-ID: GK-Trunk_2 Voice
Capacity Max.= Avail.= Current.= 0 177.1.254.3 1720 177.1.254.3 51961 GK
H323-GW H323-ID: CUCME Voice Capacity Max.= Avail.= Current.= 0 Total number
of active registrations = 4



I appreciate your assistance ...
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper IPIPGW

2011-06-06 Thread Qq Ccie
You would need to configure either zone prefix (priority) or tech-prefix for 
routing within local zone GK.



From: naser jalouk naser.jal...@gmail.com
To: edot...@ams.net
Cc: ccie_voice@onlinestudylist.com
Sent: Mon, June 6, 2011 6:45:12 PM
Subject: Re: [OSL | CCIE_Voice] Gatekeeper IPIPGW


Dears,

I have tried the configuration, and it is working fine but for some reason the 
fourth call attempt is always giving CUCM error message your call cannot be 
completed as dialed please consult...

below is part of my configuration on HQ router:

interface FastEthernet0/0.11
 encapsulation dot1Q 11
 ip address 177.1.11.1 255.255.255.0
 ip helper-address 177.1.10.10
 ip pim dense-mode
 h323-gateway voip interface
 h323-gateway voip id GK ipaddr 177.1.254.1 1719
 h323-gateway voip h323-id CUBE
 h323-gateway voip bind srcaddr 177.1.11.1
!
dial-peer voice 1001 voip
destination-pattern 011T
session target ras
incoming called-number 011
dtmf-relay h245-alphanumeric
no vad
!
gatekeeper
zone local GK cisco.com 177.1.254.1 invia GK outvia GK enable-intrazone
zone remote BBGK ccievoice.com 177.1.254.254 1719
zone prefix BBGK 011*
no shutdown


R1#sh gatek end
GATEKEEPER ENDPOINT REGISTRATION

CallSignalAddr  Port  RASSignalAddr   Port  Zone Name TypeFlags 
--- - --- - - - 
177.1.11.1  1720  177.1.11.1  60629 GKH323-GW 
H323-ID: CUBE
Voice Capacity Max.=  Avail.=  Current.= 0
177.1.10.10 1720  177.1.10.10 33309 GKVOIP-GW 
H323-ID: GK-Trunk_1
Voice Capacity Max.=  Avail.=  Current.= 0
177.1.10.20 1720  177.1.10.20 32795 GKVOIP-GW 
H323-ID: GK-Trunk_2
Voice Capacity Max.=  Avail.=  Current.= 0
177.1.254.3 1720  177.1.254.3 51961 GKH323-GW 
H323-ID: CUCME
Voice Capacity Max.=  Avail.=  Current.= 0
Total number of active registrations = 4




I appreciate your assistance ...___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] gatekeeper for CME

2011-05-30 Thread donny f
hi all,

what is command we need in Gatekeeper , so in sh gatekeeper endpoint 
, the  CME will show as VOIP-GW, rather than H.323 id ?


tks
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] gatekeeper for CME

2011-05-30 Thread Bill Lake
Are/How are your gateways registered to CUCM?

On Mon, May 30, 2011 at 1:45 AM, donny f f.faraday...@gmail.com wrote:

 hi all,

 what is command we need in Gatekeeper , so in sh gatekeeper endpoint 
 , the  CME will show as VOIP-GW, rather than H.323 id ?


 tks

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] gatekeeper for CME

2011-05-30 Thread Chevy
Remove the allow-connections commands.

Thanks,

Chevy
On May 30, 2011 2:41 AM, donny f f.faraday...@gmail.com wrote:
 hi all,

 what is command we need in Gatekeeper , so in sh gatekeeper endpoint 
 , the CME will show as VOIP-GW, rather than H.323 id ?


 tks
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Gatekeeper question

2011-05-30 Thread Randall Crumm
Hi,
How do I get gk-trunk_1 and 2  to repflect port 1720?

Thanks,
Randall

HQ-RTR(config)#do show gatekeeper gw
GATEWAY TYPE PREFIX TABLE
=
Prefix: 3*
  Zone HQ master gateway list:
    10.10.110.3:1720 BR2-RTR

Prefix: 1#*
  Zone HQ master gateway list:
    10.10.210.10:40081 GK-TRUNK_1
    10.10.210.11:33277 GK-TRUNK_2
  Zone HQ prefix 1... priority gateway list(s):
   Priority 5:
    10.10.210.10:40081 GK-TRUNK_1
    10.10.210.11:33277 GK-TRUNK_2
  Zone HQ prefix 5... priority gateway list(s):
   Priority 5:
    10.10.210.10:40081 GK-TRUNK_1
    10.10.210.11:33277 GK-TRUNK_2___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Gatekeeper question

2011-05-30 Thread Nirvair Sahota
In callmanager system -- service parameters' search on 1720 and and replace 
'None' with  'gk-trunk'

--- On Mon, 5/30/11, Randall Crumm rrcr...@yahoo.com wrote:


From: Randall Crumm rrcr...@yahoo.com
Subject: [OSL | CCIE_Voice] Gatekeeper question
To: Online Study ccie_voice@onlinestudylist.com
Date: Monday, May 30, 2011, 10:39 AM




Hi,
How do I get gk-trunk_1 and 2  to repflect port 1720?


Thanks,
Randall



HQ-RTR(config)#do show gatekeeper gw
GATEWAY TYPE PREFIX TABLE
=
Prefix: 3*
  Zone HQ master gateway list:
    10.10.110.3:1720 BR2-RTR


Prefix: 1#*
  Zone HQ master gateway list:
    10.10.210.10:40081 GK-TRUNK_1
    10.10.210.11:33277 GK-TRUNK_2
  Zone HQ prefix 1... priority gateway list(s):
   Priority 5:
    10.10.210.10:40081 GK-TRUNK_1
    10.10.210.11:33277 GK-TRUNK_2
  Zone HQ prefix 5... priority gateway list(s):
   Priority 5:
    10.10.210.10:40081 GK-TRUNK_1
    10.10.210.11:33277 GK-TRUNK_2




-Inline Attachment Follows-


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

  1   2   3   4   >