.. _cgnv6_stateful_firewall_udp:

cgnv6 stateful-firewall udp
===========================

Configure UDP parameters for stateful firewall


udp Specification
-----------------

	===================================== ====================================================================
	 **Parameter**                         **Value** 

	===================================== ====================================================================
	 **Type**                              *Intermediate Resource*

	 **Element Name**                      udp

	 **Element URI**                       /axapi/v3/cgnv6/stateful-firewall/udp

	 **Element Attributes**                udp_attributes

	 **Partition Visibility**              shared

	 **Schema**                             :download:`udp schema <cgnv6-stateful-firewall-udp/cgnv6-stateful-firewall-udp.txt>`
	===================================== ====================================================================





	**Operations Allowed:**




.. raw:: html

   <script type="text/javascript">
 function showExample(a,b) { document.getElementById(a+'_div').style.display = 'block'; document.getElementById(a+'_cl').style.display = 'block'; document.getElementById(a+'_eg').style.display = 'none';}
   function closeExample(a,b) { document.getElementById(a+'_div').style.display = 'none'; document.getElementById(a+'_cl').style.display = 'none'; document.getElementById(a+'_eg').style.display = 'block';}
 </script>
   <table width='90%' style='margin-left:5%'>



.. raw:: html

   <tr style='border-bottom: thin solid; border-top: thin solid'><th width=15%>Operation</th><th width=10%>Method</th><th>URI</th><th width=15%>Payload</th><th width=10%></th></tr>




.. raw:: html

   <tr  style='border-bottom: thin solid;'><td valign = 'top'>


Get Object



.. raw:: html

   </td><td valign = 'top'>


GET



.. raw:: html

   </td><td valign = 'top'>


/axapi/v3/cgnv6/stateful-firewall/udp



.. raw:: html

   </td><td valign = 'top'>


udp_attributes



.. raw:: html

   </td><td></td></tr>




.. raw:: html

   </table>

.. _601_udp_attributes:

udp attributes
--------------

    **idle-timeout-list**

        **Type:** List

        **Reference Object:** :doc:`/axapi/v3/cgnv6/stateful-firewall/udp/idle-timeout/{port}+{port-end} <cgnv6_stateful_firewall_udp_idle_timeout>`

    **stun-timeout-list**

        **Type:** List

        **Reference Object:** :doc:`/axapi/v3/cgnv6/stateful-firewall/udp/stun-timeout/{port}+{port-end} <cgnv6_stateful_firewall_udp_stun_timeout>`

.. _601_stun-timeout-list:

stun-timeout-list
^^^^^^^^^^^^^^^^^
	=============================== ===================================================
	**Specification**                 **Value**
	=============================== ===================================================
	 **Type**                        *list*

	 **Block object keys**             

	=============================== ===================================================

    **port**

        **Description** Single Destination Port or Port Range Start

        **Type:** number

        **Range:** 1-65535

    **port-end**

        **Description** Port Range End

        **Type:** number

        **Range:** 1-65535

    **stun-timeout-val-port-range**

        **Description** STUN timeout (default: 2 minutes)

        **Type:** number

        **Range:** 0-60

        **Default:** 2

    **uuid**

        **Description** uuid of the object

        **Type:** string

        **Maximum Length:** 64 characters

        **Maximum Length:** 1 characters

.. _601_idle-timeout-list:

idle-timeout-list
^^^^^^^^^^^^^^^^^
	=============================== ===================================================
	**Specification**                 **Value**
	=============================== ===================================================
	 **Type**                        *list*

	 **Block object keys**             

	=============================== ===================================================

    **fast**

        **Description** Fast aging for idle sessions

        **Type:** boolean

        **Supported Values:** true, false, 1, 0

        **Default:** 0

        **Mutual Exclusion:** fast and idle-timeout-val-port-range are mutually exclusive

    **idle-timeout-val-port-range**

        **Description** Idle timeout for IPv4 and IPv6 TCP established sessions (Idle timeout for IPv4 and IPv6 TCP established sessions (default: 300 seconds))

        **Type:** number

        **Range:** 60-15000

        **Default:** 300

        **Mutual Exclusion:** idle-timeout-val-port-range and fast are mutually exclusive

    **port**

        **Description** Single Destination Port or Port Range Start

        **Type:** number

        **Range:** 1-65535

    **port-end**

        **Description** Port Range End

        **Type:** number

        **Range:** 1-65535

    **uuid**

        **Description** uuid of the object

        **Type:** string

        **Maximum Length:** 64 characters

        **Maximum Length:** 1 characters