05-30-2008 11:01 AM - edited 03-11-2019 05:53 AM
ASA 8.0.2
h323 sessions are disconnecting after 2 hours. I have tried to fix this with the following...
timeout h323 0:00:00 h225 0:00:00
and
access-list h323_timeout extended permit tcp any any eq h323
class-map h323-timeout
description h323
match access-list h323_timeout
policy-map global_policy
class h323-timeout
set connection timeout tcp 0:00:00
Neither have worked. Any suggestions?
Solved! Go to Solution.
05-30-2008 01:08 PM
The following links are directly from Polycom:
Configuring a Cisco PIX Firewall to not drop H.323 calls after 2 hours
Regards
Farrukh
05-30-2008 12:18 PM
Are you inspecting H.323 in the global policy?
You can check by issuing the following command:
show run all policy-map
Also have a look at the following:
http://www.cisco.com/en/US/docs/security/asa/asa80/command/reference/i2.html#wp1704171
http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/inspect.html#wp1229306
Regards
Farrukh
05-30-2008 12:21 PM
No, I had to disable h323 inspection to get a polycom to work. Does this effect the ability to set a timeout?
05-30-2008 12:49 PM
As you know H.323 is opening dynamic connections (which comprise of both UDP and TCP). I don't know much about the Polycom implementation tough. By disabling inspection, I don't know if the firewall will be able to correlate the various control/data flows that comprise a single call (TCP / UDP) and apply the appropriate timeout.
Regards
Farrukh
05-30-2008 01:02 PM
The following links might help:
Pertain to old pix code, but might be useful:
http://www.firstconnections.co.uk/support/viewkb.asp?id=26
http://www.dvcproject.org/resources/ViewStation-CiscoPIX.pdf
Regards
Farrukh
05-30-2008 01:08 PM
The following links are directly from Polycom:
Configuring a Cisco PIX Firewall to not drop H.323 calls after 2 hours
Regards
Farrukh
06-01-2008 04:41 PM
Thanks for checking into that for me. I'll give the timeout xlate command a try.
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