01-17-2012 01:59 AM - edited 03-16-2019 09:02 AM
Hey All,
I'm having some issues with registering a gateway to a gatekeeper.
I did a "debug debug h225 asn1 " on the the gatekeeper, i saw the request messages being received. But I didn't see any reject messages.
Once thing I did notice on the gatekeeper if i did a
debug ras
I get the below message
Jan 17 09:45:59.465: IPSOCK_RAS_sendto: msg length 45 from 192.168.254.40:1719 to 192.168.173.1: 55861
192.168.254.40 is a loopback address on the gatekeeper, my gateway is trying to register to 192.168.254.5 as below.
h323-gateway voip id KEST_CHPP_GK1 ipaddr 192.168.254.5 1718
Should the reply from my gatekeeper RAS be from 192.168.254.5?
Any suggestions how i can further trouble shoot the end point registration if there are no reject messages ?
Many Thanks
01-17-2012 06:51 AM
Can you post the relevant Configuration from the gatekeeper. Possibly the h323 gateway?
01-17-2012 04:23 PM
Hey there, thanks for the reply
I've just pasted the config relevant to the site, we have another gatekeeper that works fine with this configuration, but i'm migrating to a new router 3945 - 15.1(4)M2, and the end points wont register to this new gatekeeper.
interface GigabitEthernet0/0.20
description *** VOIP ***
encapsulation dot1Q 20
ip address 192.168.173.1 255.255.255.192
h323-gateway voip interface
h323-gateway voip id KEST_CHPP_GK1 ipaddr 192.168.254.5 1718
h323-gateway voip h323-id KEST_CHPP_CCME@TEST.com.au
h323-gateway voip tech-prefix 1#
h323-gateway voip bind srcaddr 192.168.173.1
end
gatekeeper
zone local KEST_CHPP_GK1 TEST.com.au
bandwidth total zone KEST_CHPP_GK1 128
gw-type-prefix 1#* default-technology
arq reject-unknown-prefix
zone prefix KEST_CHPP_GK1 226.
no shutdown
SR_3945#show gatekeeper status
Gatekeeper State: UP
Zone Name: KEST_CHPP_GK1
Alan
01-17-2012 04:47 PM
ok i think my orginally direction was correct
the output from the orginal debug ras command
Jan 17 09:45:59.465: IPSOCK_RAS_sendto: msg length 45 from 192.168.254.40:1719 to 192.168.173.1: 55861
(192.168.254.40 is the loop back of the router)
I changed the following on the gatekeeper
zone local KEST_CHPP_GK1 test.com.au 192.168.254.5 (specified the ras address)
new debug ras
Jan 18 00:41:40.573: IPSOCK_RAS_sendto: msg length 82 from 192.168.254.5:1719 to 192.168.173.1: 55861
So, my question is how to define the ras address globally ? As I have not done this on the other gatekeeper.
Thanks again,
Alan
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