.. _ipv6_nat_pool: ipv6 nat pool ============= IPv6 pool name pool Specification ------------------ ===================================== ================================================================== **Parameter** **Value** ===================================== ================================================================== **Type** *Collection* **Object Key(s)** *pool-name* **Collection Name** :ref:`2181_pool_list` **Collection URI** /axapi/v3/ipv6/nat/pool **Element Name** pool **Element URI** /axapi/v3/ipv6/nat/pool/{pool-name} **Element Attributes** pool_attributes **Partition Visibility** shared **Statistics Data URI** /axapi/v3/ipv6/nat/pool/{pool-name}/stats **Operational Data URI** /axapi/v3/ipv6/nat/pool/{pool-name}/oper **Schema** :download:`pool schema ` ===================================== ================================================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/ipv6/nat/pool .. raw:: html :ref:`2181_pool_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ipv6/nat/pool .. raw:: html :ref:`2181_pool_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ipv6/nat/pool/{pool-name} .. raw:: html :ref:`2181_pool_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ipv6/nat/pool .. raw:: html :ref:`2181_pool_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ipv6/nat/pool/{pool-name} .. raw:: html :ref:`2181_pool_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ipv6/nat/pool/{pool-name} .. raw:: html :ref:`2181_pool_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ipv6/nat/pool .. raw:: html :ref:`2181_pool_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ipv6/nat/pool/{pool-name} .. raw:: html :ref:`2181_pool_attributes` .. raw:: html
.. _2181_pool_list: pool-list --------- pool-list is **JSON List** of :ref:`2181_pool_attributes` pool-list : [ { :ref:`2181_pool_attributes` }, { :ref:`2181_pool_attributes` }, ... ] .. _2181_pool_attributes: pool attributes --------------- **chunk-sharing** **Description** Share NAT pool chunk across CPUs **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **end-address** **Description** Configure end IP address of NAT pool **Type:** string **Format:** ipv6-address **gateway** **Description** Configure gateway IP **Type:** string **Format:** ipv6-address **ip-rr** **Description** Use IP address round-robin behavior **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **netmask** **Description** Configure mask for pool **Type:** number **Range:** 64-128 **pool-name** **Description** Specify pool name **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **port-overload** **Description** Nat Pool Port overload **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sampling-enable** **Type:** List **scaleout-device-id** **Description** Configure Scaleout device id to which this NAT pool is to be bound (Specify Scaleout device id) **Type:** number **Range:** 1-16 **start-address** **Description** Configure start IP address of NAT pool **Type:** string **Format:** ipv6-address **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **vrid** **Description** Specify VRRP-A vrid (Specify ha VRRP-A vrid) **Type:** number **Range:** 1-31 .. _2181_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'Port-Usage': some help string; 'Total-Used': some help string; 'Total-Freed': some help string; 'Failed': some help string; **Type:** string **Supported Values:** all, Port-Usage, Total-Used, Total-Freed, Failed