I need to stop the automatic gatekeeper registration request (towards 224.0.1.41).
Is there any command that performs this?
Solved! Go to Solution.
Hi @antonis.p,
You can configure your gateway to send unicast GRQs to the Gatekeeper you want with the following h323 interface command:
GW(config-if)# h323-gateway voip id <GK ID> ipaddr <GK IP> <port, 1719 by default> priority <priority value>
This prevents that your gateway sends requests to the multicast address (224.0.1.41) instead it only sends the GRQs to the GK that you assing in the previous command.
HTH.
Rgrds,
Martin, IT Specialist
I am not sure which device you are trying to configure but if you are talking about IOS then my guess is that you have the "gateway" configuration applied at the global level. When enabled, the IOS device will start sending out GRQs to the 224.0.1.41 mcast group. Use the "no gateway" command to disable.
HTH
-Bill (@ucguerrilla)
http://ucguerrilla.com
Please remember to rate helpful responses and identify
Thank you William,
However the "no gateway" command will stop ios gateway to work as gateway. I am thinking placing an access list to stop GRQ packets, but is there any smarter solution?
Regards,
Antonis
Yes, ACL is the best way to go
Hi @antonis.p,
You can configure your gateway to send unicast GRQs to the Gatekeeper you want with the following h323 interface command:
GW(config-if)# h323-gateway voip id <GK ID> ipaddr <GK IP> <port, 1719 by default> priority <priority value>
This prevents that your gateway sends requests to the multicast address (224.0.1.41) instead it only sends the GRQs to the GK that you assing in the previous command.
HTH.
Rgrds,
Martin, IT Specialist
Hi
i have h323 gateway gives the below error
%CCH323-2-GTWY_REGSTR_FAILED: Gateway h323Gateway failed to register with Gatekeeper X.X.X.X even after 2 retries
where X.X.X.X is the IP address of our expressway-C because we a mobile remote access solution ( MRA )
any advise to stop this
thanks....