06-19-2008 10:51 AM - edited 03-17-2019 09:25 PM
Got a 2811 with the SipServices/h323 IOS. I need to setup the unit as a gatekeeper for 6 polycom HDX 7000 endpoints. Gk will only used for video conferencing, no Sip. Can someone point me to a sample config for the 2811 or somehting? Searching for "gatekeeper" didn't turn up anything helpful.
Thanks
Solved! Go to Solution.
06-19-2008 11:56 AM
Take a look at the following link for basic gatekeeper concepts and configuration.
http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00800a8928.shtml
http://www.cisco.com/en/US/tech/tk1077/technologies_configuration_example09186a00800a9a56.shtml
Hope this helps. If so, please rate the post.
Brandon
06-19-2008 11:56 AM
Take a look at the following link for basic gatekeeper concepts and configuration.
http://www.cisco.com/en/US/tech/tk1077/technologies_tech_note09186a00800a8928.shtml
http://www.cisco.com/en/US/tech/tk1077/technologies_configuration_example09186a00800a9a56.shtml
Hope this helps. If so, please rate the post.
Brandon
06-25-2008 05:42 AM
If Brandon's links aren't enough, shoot me an email address; I'm using 2811s for core GK (and alt) and can send you my config as a starting point and/or comparison.
Greg
01-22-2009 03:53 PM
Can you send me your email address so I can get that configuration. I am trying to get video conferencing working on a 2811
01-23-2009 05:25 AM
03-23-2009 11:12 AM
Hi robert
I want to configure similar scenario. can you send me your configuration of the gatekeeper???
sincerelly thanks!
Tobias
03-23-2009 11:35 AM
Email me @ greg.roberts@state.tn.us, and I'll reply with my config.
Greg
03-31-2009 11:27 AM
Hi robert
I have two gatekeepers (MCM-cisco2621mx, with ios 12.3 jsx)
the configuration of GK is:
gatekeeper
zone local GK mio.com
zone remote GK2 otro.com 192.168.10.10 1719
zone prefix GK 226....
zone prefix GK2 5....
gw-type-prefix 1#* default-technology
lrq forward-queries no shutdown
!
the second gatekeeper (GK2):
gatekeeper
zone local GK2 otro.com
zone remote GK mio.com 192.168.210.85 1719
zone prefix GK 226....
zone prefix GK2 5....
lrq forward-queries
no shutdown
!
i have two terminals H323, one register on the GK (zone 226) and other on the GK2 zone (5)
So, when i call 2267721 or 52345 the call not connect.
I need your help please.
Sincerely thanks!!!
01-23-2009 09:53 AM
I'm in the same boat as you, here is a link to some gatekeeper info.
http://www.cisco.com/en/US/docs/ios/12_2/voice/configuration/guide/vvf323gk.html
Hopefully the 'Starting a Gatekeeper' and 'Configuring a Gatekeeper Example' sections will be helpful.
01-23-2009 11:18 AM
Thank you for the information, I do have a question, which IOS version are you using on your 2811 router?
01-23-2009 11:30 AM
That guide is for 12.2 IOS. 2811's run 12.4 out of the box. Commands have changed some since 12.2. you can't paste in some 12.2 gk commands directly into 12.4 from what I remember.
Can anyone tell me why is it so hard to find Cisco IOS guides? The old "Cisco Connection site" made it easy to find IOS guides. Still can't find an easy way to find all the IOS guides for IOS 12.4/12.3. What am I missing here?
01-23-2009 11:49 AM
I'm running release 12.4.23, specifically c2800nm-adventerprisek9_ivs-mz.124-23.bin
Some of the commands may be different since the guide is for 12.2, however, the 'Starting a Gatekeeper' and example commands appear to be the same.
01-23-2009 11:54 AM
That is the IOS that I am running, have you run into any licensing issues, from what I understnad the gatekeeper requires licenses after 12.4(20)T.
01-26-2009 03:31 PM
SAMPLE
!
int l0
ip address 10.1.1.1 255.255.255.0
h323-gateway voip int
h323-gateway voip bind srcaddr 10.1.1.1
!
gatekeeper
zone local GK yourdomain.com 10.1.1.1
zone prefix GK 205....... gw-default-priority 0
zone prefix GK 205....... gw-priority 10 polycom205
zone prefix GK 407....... gw-default-priority 0
zone prefix GK 407....... gw-priority 10 polycom407
zone prefix GK 864....... gw-default-priority 0
zone prefix GK 864....... gw-priority 10 polycom864
no shut
!
#show gatekeeper endpoints
#debug gatekeeper main 10
# example below no gateways to route 864 except polycom endpoint name (h323-id) polycom864.
#GK = Gatekeeper zone name.
#gatekeeper is servicing from loopback 0 address
zone prefix GK 864....... gw-default-priority 0
zone prefix GK 864....... gw-priority 10 polycom864
01-26-2009 03:32 PM
SINGLE ZONE config
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide