.. _visibility: visibility ========== Display Network statistics visibility Specification ------------------------ ===================================== =================================================== ===================================== =================================================== **Type** *Configuration Resource* **Element Name** visibility **Element URI** /axapi/v3/visibility **Element Attributes** visibility_attributes **Statistics Data URI** /axapi/v3/visibility/stats **Schema** :download:`visibility schema ` ===================================== =================================================== **Operations Allowed:** .. 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/visibility .. raw:: html :ref:`615_visibility_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/visibility .. raw:: html :ref:`615_visibility_attributes` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/visibility .. raw:: html :ref:`615_visibility_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/visibility .. raw:: html :ref:`615_visibility_attributes` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/visibility .. raw:: html :ref:`615_visibility_attributes` .. raw:: html
.. _615_visibility_attributes: visibility attributes --------------------- **anomaly-detection** **Description:** anomaly-detection is a **JSON Block**. Please see below for :ref:`615_anomaly-detection` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/anomaly-detection ` **debug-files** **Description:** debug-files is a **JSON Block**. Please see below for :ref:`615_debug-files` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/debug-files ` **file** **Description:** file is a **JSON Block**. Please see below for :ref:`615_file` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/file ` **flow-collector** **Description:** flow-collector is a **JSON Block**. Please see below for :ref:`615_flow-collector` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/flow-collector ` **granularity** **Description** Granularity for rate based calculations in seconds (default 5) **Type:** number **Range:** 1-300 **Default:** 5 **initial-learning-interval** **Description** Initial learning interval (in hours) before processing **Type:** number **Range:** 1-168 **mon-entity-telemetry-data** **Description:** mon-entity-telemetry-data is a **JSON Block**. Please see below for :ref:`615_mon-entity-telemetry-data` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/mon-entity-telemetry-data ` **mon-topk** **Description:** mon-topk is a **JSON Block**. Please see below for :ref:`615_mon-topk` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/mon-topk ` **monitor** **Description:** monitor is a **JSON Block**. Please see below for :ref:`615_monitor` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor ` **monitored-entity** **Description:** monitored-entity is a **JSON Block**. Please see below for :ref:`615_monitored-entity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity ` **packet-capture** **Description:** packet-capture is a **JSON Block**. Please see below for :ref:`615_packet-capture` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture ` **ping-sweep-detection** **Description:** ping-sweep-detection is a **JSON Block**. Please see below for :ref:`615_ping-sweep-detection` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/ping-sweep-detection ` **port-scan-detection** **Description:** port-scan-detection is a **JSON Block**. Please see below for :ref:`615_port-scan-detection` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/port-scan-detection ` **reporting** **Description:** reporting is a **JSON Block**. Please see below for :ref:`615_reporting` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/reporting ` **resource-usage** **Description:** resource-usage is a **JSON Block**. Please see below for :ref:`615_resource-usage` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/resource-usage ` **sampling-enable** **Type:** List **source-entity-topk** **Description** Enable monitoring entity topk for sources **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **topn** **Description:** topn is a **JSON Block**. Please see below for :ref:`615_topn` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_flow-collector: flow-collector ^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **netflow** **Description:** netflow is a **JSON Block**. Please see below for :ref:`615_flow-collector_netflow` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/flow-collector/netflow ` **sflow** **Description:** sflow is a **JSON Block**. Please see below for :ref:`615_flow-collector_sflow` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/flow-collector/sflow ` .. _615_flow-collector_netflow: flow-collector_netflow ^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sampling-enable** **Type:** List **template** **Description:** template is a **JSON Block**. Please see below for :ref:`615_flow-collector_netflow_template` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/flow-collector/netflow/template ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_flow-collector_netflow_sampling-enable: flow-collector_netflow_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'pkts-rcvd': Total nflow packets received; 'v9-templates-created': Total v9 templates created; 'v9-templates-deleted': Total v9 templates deleted; 'v10-templates-created': Total v10(IPFIX) templates created; 'v10-templates-deleted': Total v10(IPFIX) templates deleted; 'template-drop-exceeded': Total templates dropped because of maximum limit; 'template-drop-out-of-memory': Total templates dropped becuase of out of memory; 'frag-dropped': Total nflow fragment packets droppped; 'agent-not-found': nflow pkts from not configured agents; 'version-not-supported': nflow version not supported; 'unknown-dir': nflow sample direction is unknown; **Type:** string **Supported Values:** all, pkts-rcvd, v9-templates-created, v9-templates-deleted, v10-templates-created, v10-templates-deleted, template-drop-exceeded, template-drop-out-of-memory, frag-dropped, agent-not-found, version-not-supported, unknown-dir .. _615_flow-collector_netflow_template: flow-collector_netflow_template ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **detail** **Description:** detail is a **JSON Block**. Please see below for :ref:`615_flow-collector_netflow_template_detail` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/flow-collector/netflow/template/detail ` **sampling-enable** **Type:** List **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_flow-collector_netflow_template_sampling-enable: flow-collector_netflow_template_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'templates-added-to-delq': Netflow templates added to the delete queue; 'templates-removed-from-delq': Netflow templates removed from the delete queue; **Type:** string **Supported Values:** all, templates-added-to-delq, templates-removed-from-delq .. _615_flow-collector_netflow_template_detail: flow-collector_netflow_template_detail ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_flow-collector_sflow: flow-collector_sflow ^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sampling-enable** **Type:** List **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_flow-collector_sflow_sampling-enable: flow-collector_sflow_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'pkts-received': Total sflow pkts received; 'frag-dropped': Total sflow fragment packets droppped; 'agent-not-found': sflow pkts from not configured agents; 'version-not-supported': sflow version not supported; 'unknown-dir': sflow sample direction is unknown; **Type:** string **Supported Values:** all, pkts-received, frag-dropped, agent-not-found, version-not-supported, unknown-dir .. _615_resource-usage: resource-usage ^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_reporting: reporting ^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sampling-enable** **Type:** List **telemetry-export-interval** **Description:** telemetry-export-interval is a **JSON Block**. Please see below for :ref:`615_reporting_telemetry-export-interval` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/telemetry-export-interval ` **template** **Description:** template is a **JSON Block**. Please see below for :ref:`615_reporting_template` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/template ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_reporting_sampling-enable: reporting_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'log-transmit-failure': Total log transmit failures; 'buffer-alloc-failure': Total reporting buffer allocation failures; 'notif-jobs-in-queue': Total notification jobs in queue; 'enqueue-fail': Total enqueue jobs failed; 'enqueue-pass': Total enqueue jobs passed; 'dequeued': Total jobs dequeued; **Type:** string **Supported Values:** all, log-transmit-failure, buffer-alloc-failure, notif-jobs-in-queue, enqueue-fail, enqueue-pass, dequeued .. _615_reporting_template: reporting_template ^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **notification** **Description:** notification is a **JSON Block**. Please see below for :ref:`615_reporting_template_notification` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/template/notification ` .. _615_reporting_template_notification: reporting_template_notification ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug** **Description:** debug is a **JSON Block**. Please see below for :ref:`615_reporting_template_notification_debug` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/template/notification/debug ` **template-name-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/template/notification/template-name/{name} ` .. _615_reporting_template_notification_debug: reporting_template_notification_debug ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_reporting_template_notification_template-name-list: reporting_template_notification_template-name-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **action** **Description** 'enable': Enable; 'disable': Disable; **Type:** string **Supported Values:** enable, disable **Default:** enable **authentication** **Description:** authentication is a **JSON Block**. Please see below for :ref:`615_reporting_template_notification_template-name-list_authentication` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/template/notification/template-name/{name}/authentication ` **debug-mode** **Description** Enable debug mode **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **host-name** **Description** Configure the host name(e.g www.a10networks.com) **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **Mutual Exclusion:** host-name ipv4-address and ipv6-address are mutually exclusive **http-port** **Description** Configure the http port to use(default 80) (http port(default 80)) **Type:** number **Range:** 1-65535 **Default:** 80 **https-port** **Description** Configure the https port to use(default 443) (http port(default 443)) **Type:** number **Range:** 1-65535 **Default:** 443 **ipv4-address** **Description** Configure the host IPv4 address **Type:** string **Format:** ipv4-address **Mutual Exclusion:** ipv4-address ipv6-address and host-name are mutually exclusive **ipv6-address** **Description** Configure the host IPv6 address **Type:** string **Format:** ipv6-address **Mutual Exclusion:** ipv6-address ipv4-address and host-name are mutually exclusive **name** **Description** Notification template name **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **protocol** **Description** 'http': Use http protocol; 'https': Use https protocol(default); (http protocol) **Type:** string **Supported Values:** http, https **Default:** https **relative-uri** **Description** Configure the relative uri(e.g /example , default /) **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **Default:** / **sampling-enable** **Type:** List **test-connectivity** **Description** Test connectivity to notification receiver **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **use-mgmt-port** **Description** Use management port for notifications **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_reporting_template_notification_template-name-list_authentication: reporting_template_notification_template-name-list_authentication ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **api-key** **Description** Configure api-key as a mode of authentication **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **api-key-encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string) **api-key-string** **Description** Configure api-key as a mode of authentication **Type:** string **Format:** password **Maximum Length:** 64 characters **Maximum Length:** 1 characters **auth-password** **Description** Configure the authentication user password (Authentication password) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **auth-password-string** **Description** Configure the authentication user password (Authentication password) **Type:** string **Format:** password **Maximum Length:** 63 characters **Maximum Length:** 1 characters **auth-username** **Description** Configure the authentication user name **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string) **relative-login-uri** **Description** Configure the authentication login uri **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **relative-logoff-uri** **Description** Configure the authentication logoff uri **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_reporting_template_notification_template-name-list_sampling-enable: reporting_template_notification_template-name-list_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'sent_successful': Sent successful; 'send_fail': Send failures; 'response_fail': Response failures; **Type:** string **Supported Values:** all, sent_successful, send_fail, response_fail .. _615_reporting_telemetry-export-interval: reporting_telemetry-export-interval ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **value** **Description** Monitored entity telemetry data export interval in mins (Default 5 mins) **Type:** number **Range:** 1-5 **Default:** 5 .. _615_mon-entity-telemetry-data: mon-entity-telemetry-data ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sampling-enable** **Type:** List **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_mon-entity-telemetry-data_sampling-enable: mon-entity-telemetry-data_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'in_pkts': Monitored Entity telemetry Metric IN pkts; 'out_pkts': Monitored Entity telemetry Metric OUT pkts; 'in_bytes': Monitored Entity telemetry Metric IN bytes; 'out_bytes': Monitored Entity telemetry Metric OUT bytes; 'errors': Monitored Entity telemetry Metric ERRORS; 'in_small_pkt': Monitored Entity telemetry Metric IN SMALL pkt; 'in_frag': Monitored Entity telemetry Metric IN frag; 'out_small_pkt': Monitored Entity telemetry Metric OUT SMALL pkt; 'out_frag': Monitored Entity telemetry Metric OUT frag; 'new-conn': Monitored Entity telemetry Metric New Sessions; 'concurrent-conn': concurrent-conn; 'in_bytes_per_out_bytes': Monitored Entity telemetry Metric IN bytes per OUT bytes; 'drop_pkts_per_pkts': Monitored Entity telemetry Metric Drop pkts per pkts; 'tcp_in_syn': Monitored Entity telemetry Metric TCP IN syn; 'tcp_out_syn': Monitored Entity telemetry Metric TCP OUT syn; 'tcp_in_fin': Monitored Entity telemetry Metric TCP IN fin; 'tcp_out_fin': Monitored Entity telemetry Metric TCP OUT fin; 'tcp_in_payload': Monitored Entity telemetry Metric TCP IN payload; 'tcp_out_payload': Monitored Entity telemetry Metric TCP OUT payload; 'tcp_in_rexmit': Monitored Entity telemetry Metric TCP IN rexmit; 'tcp_out_rexmit': Monitored Entity telemetry Metric TCP OUT rexmit; 'tcp_in_rst': Monitored Entity telemetry Metric TCP IN rst; 'tcp_out_rst': Monitored Entity telemetry Metric TCP OUT rst; 'tcp_in_empty_ack': Monitored Entity telemetry Metric TCP_IN EMPTY ack; 'tcp_out_empty_ack': Monitored Entity telemetry Metric TCP OUT EMPTY ack; 'tcp_in_zero_wnd': Monitored Entity telemetry Metric TCP IN ZERO wnd; 'tcp_out_zero_wnd': Monitored Entity telemetry Metric TCP OUT ZERO wnd; 'tcp_fwd_syn_per_fin': Monitored Entity telemetry Metric TCP FWD SYN per FIN; **Type:** string **Supported Values:** all, in_pkts, out_pkts, in_bytes, out_bytes, errors, in_small_pkt, in_frag, out_small_pkt, out_frag, new-conn, concurrent-conn, in_bytes_per_out_bytes, drop_pkts_per_pkts, tcp_in_syn, tcp_out_syn, tcp_in_fin, tcp_out_fin, tcp_in_payload, tcp_out_payload, tcp_in_rexmit, tcp_out_rexmit, tcp_in_rst, tcp_out_rst, tcp_in_empty_ack, tcp_out_empty_ack, tcp_in_zero_wnd, tcp_out_zero_wnd, tcp_fwd_syn_per_fin .. _615_port-scan-detection: port-scan-detection ^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **events** **Description** Number of scanned port events (default 10) **Type:** number **Range:** 10-300 **Default:** 10 **interval** **Description** Time interval for port scan detection (default 60) **Type:** number **Range:** 1-300 **Default:** 60 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **v4-list** **Description** Class list of ipv4 addresses to be whitelisted **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/class-list ` **v6-list** **Description** Class list of ipv6 addresses to be whitelisted **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/class-list ` .. _615_ping-sweep-detection: ping-sweep-detection ^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **events** **Description** Number of scanned ip events (default 10) **Type:** number **Range:** 10-300 **Default:** 10 **interval** **Description** Time interval for ip sweep detection (default 60) **Type:** number **Range:** 1-300 **Default:** 60 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **v4-list** **Description** Class list of ipv4 addresses to be whitelisted **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/class-list ` **v6-list** **Description** Class list of ipv6 addresses to be whitelisted **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/class-list ` .. _615_mon-topk: mon-topk ^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sources** **Description:** sources is a **JSON Block**. Please see below for :ref:`615_mon-topk_sources` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/mon-topk/sources ` .. _615_mon-topk_sources: mon-topk_sources ^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity: monitored-entity ^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **detail** **Description:** detail is a **JSON Block**. Please see below for :ref:`615_monitored-entity_detail` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/detail ` **mon-topk** **Description:** mon-topk is a **JSON Block**. Please see below for :ref:`615_monitored-entity_mon-topk` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/mon-topk ` **secondary** **Description:** secondary is a **JSON Block**. Please see below for :ref:`615_monitored-entity_secondary` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/secondary ` **sessions** **Description:** sessions is a **JSON Block**. Please see below for :ref:`615_monitored-entity_sessions` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/sessions ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_mon-topk: monitored-entity_mon-topk ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sources** **Description:** sources is a **JSON Block**. Please see below for :ref:`615_monitored-entity_mon-topk_sources` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/mon-topk/sources ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_mon-topk_sources: monitored-entity_mon-topk_sources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_secondary: monitored-entity_secondary ^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **mon-topk** **Description:** mon-topk is a **JSON Block**. Please see below for :ref:`615_monitored-entity_secondary_mon-topk` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/secondary/mon-topk ` .. _615_monitored-entity_secondary_mon-topk: monitored-entity_secondary_mon-topk ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **sources** **Description:** sources is a **JSON Block**. Please see below for :ref:`615_monitored-entity_secondary_mon-topk_sources` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/secondary/mon-topk/sources ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_secondary_mon-topk_sources: monitored-entity_secondary_mon-topk_sources ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_sessions: monitored-entity_sessions ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_detail: monitored-entity_detail ^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug** **Description:** debug is a **JSON Block**. Please see below for :ref:`615_monitored-entity_detail_debug` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitored-entity/detail/debug ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitored-entity_detail_debug: monitored-entity_detail_debug ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_debug-files: debug-files ^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn: topn ^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **cgnv6-nat-pool-topn-node** **Description:** cgnv6-nat-pool-topn-node is a **JSON Block**. Please see below for :ref:`615_topn_cgnv6-nat-pool-topn-node` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-node ` **cgnv6-nat-pool-topn-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-tmpl/{name} ` **gtp-apn-prefix-topn-node** **Description:** gtp-apn-prefix-topn-node is a **JSON Block**. Please see below for :ref:`615_topn_gtp-apn-prefix-topn-node` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-apn-prefix-topn-node ` **gtp-apn-prefix-topn-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-apn-prefix-topn-tmpl/{name} ` **gtp-network-element-topn-node** **Description:** gtp-network-element-topn-node is a **JSON Block**. Please see below for :ref:`615_topn_gtp-network-element-topn-node` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-network-element-topn-node ` **gtp-network-element-topn-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-network-element-topn-tmpl/{name} ` **sampling-enable** **Type:** List **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_cgnv6-nat-pool-topn-node: topn_cgnv6-nat-pool-topn-node ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **activate** **Description** Name of the templated to be activated **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-tmpl ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_gtp-network-element-topn-node: topn_gtp-network-element-topn-node ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **activate** **Description** Name of the templated to be activated **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-network-element-topn-tmpl ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_gtp-apn-prefix-topn-node: topn_gtp-apn-prefix-topn-node ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **activate** **Description** Name of the templated to be activated **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-apn-prefix-topn-tmpl ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_sampling-enable: topn_sampling-enable ^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'heap-alloc-success': Total heap node allocated; 'heap-alloc-failed': Total heap node alloc failed; 'heap-alloc-oom': Total heap node alloc failed Out of Memory; 'obj-reg-success': Total object node allocated; 'obj-reg-failed': Total object node alloc failed; 'obj-reg-oom': Total object node alloc failed Out of Memory; 'heap-deleted': Total Heap node deleted; 'obj-deleted': Total Object node deleted; 'heap-metric-alloc-success': Total heap metric node allocated; 'heap-metric-alloc-oom': Total heap metric node alloc failed Out of Memory; 'heap-move-to-delq': Total heap node moved to delq; 'heap-metric-deleted': Total Heap metric node deleted; 'obj-metric-reg-success': Total object Metric node allocated; 'obj-metric-reg-oom': Total object Metric node alloc failed Out of Memory; 'obj-move-to-delq': Total object node moved to delq; 'obj-metric-deleted': Total Object metric node deleted; 'hc-obj-alloc-failed': Send failed to HC, Out of Memory; **Type:** string **Supported Values:** all, heap-alloc-success, heap-alloc-failed, heap-alloc-oom, obj-reg-success, obj-reg-failed, obj-reg-oom, heap-deleted, obj-deleted, heap-metric-alloc-success, heap-metric-alloc-oom, heap-move-to-delq, heap-metric-deleted, obj-metric-reg-success, obj-metric-reg-oom, obj-move-to-delq, obj-metric-deleted, hc-obj-alloc-failed .. _615_topn_cgnv6-nat-pool-topn-tmpl-list: topn_cgnv6-nat-pool-topn-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **interval** **Description** '5': 5 minutes; '15': 15 minutes; '30': 30 minutes; '60': 60 minutes; 'all-time': Since template is activated; **Type:** string **Supported Values:** 5, 15, 30, 60, all-time **metrics** **Description:** metrics is a **JSON Block**. Please see below for :ref:`615_topn_cgnv6-nat-pool-topn-tmpl-list_metrics` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn/cgnv6-nat-pool-topn-tmpl/{name}/metrics ` **name** **Description** Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **topn-size** **Description** Congure value of N for topn **Type:** number **Range:** 10-200 **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_cgnv6-nat-pool-topn-tmpl-list_metrics: topn_cgnv6-nat-pool-topn-tmpl-list_metrics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **tcp-total** **Description** Track Top-N entities for TCP total **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-total** **Description** Track Top-N entities for UDP Total **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_gtp-apn-prefix-topn-tmpl-list: topn_gtp-apn-prefix-topn-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **interval** **Description** '5': 5 minutes; '15': 15 minutes; '30': 30 minutes; '60': 60 minutes; 'all-time': Since template is activated; **Type:** string **Supported Values:** 5, 15, 30, 60, all-time **metrics** **Description:** metrics is a **JSON Block**. Please see below for :ref:`615_topn_gtp-apn-prefix-topn-tmpl-list_metrics` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-apn-prefix-topn-tmpl/{name}/metrics ` **name** **Description** Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **topn-size** **Description** Congure value of N for topn **Type:** number **Range:** 10-200 **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_gtp-apn-prefix-topn-tmpl-list_metrics: topn_gtp-apn-prefix-topn-tmpl-list_metrics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **downlink-bytes** **Description** Track Top-N entities for Downlink Bytes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **downlink-pkts** **Description** Track Top-N entities for Downlink Packets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-apn-filtering** **Description** Track Top-N entities for Filtering Drop: APN IMSI Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-gtp-in-gtp** **Description** Track Top-N entities for Filtering Drop: GTP in GTP Tunnel Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-message-filtering** **Description** Track Top-N entities for Filtering Drop: Message Type Not Permitted on Interface **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-msisdn-filtering** **Description** Track Top-N entities for Filtering Drop: MSISDN Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-rat-type-filtering** **Description** Track Top-N entities for Filtering Drop: RAT Type Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-byte** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Downlink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-packet** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Downlink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-max-concurrent-tunnels** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Concurrent Tunnels **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-byte** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Total byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-packet** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Total packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-tunnel-create** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Tunnel Creation rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-byte** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Uplink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-packet** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Uplink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v0-c-agg** **Description** Track Top-N entities for Rate-limit Drop: Maximum GTPv0-C messages rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-agg** **Description** Track Top-N entities for Rate-limit Drop: Maximum GTPv1-C messages rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-create-pdp-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv1-C Create PDP Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-update-pdp-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv1-C Update PDP Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-agg** **Description** Track Top-N entities for Rate-limit Drop: Maximum GTPv2-C messages rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-create-session-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv2-C Create Session Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-modify-bearer-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv2-C Modify Bearer Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-country-code-mismatch** **Description** Track Top-N entities for Validation Drop: Country Code Mismatch in IMSI and MSISDN **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-cross-layer-correlation** **Description** Track Top-N entities for Validation Drop: Cross Layer IP Address Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-bearer-count-exceed** **Description** Track Top-N entities for Validation Drop: GTP Bearer count exceeded max (11)) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-c-handover-in-progress** **Description** Track Top-N entities for Validation Drop: GTP-C Drop Since Handover In Progress **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-apn-len-drop** **Description** Track Top-N entities for Validation Drop: GTP-C Invalid APN Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-imsi-len-drop** **Description** Track Top-N entities for Validation Drop: GTP-C Invalid IMSI Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-u-spoofed-source-address** **Description** Track Top-N entities for Validation Drop: GTP-U IP Address Spoofed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-wrong-lbi-create-bearer** **Description** Track Top-N entities for Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv0-seqnum-buffer-full** **Description** Track Top-N entities for Validation Drop: GTPV0-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv1-seqnum-buffer-full** **Description** Track Top-N entities for Validation Drop: GTPV1-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv2-seqnum-buffer-full** **Description** Track Top-N entities for Validation Drop: GTPV2-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-flow-label-v0** **Description** Track Top-N entities for Validation Drop: Invalid Flow Label in GTPv0-C Header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-pkt-len-piggyback** **Description** Track Top-N entities for Validation Drop: Piggyback message invalid packet length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-teid** **Description** Track Top-N entities for Validation Drop: Invalid TEID Value **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-mandatory-information-element** **Description** Track Top-N entities for Validation Drop: Mandatory IE Not Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-message-length** **Description** Track Top-N entities for Validation Drop: Message Length Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-order-ie** **Description** Track Top-N entities for Validation Drop: GTPv1-C Message Out of Order IE **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state** **Description** Track Top-N entities for Validation Drop: Out Of State GTP Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state-ie** **Description** Track Top-N entities for Validation Drop: Unexpected IE Present in Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-protocol-flag-unset** **Description** Track Top-N entities for Validation Drop: Protocol flag in Header Field not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-field-set** **Description** Track Top-N entities for Validation Drop: Reserved Header Field Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-information-element** **Description** Track Top-N entities for Validation Drop: Reserved IE Field Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-failed-piggyback** **Description** Track Top-N entities for Validation Drop: piggyback message anomaly failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sequence-num-correlation** **Description** Track Top-N entities for Validation Drop: GTP-C Sequence number Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-tunnel-id-flag** **Description** Track Top-N entities for Validation Drop: Tunnel Header Flag Not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-unsupported-message-type** **Description** Track Top-N entities for Validation Drop: Message type not supported in GTP-C **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-version-not-supported** **Description** Track Top-N entities for Validation Drop: Invalid GTP version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-path-management-message** **Description** Track Top-N entities for GTP Path Management Messages Received **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-u-tunnel-created** **Description** Track Top-N entities for GTP-U Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-u-tunnel-deleted** **Description** Track Top-N entities for GTP-U Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-create-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPV0-C Create PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-half-open-tunnel-closed** **Description** Track Top-N entities for GTPv0-C Half open tunnel closed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-closed** **Description** Track Top-N entities for GTPv0-C Tunnel Marked Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-created** **Description** Track Top-N entities for GTPv0-C Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-deleted** **Description** Track Top-N entities for GTPv0-C Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-deleted-restart** **Description** Track Top-N entities for GTPv0-C Tunnel Deleted with Restart/failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-half-closed** **Description** Track Top-N entities for GTPv0-C Tunnel Delete Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-half-open** **Description** Track Top-N entities for GTPv0-C Tunnel Create Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-update-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPV0-C Update PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-create-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPV1-C Create PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-half-open-tunnel-closed** **Description** Track Top-N entities for GTPv1-C Half open tunnel closed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-closed** **Description** Track Top-N entities for GTPv1-C Tunnel Marked Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-created** **Description** Track Top-N entities for GTPv1-C Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-deleted** **Description** Track Top-N entities for GTPv1-C Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-deleted-restart** **Description** Track Top-N entities for GTPv1-C Tunnel Deleted with Restart/failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-half-closed** **Description** Track Top-N entities for GTPv1-C Tunnel Delete Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-half-open** **Description** Track Top-N entities for GTPv1-C Tunnel Create Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-update-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPV1-C Update PDP Context response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-create-sess-resp-unsuccess** **Description** Track Top-N entities for GTPV2-C Create Session Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-half-open-tunnel-closed** **Description** Track Top-N entities for GTPv2-C Half open tunnel closed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-mod_bearer-resp-unsuccess** **Description** Track Top-N entities for GTPV2-C Modify Bearer Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-piggyback-message** **Description** Track Top-N entities for GTPv2-C Piggyback Messages seen **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-closed** **Description** Track Top-N entities for GTPv2-C Tunnel Marked Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-created** **Description** Track Top-N entities for GTPv2-C Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-deleted** **Description** Track Top-N entities for GTPv2-C Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-deleted-restart** **Description** Track Top-N entities for GTPv2-C Tunnel Deleted with Restart/failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-half-closed** **Description** Track Top-N entities for GTPv2-C Tunnel Delete Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-half-open** **Description** Track Top-N entities for GTPv2-C Tunnel Create Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uplink-bytes** **Description** Track Top-N entities for Uplink Bytes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uplink-pkts** **Description** Track Top-N entities for Uplink Packets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_gtp-network-element-topn-tmpl-list: topn_gtp-network-element-topn-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **interval** **Description** '5': 5 minutes; '15': 15 minutes; '30': 30 minutes; '60': 60 minutes; 'all-time': Since template is activated; **Type:** string **Supported Values:** 5, 15, 30, 60, all-time **metrics** **Description:** metrics is a **JSON Block**. Please see below for :ref:`615_topn_gtp-network-element-topn-tmpl-list_metrics` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/topn/gtp-network-element-topn-tmpl/{name}/metrics ` **name** **Description** Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **topn-size** **Description** Congure value of N for topn **Type:** number **Range:** 10-200 **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_topn_gtp-network-element-topn-tmpl-list_metrics: topn_gtp-network-element-topn-tmpl-list_metrics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **downlink-bytes** **Description** Track Top-N entities for Downlink Bytes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **downlink-pkts** **Description** Track Top-N entities for Downlink Packets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-apn-filtering** **Description** Track Top-N entities for Filtering Drop: APN IMSI Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-gtp-in-gtp** **Description** Track Top-N entities for Filtering Drop: GTP in GTP Tunnel Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-message-filtering** **Description** Track Top-N entities for Filtering Drop: Message Type Not Permitted on Interface **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-msisdn-filtering** **Description** Track Top-N entities for Filtering Drop: MSISDN Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-rat-type-filtering** **Description** Track Top-N entities for Filtering Drop: RAT Type Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-byte** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Downlink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-packet** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Downlink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-max-concurrent-tunnels** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Concurrent Tunnels **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-byte** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Total byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-packet** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Total packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-tunnel-create** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Tunnel Creation rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-byte** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Uplink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-packet** **Description** Track Top-N entities for Rate-limit Drop: GTP-U Uplink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v0-c-agg** **Description** Track Top-N entities for Rate-limit Drop: Maximum GTPv0-C messages rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-agg** **Description** Track Top-N entities for Rate-limit Drop: Maximum GTPv1-C messages rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-create-pdp-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv1-C Create PDP Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-update-pdp-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv1-C Update PDP Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-agg** **Description** Track Top-N entities for Rate-limit Drop: Maximum GTPv2-C messages rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-create-session-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv2-C Create Session Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-modify-bearer-request** **Description** Track Top-N entities for Rate-limit Drop: GTPv2-C Modify Bearer Req rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-country-code-mismatch** **Description** Track Top-N entities for Validation Drop: Country Code Mismatch in IMSI and MSISDN **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-cross-layer-correlation** **Description** Track Top-N entities for Validation Drop: Cross Layer IP Address Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-c-handover-in-progress** **Description** Track Top-N entities for Validation Drop: GTP-C Drop Since Handover In Progress **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-apn-len-drop** **Description** Track Top-N entities for Validation Drop: GTP-C Invalid APN Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-imsi-len-drop** **Description** Track Top-N entities for Validation Drop: GTP-C Invalid IMSI Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-u-spoofed-source-address** **Description** Track Top-N entities for Validation Drop: GTP-U IP Address Spoofed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-wrong-lbi-create-bearer** **Description** Track Top-N entities for Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv0-seqnum-buffer-full** **Description** Track Top-N entities for Validation Drop: GTPV0-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv1-seqnum-buffer-full** **Description** Track Top-N entities for Validation Drop: GTPV1-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv2-seqnum-buffer-full** **Description** Track Top-N entities for Validation Drop: GTPV2-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-flow-label-v0** **Description** Track Top-N entities for Validation Drop: Invalid Flow Label in GTPv0-C Header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-pkt-len-piggyback** **Description** Track Top-N entities for Validation Drop: Piggyback message invalid packet length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-teid** **Description** Track Top-N entities for Validation Drop: Invalid TEID Value **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-mandatory-information-element** **Description** Track Top-N entities for Validation Drop: Mandatory IE Not Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-message-length** **Description** Track Top-N entities for Validation Drop: Message Length Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-order-ie** **Description** Track Top-N entities for Validation Drop: GTPv1-C Message Out of Order IE **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state** **Description** Track Top-N entities for Validation Drop: Out Of State GTP Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state-ie** **Description** Track Top-N entities for Validation Drop: Unexpected IE Present in Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-protocol-flag-unset** **Description** Track Top-N entities for Validation Drop: Protocol flag in Header Field not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-field-set** **Description** Track Top-N entities for Validation Drop: Reserved Header Field Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-information-element** **Description** Track Top-N entities for Validation Drop: Reserved IE Field Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-failed-piggyback** **Description** Track Top-N entities for Validation Drop: piggyback message anomaly failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sequence-num-correlation** **Description** Track Top-N entities for Validation Drop: GTP-C Sequence number Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-tunnel-id-flag** **Description** Track Top-N entities for Validation Drop: Tunnel Header Flag Not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-unsupported-message-type** **Description** Track Top-N entities for Validation Drop: Message type not supported by GTP Version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-version-not-supported** **Description** Track Top-N entities for Validation Drop: Invalid GTP version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop_vld-gtp-bearer-count-exceed** **Description** Track Top-N entities for Validation Drop: GTP Bearer count exceeded max (11) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-path-management-message** **Description** Track Top-N entities for GTP Path Management Messages Received **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-u-tunnel-created** **Description** Track Top-N entities for GTP-U Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-u-tunnel-deleted** **Description** Track Top-N entities for GTP-U Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-create-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPv0-C Create PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-half-open-tunnel-closed** **Description** Track Top-N entities for GTPv0-C Half open tunnel closed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-reserved-message-allow** **Description** Track Top-N entities for GTPv0-C Reserved Message Allow **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-closed** **Description** Track Top-N entities for GTPv0-C Tunnel Marked Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-created** **Description** Track Top-N entities for GTPv0-C Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-deleted** **Description** Track Top-N entities for GTPv0-C Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-deleted-restart** **Description** Track Top-N entities for GTPv0-C Tunnel Deleted with Restart/failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-half-closed** **Description** Track Top-N entities for GTPv0-C Tunnel Delete Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-tunnel-half-open** **Description** Track Top-N entities for GTPv0-C Tunnel Create Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v0-c-update-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPv0-C Update PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-create-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPv1-C Create PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-half-open-tunnel-closed** **Description** Track Top-N entities for GTPv1-C Half open tunnel closed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-reserved-message-allow** **Description** Track Top-N entities for GTPv1-C Reserved Message Allow **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-closed** **Description** Track Top-N entities for GTPv1-C Tunnel Marked Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-created** **Description** Track Top-N entities for GTPv1-C Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-deleted** **Description** Track Top-N entities for GTPv1-C Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-deleted-restart** **Description** Track Top-N entities for GTPv1-C Tunnel Deleted with Restart/failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-half-closed** **Description** Track Top-N entities for GTPv1-C Tunnel Delete Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-tunnel-half-open** **Description** Track Top-N entities for GTPv1-C Tunnel Create Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-update-pdp-resp-unsuccess** **Description** Track Top-N entities for GTPv1-C Update PDP Context Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-create-sess-resp-unsuccess** **Description** Track Top-N entities for GTPv2-C Create Session Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-half-open-tunnel-closed** **Description** Track Top-N entities for GTPv2-C Half open tunnel closed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-mod_bearer-resp-unsuccess** **Description** Track Top-N entities for GTPv2-C Modify Bearer Response Unsuccessful **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-piggyback-message** **Description** Track Top-N entities for GTPv2-C Piggyback Messages **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-reserved-message-allow** **Description** Track Top-N entities for GTPv2-C Reserved Message Allow **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-closed** **Description** Track Top-N entities for GTPv2-C Tunnel Marked Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-created** **Description** Track Top-N entities for GTPv2-C Tunnel Created **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-deleted** **Description** Track Top-N entities for GTPv2-C Tunnel Deleted **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-deleted-restart** **Description** Track Top-N entities for GTPv2-C Tunnel Deleted with Restart/failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-half-closed** **Description** Track Top-N entities for GTPv2-C Tunnel Delete Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-tunnel-half-open** **Description** Track Top-N entities for GTPv2-C Tunnel Create Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uplink-bytes** **Description** Track Top-N entities for Uplink Bytes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uplink-pkts** **Description** Track Top-N entities for Uplink Packets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'mon-entity-limit-exceed': Total monitor entity limit exceed failures; 'ha-entity-create-sent': Total montior entity HA create messages sent; 'ha-entity-delete-sent': Total montior entity HA delete messages sent; 'ha-entity-anomaly-on-sent': Total anomaly on HA messages sent; 'ha-entity-anomaly-off-sent': Total anomaly off HA messages sent; 'ha-entity-periodic-sync-sent': Total monitor entity periodic sync messages sent; 'out-of-memory-alloc-failures': Out of memory allocation failures; 'lw-mon-entity-created': Total Light-weight entities created; 'lw-mon-entity-deleted': Total Light-weight entities deleted; 'lw-mon-entity-limit-exceed': Light weight limit exceeded errors; 'lw-out-of-memory-alloc-failures': Light Weight Out-of-memory allocation failures; 'mon-entity-rrd-file-timestamp-err': Total monitor entity rrd file timestamp errors; 'mon-entity-rrd-update-err': Total monitor entity rrd update error; 'mon-entity-rrd-last-update-fetch-failed-err': Total monitor entity rrd last update fetch failed error; 'mon-entity-rrd-tune-err': Total monitor entity rrd tune error; 'mon-entity-rrd-out-of-memory-err': Total monitor entity rrd load failed, out of memory error; 'mon-entity-rrd-file-create-err': Total monitor entity rrd file create error; **Type:** string **Supported Values:** all, mon-entity-limit-exceed, ha-entity-create-sent, ha-entity-delete-sent, ha-entity-anomaly-on-sent, ha-entity-anomaly-off-sent, ha-entity-periodic-sync-sent, out-of-memory-alloc-failures, lw-mon-entity-created, lw-mon-entity-deleted, lw-mon-entity-limit-exceed, lw-out-of-memory-alloc-failures, mon-entity-rrd-file-timestamp-err, mon-entity-rrd-update-err, mon-entity-rrd-last-update-fetch-failed-err, mon-entity-rrd-tune-err, mon-entity-rrd-out-of-memory-err, mon-entity-rrd-file-create-err .. _615_packet-capture: packet-capture ^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **capture-config** **Description:** capture-config is a **JSON Block**. Please see below for :ref:`615_packet-capture_capture-config` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/capture-config ` **delete-packet-capture-file** **Description:** delete-packet-capture-file is a **JSON Block**. Please see below for :ref:`615_packet-capture_delete-packet-capture-file` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/delete-packet-capture-file ` **global-templates** **Description:** global-templates is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates ` **object-templates** **Description:** object-templates is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates: packet-capture_global-templates ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **activate** **Description:** activate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_activate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/activate ` **template-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name} ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_activate: packet-capture_global-templates_activate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **template** **Description** Name of the global templated to be activated **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list: packet-capture_global-templates_template-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-sys-obj-stats-change** **Description:** trigger-sys-obj-stats-change is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change ` **trigger-sys-obj-stats-severity** **Description:** trigger-sys-obj-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **aam-auth-account** **Description:** aam-auth-account is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-account ` **aam-auth-relay-kerberos** **Description:** aam-auth-relay-kerberos is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-relay-kerberos ` **aam-auth-saml-global** **Description:** aam-auth-saml-global is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-saml-global ` **aam-auth-server-ldap** **Description:** aam-auth-server-ldap is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-ldap ` **aam-auth-server-ocsp** **Description:** aam-auth-server-ocsp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-ocsp ` **aam-auth-server-radius** **Description:** aam-auth-server-radius is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-radius ` **aam-auth-server-win** **Description:** aam-auth-server-win is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-win ` **aam-authentication-global** **Description:** aam-authentication-global is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-authentication-global ` **cgnv6-ddos-proc** **Description:** cgnv6-ddos-proc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-ddos-proc ` **cgnv6-dhcpv6** **Description:** cgnv6-dhcpv6 is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-dhcpv6 ` **cgnv6-dns64** **Description:** cgnv6-dns64 is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-dns64 ` **cgnv6-http-alg** **Description:** cgnv6-http-alg is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-http-alg ` **cgnv6-icmp** **Description:** cgnv6-icmp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-icmp ` **cgnv6-l4** **Description:** cgnv6-l4 is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-l4 ` **cgnv6-lsn** **Description:** cgnv6-lsn is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn ` **cgnv6-lsn-alg-h323** **Description:** cgnv6-lsn-alg-h323 is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-h323 ` **cgnv6-lsn-alg-mgcp** **Description:** cgnv6-lsn-alg-mgcp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-mgcp ` **cgnv6-lsn-alg-sip** **Description:** cgnv6-lsn-alg-sip is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-sip ` **fw-alg-rtsp** **Description:** fw-alg-rtsp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-alg-rtsp ` **fw-ddos-protection** **Description:** fw-ddos-protection is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-ddos-protection ` **fw-global** **Description:** fw-global is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-global ` **fw-gtp** **Description:** fw-gtp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-gtp ` **fw-logging** **Description:** fw-logging is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-logging ` **fw-logging-gtp** **Description:** fw-logging-gtp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-logging-gtp ` **fw-rad-server** **Description:** fw-rad-server is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-rad-server ` **ip-anomaly-drop** **Description:** ip-anomaly-drop is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/ip-anomaly-drop ` **logging-local-log-global** **Description:** logging-local-log-global is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/logging-local-log-global ` **slb-crl-srcip** **Description:** slb-crl-srcip is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-crl-srcip ` **slb-fix** **Description:** slb-fix is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-fix ` **slb-ftp-proxy** **Description:** slb-ftp-proxy is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ftp-proxy ` **slb-generic** **Description:** slb-generic is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-generic ` **slb-http2** **Description:** slb-http2 is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-http2 ` **slb-hw-compress** **Description:** slb-hw-compress is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-hw-compress ` **slb-icap** **Description:** slb-icap is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-icap ` **slb-imap-proxy** **Description:** slb-imap-proxy is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-imap-proxy ` **slb-l4** **Description:** slb-l4 is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-l4 ` **slb-link-probe** **Description:** slb-link-probe is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-link-probe ` **slb-mqtt** **Description:** slb-mqtt is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-mqtt ` **slb-mssql** **Description:** slb-mssql is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-mssql ` **slb-pop3-proxy** **Description:** slb-pop3-proxy is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-pop3-proxy ` **slb-rc-cache** **Description:** slb-rc-cache is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-rc-cache ` **slb-smtp** **Description:** slb-smtp is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-smtp ` **slb-spdy-proxy** **Description:** slb-spdy-proxy is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-spdy-proxy ` **slb-ssl-cert-revoke** **Description:** slb-ssl-cert-revoke is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ssl-cert-revoke ` **slb-ssl-forward-proxy** **Description:** slb-ssl-forward-proxy is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ssl-forward-proxy ` **slb-switch** **Description:** slb-switch is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-switch ` **so-counters** **Description:** so-counters is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/so-counters ` **system-dpdk-stats** **Description:** system-dpdk-stats is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-dpdk-stats ` **system-fpga-drop** **Description:** system-fpga-drop is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-fpga-drop ` **system-hardware-forward** **Description:** system-hardware-forward is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-hardware-forward ` **system-radius-server** **Description:** system-radius-server is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-radius-server ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-icmp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-icmp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **46-known-drop** **Description** Enable automatic packet-capture for NAT64 Reverse Known ICMP Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **46-unknown-drop** **Description** Enable automatic packet-capture for NAT64 Reverse Known ICMPv6 Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **64-known-drop** **Description** Enable automatic packet-capture for NAT64 Forward Known ICMPv6 Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **64-unknown-drop** **Description** Enable automatic packet-capture for NAT64 Forward Unknown ICMPv6 Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-no-session-drop** **Description** Enable automatic packet-capture for ICMP No Matching Session Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-to-icmp-err** **Description** Enable automatic packet-capture for ICMP to ICMP Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-to-icmpv6-err** **Description** Enable automatic packet-capture for ICMP to ICMPv6 Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmpv6-no-session-drop** **Description** Enable automatic packet-capture for ICMPv6 No Matching Session Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmpv6-to-icmp-err** **Description** Enable automatic packet-capture for ICMPv6 to ICMP Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmpv6-to-icmpv6-err** **Description** Enable automatic packet-capture for ICMPv6 to ICMPv6 Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-icmp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **46-known-drop** **Description** Enable automatic packet-capture for NAT64 Reverse Known ICMP Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **46-unknown-drop** **Description** Enable automatic packet-capture for NAT64 Reverse Known ICMPv6 Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **64-known-drop** **Description** Enable automatic packet-capture for NAT64 Forward Known ICMPv6 Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **64-unknown-drop** **Description** Enable automatic packet-capture for NAT64 Forward Unknown ICMPv6 Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-no-session-drop** **Description** Enable automatic packet-capture for ICMP No Matching Session Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-to-icmp-err** **Description** Enable automatic packet-capture for ICMP to ICMP Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-to-icmpv6-err** **Description** Enable automatic packet-capture for ICMP to ICMPv6 Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmpv6-no-session-drop** **Description** Enable automatic packet-capture for ICMPv6 No Matching Session Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmpv6-to-icmp-err** **Description** Enable automatic packet-capture for ICMPv6 to ICMP Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmpv6-to-icmpv6-err** **Description** Enable automatic packet-capture for ICMPv6 to ICMPv6 Conversion Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-hardware-forward/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-hardware-forward/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **hw-fwd-ageout-drop-count** **Description** Enable automatic packet-capture for hardware forward ageout drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-drop-count** **Description** Enable automatic packet-capture for hardware forward flow drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-error-count** **Description** Enable automatic packet-capture for hardware forward flow error count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-qdr-full-drop** **Description** Enable automatic packet-capture for hardware forward flow qdr full drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-seq-mismatch** **Description** Enable automatic packet-capture for hardware forward sequence mismatch errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-singlebit-errors** **Description** Enable automatic packet-capture for hardware forward singlebit Errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-tag-mismatch** **Description** Enable automatic packet-capture for hardware forward tag mismatch errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-tx-full-drop** **Description** Enable automatic packet-capture for hardware forward flow tx full drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-unalign-count** **Description** Enable automatic packet-capture for hardware forward flow unalign count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-underflow-count** **Description** Enable automatic packet-capture for hardware forward flow underflow count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-invalidation-drop** **Description** Enable automatic packet-capture for hardware forward invalid drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-phyport-mismatch-drop** **Description** Enable automatic packet-capture for hardware forward phyport mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-protocol-mismatch-drop** **Description** Enable automatic packet-capture for hardware forward protocol mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-vlanid-mismatch-drop** **Description** Enable automatic packet-capture for hardware forward vlanid mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-vmid-drop** **Description** Enable automatic packet-capture for hardware forward vmid mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-hardware-forward_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **hw-fwd-ageout-drop-count** **Description** Enable automatic packet-capture for hardware forward ageout drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-drop-count** **Description** Enable automatic packet-capture for hardware forward flow drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-error-count** **Description** Enable automatic packet-capture for hardware forward flow error count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-qdr-full-drop** **Description** Enable automatic packet-capture for hardware forward flow qdr full drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-seq-mismatch** **Description** Enable automatic packet-capture for hardware forward sequence mismatch errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-singlebit-errors** **Description** Enable automatic packet-capture for hardware forward singlebit Errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-tag-mismatch** **Description** Enable automatic packet-capture for hardware forward tag mismatch errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-tx-full-drop** **Description** Enable automatic packet-capture for hardware forward flow tx full drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-unalign-count** **Description** Enable automatic packet-capture for hardware forward flow unalign count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-flow-underflow-count** **Description** Enable automatic packet-capture for hardware forward flow underflow count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-invalidation-drop** **Description** Enable automatic packet-capture for hardware forward invalid drop count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-phyport-mismatch-drop** **Description** Enable automatic packet-capture for hardware forward phyport mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-protocol-mismatch-drop** **Description** Enable automatic packet-capture for hardware forward protocol mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-vlanid-mismatch-drop** **Description** Enable automatic packet-capture for hardware forward vlanid mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hw-fwd-vmid-drop** **Description** Enable automatic packet-capture for hardware forward vmid mismatch count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-mqtt/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-mqtt/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **client_id_null** **Description** Enable automatic packet-capture for Null client id **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **conn_null** **Description** Enable automatic packet-capture for Null conn **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insertion_failed** **Description** Enable automatic packet-capture for Insertion failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_connect_fail** **Description** Enable automatic packet-capture for Parse connect failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_publish_fail** **Description** Enable automatic packet-capture for Parse publish failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_subscribe_fail** **Description** Enable automatic packet-capture for Parse subscribe failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_unsubscribe_fail** **Description** Enable automatic packet-capture for Parse unsubscribe failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **session_exist** **Description** Enable automatic packet-capture for Session already exist **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tuple_already_linked** **Description** Enable automatic packet-capture for tuple-already-linked failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tuple_not_linked** **Description** Enable automatic packet-capture for tuple-not-linked failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mqtt_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **client_id_null** **Description** Enable automatic packet-capture for Null client id **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **conn_null** **Description** Enable automatic packet-capture for Null conn **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insertion_failed** **Description** Enable automatic packet-capture for Insertion failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_connect_fail** **Description** Enable automatic packet-capture for Parse connect failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_publish_fail** **Description** Enable automatic packet-capture for Parse publish failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_subscribe_fail** **Description** Enable automatic packet-capture for Parse subscribe failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse_unsubscribe_fail** **Description** Enable automatic packet-capture for Parse unsubscribe failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **session_exist** **Description** Enable automatic packet-capture for Session already exist **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **tuple_already_linked** **Description** Enable automatic packet-capture for tuple-already-linked failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tuple_not_linked** **Description** Enable automatic packet-capture for tuple-not-linked failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-pop3-proxy/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-pop3-proxy/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **insert_tuple_fail** **Description** Enable automatic packet-capture for Serv Sel insert tuple fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_route** **Description** Enable automatic packet-capture for no route failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rsv_persist_conn_fail** **Description** Enable automatic packet-capture for Serv Sel Persist fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v4_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv4 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v6_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv6 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for source nat failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-pop3-proxy_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **insert_tuple_fail** **Description** Enable automatic packet-capture for Serv Sel insert tuple fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_route** **Description** Enable automatic packet-capture for no route failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rsv_persist_conn_fail** **Description** Enable automatic packet-capture for Serv Sel Persist fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v4_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv4 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v6_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv6 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for source nat failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-fix/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-fix/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **noroute** **Description** Enable automatic packet-capture for No route failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Source NAT failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-fix_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **noroute** **Description** Enable automatic packet-capture for No route failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Source NAT failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-icap/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-icap/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **app_serv_conn_no_pcb_err** **Description** Enable automatic packet-capture for App Server Conn no ES PCB Err Stats **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-icap_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **app_serv_conn_no_pcb_err** **Description** Enable automatic packet-capture for App Server Conn no ES PCB Err Stats **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ssl-forward-proxy/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ssl-forward-proxy/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **connections-failed** **Description** Enable automatic packet-capture for Connections failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-certificate-signing** **Description** Enable automatic packet-capture for Failed in Certificate signing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-certificate-verification** **Description** Enable automatic packet-capture for Failed in Certificate verification **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-crypto-operations** **Description** Enable automatic packet-capture for Failed in crypto operations **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-ssl-handshakes** **Description** Enable automatic packet-capture for Failed in SSL handshakes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-tcp** **Description** Enable automatic packet-capture for Failed in TCP **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid-ocsp-stapling-response** **Description** Enable automatic packet-capture for Invalid OCSP Stapling Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **revoked-ocsp-response** **Description** Enable automatic packet-capture for Revoked OCSP Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **unsupported-ssl-version** **Description** Enable automatic packet-capture for Unsupported SSL version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-forward-proxy_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **connections-failed** **Description** Enable automatic packet-capture for Connections failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-certificate-signing** **Description** Enable automatic packet-capture for Failed in Certificate signing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-certificate-verification** **Description** Enable automatic packet-capture for Failed in Certificate verification **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-crypto-operations** **Description** Enable automatic packet-capture for Failed in crypto operations **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-ssl-handshakes** **Description** Enable automatic packet-capture for Failed in SSL handshakes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **failed-in-tcp** **Description** Enable automatic packet-capture for Failed in TCP **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid-ocsp-stapling-response** **Description** Enable automatic packet-capture for Invalid OCSP Stapling Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **revoked-ocsp-response** **Description** Enable automatic packet-capture for Revoked OCSP Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **unsupported-ssl-version** **Description** Enable automatic packet-capture for Unsupported SSL version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-gtp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-gtp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-gtp-bearer-not-found-in-resp** **Description** Enable automatic packet-capture for GTP Bearer not found in response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-gtp-frag-or-jumbo-pkt** **Description** Enable automatic packet-capture for GTP Fragmented or JUMBO packet Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-gtp-missing-cond-ie-bearer-ctx** **Description** Enable automatic packet-capture for Missing conditional IE in bearer context Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-echo-out-of-state-** **Description** Enable automatic packet-capture for GTP Echo Out of State Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-c-handover-request-out-of-state-dro** **Description** Enable automatic packet-capture for GTP-C Handover Request Out of state Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-tunnel-rate-limit-entry-create-fail** **Description** Enable automatic packet-capture for GTP Tunnel Level Rate Limit Entry Create Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-u-out-of-state-drop** **Description** Enable automatic packet-capture for GTP-U Out of state Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-nsapi-not-found-in-delete-req** **Description** Enable automatic packet-capture for GTPv1-C NSAPI Not Found in GTP Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-bearer-not-found-in-delete-req** **Description** Enable automatic packet-capture for GTPv2-C Bearer Not Found in GTP Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-bearer-not-found-in-delete-res** **Description** Enable automatic packet-capture for GTPv2-C Bearer Not Found in GTP Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no-fwd-route** **Description** Enable automatic packet-capture for No Forward Route **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no-rev-route** **Description** Enable automatic packet-capture for No Reverse Route **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out-of-session-memory** **Description** Enable automatic packet-capture for Out of Tunnel Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-gtp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-gtp-bearer-not-found-in-resp** **Description** Enable automatic packet-capture for GTP Bearer not found in response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-gtp-frag-or-jumbo-pkt** **Description** Enable automatic packet-capture for GTP Fragmented or JUMBO packet Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-gtp-missing-cond-ie-bearer-ctx** **Description** Enable automatic packet-capture for Missing conditional IE in bearer context Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-echo-out-of-state-** **Description** Enable automatic packet-capture for GTP Echo Out of State Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-c-handover-request-out-of-state-dro** **Description** Enable automatic packet-capture for GTP-C Handover Request Out of state Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-tunnel-rate-limit-entry-create-fail** **Description** Enable automatic packet-capture for GTP Tunnel Level Rate Limit Entry Create Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-u-out-of-state-drop** **Description** Enable automatic packet-capture for GTP-U Out of state Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v1-c-nsapi-not-found-in-delete-req** **Description** Enable automatic packet-capture for GTPv1-C NSAPI Not Found in GTP Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-bearer-not-found-in-delete-req** **Description** Enable automatic packet-capture for GTPv2-C Bearer Not Found in GTP Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gtp-v2-c-bearer-not-found-in-delete-res** **Description** Enable automatic packet-capture for GTPv2-C Bearer Not Found in GTP Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no-fwd-route** **Description** Enable automatic packet-capture for No Forward Route **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no-rev-route** **Description** Enable automatic packet-capture for No Reverse Route **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out-of-session-memory** **Description** Enable automatic packet-capture for Out of Tunnel Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-radius/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-radius/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **job-start-error** **Description** Enable automatic packet-capture for Total Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **timeout_error** **Description** Enable automatic packet-capture for Total Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-radius_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **job-start-error** **Description** Enable automatic packet-capture for Total Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **timeout_error** **Description** Enable automatic packet-capture for Total Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/so-counters/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/so-counters/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **so_pkts_conn_sync_fail** **Description** Enable automatic packet-capture for Total connection sync failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_dest_mac_mistmatch_drop** **Description** Enable automatic packet-capture for Destination MAC Mistmatch Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_dropped** **Description** Enable automatic packet-capture for Total packets dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_errors** **Description** Enable automatic packet-capture for Total packet errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_fw_internal_rule_update_error** **Description** Enable automatic packet-capture for FW internal rule update Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_chassis_dest_mac_er** **Description** Enable automatic packet-capture for L3 Redirect Chassis Destination Mac Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_decap_vlan_sanity_d** **Description** Enable automatic packet-capture for L3 Redirect Decap VLAN Sanity Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_encap_error_drop** **Description** Enable automatic packet-capture for L3 Redirect encap error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_encap_ip_jumbo_frag** **Description** Enable automatic packet-capture for L3 Redirect ipv4 packet after encap more than max jumbo size **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_encap_ipv6_jumbo_fr** **Description** Enable automatic packet-capture for L3 Redirect ipv6 packet after encap more than max jumbo size **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_follow_shared_table** **Description** Enable automatic packet-capture for L3 Redirect Follow Shared Table error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_inner_mac_zero_drop** **Description** Enable automatic packet-capture for L3 Redirect inner mac zero Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_table_error** **Description** Enable automatic packet-capture for L3 Redirect Table error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_mac_zero_drop** **Description** Enable automatic packet-capture for MAC Address zero Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_nat_reserve_fail** **Description** Enable automatic packet-capture for Total NAT reserve failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_redirect_table_error** **Description** Enable automatic packet-capture for Redirect Table Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_scaleout_not_active_drop** **Description** Enable automatic packet-capture for Scaleout Not Active Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_traffic_map_not_found_drop** **Description** Enable automatic packet-capture for Traffic MAP Not Found Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_so-counters_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **so_pkts_conn_sync_fail** **Description** Enable automatic packet-capture for Total connection sync failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_dest_mac_mistmatch_drop** **Description** Enable automatic packet-capture for Destination MAC Mistmatch Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_dropped** **Description** Enable automatic packet-capture for Total packets dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_errors** **Description** Enable automatic packet-capture for Total packet errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_fw_internal_rule_update_error** **Description** Enable automatic packet-capture for FW internal rule update Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_chassis_dest_mac_er** **Description** Enable automatic packet-capture for L3 Redirect Chassis Destination Mac Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_decap_vlan_sanity_d** **Description** Enable automatic packet-capture for L3 Redirect Decap VLAN Sanity Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_encap_error_drop** **Description** Enable automatic packet-capture for L3 Redirect encap error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_encap_ip_jumbo_frag** **Description** Enable automatic packet-capture for L3 Redirect ipv4 packet after encap more than max jumbo size **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_encap_ipv6_jumbo_fr** **Description** Enable automatic packet-capture for L3 Redirect ipv6 packet after encap more than max jumbo size **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_follow_shared_table** **Description** Enable automatic packet-capture for L3 Redirect Follow Shared Table error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_inner_mac_zero_drop** **Description** Enable automatic packet-capture for L3 Redirect inner mac zero Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_l3_redirect_table_error** **Description** Enable automatic packet-capture for L3 Redirect Table error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_mac_zero_drop** **Description** Enable automatic packet-capture for MAC Address zero Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_nat_reserve_fail** **Description** Enable automatic packet-capture for Total NAT reserve failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_redirect_table_error** **Description** Enable automatic packet-capture for Redirect Table Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_scaleout_not_active_drop** **Description** Enable automatic packet-capture for Scaleout Not Active Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **so_pkts_traffic_map_not_found_drop** **Description** Enable automatic packet-capture for Traffic MAP Not Found Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-logging/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-logging/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **http-logging-invalid-format** **Description** Enable automatic packet-capture for HTTP Logging Invalid Format Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **log-dropped** **Description** Enable automatic packet-capture for Log Packets Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **http-logging-invalid-format** **Description** Enable automatic packet-capture for HTTP Logging Invalid Format Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **log-dropped** **Description** Enable automatic packet-capture for Log Packets Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-win/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-win/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **kerberos-job-start-error** **Description** Enable automatic packet-capture for Total Kerberos Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-polling-control-error** **Description** Enable automatic packet-capture for Total Kerberos Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-pw-expiry** **Description** Enable automatic packet-capture for Total Kerberos password expiry **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-request-dropped** **Description** Enable automatic packet-capture for Total Kerberos Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-response-error** **Description** Enable automatic packet-capture for Total Kerberos Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-response-timeout** **Description** Enable automatic packet-capture for Total Kerberos Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-timeout-error** **Description** Enable automatic packet-capture for Total Kerberos Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-job-start-error** **Description** Enable automatic packet-capture for Total NTLM Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-polling-control-error** **Description** Enable automatic packet-capture for Total NTLM Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-prepare-req-failed** **Description** Enable automatic packet-capture for Total NTLM Prepare Request Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-proto-negotiation-failure** **Description** Enable automatic packet-capture for Total NTLM Protocol Negotiation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-request-dropped** **Description** Enable automatic packet-capture for Total NTLM Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-response-error** **Description** Enable automatic packet-capture for Total NTLM Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-response-timeout** **Description** Enable automatic packet-capture for Total NTLM Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-session-setup-failed** **Description** Enable automatic packet-capture for Total NTLM Session Setup Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-timeout-error** **Description** Enable automatic packet-capture for Total NTLM Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-win_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **kerberos-job-start-error** **Description** Enable automatic packet-capture for Total Kerberos Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-polling-control-error** **Description** Enable automatic packet-capture for Total Kerberos Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-pw-expiry** **Description** Enable automatic packet-capture for Total Kerberos password expiry **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-request-dropped** **Description** Enable automatic packet-capture for Total Kerberos Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-response-error** **Description** Enable automatic packet-capture for Total Kerberos Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-response-timeout** **Description** Enable automatic packet-capture for Total Kerberos Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **kerberos-timeout-error** **Description** Enable automatic packet-capture for Total Kerberos Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-job-start-error** **Description** Enable automatic packet-capture for Total NTLM Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-polling-control-error** **Description** Enable automatic packet-capture for Total NTLM Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-prepare-req-failed** **Description** Enable automatic packet-capture for Total NTLM Prepare Request Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-proto-negotiation-failure** **Description** Enable automatic packet-capture for Total NTLM Protocol Negotiation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-request-dropped** **Description** Enable automatic packet-capture for Total NTLM Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-response-error** **Description** Enable automatic packet-capture for Total NTLM Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-response-timeout** **Description** Enable automatic packet-capture for Total NTLM Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-session-setup-failed** **Description** Enable automatic packet-capture for Total NTLM Session Setup Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm-timeout-error** **Description** Enable automatic packet-capture for Total NTLM Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/ip-anomaly-drop/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/ip-anomaly-drop/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bad_ip_flg** **Description** Enable automatic packet-capture for Bad IP Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_frg_offset** **Description** Enable automatic packet-capture for Bad IP Fragment Offset Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_hdrlen** **Description** Enable automatic packet-capture for Bad IP Header Len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_payload_len** **Description** Enable automatic packet-capture for Bad IP Payload Len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_ttl** **Description** Enable automatic packet-capture for Bad IP TTL Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_tcp_urg_offset** **Description** Enable automatic packet-capture for TCP Bad Urgent Offset Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **csum** **Description** Enable automatic packet-capture for Bad IP Checksum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **emp_frg** **Description** Enable automatic packet-capture for Empty Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **emp_mic_frg** **Description** Enable automatic packet-capture for Micro Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **frg** **Description** Enable automatic packet-capture for IPv4 Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gre_pptp_err** **Description** Enable automatic packet-capture for GRE PPTP Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipip_tnl_err** **Description** Enable automatic packet-capture for IP-over-IP Tunnel Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipip_tnl_msmtch** **Description** Enable automatic packet-capture for IP-over-IP Tunnel Mismatch Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **land** **Description** Enable automatic packet-capture for Land Attack Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_ip_payload** **Description** Enable automatic packet-capture for No IP Payload drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nvgre_err** **Description** Enable automatic packet-capture for GRE Tunnel Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **opt** **Description** Enable automatic packet-capture for IPv4 Options Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **over_ip_payload** **Description** Enable automatic packet-capture for Oversize IP Payload Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pod** **Description** Enable automatic packet-capture for ICMP Ping of Death Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt_ip_hdr** **Description** Enable automatic packet-capture for Runt IP Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt_tcp_udp_hdr** **Description** Enable automatic packet-capture for Runt TCP/UDP Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_bad_csum** **Description** Enable automatic packet-capture for TCP Bad Checksum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_bad_iplen** **Description** Enable automatic packet-capture for TCP Bad IP Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_frg_hdr** **Description** Enable automatic packet-capture for TCP Fragmented Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_null_frg** **Description** Enable automatic packet-capture for TCP Null Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_null_scan** **Description** Enable automatic packet-capture for TCP Null Scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_opt_err** **Description** Enable automatic packet-capture for TCP Option Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_sht_hdr** **Description** Enable automatic packet-capture for TCP Short Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_syn_fin** **Description** Enable automatic packet-capture for TCP Syn and Fin Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_syn_frg** **Description** Enable automatic packet-capture for TCP Syn Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_xmas** **Description** Enable automatic packet-capture for TCP XMAS Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_xmas_scan** **Description** Enable automatic packet-capture for TCP XMAS Scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_bad_csum** **Description** Enable automatic packet-capture for UDP Bad Checksum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_bad_len** **Description** Enable automatic packet-capture for UDP Bad Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_kerb_frg** **Description** Enable automatic packet-capture for UDP Kerberos Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_port_lb** **Description** Enable automatic packet-capture for UDP Port Loopback Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_srt_hdr** **Description** Enable automatic packet-capture for UDP Short Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **vxlan_err** **Description** Enable automatic packet-capture for VXLAN Tunnel Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_ip-anomaly-drop_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bad_ip_flg** **Description** Enable automatic packet-capture for Bad IP Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_frg_offset** **Description** Enable automatic packet-capture for Bad IP Fragment Offset Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_hdrlen** **Description** Enable automatic packet-capture for Bad IP Header Len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_payload_len** **Description** Enable automatic packet-capture for Bad IP Payload Len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_ip_ttl** **Description** Enable automatic packet-capture for Bad IP TTL Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad_tcp_urg_offset** **Description** Enable automatic packet-capture for TCP Bad Urgent Offset Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **csum** **Description** Enable automatic packet-capture for Bad IP Checksum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **emp_frg** **Description** Enable automatic packet-capture for Empty Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **emp_mic_frg** **Description** Enable automatic packet-capture for Micro Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **frg** **Description** Enable automatic packet-capture for IPv4 Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **gre_pptp_err** **Description** Enable automatic packet-capture for GRE PPTP Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipip_tnl_err** **Description** Enable automatic packet-capture for IP-over-IP Tunnel Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipip_tnl_msmtch** **Description** Enable automatic packet-capture for IP-over-IP Tunnel Mismatch Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **land** **Description** Enable automatic packet-capture for Land Attack Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_ip_payload** **Description** Enable automatic packet-capture for No IP Payload drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nvgre_err** **Description** Enable automatic packet-capture for GRE Tunnel Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **opt** **Description** Enable automatic packet-capture for IPv4 Options Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **over_ip_payload** **Description** Enable automatic packet-capture for Oversize IP Payload Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pod** **Description** Enable automatic packet-capture for ICMP Ping of Death Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt_ip_hdr** **Description** Enable automatic packet-capture for Runt IP Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt_tcp_udp_hdr** **Description** Enable automatic packet-capture for Runt TCP/UDP Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_bad_csum** **Description** Enable automatic packet-capture for TCP Bad Checksum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_bad_iplen** **Description** Enable automatic packet-capture for TCP Bad IP Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_frg_hdr** **Description** Enable automatic packet-capture for TCP Fragmented Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_null_frg** **Description** Enable automatic packet-capture for TCP Null Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_null_scan** **Description** Enable automatic packet-capture for TCP Null Scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_opt_err** **Description** Enable automatic packet-capture for TCP Option Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_sht_hdr** **Description** Enable automatic packet-capture for TCP Short Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_syn_fin** **Description** Enable automatic packet-capture for TCP Syn and Fin Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_syn_frg** **Description** Enable automatic packet-capture for TCP Syn Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_xmas** **Description** Enable automatic packet-capture for TCP XMAS Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp_xmas_scan** **Description** Enable automatic packet-capture for TCP XMAS Scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **udp_bad_csum** **Description** Enable automatic packet-capture for UDP Bad Checksum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_bad_len** **Description** Enable automatic packet-capture for UDP Bad Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_kerb_frg** **Description** Enable automatic packet-capture for UDP Kerberos Fragment Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_port_lb** **Description** Enable automatic packet-capture for UDP Port Loopback Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp_srt_hdr** **Description** Enable automatic packet-capture for UDP Short Header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **vxlan_err** **Description** Enable automatic packet-capture for VXLAN Tunnel Error Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-ddos-protection/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-ddos-protection/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ddos_entries_too_many** **Description** Enable automatic packet-capture for Too many DDOS entries **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ddos_entry_add_to_bgp_failure** **Description** Enable automatic packet-capture for DDoS Entry BGP add failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ddos_entry_remove_from_bgp_failure** **Description** Enable automatic packet-capture for DDOS entry BGP remove failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ddos_packet_dropped** **Description** Enable automatic packet-capture for DDOS Packet Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-ddos-protection_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ddos_entries_too_many** **Description** Enable automatic packet-capture for Too many DDOS entries **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ddos_entry_add_to_bgp_failure** **Description** Enable automatic packet-capture for DDoS Entry BGP add failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ddos_entry_remove_from_bgp_failure** **Description** Enable automatic packet-capture for DDOS entry BGP remove failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ddos_packet_dropped** **Description** Enable automatic packet-capture for DDOS Packet Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-crl-srcip/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-crl-srcip/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **lockout_drop** **Description** Enable automatic packet-capture for Lockout drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out_of_sessions** **Description** Enable automatic packet-capture for Out of sessions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold_exceed** **Description** Enable automatic packet-capture for Threshold exceeded count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-crl-srcip_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **lockout_drop** **Description** Enable automatic packet-capture for Lockout drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out_of_sessions** **Description** Enable automatic packet-capture for Out of sessions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **threshold_exceed** **Description** Enable automatic packet-capture for Threshold exceeded count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-ocsp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-ocsp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **job-start-error** **Description** Enable automatic packet-capture for Total OCSP Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total OCSP Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total OCSP Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total OCSP Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total OCSP Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-request-dropped** **Description** Enable automatic packet-capture for Total OCSP Stapling Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-response-error** **Description** Enable automatic packet-capture for Total OCSP Stapling Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-response-timeout** **Description** Enable automatic packet-capture for Total OCSP Stapling Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ocsp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **job-start-error** **Description** Enable automatic packet-capture for Total OCSP Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total OCSP Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total OCSP Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total OCSP Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total OCSP Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-request-dropped** **Description** Enable automatic packet-capture for Total OCSP Stapling Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-response-error** **Description** Enable automatic packet-capture for Total OCSP Stapling Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-response-timeout** **Description** Enable automatic packet-capture for Total OCSP Stapling Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-logging-gtp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-logging-gtp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **log_type_gtp_out_of_order_ie** **Description** Enable automatic packet-capture for Log Event Type GTP Out of Order IE V1 **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **log_type_gtp_out_of_state_ie** **Description** Enable automatic packet-capture for Log Event Type GTP Out of State IE **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-logging-gtp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **log_type_gtp_out_of_order_ie** **Description** Enable automatic packet-capture for Log Event Type GTP Out of Order IE V1 **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **log_type_gtp_out_of_state_ie** **Description** Enable automatic packet-capture for Log Event Type GTP Out of State IE **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-radius-server/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-radius-server/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ha-standby-dropped** **Description** Enable automatic packet-capture for HA Standby Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6-prefix-length-mismatch** **Description** Enable automatic packet-capture for Framed IPV6 Prefix Length Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-request-dropped** **Description** Enable automatic packet-capture for RADIUS Request Dropped (Malformed Packet) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-bad-secret-dropped** **Description** Enable automatic packet-capture for RADIUS Request Bad Secret Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-ignored** **Description** Enable automatic packet-capture for RADIUS Request Ignored **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-malformed-dropped** **Description** Enable automatic packet-capture for RADIUS Request Malformed Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-no-key-vap-dropped** **Description** Enable automatic packet-capture for RADIUS Request No Key Attribute Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **secret-not-configured-dropped** **Description** Enable automatic packet-capture for RADIUS Secret Not Configured Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-radius-server_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ha-standby-dropped** **Description** Enable automatic packet-capture for HA Standby Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6-prefix-length-mismatch** **Description** Enable automatic packet-capture for Framed IPV6 Prefix Length Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-request-dropped** **Description** Enable automatic packet-capture for RADIUS Request Dropped (Malformed Packet) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-bad-secret-dropped** **Description** Enable automatic packet-capture for RADIUS Request Bad Secret Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-ignored** **Description** Enable automatic packet-capture for RADIUS Request Ignored **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-malformed-dropped** **Description** Enable automatic packet-capture for RADIUS Request Malformed Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-no-key-vap-dropped** **Description** Enable automatic packet-capture for RADIUS Request No Key Attribute Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **secret-not-configured-dropped** **Description** Enable automatic packet-capture for RADIUS Secret Not Configured Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-ldap/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-server-ldap/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **admin-bind-failure** **Description** Enable automatic packet-capture for Total Admin Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authorize-failure** **Description** Enable automatic packet-capture for Total Authorization Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bind-failure** **Description** Enable automatic packet-capture for Total User Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **job-start-error** **Description** Enable automatic packet-capture for Total Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pw-change-failure** **Description** Enable automatic packet-capture for Total password change failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **search-failure** **Description** Enable automatic packet-capture for Total Search Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl-session-failure** **Description** Enable automatic packet-capture for TLS/SSL Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **timeout-error** **Description** Enable automatic packet-capture for Total Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-server-ldap_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **admin-bind-failure** **Description** Enable automatic packet-capture for Total Admin Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authorize-failure** **Description** Enable automatic packet-capture for Total Authorization Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bind-failure** **Description** Enable automatic packet-capture for Total User Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **job-start-error** **Description** Enable automatic packet-capture for Total Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pw-change-failure** **Description** Enable automatic packet-capture for Total password change failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **search-failure** **Description** Enable automatic packet-capture for Total Search Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl-session-failure** **Description** Enable automatic packet-capture for TLS/SSL Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **timeout-error** **Description** Enable automatic packet-capture for Total Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-http-alg/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-http-alg/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **header-insertion-failed** **Description** Enable automatic packet-capture for Buff Insertion Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **header-removal-failed** **Description** Enable automatic packet-capture for Buff Removal Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out-of-memory-dropped** **Description** Enable automatic packet-capture for Out-of-Memory Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out-of-order-dropped** **Description** Enable automatic packet-capture for Packet Out-of-Order Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **queue-len-exceed-dropped** **Description** Enable automatic packet-capture for Queue Length Exceed Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-requst-dropped** **Description** Enable automatic packet-capture for Query Request Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-response-dropped** **Description** Enable automatic packet-capture for Query Response Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-http-alg_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **header-insertion-failed** **Description** Enable automatic packet-capture for Buff Insertion Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **header-removal-failed** **Description** Enable automatic packet-capture for Buff Removal Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out-of-memory-dropped** **Description** Enable automatic packet-capture for Out-of-Memory Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **out-of-order-dropped** **Description** Enable automatic packet-capture for Packet Out-of-Order Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **queue-len-exceed-dropped** **Description** Enable automatic packet-capture for Queue Length Exceed Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-requst-dropped** **Description** Enable automatic packet-capture for Query Request Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-response-dropped** **Description** Enable automatic packet-capture for Query Response Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-rad-server/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-rad-server/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ha-standby-dropped** **Description** Enable automatic packet-capture for HA Standby Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6-prefix-length-mismatch** **Description** Enable automatic packet-capture for Framed IPV6 Prefix Length Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-request-dropped** **Description** Enable automatic packet-capture for RADIUS Request Dropped (Malformed Packet) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-table-full** **Description** Enable automatic packet-capture for RADIUS Request Dropped (Table Full) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-bad-secret-dropped** **Description** Enable automatic packet-capture for RADIUS Request Bad Secret Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-malformed-dropped** **Description** Enable automatic packet-capture for RADIUS Request Malformed Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-no-key-vap-dropped** **Description** Enable automatic packet-capture for RADIUS Request No Key Attribute Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **secret-not-configured-dropped** **Description** Enable automatic packet-capture for RADIUS Secret Not Configured Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-rad-server_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ha-standby-dropped** **Description** Enable automatic packet-capture for HA Standby Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6-prefix-length-mismatch** **Description** Enable automatic packet-capture for Framed IPV6 Prefix Length Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-request-dropped** **Description** Enable automatic packet-capture for RADIUS Request Dropped (Malformed Packet) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **radius-table-full** **Description** Enable automatic packet-capture for RADIUS Request Dropped (Table Full) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-bad-secret-dropped** **Description** Enable automatic packet-capture for RADIUS Request Bad Secret Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-malformed-dropped** **Description** Enable automatic packet-capture for RADIUS Request Malformed Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-no-key-vap-dropped** **Description** Enable automatic packet-capture for RADIUS Request No Key Attribute Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **secret-not-configured-dropped** **Description** Enable automatic packet-capture for RADIUS Secret Not Configured Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-relay-kerberos/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-relay-kerberos/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **job-start-error** **Description** Enable automatic packet-capture for Total Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **other-error** **Description** Enable automatic packet-capture for Total Other Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **timeout-error** **Description** Enable automatic packet-capture for Total Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-relay-kerberos_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **job-start-error** **Description** Enable automatic packet-capture for Total Job Start Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **other-error** **Description** Enable automatic packet-capture for Total Other Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **polling-control-error** **Description** Enable automatic packet-capture for Total Polling Control Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **timeout-error** **Description** Enable automatic packet-capture for Total Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-mgcp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-mgcp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **parse-error** **Description** Enable automatic packet-capture for MGCP Message Parse Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-mgcp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **parse-error** **Description** Enable automatic packet-capture for MGCP Message Parse Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-sip/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-sip/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **parse-error** **Description** Enable automatic packet-capture for SIP Message Parse Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-out-of-order-drop** **Description** Enable automatic packet-capture for TCP Out-of-Order Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-sip_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **parse-error** **Description** Enable automatic packet-capture for SIP Message Parse Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-out-of-order-drop** **Description** Enable automatic packet-capture for TCP Out-of-Order Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-dhcpv6/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-dhcpv6/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **packets-dropped** **Description** Enable automatic packet-capture for Packets Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pkts-dropped-during-clear** **Description** Enable automatic packet-capture for Packets dropped during clear bindings process **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dhcpv6_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **packets-dropped** **Description** Enable automatic packet-capture for Packets Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pkts-dropped-during-clear** **Description** Enable automatic packet-capture for Packets dropped during clear bindings process **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-fpga-drop/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-fpga-drop/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bad-ip-chksum-drop** **Description** Enable automatic packet-capture for Total Bad IP csum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-flags-drop** **Description** Enable automatic packet-capture for Total Bad IP Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-frag-offset** **Description** Enable automatic packet-capture for Total Bad IP frag off Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-hdr-len** **Description** Enable automatic packet-capture for Total Bad IP hdr len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-payload-len** **Description** Enable automatic packet-capture for Total Bad IP PL len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-ttl-drop** **Description** Enable automatic packet-capture for Total Bad IP TTL Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **empty-frag-drop** **Description** Enable automatic packet-capture for Total Empty frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fcs-drop** **Description** Enable automatic packet-capture for Total FCS Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hrx-drop** **Description** Enable automatic packet-capture for Total HRX Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-pod-drop** **Description** Enable automatic packet-capture for Total ICMP POD Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv4-frag** **Description** Enable automatic packet-capture for Total IP frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv4-opt-drop** **Description** Enable automatic packet-capture for Total IPv4 opt Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **land-drop** **Description** Enable automatic packet-capture for Total LAND Attack Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mic-frag-drop** **Description** Enable automatic packet-capture for Total Micro frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mrx-drop** **Description** Enable automatic packet-capture for Total MRX Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no-ip-payload-drop** **Description** Enable automatic packet-capture for Total No IP Payload Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **oversize-ip-payload** **Description** Enable automatic packet-capture for Total Oversize IP PL Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **qdr-drop** **Description** Enable automatic packet-capture for Total QDR Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt-ip-hdr** **Description** Enable automatic packet-capture for Total Runt IP hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt-tcpudp-hdr** **Description** Enable automatic packet-capture for Total Runt TCPUDP hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **siz-drop** **Description** Enable automatic packet-capture for Total Size Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-bad-chksum** **Description** Enable automatic packet-capture for Total TCP bad csum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-bad-ip-len** **Description** Enable automatic packet-capture for Total TCP Bad IP Len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-bad-urg-offet** **Description** Enable automatic packet-capture for Total TCP bad urg off Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-fin-sin** **Description** Enable automatic packet-capture for Total TCP SYN&FIN Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-frag-hdr** **Description** Enable automatic packet-capture for Total TCP frag header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-null-flags** **Description** Enable automatic packet-capture for Total TCP null flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-null-scan** **Description** Enable automatic packet-capture for Total TCP null scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-short-hdr** **Description** Enable automatic packet-capture for Total TCP short hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-syn-frag** **Description** Enable automatic packet-capture for Total TCP SYN frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-xmas-flags** **Description** Enable automatic packet-capture for Total TCP XMAS FLAGS Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-xmas-scan** **Description** Enable automatic packet-capture for Total TCP XMAS scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tun-mismatch** **Description** Enable automatic packet-capture for Total Tun mismatch Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-bad-chksum** **Description** Enable automatic packet-capture for Total UDP bad csum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-bad-ip-len** **Description** Enable automatic packet-capture for Total UDP bad leng Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-kb-frags** **Description** Enable automatic packet-capture for Total UDP KB frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-port-lb** **Description** Enable automatic packet-capture for Total UDP port LB Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-short-hdr** **Description** Enable automatic packet-capture for Total UDP short hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-fpga-drop_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bad-ip-chksum-drop** **Description** Enable automatic packet-capture for Total Bad IP csum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-flags-drop** **Description** Enable automatic packet-capture for Total Bad IP Flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-frag-offset** **Description** Enable automatic packet-capture for Total Bad IP frag off Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-hdr-len** **Description** Enable automatic packet-capture for Total Bad IP hdr len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-payload-len** **Description** Enable automatic packet-capture for Total Bad IP PL len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bad-ip-ttl-drop** **Description** Enable automatic packet-capture for Total Bad IP TTL Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **empty-frag-drop** **Description** Enable automatic packet-capture for Total Empty frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fcs-drop** **Description** Enable automatic packet-capture for Total FCS Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **hrx-drop** **Description** Enable automatic packet-capture for Total HRX Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **icmp-pod-drop** **Description** Enable automatic packet-capture for Total ICMP POD Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv4-frag** **Description** Enable automatic packet-capture for Total IP frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv4-opt-drop** **Description** Enable automatic packet-capture for Total IPv4 opt Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **land-drop** **Description** Enable automatic packet-capture for Total LAND Attack Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mic-frag-drop** **Description** Enable automatic packet-capture for Total Micro frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mrx-drop** **Description** Enable automatic packet-capture for Total MRX Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no-ip-payload-drop** **Description** Enable automatic packet-capture for Total No IP Payload Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **oversize-ip-payload** **Description** Enable automatic packet-capture for Total Oversize IP PL Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **qdr-drop** **Description** Enable automatic packet-capture for Total QDR Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt-ip-hdr** **Description** Enable automatic packet-capture for Total Runt IP hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runt-tcpudp-hdr** **Description** Enable automatic packet-capture for Total Runt TCPUDP hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **siz-drop** **Description** Enable automatic packet-capture for Total Size Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-bad-chksum** **Description** Enable automatic packet-capture for Total TCP bad csum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-bad-ip-len** **Description** Enable automatic packet-capture for Total TCP Bad IP Len Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-bad-urg-offet** **Description** Enable automatic packet-capture for Total TCP bad urg off Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-fin-sin** **Description** Enable automatic packet-capture for Total TCP SYN&FIN Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-frag-hdr** **Description** Enable automatic packet-capture for Total TCP frag header Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-null-flags** **Description** Enable automatic packet-capture for Total TCP null flags Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-null-scan** **Description** Enable automatic packet-capture for Total TCP null scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-short-hdr** **Description** Enable automatic packet-capture for Total TCP short hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-syn-frag** **Description** Enable automatic packet-capture for Total TCP SYN frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-xmas-flags** **Description** Enable automatic packet-capture for Total TCP XMAS FLAGS Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-xmas-scan** **Description** Enable automatic packet-capture for Total TCP XMAS scan Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **tun-mismatch** **Description** Enable automatic packet-capture for Total Tun mismatch Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-bad-chksum** **Description** Enable automatic packet-capture for Total UDP bad csum Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-bad-ip-len** **Description** Enable automatic packet-capture for Total UDP bad leng Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-kb-frags** **Description** Enable automatic packet-capture for Total UDP KB frag Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-port-lb** **Description** Enable automatic packet-capture for Total UDP port LB Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **udp-short-hdr** **Description** Enable automatic packet-capture for Total UDP short hdr Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-authentication-global/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-authentication-global/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **aflex-authz-fail** **Description** Enable automatic packet-capture for Total Authorization failure number in aFleX **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authn-failure** **Description** Enable automatic packet-capture for Total Authentication failure number **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authz-failure** **Description** Enable automatic packet-capture for Total Authorization failure number **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **connect-failed** **Description** Enable automatic packet-capture for Total AAM Connect Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **create-timer-failed** **Description** Enable automatic packet-capture for Total AAM Timer Creation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **dns-resolve-failed** **Description** Enable automatic packet-capture for Total AAM DNS resolve failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **get-socket-option-failed** **Description** Enable automatic packet-capture for Total AAM Get Socket Option Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **misses** **Description** Enable automatic packet-capture for Total Authentication Request Missed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **open-socket-failed** **Description** Enable automatic packet-capture for Total AAM Open Socket Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-authentication-global_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **aflex-authz-fail** **Description** Enable automatic packet-capture for Total Authorization failure number in aFleX **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authn-failure** **Description** Enable automatic packet-capture for Total Authentication failure number **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authz-failure** **Description** Enable automatic packet-capture for Total Authorization failure number **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **connect-failed** **Description** Enable automatic packet-capture for Total AAM Connect Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **create-timer-failed** **Description** Enable automatic packet-capture for Total AAM Timer Creation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **dns-resolve-failed** **Description** Enable automatic packet-capture for Total AAM DNS resolve failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **get-socket-option-failed** **Description** Enable automatic packet-capture for Total AAM Get Socket Option Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **misses** **Description** Enable automatic packet-capture for Total Authentication Request Missed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **open-socket-failed** **Description** Enable automatic packet-capture for Total AAM Open Socket Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-switch/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-switch/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **badpkt_drop** **Description** Enable automatic packet-capture for Bad Pkt Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **incorrect_len_drop** **Description** Enable automatic packet-capture for Incorrect Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_rx_arp_pkt** **Description** Enable automatic packet-capture for Invalid ARP PKT Rcvd **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_sender_mac_arp_drop** **Description** Enable automatic packet-capture for ARP PKT dropped due to invalid sender MAC **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_defrag_invalid_len** **Description** Enable automatic packet-capture for IP Invalid Length Frag **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_frag_oversize** **Description** Enable automatic packet-capture for IP Fragment oversize **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_frag_too_many** **Description** Enable automatic packet-capture for IP Fragment too many **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_ipip_dropped** **Description** Enable automatic packet-capture for IP Frag IPIP Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_overlap** **Description** Enable automatic packet-capture for IP Fragment Overlap **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_overload** **Description** Enable automatic packet-capture for IP Frag Overload Drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_reasmfails** **Description** Enable automatic packet-capture for IP Fragment Reasm Fails **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_tcp_dropped** **Description** Enable automatic packet-capture for IP Frag TCP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_timeout** **Description** Enable automatic packet-capture for IP Fragment Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_udp_dropped** **Description** Enable automatic packet-capture for IP Frag UDP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv4_frag_6rd_drop** **Description** Enable automatic packet-capture for IPv4 Frag 6RD Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6frag_ipip_dropped** **Description** Enable automatic packet-capture for IPv6 Frag IPIP Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6frag_tcp_dropped** **Description** Enable automatic packet-capture for IPv6 Frag TCP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6frag_udp_dropped** **Description** Enable automatic packet-capture for IPv6 Frag UDP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **prot_down_drop** **Description** Enable automatic packet-capture for Prot Down Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ttl_exceeded_drop** **Description** Enable automatic packet-capture for TTL Exceeded Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **unknown_prot_drop** **Description** Enable automatic packet-capture for Unknown Prot Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-switch_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **badpkt_drop** **Description** Enable automatic packet-capture for Bad Pkt Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **incorrect_len_drop** **Description** Enable automatic packet-capture for Incorrect Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_rx_arp_pkt** **Description** Enable automatic packet-capture for Invalid ARP PKT Rcvd **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_sender_mac_arp_drop** **Description** Enable automatic packet-capture for ARP PKT dropped due to invalid sender MAC **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_defrag_invalid_len** **Description** Enable automatic packet-capture for IP Invalid Length Frag **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_frag_oversize** **Description** Enable automatic packet-capture for IP Fragment oversize **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_frag_too_many** **Description** Enable automatic packet-capture for IP Fragment too many **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_ipip_dropped** **Description** Enable automatic packet-capture for IP Frag IPIP Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_overlap** **Description** Enable automatic packet-capture for IP Fragment Overlap **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_overload** **Description** Enable automatic packet-capture for IP Frag Overload Drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_reasmfails** **Description** Enable automatic packet-capture for IP Fragment Reasm Fails **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_tcp_dropped** **Description** Enable automatic packet-capture for IP Frag TCP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_timeout** **Description** Enable automatic packet-capture for IP Fragment Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipfrag_udp_dropped** **Description** Enable automatic packet-capture for IP Frag UDP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv4_frag_6rd_drop** **Description** Enable automatic packet-capture for IPv4 Frag 6RD Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6frag_ipip_dropped** **Description** Enable automatic packet-capture for IPv6 Frag IPIP Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6frag_tcp_dropped** **Description** Enable automatic packet-capture for IPv6 Frag TCP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ipv6frag_udp_dropped** **Description** Enable automatic packet-capture for IPv6 Frag UDP Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **prot_down_drop** **Description** Enable automatic packet-capture for Prot Down Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **ttl_exceeded_drop** **Description** Enable automatic packet-capture for TTL Exceeded Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **unknown_prot_drop** **Description** Enable automatic packet-capture for Unknown Prot Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **adc_port_allocation_failed** **Description** Enable automatic packet-capture for ADC Port Allocation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_sesn_rate_user_quota_exceeded** **Description** Enable automatic packet-capture for Conn Rate User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_sesn_user_quota_exceeded** **Description** Enable automatic packet-capture for Data Session User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **extended_quota_exceeded** **Description** Enable automatic packet-capture for Extended User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_ext_mem_alloc_failure** **Description** Enable automatic packet-capture for LSN Fullcone Extension Memory Allocate Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_ext_mem_alloc_init_faulure** **Description** Enable automatic packet-capture for LSN Fullcone Extension Initialization Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_failure** **Description** Enable automatic packet-capture for Full-cone Session Creation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_self_hairpinning_drop** **Description** Enable automatic packet-capture for Self-Hairpinning Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_alloc_single_port_failure** **Description** Enable automatic packet-capture for H323 ALG Alloc Single RTP or RTCP NAT Port Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_create_rtcp_fullcone_failure** **Description** Enable automatic packet-capture for H323 ALG Create RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_create_rtp_fullcone_failure** **Description** Enable automatic packet-capture for H323 ALG Create RTP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_create_single_fullcone_failure** **Description** Enable automatic packet-capture for H323 ALG Create Single RTP or RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **lid_drop** **Description** Enable automatic packet-capture for LSN LID Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mgcp_alg_create_rtcp_fullcone_failure** **Description** Enable automatic packet-capture for MGCP ALG Create RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mgcp_alg_create_rtp_fullcone_failure** **Description** Enable automatic packet-capture for MGCP ALG Create RTP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mgcp_alg_port_pair_alloc_from_quota_par** **Description** Enable automatic packet-capture for MGCP ALG Port Pair Allocated From Quota Partition Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_port_unavailable_icmp** **Description** Enable automatic packet-capture for ICMP NAT Port Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_port_unavailable_tcp** **Description** Enable automatic packet-capture for TCP NAT Port Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_port_unavailable_udp** **Description** Enable automatic packet-capture for UDP NAT Port Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **new_user_resource_unavailable** **Description** Enable automatic packet-capture for New User NAT Resource Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **port_overloading_inc_overflow** **Description** Enable automatic packet-capture for Port Overloading Inc Overflow **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **port_overloading_out_of_memory** **Description** Enable automatic packet-capture for Port Overloading Out of Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_alloc_rtp_rtcp_port_failure** **Description** Enable automatic packet-capture for SIP ALG Alloc RTP/RTCP NAT Ports Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_alloc_single_port_failure** **Description** Enable automatic packet-capture for SIP ALG Alloc Single RTP or RTCP NAT Port Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_create_rtcp_fullcone_failure** **Description** Enable automatic packet-capture for SIP ALG Create RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_create_rtp_fullcone_failure** **Description** Enable automatic packet-capture for SIP ALG Create RTP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_create_single_fullcone_failure** **Description** Enable automatic packet-capture for SIP ALG Create Single RTP or RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_quota_inc_failure** **Description** Enable automatic packet-capture for SIP ALG User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **standby_class_list_drop** **Description** Enable automatic packet-capture for HA Standby Class-List drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **user_quota_failure** **Description** Enable automatic packet-capture for User-Quota Creation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **adc_port_allocation_failed** **Description** Enable automatic packet-capture for ADC Port Allocation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_sesn_rate_user_quota_exceeded** **Description** Enable automatic packet-capture for Conn Rate User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_sesn_user_quota_exceeded** **Description** Enable automatic packet-capture for Data Session User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **extended_quota_exceeded** **Description** Enable automatic packet-capture for Extended User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_ext_mem_alloc_failure** **Description** Enable automatic packet-capture for LSN Fullcone Extension Memory Allocate Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_ext_mem_alloc_init_faulure** **Description** Enable automatic packet-capture for LSN Fullcone Extension Initialization Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_failure** **Description** Enable automatic packet-capture for Full-cone Session Creation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **fullcone_self_hairpinning_drop** **Description** Enable automatic packet-capture for Self-Hairpinning Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_alloc_single_port_failure** **Description** Enable automatic packet-capture for H323 ALG Alloc Single RTP or RTCP NAT Port Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_create_rtcp_fullcone_failure** **Description** Enable automatic packet-capture for H323 ALG Create RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_create_rtp_fullcone_failure** **Description** Enable automatic packet-capture for H323 ALG Create RTP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **h323_alg_create_single_fullcone_failure** **Description** Enable automatic packet-capture for H323 ALG Create Single RTP or RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **lid_drop** **Description** Enable automatic packet-capture for LSN LID Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mgcp_alg_create_rtcp_fullcone_failure** **Description** Enable automatic packet-capture for MGCP ALG Create RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mgcp_alg_create_rtp_fullcone_failure** **Description** Enable automatic packet-capture for MGCP ALG Create RTP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **mgcp_alg_port_pair_alloc_from_quota_par** **Description** Enable automatic packet-capture for MGCP ALG Port Pair Allocated From Quota Partition Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_port_unavailable_icmp** **Description** Enable automatic packet-capture for ICMP NAT Port Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_port_unavailable_tcp** **Description** Enable automatic packet-capture for TCP NAT Port Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_port_unavailable_udp** **Description** Enable automatic packet-capture for UDP NAT Port Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **new_user_resource_unavailable** **Description** Enable automatic packet-capture for New User NAT Resource Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **port_overloading_inc_overflow** **Description** Enable automatic packet-capture for Port Overloading Inc Overflow **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **port_overloading_out_of_memory** **Description** Enable automatic packet-capture for Port Overloading Out of Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_alloc_rtp_rtcp_port_failure** **Description** Enable automatic packet-capture for SIP ALG Alloc RTP/RTCP NAT Ports Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_alloc_single_port_failure** **Description** Enable automatic packet-capture for SIP ALG Alloc Single RTP or RTCP NAT Port Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_create_rtcp_fullcone_failure** **Description** Enable automatic packet-capture for SIP ALG Create RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_create_rtp_fullcone_failure** **Description** Enable automatic packet-capture for SIP ALG Create RTP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_create_single_fullcone_failure** **Description** Enable automatic packet-capture for SIP ALG Create Single RTP or RTCP Full-cone Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **sip_alg_quota_inc_failure** **Description** Enable automatic packet-capture for SIP ALG User-Quota Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **standby_class_list_drop** **Description** Enable automatic packet-capture for HA Standby Class-List drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **user_quota_failure** **Description** Enable automatic packet-capture for User-Quota Creation Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-mssql/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-mssql/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **auth_failure** **Description** Enable automatic packet-capture for Authentication Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-mssql_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **auth_failure** **Description** Enable automatic packet-capture for Authentication Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-generic/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-generic/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **no_route** **Description** Enable automatic packet-capture for Number of no routes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Number of snat failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Number of server selection failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-generic_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **no_route** **Description** Enable automatic packet-capture for Number of no routes **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Number of snat failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Number of server selection failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ftp-proxy/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ftp-proxy/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **auth_fail** **Description** Enable automatic packet-capture for Auth Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert_tuple_fail** **Description** Enable automatic packet-capture for Serv Sel insert tuple fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_create_fail** **Description** Enable automatic packet-capture for smp create fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v4_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv4 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v6_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv6 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for source nat failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ftp-proxy_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **auth_fail** **Description** Enable automatic packet-capture for Auth Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert_tuple_fail** **Description** Enable automatic packet-capture for Serv Sel insert tuple fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_create_fail** **Description** Enable automatic packet-capture for smp create fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v4_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv4 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v6_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv6 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for source nat failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-l4/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-l4/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bw_rate_limit_exceed** **Description** Enable automatic packet-capture for BW-Limit Exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **concurrent_conn_exceed** **Description** Enable automatic packet-capture for L3V Conn Limit Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **conn_rate_limit_drop** **Description** Enable automatic packet-capture for Conn rate limit drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **conn_rate_limit_reset** **Description** Enable automatic packet-capture for Conn rate limit resets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **connlimit_drop** **Description** Enable automatic packet-capture for Conn Limit drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **dns_policy_drop** **Description** Enable automatic packet-capture for DNS Policy Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l4_cps_exceed** **Description** Enable automatic packet-capture for L4 CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l7_cps_exceed** **Description** Enable automatic packet-capture for L7 CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_cps_exceed** **Description** Enable automatic packet-capture for NAT CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_resourse_drop** **Description** Enable automatic packet-capture for No resource drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_vport_drop** **Description** Enable automatic packet-capture for vport not matching drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **novport_drop** **Description** Enable automatic packet-capture for NAT no session drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Source NAT failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl_cps_exceed** **Description** Enable automatic packet-capture for SSL CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl_tpt_exceed** **Description** Enable automatic packet-capture for SSL TPT exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrselfail** **Description** Enable automatic packet-capture for Server sel failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **syncookiessentfailed** **Description** Enable automatic packet-capture for TCP SYN cookie snt fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-l4_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bw_rate_limit_exceed** **Description** Enable automatic packet-capture for BW-Limit Exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **concurrent_conn_exceed** **Description** Enable automatic packet-capture for L3V Conn Limit Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **conn_rate_limit_drop** **Description** Enable automatic packet-capture for Conn rate limit drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **conn_rate_limit_reset** **Description** Enable automatic packet-capture for Conn rate limit resets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **connlimit_drop** **Description** Enable automatic packet-capture for Conn Limit drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **dns_policy_drop** **Description** Enable automatic packet-capture for DNS Policy Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l4_cps_exceed** **Description** Enable automatic packet-capture for L4 CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l7_cps_exceed** **Description** Enable automatic packet-capture for L7 CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nat_cps_exceed** **Description** Enable automatic packet-capture for NAT CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_resourse_drop** **Description** Enable automatic packet-capture for No resource drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_vport_drop** **Description** Enable automatic packet-capture for vport not matching drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **novport_drop** **Description** Enable automatic packet-capture for NAT no session drops **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Source NAT failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl_cps_exceed** **Description** Enable automatic packet-capture for SSL CPS exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl_tpt_exceed** **Description** Enable automatic packet-capture for SSL TPT exceed drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrselfail** **Description** Enable automatic packet-capture for Server sel failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **syncookiessentfailed** **Description** Enable automatic packet-capture for TCP SYN cookie snt fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-smtp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-smtp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **get_all_headers_fail** **Description** Enable automatic packet-capture for Get all headers fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert_resonse_line_fail** **Description** Enable automatic packet-capture for Ins response line fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **line_extend_fail** **Description** Enable automatic packet-capture for Line extend fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **line_table_extend_fail** **Description** Enable automatic packet-capture for Table extend fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **line_too_long** **Description** Enable automatic packet-capture for Line too long **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **read_request_line_fail** **Description** Enable automatic packet-capture for Read request line fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **recv_server_unknow_reply_code** **Description** Enable automatic packet-capture for Recv server unknown-code **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **remove_resonse_line_fail** **Description** Enable automatic packet-capture for Del response line fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **send_client_service_not_ready** **Description** Enable automatic packet-capture for Sent client serv-not-rdy **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Source NAT failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **too_many_headers** **Description** Enable automatic packet-capture for Too many headers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-smtp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **get_all_headers_fail** **Description** Enable automatic packet-capture for Get all headers fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert_resonse_line_fail** **Description** Enable automatic packet-capture for Ins response line fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **line_extend_fail** **Description** Enable automatic packet-capture for Line extend fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **line_table_extend_fail** **Description** Enable automatic packet-capture for Table extend fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **line_too_long** **Description** Enable automatic packet-capture for Line too long **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **read_request_line_fail** **Description** Enable automatic packet-capture for Read request line fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **recv_server_unknow_reply_code** **Description** Enable automatic packet-capture for Recv server unknown-code **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **remove_resonse_line_fail** **Description** Enable automatic packet-capture for Del response line fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **send_client_service_not_ready** **Description** Enable automatic packet-capture for Sent client serv-not-rdy **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for Source NAT failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **too_many_headers** **Description** Enable automatic packet-capture for Too many headers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/logging-local-log-global/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/logging-local-log-global/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **enqueue-error** **Description** Enable automatic packet-capture for Total local-log enqueue error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **enqueue-full** **Description** Enable automatic packet-capture for Total local-log queue full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_logging-local-log-global_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **enqueue-error** **Description** Enable automatic packet-capture for Total local-log enqueue error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **enqueue-full** **Description** Enable automatic packet-capture for Total local-log queue full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-account/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-account/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-account_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **request-dropped** **Description** Enable automatic packet-capture for Total Dropped Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-error** **Description** Enable automatic packet-capture for Total Error Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **response-timeout** **Description** Enable automatic packet-capture for Total Timeout Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-alg-rtsp/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-alg-rtsp/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **transport-alloc-failure** **Description** Enable automatic packet-capture for Transport Alloc Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-alg-rtsp_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **transport-alloc-failure** **Description** Enable automatic packet-capture for Transport Alloc Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-global/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/fw-global/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **fullcone_creation_failure** **Description** Enable automatic packet-capture for Full-Cone Creation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_fw-global_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **fullcone_creation_failure** **Description** Enable automatic packet-capture for Full-Cone Creation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-spdy-proxy/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-spdy-proxy/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ctx_alloc_fail** **Description** Enable automatic packet-capture for Context alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **http_conn_alloc_fail** **Description** Enable automatic packet-capture for HTTP connection allocation fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request_header_alloc_fail** **Description** Enable automatic packet-capture for Request/Header allocation fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stream_alloc_fail** **Description** Enable automatic packet-capture for Stream alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-spdy-proxy_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ctx_alloc_fail** **Description** Enable automatic packet-capture for Context alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **http_conn_alloc_fail** **Description** Enable automatic packet-capture for HTTP connection allocation fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **request_header_alloc_fail** **Description** Enable automatic packet-capture for Request/Header allocation fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stream_alloc_fail** **Description** Enable automatic packet-capture for Stream alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-hw-compress/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-hw-compress/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **max_outstanding_request_count** **Description** Enable automatic packet-capture for Max queued request count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **max_outstanding_submit_count** **Description** Enable automatic packet-capture for Max queued submit count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ring_full_count** **Description** Enable automatic packet-capture for Compression queue full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-hw-compress_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **max_outstanding_request_count** **Description** Enable automatic packet-capture for Max queued request count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **max_outstanding_submit_count** **Description** Enable automatic packet-capture for Max queued submit count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ring_full_count** **Description** Enable automatic packet-capture for Compression queue full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-dpdk-stats/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/system-dpdk-stats/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **err-pkt-drop** **Description** Enable automatic packet-capture for Total error packet drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **io-ring-drop** **Description** Enable automatic packet-capture for Total IO core ring drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **io-rx-que-drop** **Description** Enable automatic packet-capture for Total IO core Rx queue drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **io-tx-que-drop** **Description** Enable automatic packet-capture for Total IO core TX queue drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pkt-drop** **Description** Enable automatic packet-capture for Total packet drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pkt-lnk-down-drop** **Description** Enable automatic packet-capture for Total packets link down drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-align-err** **Description** Enable automatic packet-capture for Total RX packet align error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-crc-err** **Description** Enable automatic packet-capture for Total RX packet CRC error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-csum-offload-err** **Description** Enable automatic packet-capture for Total Rx packet check-sum offload error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-err** **Description** Enable automatic packet-capture for Total RX packet error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-frame-err** **Description** Enable automatic packet-capture for Total RX packet frame error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-len-err** **Description** Enable automatic packet-capture for Total RX packet length error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-long-len-err** **Description** Enable automatic packet-capture for Total RX packet long length error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-miss-err** **Description** Enable automatic packet-capture for Total RX packet miss error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-no-buff-err** **Description** Enable automatic packet-capture for Total RX packet no buffer error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-over-err** **Description** Enable automatic packet-capture for Total RX packet over error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-short-len-err** **Description** Enable automatic packet-capture for Total RX packet short length error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-abort-err** **Description** Enable automatic packet-capture for Total TX packet abort error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-carrier-err** **Description** Enable automatic packet-capture for Total TX packert carrier error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-drop** **Description** Enable automatic packet-capture for Total TX packet drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-err** **Description** Enable automatic packet-capture for Total TX packet error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-fifo-err** **Description** Enable automatic packet-capture for Total TX packet fifo error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-hbeat-err** **Description** Enable automatic packet-capture for Total TX packet HBEAT error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-windows-err** **Description** Enable automatic packet-capture for Total TX windows error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **w-link-down-drop** **Description** Enable automatic packet-capture for Total worker core link down drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **w-ring-drop** **Description** Enable automatic packet-capture for Total worker core ring drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **w-tx-que-drop** **Description** Enable automatic packet-capture for Total worker core queue drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_system-dpdk-stats_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **err-pkt-drop** **Description** Enable automatic packet-capture for Total error packet drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **io-ring-drop** **Description** Enable automatic packet-capture for Total IO core ring drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **io-rx-que-drop** **Description** Enable automatic packet-capture for Total IO core Rx queue drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **io-tx-que-drop** **Description** Enable automatic packet-capture for Total IO core TX queue drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pkt-drop** **Description** Enable automatic packet-capture for Total packet drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pkt-lnk-down-drop** **Description** Enable automatic packet-capture for Total packets link down drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-align-err** **Description** Enable automatic packet-capture for Total RX packet align error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-crc-err** **Description** Enable automatic packet-capture for Total RX packet CRC error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-csum-offload-err** **Description** Enable automatic packet-capture for Total Rx packet check-sum offload error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-err** **Description** Enable automatic packet-capture for Total RX packet error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-frame-err** **Description** Enable automatic packet-capture for Total RX packet frame error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-len-err** **Description** Enable automatic packet-capture for Total RX packet length error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-long-len-err** **Description** Enable automatic packet-capture for Total RX packet long length error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-miss-err** **Description** Enable automatic packet-capture for Total RX packet miss error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-no-buff-err** **Description** Enable automatic packet-capture for Total RX packet no buffer error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-over-err** **Description** Enable automatic packet-capture for Total RX packet over error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rx-short-len-err** **Description** Enable automatic packet-capture for Total RX packet short length error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **tx-abort-err** **Description** Enable automatic packet-capture for Total TX packet abort error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-carrier-err** **Description** Enable automatic packet-capture for Total TX packert carrier error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-drop** **Description** Enable automatic packet-capture for Total TX packet drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-err** **Description** Enable automatic packet-capture for Total TX packet error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-fifo-err** **Description** Enable automatic packet-capture for Total TX packet fifo error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-hbeat-err** **Description** Enable automatic packet-capture for Total TX packet HBEAT error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tx-windows-err** **Description** Enable automatic packet-capture for Total TX windows error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **w-link-down-drop** **Description** Enable automatic packet-capture for Total worker core link down drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **w-ring-drop** **Description** Enable automatic packet-capture for Total worker core ring drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **w-tx-que-drop** **Description** Enable automatic packet-capture for Total worker core queue drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-ddos-proc/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-ddos-proc/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ip_node_alloc_failure** **Description** Enable automatic packet-capture for Node alloc failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_other_block_alloc_failure** **Description** Enable automatic packet-capture for Other block alloc failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_port_block_alloc_failure** **Description** Enable automatic packet-capture for Port block alloc failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_add_to_hw_failure** **Description** Enable automatic packet-capture for L3 entry HW add failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_match_drop** **Description** Enable automatic packet-capture for L3 Entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_match_drop_hw** **Description** Enable automatic packet-capture for L3 HW entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_remove_from_bgp_failure** **Description** Enable automatic packet-capture for L3 entry BGP remove failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l4_entry_match_drop** **Description** Enable automatic packet-capture for L4 Entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l4_entry_match_drop_hw** **Description** Enable automatic packet-capture for L4 HW Entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-ddos-proc_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **ip_node_alloc_failure** **Description** Enable automatic packet-capture for Node alloc failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_other_block_alloc_failure** **Description** Enable automatic packet-capture for Other block alloc failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ip_port_block_alloc_failure** **Description** Enable automatic packet-capture for Port block alloc failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_add_to_hw_failure** **Description** Enable automatic packet-capture for L3 entry HW add failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_match_drop** **Description** Enable automatic packet-capture for L3 Entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_match_drop_hw** **Description** Enable automatic packet-capture for L3 HW entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l3_entry_remove_from_bgp_failure** **Description** Enable automatic packet-capture for L3 entry BGP remove failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l4_entry_match_drop** **Description** Enable automatic packet-capture for L4 Entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **l4_entry_match_drop_hw** **Description** Enable automatic packet-capture for L4 HW Entry match drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-imap-proxy/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-imap-proxy/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **cl_est_err** **Description** Enable automatic packet-capture for Client EST state erro **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cl_request_err** **Description** Enable automatic packet-capture for Client RQ state error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_send_fail** **Description** Enable automatic packet-capture for data send fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_server_conn_fail** **Description** Enable automatic packet-capture for data svr conn fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert_tuple_fail** **Description** Enable automatic packet-capture for Serv Sel insert tuple fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_route** **Description** Enable automatic packet-capture for no route failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rsv_persist_conn_fail** **Description** Enable automatic packet-capture for Serv Sel Persist fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ser_connecting_err** **Description** Enable automatic packet-capture for Serv CTNG state error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **server_response_err** **Description** Enable automatic packet-capture for Serv RESP state error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_create_fail** **Description** Enable automatic packet-capture for smp create fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v4_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv4 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v6_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv6 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for source nat failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-imap-proxy_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **cl_est_err** **Description** Enable automatic packet-capture for Client EST state erro **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cl_request_err** **Description** Enable automatic packet-capture for Client RQ state error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_send_fail** **Description** Enable automatic packet-capture for data send fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_server_conn_fail** **Description** Enable automatic packet-capture for data svr conn fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert_tuple_fail** **Description** Enable automatic packet-capture for Serv Sel insert tuple fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **no_route** **Description** Enable automatic packet-capture for no route failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rsv_persist_conn_fail** **Description** Enable automatic packet-capture for Serv Sel Persist fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ser_connecting_err** **Description** Enable automatic packet-capture for Serv CTNG state error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **server_response_err** **Description** Enable automatic packet-capture for Serv RESP state error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_create_fail** **Description** Enable automatic packet-capture for smp create fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v4_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv4 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **smp_v6_fail** **Description** Enable automatic packet-capture for Serv Sel SMPv6 fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **snat_fail** **Description** Enable automatic packet-capture for source nat failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **svrsel_fail** **Description** Enable automatic packet-capture for Server selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ssl-cert-revoke/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-ssl-cert-revoke/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **crl_cache_status_revoked** **Description** Enable automatic packet-capture for CRL cache status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_connection_error** **Description** Enable automatic packet-capture for CRL connection errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_other_error** **Description** Enable automatic packet-capture for CRL other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_response_status_revoked** **Description** Enable automatic packet-capture for CRL response status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_response_status_unknown** **Description** Enable automatic packet-capture for CRL response status unknown **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_uri_https** **Description** Enable automatic packet-capture for CRL URI https **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_uri_not_found** **Description** Enable automatic packet-capture for CRL URI not found **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_uri_unsupported** **Description** Enable automatic packet-capture for CRL URI unsupported **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_cache_miss** **Description** Enable automatic packet-capture for OCSP cache miss **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_cache_status_revoked** **Description** Enable automatic packet-capture for OCSP cache status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_chain_status_revoked** **Description** Enable automatic packet-capture for Certificate chain status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_chain_status_unknown** **Description** Enable automatic packet-capture for Certificate chain status unknown **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_connection_error** **Description** Enable automatic packet-capture for OCSP connection error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_other_error** **Description** Enable automatic packet-capture for Log OCSP other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_no_nonce** **Description** Enable automatic packet-capture for Log OCSP other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_nonce_error** **Description** Enable automatic packet-capture for Log OCSP other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_status_revoked** **Description** Enable automatic packet-capture for OCSP response status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_status_unknown** **Description** Enable automatic packet-capture for OCSP response status unknown **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_uri_https** **Description** Enable automatic packet-capture for Log OCSP URI https **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_uri_not_found** **Description** Enable automatic packet-capture for OCSP URI not found **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_uri_unsupported** **Description** Enable automatic packet-capture for OCSP URI unsupported **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-ssl-cert-revoke_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **crl_cache_status_revoked** **Description** Enable automatic packet-capture for CRL cache status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_connection_error** **Description** Enable automatic packet-capture for CRL connection errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_other_error** **Description** Enable automatic packet-capture for CRL other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_response_status_revoked** **Description** Enable automatic packet-capture for CRL response status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_response_status_unknown** **Description** Enable automatic packet-capture for CRL response status unknown **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_uri_https** **Description** Enable automatic packet-capture for CRL URI https **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_uri_not_found** **Description** Enable automatic packet-capture for CRL URI not found **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crl_uri_unsupported** **Description** Enable automatic packet-capture for CRL URI unsupported **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_cache_miss** **Description** Enable automatic packet-capture for OCSP cache miss **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_cache_status_revoked** **Description** Enable automatic packet-capture for OCSP cache status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_chain_status_revoked** **Description** Enable automatic packet-capture for Certificate chain status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_chain_status_unknown** **Description** Enable automatic packet-capture for Certificate chain status unknown **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_connection_error** **Description** Enable automatic packet-capture for OCSP connection error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_other_error** **Description** Enable automatic packet-capture for Log OCSP other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_no_nonce** **Description** Enable automatic packet-capture for Log OCSP other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_nonce_error** **Description** Enable automatic packet-capture for Log OCSP other errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_status_revoked** **Description** Enable automatic packet-capture for OCSP response status revoked **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_response_status_unknown** **Description** Enable automatic packet-capture for OCSP response status unknown **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_uri_https** **Description** Enable automatic packet-capture for Log OCSP URI https **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_uri_not_found** **Description** Enable automatic packet-capture for OCSP URI not found **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ocsp_uri_unsupported** **Description** Enable automatic packet-capture for OCSP URI unsupported **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-h323/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-lsn-alg-h323/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **parse-error** **Description** Enable automatic packet-capture for Message Parse Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-out-of-order-drop** **Description** Enable automatic packet-capture for TCP Out-of-Order Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-lsn-alg-h323_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **parse-error** **Description** Enable automatic packet-capture for Message Parse Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **tcp-out-of-order-drop** **Description** Enable automatic packet-capture for TCP Out-of-Order Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-link-probe/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-link-probe/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **err_entry_create_failed** **Description** Enable automatic packet-capture for Entry Creation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_entry_create_oom** **Description** Enable automatic packet-capture for Entry Creation Out of Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_entry_insert_failed** **Description** Enable automatic packet-capture for Entry Insert Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_l4_sess_alloc** **Description** Enable automatic packet-capture for Error allocating L4 session for probe **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_probe_tcp_conn_send** **Description** Enable automatic packet-capture for Error in initiating TCP connection for probe **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_smart_nat_alloc** **Description** Enable automatic packet-capture for Error creating Smart NAT Instance **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_smart_nat_port_alloc** **Description** Enable automatic packet-capture for Error obtaining Smart NAT source port **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_tmpl_probe_create_failed** **Description** Enable automatic packet-capture for Probe Template Creation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_tmpl_probe_create_oom** **Description** Enable automatic packet-capture for Probe Template Creation Out of Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-link-probe_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **err_entry_create_failed** **Description** Enable automatic packet-capture for Entry Creation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_entry_create_oom** **Description** Enable automatic packet-capture for Entry Creation Out of Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_entry_insert_failed** **Description** Enable automatic packet-capture for Entry Insert Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_l4_sess_alloc** **Description** Enable automatic packet-capture for Error allocating L4 session for probe **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_probe_tcp_conn_send** **Description** Enable automatic packet-capture for Error in initiating TCP connection for probe **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_smart_nat_alloc** **Description** Enable automatic packet-capture for Error creating Smart NAT Instance **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_smart_nat_port_alloc** **Description** Enable automatic packet-capture for Error obtaining Smart NAT source port **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_tmpl_probe_create_failed** **Description** Enable automatic packet-capture for Probe Template Creation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **err_tmpl_probe_create_oom** **Description** Enable automatic packet-capture for Probe Template Creation Out of Memory **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-l4/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-l4/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **icmp-reply-no-session-drop** **Description** Enable automatic packet-capture for ICMP Reply No Session Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rate_drop_reset_unkn** **Description** Enable automatic packet-capture for Rate Drop reset **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-l4_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **icmp-reply-no-session-drop** **Description** Enable automatic packet-capture for ICMP Reply No Session Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rate_drop_reset_unkn** **Description** Enable automatic packet-capture for Rate Drop reset **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-saml-global/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/aam-auth-saml-global/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **acs-error** **Description** Enable automatic packet-capture for Total SAML Single-Sign-On Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_aam-auth-saml-global_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **acs-error** **Description** Enable automatic packet-capture for Total SAML Single-Sign-On Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-rc-cache/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-rc-cache/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **entry_create_failures** **Description** Enable automatic packet-capture for Entry Create failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rv_failure** **Description** Enable automatic packet-capture for Revalidation Failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-rc-cache_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **entry_create_failures** **Description** Enable automatic packet-capture for Entry Create failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **rv_failure** **Description** Enable automatic packet-capture for Revalidation Failures **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-dns64/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/cgnv6-dns64/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop** **Description** Enable automatic packet-capture for Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **resp-err** **Description** Enable automatic packet-capture for Response Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_cgnv6-dns64_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop** **Description** Enable automatic packet-capture for Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **resp-err** **Description** Enable automatic packet-capture for Response Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-http2/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/global-templates/template/{name}/trigger-sys-obj-stats-change/slb-http2/trigger-stats-rate ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2_trigger-stats-inc: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **alloc_fail_total** **Description** Enable automatic packet-capture for Alloc Fail - Total **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **buff_alloc_error** **Description** Enable automatic packet-capture for Buff alloc error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_control_frame** **Description** Enable automatic packet-capture for Cant allocate control frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_goaway_frame** **Description** Enable automatic packet-capture for Cant allocate GOAWAY frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_ping_frame** **Description** Enable automatic packet-capture for Cant allocate PING frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_rst_frame** **Description** Enable automatic packet-capture for Cant allocate RST_STREAM frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_settings_frame** **Description** Enable automatic packet-capture for Cant allocate SETTINGS frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_stream** **Description** Enable automatic packet-capture for Cant allocate stream **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_window_frame** **Description** Enable automatic packet-capture for Cant allocate WINDOW_UPDATE frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_queue_alloc_error** **Description** Enable automatic packet-capture for Data Queue Alloc Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **deflate_alloc_fail** **Description** Enable automatic packet-capture for deflate alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **inflate_alloc_fail** **Description** Enable automatic packet-capture for inflate alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **proxy_alloc_error** **Description** Enable automatic packet-capture for HTTP2 Proxy alloc Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2_trigger-stats-rate: packet-capture_global-templates_template-list_trigger-sys-obj-stats-change_slb-http2_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **alloc_fail_total** **Description** Enable automatic packet-capture for Alloc Fail - Total **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **buff_alloc_error** **Description** Enable automatic packet-capture for Buff alloc error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_control_frame** **Description** Enable automatic packet-capture for Cant allocate control frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_goaway_frame** **Description** Enable automatic packet-capture for Cant allocate GOAWAY frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_ping_frame** **Description** Enable automatic packet-capture for Cant allocate PING frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_rst_frame** **Description** Enable automatic packet-capture for Cant allocate RST_STREAM frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_settings_frame** **Description** Enable automatic packet-capture for Cant allocate SETTINGS frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_stream** **Description** Enable automatic packet-capture for Cant allocate stream **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **cant_allocate_window_frame** **Description** Enable automatic packet-capture for Cant allocate WINDOW_UPDATE frame **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **data_queue_alloc_error** **Description** Enable automatic packet-capture for Data Queue Alloc Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **deflate_alloc_fail** **Description** Enable automatic packet-capture for deflate alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **inflate_alloc_fail** **Description** Enable automatic packet-capture for inflate alloc fail **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **proxy_alloc_error** **Description** Enable automatic packet-capture for HTTP2 Proxy alloc Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_global-templates_template-list_trigger-sys-obj-stats-severity: packet-capture_global-templates_template-list_trigger-sys-obj-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates: packet-capture_object-templates ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **aam-aaa-policy-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-aaa-policy-tmpl/{name} ` **aam-auth-logon-http-ins-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-logon-http-ins-tmpl/{name} ` **aam-auth-relay-form-inst-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-form-inst-tmpl/{name} ` **aam-auth-relay-hbase-inst-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-hbase-inst-tmpl/{name} ` **aam-auth-relay-ntlm-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-ntlm-tmpl/{name} ` **aam-auth-saml-id-prov-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-id-prov-tmpl/{name} ` **aam-auth-saml-service-prov-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-service-prov-tmpl/{name} ` **aam-auth-server-ldap-inst-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ldap-inst-tmpl/{name} ` **aam-auth-server-ocsp-inst-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ocsp-inst-tmpl/{name} ` **aam-auth-server-rad-inst-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-rad-inst-tmpl/{name} ` **aam-auth-server-win-inst-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-win-inst-tmpl/{name} ` **aam-auth-service-group-mem-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-mem-tmpl/{name} ` **aam-auth-service-group-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-tmpl/{name} ` **aam-jwt-authorization-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-jwt-authorization-tmpl/{name} ` **cgnv6-encap-domain-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/cgnv6-encap-domain-tmpl/{name} ` **fw-server-port-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-server-port-tmpl/{name} ` **fw-service-group-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-service-group-tmpl/{name} ` **interface-ethernet-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/interface-ethernet-tmpl/{name} ` **rule-set-rule-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-rule-tmpl/{name} ` **rule-set-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-tmpl/{name} ` **slb-tmpl-cache-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-tmpl-cache-tmpl/{name} ` **slb-vport-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-vport-tmpl/{name} ` **tmpl-gtp-plcy-tmpl-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/tmpl-gtp-plcy-tmpl/{name} ` **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list: packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ldap-inst-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ldap-inst-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ldap-inst-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **admin-bind-failure** **Description** Enable automatic packet-capture for Admin Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authorize-failure** **Description** Enable automatic packet-capture for Authorization Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bind-failure** **Description** Enable automatic packet-capture for User Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pw_change_failure** **Description** Enable automatic packet-capture for Password change failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **search-failure** **Description** Enable automatic packet-capture for Search Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl-session-failure** **Description** Enable automatic packet-capture for TLS/SSL Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **timeout-error** **Description** Enable automatic packet-capture for Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-server-ldap-inst-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **admin-bind-failure** **Description** Enable automatic packet-capture for Admin Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **authorize-failure** **Description** Enable automatic packet-capture for Authorization Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **bind-failure** **Description** Enable automatic packet-capture for User Bind Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **pw_change_failure** **Description** Enable automatic packet-capture for Password change failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **search-failure** **Description** Enable automatic packet-capture for Search Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ssl-session-failure** **Description** Enable automatic packet-capture for TLS/SSL Session Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **timeout-error** **Description** Enable automatic packet-capture for Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list: packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-ntlm-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-ntlm-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-ntlm-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **buffer-alloc-fail** **Description** Enable automatic packet-capture for Buffer Allocation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **encoding-fail** **Description** Enable automatic packet-capture for Encoding Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert-header-fail** **Description** Enable automatic packet-capture for Insert Header Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **internal-error** **Description** Enable automatic packet-capture for Internal Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse-header-fail** **Description** Enable automatic packet-capture for Parse Header Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-relay-ntlm-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **buffer-alloc-fail** **Description** Enable automatic packet-capture for Buffer Allocation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **encoding-fail** **Description** Enable automatic packet-capture for Encoding Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **insert-header-fail** **Description** Enable automatic packet-capture for Insert Header Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **internal-error** **Description** Enable automatic packet-capture for Internal Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **parse-header-fail** **Description** Enable automatic packet-capture for Parse Header Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list: packet-capture_object-templates_aam-jwt-authorization-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-jwt-authorization-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-jwt-authorization-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-jwt-authorization-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **jwt-authorize-failure** **Description** Enable automatic packet-capture for JWT Authorize Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-missing-claim** **Description** Enable automatic packet-capture for JWT Missing Claim **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-missing-token** **Description** Enable automatic packet-capture for JWT Missing Token **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-signature-failure** **Description** Enable automatic packet-capture for JWT Signature Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-token-expired** **Description** Enable automatic packet-capture for JWT Token Expired **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-jwt-authorization-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **jwt-authorize-failure** **Description** Enable automatic packet-capture for JWT Authorize Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-missing-claim** **Description** Enable automatic packet-capture for JWT Missing Claim **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-missing-token** **Description** Enable automatic packet-capture for JWT Missing Token **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-signature-failure** **Description** Enable automatic packet-capture for JWT Signature Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **jwt-token-expired** **Description** Enable automatic packet-capture for JWT Token Expired **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list: packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-rad-inst-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-rad-inst-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-rad-inst-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **timeout_error** **Description** Enable automatic packet-capture for Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-server-rad-inst-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **timeout_error** **Description** Enable automatic packet-capture for Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-vport-tmpl-list: packet-capture_object-templates_slb-vport-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-vport-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-vport-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-vport-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-severity: packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-inc: packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **curr_conn_overflow** **Description** Enable automatic packet-capture for Current connection counter overflow count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **dnsrrl_total_dropped** **Description** Enable automatic packet-capture for DNS Response-Rate-Limiting Total Responses Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **es_total_failure_actions** **Description** Enable automatic packet-capture for Total failure actions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **total_mf_dns_pkts** **Description** Enable automatic packet-capture for Total MF DNS packets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-rate: packet-capture_object-templates_slb-vport-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **curr_conn_overflow** **Description** Enable automatic packet-capture for Current connection counter overflow count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **dnsrrl_total_dropped** **Description** Enable automatic packet-capture for DNS Response-Rate-Limiting Total Responses Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **es_total_failure_actions** **Description** Enable automatic packet-capture for Total failure actions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **total_mf_dns_pkts** **Description** Enable automatic packet-capture for Total MF DNS packets **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-server-port-tmpl-list: packet-capture_object-templates_fw-server-port-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-server-port-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-server-port-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-server-port-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-severity: packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-inc: packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **es_resp_invalid_http** **Description** Enable automatic packet-capture for Total non-http response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-rate: packet-capture_object-templates_fw-server-port-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **es_resp_invalid_http** **Description** Enable automatic packet-capture for Total non-http response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list: packet-capture_object-templates_slb-tmpl-cache-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-tmpl-cache-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-tmpl-cache-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/slb-tmpl-cache-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-severity: packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-inc: packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **header_save_error** **Description** Enable automatic packet-capture for header_save_error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nc_req_header** **Description** Enable automatic packet-capture for nc_req_header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nc_res_header** **Description** Enable automatic packet-capture for nc_res_header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-rate: packet-capture_object-templates_slb-tmpl-cache-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **header_save_error** **Description** Enable automatic packet-capture for header_save_error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nc_req_header** **Description** Enable automatic packet-capture for nc_req_header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **nc_res_header** **Description** Enable automatic packet-capture for nc_res_header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-service-group-tmpl-list: packet-capture_object-templates_fw-service-group-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-service-group-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-service-group-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/fw-service-group-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-severity: packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-inc: packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **server_selection_fail_drop** **Description** Enable automatic packet-capture for Service selection fail drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **server_selection_fail_reset** **Description** Enable automatic packet-capture for Service selection fail reset **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-rate: packet-capture_object-templates_fw-service-group-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **server_selection_fail_drop** **Description** Enable automatic packet-capture for Service selection fail drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **server_selection_fail_reset** **Description** Enable automatic packet-capture for Service selection fail reset **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list: packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-hbase-inst-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-hbase-inst-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-hbase-inst-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **server-error** **Description** Enable automatic packet-capture for Internal Server Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **unavailable** **Description** Enable automatic packet-capture for Service Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-relay-hbase-inst-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **server-error** **Description** Enable automatic packet-capture for Internal Server Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **unavailable** **Description** Enable automatic packet-capture for Service Unavailable **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-aaa-policy-tmpl-list: packet-capture_object-templates_aam-aaa-policy-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-aaa-policy-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-aaa-policy-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-aaa-policy-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **error** **Description** Enable automatic packet-capture for Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-aaa-policy-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **error** **Description** Enable automatic packet-capture for Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list: packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-win-inst-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-win-inst-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-win-inst-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **krb_pw_expiry** **Description** Enable automatic packet-capture for Kerberos password expiry **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **krb_timeout_error** **Description** Enable automatic packet-capture for Kerberos Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_prepare_req_error** **Description** Enable automatic packet-capture for NTLM Prepare Request Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_proto_nego_failure** **Description** Enable automatic packet-capture for NTLM Protocol Negotiation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_session_setup_failure** **Description** Enable automatic packet-capture for NTLM Session Setup Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_timeout_error** **Description** Enable automatic packet-capture for NTLM Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-server-win-inst-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **krb_pw_expiry** **Description** Enable automatic packet-capture for Kerberos password expiry **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **krb_timeout_error** **Description** Enable automatic packet-capture for Kerberos Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_prepare_req_error** **Description** Enable automatic packet-capture for NTLM Prepare Request Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_proto_nego_failure** **Description** Enable automatic packet-capture for NTLM Protocol Negotiation Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_session_setup_failure** **Description** Enable automatic packet-capture for NTLM Session Setup Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **ntlm_timeout_error** **Description** Enable automatic packet-capture for NTLM Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list: packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-logon-http-ins-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-logon-http-ins-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-logon-http-ins-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **spn_krb_faiure** **Description** Enable automatic packet-capture for SPN Kerberos Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-logon-http-ins-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **spn_krb_faiure** **Description** Enable automatic packet-capture for SPN Kerberos Failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list: packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-mem-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-mem-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-mem-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **curr_conn_overflow** **Description** Enable automatic packet-capture for Current connection counter overflow count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-service-group-mem-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **curr_conn_overflow** **Description** Enable automatic packet-capture for Current connection counter overflow count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-tmpl-list: packet-capture_object-templates_aam-auth-service-group-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-service-group-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **server_selection_fail_drop** **Description** Enable automatic packet-capture for Drops due to Service selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **server_selection_fail_reset** **Description** Enable automatic packet-capture for Resets sent out for Service selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-service-group-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **server_selection_fail_drop** **Description** Enable automatic packet-capture for Drops due to Service selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **server_selection_fail_reset** **Description** Enable automatic packet-capture for Resets sent out for Service selection failure **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list: packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/tmpl-gtp-plcy-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/tmpl-gtp-plcy-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/tmpl-gtp-plcy-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-severity: packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-inc: packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-flt-apn-filtering** **Description** Enable automatic packet-capture for Filtering Drop: APN IMSI Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-gtp-in-gtp** **Description** Enable automatic packet-capture for Filtering Drop: GTP in GTP Tunnel Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-message-filtering** **Description** Enable automatic packet-capture for Filtering Drop: Message Type Not Permitted on Interface **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-msisdn-filtering** **Description** Enable automatic packet-capture for Filtering Drop: MSISDN Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-rat-type-filtering** **Description** Enable automatic packet-capture for Filtering Drop: RAT Type Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-byte** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Downlink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-packet** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Downlink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-max-concurrent-tunnels** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Concurrent Tunnels **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-byte** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Total byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-packet** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Total packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-tunnel-create** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Tunnel Creation rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-byte** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Uplink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-packet** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Uplink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v0-c-agg** **Description** Enable automatic packet-capture for Rate-limit Drop: Maximum GTPv0-C Message rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-agg** **Description** Enable automatic packet-capture for Rate-limit Drop: Maximum GTPv1-C Message rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-create-pdp-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv1-C Create PDP Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-update-pdp-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv1-C Update PDP Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-agg** **Description** Enable automatic packet-capture for Rate-limit Drop: Maximum GTPv2-C Message rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-create-session-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv2-C Create Session Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-modify-bearer-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv2-C Modify Bearer Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-country-code-mismatch** **Description** Enable automatic packet-capture for Validation Drop: Country Code Mismatch in IMSI and MSISDN **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-cross-layer-correlation** **Description** Enable automatic packet-capture for Validation Drop: Cross Layer IP Address Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-bearer-count-exceed** **Description** Enable automatic packet-capture for Validation Drop: GTP Bearer count exceeded max (11) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-c-handover-in-progress** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Drop Since Handover In Progress **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-ie-repeat-count-exceed** **Description** Enable automatic packet-capture for Validation Drop: GTP repeated IE count exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-apn-len-drop** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Invalid APN Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-imsi-len-drop** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Invalid IMSI Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-u-spoofed-source-address** **Description** Enable automatic packet-capture for Validation Drop: GTP-U IP Address Spoofed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v0-c-ie-len-exceed-msg-len** **Description** Enable automatic packet-capture for GTPv0-C IE Length Exceeds Message Length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v0-c-message-length-mismat** **Description** Enable automatic packet-capture for GTPv0-C Message Length Mismatch Across Layers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v1-c-ie-len-exceed-msg-len** **Description** Enable automatic packet-capture for GTPv1-C IE Length Exceeds Message Length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v1-c-message-length-mismat** **Description** Enable automatic packet-capture for GTPv1-C Message Length Mismatch Across Layers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-c-ie-len-exceed-msg-len** **Description** Enable automatic packet-capture for GTPv2-C IE Length Exceeds Message Length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-c-message-length-mismat** **Description** Enable automatic packet-capture for GTPv2-C Message Length Mismatch Across Layers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-wrong-lbi-create-bearer** **Description** Enable automatic packet-capture for Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv0-seqnum-buffer-full** **Description** Enable automatic packet-capture for Validation Drop: GTPV0-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv0-subscriber-attr-miss** **Description** Enable automatic packet-capture for Validation Drop: GTPV0-c Subscriber Attributes Missing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv1-seqnum-buffer-full** **Description** Enable automatic packet-capture for Validation Drop: GTPV1-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv1-subscriber-attr-miss** **Description** Enable automatic packet-capture for Validation Drop: GTPV1-c Subscriber Attributes Missing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv2-seqnum-buffer-full** **Description** Enable automatic packet-capture for Validation Drop: GTPV2-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv2-subscriber-attr-miss** **Description** Enable automatic packet-capture for Validation Drop: GTPV2-c Subscriber Attributes Missing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-flow-label-v0** **Description** Enable automatic packet-capture for Validation Drop: Invalid Flow Label in GTPv0-C Header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-pkt-len-piggyback** **Description** Enable automatic packet-capture for Validation Drop: Piggyback message invalid packet length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-teid** **Description** Enable automatic packet-capture for Validation Drop: Invalid TEID Value **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-mandatory-ie-in-grouped-ie** **Description** Enable automatic packet-capture for Validation Drop: Mandatory IE in Grouped IE Not Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-mandatory-information-element** **Description** Enable automatic packet-capture for Validation Drop: Mandatory IE Not Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-message-length** **Description** Enable automatic packet-capture for Validation Drop: Message Length Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-order-ie** **Description** Enable automatic packet-capture for Validation Drop: GTPv1-C Message Out of Order IE **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state** **Description** Enable automatic packet-capture for Validation Drop: Out Of State GTP Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state-ie** **Description** Enable automatic packet-capture for Validation Drop: Unexpected IE Present in Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-protocol-flag-unset** **Description** Enable automatic packet-capture for Validation Drop: Protocol flag in Header Field not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-field-set** **Description** Enable automatic packet-capture for Validation Drop: Reserved Header Field Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-information-element** **Description** Enable automatic packet-capture for Validation Drop: Reserved IE Field Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-failed-piggyback** **Description** Enable automatic packet-capture for Validation Drop: piggyback message anomaly failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-gtp-v0-c-message-with-t** **Description** Enable automatic packet-capture for Validation Drop: GTPv0-C PDU Notification Request with TEID **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-gtp-v1-c-message-with-t** **Description** Enable automatic packet-capture for Validation Drop: GTPv1-C PDU Notification Request with TEID **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-gtp-v2-c-message-with-t** **Description** Enable automatic packet-capture for Validation Drop: GTPv2-C Create Session Request with TEID **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sequence-num-correlation** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Sequence number Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-tunnel-id-flag** **Description** Enable automatic packet-capture for Validation Drop: Tunnel Header Flag Not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-v0-reserved-message-drop** **Description** Enable automatic packet-capture for Validation Drop: GTPv0-C Reserved Message Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-v1-reserved-message-drop** **Description** Enable automatic packet-capture for Validation Drop: GTPv1-C Reserved Message Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-v2-reserved-message-drop** **Description** Enable automatic packet-capture for Validation Drop: GTPv2-C Reserved Message Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-version-not-supported** **Description** Enable automatic packet-capture for Validation Drop: Invalid GTP version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-rate: packet-capture_object-templates_tmpl-gtp-plcy-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-flt-apn-filtering** **Description** Enable automatic packet-capture for Filtering Drop: APN IMSI Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-gtp-in-gtp** **Description** Enable automatic packet-capture for Filtering Drop: GTP in GTP Tunnel Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-message-filtering** **Description** Enable automatic packet-capture for Filtering Drop: Message Type Not Permitted on Interface **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-msisdn-filtering** **Description** Enable automatic packet-capture for Filtering Drop: MSISDN Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-flt-rat-type-filtering** **Description** Enable automatic packet-capture for Filtering Drop: RAT Type Filtering **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-byte** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Downlink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-downlink-packet** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Downlink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-max-concurrent-tunnels** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Concurrent Tunnels **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-byte** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Total byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-total-packet** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Total packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-tunnel-create** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Tunnel Creation rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-byte** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Uplink byte rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-u-uplink-packet** **Description** Enable automatic packet-capture for Rate-limit Drop: GTP-U Uplink packet rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v0-c-agg** **Description** Enable automatic packet-capture for Rate-limit Drop: Maximum GTPv0-C Message rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-agg** **Description** Enable automatic packet-capture for Rate-limit Drop: Maximum GTPv1-C Message rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-create-pdp-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv1-C Create PDP Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v1-c-update-pdp-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv1-C Update PDP Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-agg** **Description** Enable automatic packet-capture for Rate-limit Drop: Maximum GTPv2-C Message rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-create-session-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv2-C Create Session Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-rl-gtp-v2-c-modify-bearer-request** **Description** Enable automatic packet-capture for Rate-limit Drop: GTPv2-C Modify Bearer Request rate **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-country-code-mismatch** **Description** Enable automatic packet-capture for Validation Drop: Country Code Mismatch in IMSI and MSISDN **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-cross-layer-correlation** **Description** Enable automatic packet-capture for Validation Drop: Cross Layer IP Address Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-bearer-count-exceed** **Description** Enable automatic packet-capture for Validation Drop: GTP Bearer count exceeded max (11) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-c-handover-in-progress** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Drop Since Handover In Progress **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-ie-repeat-count-exceed** **Description** Enable automatic packet-capture for Validation Drop: GTP repeated IE count exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-apn-len-drop** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Invalid APN Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-invalid-imsi-len-drop** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Invalid IMSI Length Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-u-spoofed-source-address** **Description** Enable automatic packet-capture for Validation Drop: GTP-U IP Address Spoofed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v0-c-ie-len-exceed-msg-len** **Description** Enable automatic packet-capture for GTPv0-C IE Length Exceeds Message Length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v0-c-message-length-mismat** **Description** Enable automatic packet-capture for GTPv0-C Message Length Mismatch Across Layers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v1-c-ie-len-exceed-msg-len** **Description** Enable automatic packet-capture for GTPv1-C IE Length Exceeds Message Length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v1-c-message-length-mismat** **Description** Enable automatic packet-capture for GTPv1-C Message Length Mismatch Across Layers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-c-ie-len-exceed-msg-len** **Description** Enable automatic packet-capture for GTPv2-C IE Length Exceeds Message Length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-c-message-length-mismat** **Description** Enable automatic packet-capture for GTPv2-C Message Length Mismatch Across Layers **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtp-v2-wrong-lbi-create-bearer** **Description** Enable automatic packet-capture for Validation Drop: GTPV2-C Wrong LBI in Create Bearer Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv0-seqnum-buffer-full** **Description** Enable automatic packet-capture for Validation Drop: GTPV0-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv0-subscriber-attr-miss** **Description** Enable automatic packet-capture for Validation Drop: GTPV0-c Subscriber Attributes Missing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv1-seqnum-buffer-full** **Description** Enable automatic packet-capture for Validation Drop: GTPV1-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv1-subscriber-attr-miss** **Description** Enable automatic packet-capture for Validation Drop: GTPV1-c Subscriber Attributes Missing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv2-seqnum-buffer-full** **Description** Enable automatic packet-capture for Validation Drop: GTPV2-C conn Sequence number Buffer Full **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-gtpv2-subscriber-attr-miss** **Description** Enable automatic packet-capture for Validation Drop: GTPV2-c Subscriber Attributes Missing **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-flow-label-v0** **Description** Enable automatic packet-capture for Validation Drop: Invalid Flow Label in GTPv0-C Header **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-pkt-len-piggyback** **Description** Enable automatic packet-capture for Validation Drop: Piggyback message invalid packet length **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-invalid-teid** **Description** Enable automatic packet-capture for Validation Drop: Invalid TEID Value **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-mandatory-ie-in-grouped-ie** **Description** Enable automatic packet-capture for Validation Drop: Mandatory IE in Grouped IE Not Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-mandatory-information-element** **Description** Enable automatic packet-capture for Validation Drop: Mandatory IE Not Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-message-length** **Description** Enable automatic packet-capture for Validation Drop: Message Length Exceeded **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-order-ie** **Description** Enable automatic packet-capture for Validation Drop: GTPv1-C Message Out of Order IE **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state** **Description** Enable automatic packet-capture for Validation Drop: Out Of State GTP Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-out-of-state-ie** **Description** Enable automatic packet-capture for Validation Drop: Unexpected IE Present in Message **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-protocol-flag-unset** **Description** Enable automatic packet-capture for Validation Drop: Protocol flag in Header Field not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-field-set** **Description** Enable automatic packet-capture for Validation Drop: Reserved Header Field Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-reserved-information-element** **Description** Enable automatic packet-capture for Validation Drop: Reserved IE Field Present **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-failed-piggyback** **Description** Enable automatic packet-capture for Validation Drop: piggyback message anomaly failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-gtp-v0-c-message-with-t** **Description** Enable automatic packet-capture for Validation Drop: GTPv0-C PDU Notification Request with TEID **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-gtp-v1-c-message-with-t** **Description** Enable automatic packet-capture for Validation Drop: GTPv1-C PDU Notification Request with TEID **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sanity-gtp-v2-c-message-with-t** **Description** Enable automatic packet-capture for Validation Drop: GTPv2-C Create Session Request with TEID **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-sequence-num-correlation** **Description** Enable automatic packet-capture for Validation Drop: GTP-C Sequence number Mismatch **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-tunnel-id-flag** **Description** Enable automatic packet-capture for Validation Drop: Tunnel Header Flag Not Set **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-v0-reserved-message-drop** **Description** Enable automatic packet-capture for Validation Drop: GTPv0-C Reserved Message Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-v1-reserved-message-drop** **Description** Enable automatic packet-capture for Validation Drop: GTPv1-C Reserved Message Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-v2-reserved-message-drop** **Description** Enable automatic packet-capture for Validation Drop: GTPv2-C Reserved Message Drop **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-vld-version-not-supported** **Description** Enable automatic packet-capture for Validation Drop: Invalid GTP version **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list: packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-service-prov-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-service-prov-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-service-prov-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **acs-error** **Description** Enable automatic packet-capture for SAML Single-Sign-On Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-saml-service-prov-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **acs-error** **Description** Enable automatic packet-capture for SAML Single-Sign-On Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list: packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-id-prov-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-id-prov-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-saml-id-prov-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **acs-fail** **Description** Enable automatic packet-capture for ACS Fail Count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **md-fail** **Description** Enable automatic packet-capture for Metadata Update Fail Count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-saml-id-prov-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **acs-fail** **Description** Enable automatic packet-capture for ACS Fail Count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **md-fail** **Description** Enable automatic packet-capture for Metadata Update Fail Count **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list: packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-form-inst-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-form-inst-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-relay-form-inst-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bad_req** **Description** Enable automatic packet-capture for Bad Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error** **Description** Enable automatic packet-capture for Internal Server Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_cred** **Description** Enable automatic packet-capture for Invalid Credential **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_srv_rsp** **Description** Enable automatic packet-capture for Invalid Server Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **not_fnd** **Description** Enable automatic packet-capture for Not Found **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **other_error** **Description** Enable automatic packet-capture for Other Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **post_fail** **Description** Enable automatic packet-capture for POST Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-relay-form-inst-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **bad_req** **Description** Enable automatic packet-capture for Bad Request **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error** **Description** Enable automatic packet-capture for Internal Server Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_cred** **Description** Enable automatic packet-capture for Invalid Credential **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **invalid_srv_rsp** **Description** Enable automatic packet-capture for Invalid Server Response **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **not_fnd** **Description** Enable automatic packet-capture for Not Found **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **other_error** **Description** Enable automatic packet-capture for Other Error **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **post_fail** **Description** Enable automatic packet-capture for POST Failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-rule-tmpl-list: packet-capture_object-templates_rule-set-rule-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-rule-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-rule-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-rule-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-severity: packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-inc: packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **deny-packets** **Description** Enable automatic packet-capture for Denied packets counter **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-rate: packet-capture_object-templates_rule-set-rule-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **deny-packets** **Description** Enable automatic packet-capture for Denied packets counter **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list: packet-capture_object-templates_cgnv6-encap-domain-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/cgnv6-encap-domain-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/cgnv6-encap-domain-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/cgnv6-encap-domain-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-severity: packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-inc: packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **interface_not_configured** **Description** Enable automatic packet-capture for Interfaces not Configured Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-rate: packet-capture_object-templates_cgnv6-encap-domain-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **interface_not_configured** **Description** Enable automatic packet-capture for Interfaces not Configured Dropped **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_interface-ethernet-tmpl-list: packet-capture_object-templates_interface-ethernet-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/interface-ethernet-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/interface-ethernet-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/interface-ethernet-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-severity: packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-inc: packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **collisions** **Description** Enable automatic packet-capture for Collisions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crc** **Description** Enable automatic packet-capture for CRC **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **giants_output** **Description** Enable automatic packet-capture for Output Giants **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **input_errors** **Description** Enable automatic packet-capture for Input errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **output_errors** **Description** Enable automatic packet-capture for Output errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runts** **Description** Enable automatic packet-capture for Runts **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-rate: packet-capture_object-templates_interface-ethernet-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **collisions** **Description** Enable automatic packet-capture for Collisions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **crc** **Description** Enable automatic packet-capture for CRC **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **giants_output** **Description** Enable automatic packet-capture for Output Giants **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **input_errors** **Description** Enable automatic packet-capture for Input errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **output_errors** **Description** Enable automatic packet-capture for Output errors **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **runts** **Description** Enable automatic packet-capture for Runts **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-tmpl-list: packet-capture_object-templates_rule-set-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/rule-set-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-severity: packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-inc: packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **deny** **Description** Enable automatic packet-capture for Denied counter **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **unmatched-drops** **Description** Enable automatic packet-capture for Unmatched drops counter **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-rate: packet-capture_object-templates_rule-set-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **deny** **Description** Enable automatic packet-capture for Denied counter **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **unmatched-drops** **Description** Enable automatic packet-capture for Unmatched drops counter **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list: packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **name** **Description** Packet Capture Template Name **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **trigger-stats-inc** **Description:** trigger-stats-inc is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-inc` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ocsp-inst-tmpl/{name}/trigger-stats-inc ` **trigger-stats-rate** **Description:** trigger-stats-rate is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-rate` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ocsp-inst-tmpl/{name}/trigger-stats-rate ` **trigger-stats-severity** **Description:** trigger-stats-severity is a **JSON Block**. Please see below for :ref:`615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-severity` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-ocsp-inst-tmpl/{name}/trigger-stats-severity ` **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-severity: packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-severity ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **drop-counter** **Description** Enable packet capture on all drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-alert** **Description** Enable packet capture on all alert drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-critical** **Description** Enable packet capture on all critical drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-out-of-res** **Description** Enable packet capture on all out of resource drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-policy** **Description** Enable packet capture on all policy drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **drop-counter-warning** **Description** Enable packet capture on all warning drop counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter** **Description** Enable packet capture on all error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-alert** **Description** Enable packet capture on all alert error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-critical** **Description** Enable packet capture on all critical error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-out-of-res** **Description** Enable packet capture on all out of resource error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **error-counter-warning** **Description** Enable packet capture on all warning error counters (Default disabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-inc: packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-inc ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **fail** **Description** Enable automatic packet-capture for Handle OCSP response failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-fail** **Description** Enable automatic packet-capture for Handle OCSP response failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-timeout** **Description** Enable automatic packet-capture for OCSP Stapling Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **timeout** **Description** Enable automatic packet-capture for Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-rate: packet-capture_object-templates_aam-auth-server-ocsp-inst-tmpl-list_trigger-stats-rate ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **fail** **Description** Enable automatic packet-capture for Handle OCSP response failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-fail** **Description** Enable automatic packet-capture for Handle OCSP response failed **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **stapling-timeout** **Description** Enable automatic packet-capture for OCSP Stapling Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **threshold-exceeded-by** **Description** The threshold percentage over which to caputre the packets for this counter, default is 5 **Type:** number **Range:** 0-100 **Default:** 5 **timeout** **Description** Enable automatic packet-capture for Timeout **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_capture-config: packet-capture_capture-config ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **concurrent-captures** **Description** Enable and specify maximum concurrent 3 tuple filter based captures in seperate pcaps. **Type:** number **Range:** 1-5000 **Mutual Exclusion:** concurrent-captures and concurrent-conn-tag are mutually exclusive **concurrent-captures-age** **Description** Specify the time in minutes upto which a 3 tuple filter based capture will be kept active(default 1) **Type:** number **Range:** 1-10 **Default:** 1 **concurrent-conn-per-capture** **Description** Specify maximum number of concurrent connnections to be captured within in a 3 tuple based capture. (default 100) **Type:** number **Range:** 1-1000 **Default:** 100 **concurrent-conn-tag** **Description** Enable and specify maximum concurrent connnections(only 5 tuple based) to be captured in global pcaps. **Type:** number **Range:** 1-1000 **Mutual Exclusion:** concurrent-conn-tag and concurrent-captures are mutually exclusive **create-pcap-files-now** **Description** Operational command to force create temporary pcapng files before completion (for global/non 3 tuple based captures) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **disable** **Description** Disable packet capture (default enabled) **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **enable-continuous-global-capture** **Description** Enable continuous capture of packets for the global capture(non 3 tuple based capture) regardless of the size configured **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **file-count** **Description** Specify the number of continuous pcapng files that can be created for capturing packets (default 10) **Type:** number **Range:** 1-50 **Default:** 10 **file-size** **Description** Specify pcapng filesize in MB, Will be distributed per CPU (default 1) **Type:** number **Range:** 1-300 **Default:** 1 **number-of-packets-per-conn** **Description** Specify maximum number of packets to be captured in a 5 tuple based connection (default 0 unlimited). **Type:** number **Range:** 0-1000 **Default:** 0 **packet-length** **Description** Packet length in Bytes to capture (Default 128) **Type:** number **Range:** 64-1518 **Default:** 128 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_packet-capture_delete-packet-capture-file: packet-capture_delete-packet-capture-file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **all** **Description** Delete all files in this partition **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **file-name** **Description** Specify the name of the packet capture file to be deleted **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters .. _615_file: file ^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **metrics** **Description:** metrics is a **JSON Block**. Please see below for :ref:`615_file_metrics` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/file/metrics ` .. _615_file_metrics: file_metrics ^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **action** **Description** 'enable': Enable persistent storage(default); 'disable': Disable persistent storage; **Type:** string **Supported Values:** enable, disable **Default:** enable **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_anomaly-detection: anomaly-detection ^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **feature-status** **Description** 'enable': Enable anomaly-detection (Not valid for source-nat-ip and source monitor types); 'disable': Disable anomaly detection (default); **Type:** string **Supported Values:** enable, disable **Default:** disable **logging** **Description** 'per-entity': Enable per entity logging; 'per-metric': Enable per metric logging with threshold details; 'disable': Disable anomaly notifications (Default); **Type:** string **Supported Values:** per-entity, per-metric, disable **Default:** disable **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor: monitor ^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **agent-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/agent/{agent-name} ` **debug-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/debug/{debug-ip-addr}+{debug-port}+{debug-protocol} ` **delete-debug-file** **Description:** delete-debug-file is a **JSON Block**. Please see below for :ref:`615_monitor_delete-debug-file` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/delete-debug-file/{debug-ip-addr} ` **index-sessions** **Description** Start indexing associated sessions **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **index-sessions-type** **Description** 'per-cpu': Use per cpu list; **Type:** string **Supported Values:** per-cpu **mon-entity-topk** **Description** Enable monitoring entity topk for primary entities **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **monitor-key** **Description** 'source': Monitor traffic from all sources; 'dest': Monitor traffic to any destination; 'service': Monitor traffic to any service; 'source-nat-ip': Monitor traffic to all source nat IPs; **Type:** string **Supported Values:** source, dest, service, source-nat-ip **netflow** **Description:** netflow is a **JSON Block**. Please see below for :ref:`615_monitor_netflow` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/netflow ` **primary-monitor** **Description** 'traffic': Mointor traffic; **Type:** string **Supported Values:** traffic **replay-debug-file** **Description:** replay-debug-file is a **JSON Block**. Please see below for :ref:`615_monitor_replay-debug-file` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/replay-debug-file/{debug-ip-addr} ` **secondary-monitor** **Description:** secondary-monitor is a **JSON Block**. Please see below for :ref:`615_monitor_secondary-monitor` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/secondary-monitor ` **sflow** **Description:** sflow is a **JSON Block**. Please see below for :ref:`615_monitor_sflow` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/sflow ` **source-entity-topk** **Description** Enable monitoring entity topk for sources to primary-entities **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **template** **Description:** template is a **JSON Block**. Please see below for :ref:`615_monitor_template` **Type:** Object **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_debug-list: monitor_debug-list ^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **debug-ip-addr** **Description** Specify source/dest ip addr **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **debug-port** **Description** Specify port **Type:** number **Range:** 1-65535 **debug-protocol** **Description** 'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; **Type:** string **Supported Values:** TCP, UDP, ICMP **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_sflow: monitor_sflow ^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **listening-port** **Description** sFlow port to receive packets (sFlow port number(default 6343)) **Type:** number **Range:** 1-65535 **Default:** 6343 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_delete-debug-file: monitor_delete-debug-file ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug-ip-addr** **Description** Specify source/dest ip addr **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **debug-port** **Description** Specify port **Type:** number **Range:** 1-65535 **debug-protocol** **Description** 'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; **Type:** string **Supported Values:** TCP, UDP, ICMP .. _615_monitor_template: monitor_template ^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **notification** **Type:** List .. _615_monitor_template_notification: monitor_template_notification ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **notif-template-name** **Description** **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **Refernce Object:** :doc:`/axapi/v3/visibility/reporting/template/notification/template-name ` .. _615_monitor_replay-debug-file: monitor_replay-debug-file ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug-ip-addr** **Description** Specify source/dest ip addr **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **debug-port** **Description** Specify port **Type:** number **Range:** 1-65535 **debug-protocol** **Description** 'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; **Type:** string **Supported Values:** TCP, UDP, ICMP .. _615_monitor_netflow: monitor_netflow ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **listening-port** **Description** Netflow port to receive packets (Netflow port number(default 9996)) **Type:** number **Range:** 1-65535 **Default:** 9996 **template-active-timeout** **Description** Configure active timeout of the netflow templates received in mins (Template active timeout(mins)(default 30mins)) **Type:** number **Range:** 2-300 **Default:** 30 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_secondary-monitor: monitor_secondary-monitor ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug-list** **Type:** List **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/secondary-monitor/debug/{debug-ip-addr}+{debug-port}+{debug-protocol} ` **delete-debug-file** **Description:** delete-debug-file is a **JSON Block**. Please see below for :ref:`615_monitor_secondary-monitor_delete-debug-file` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/secondary-monitor/delete-debug-file/{debug-ip-addr} ` **mon-entity-topk** **Description** Enable topk for secondary entities **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **replay-debug-file** **Description:** replay-debug-file is a **JSON Block**. Please see below for :ref:`615_monitor_secondary-monitor_replay-debug-file` **Type:** Object **Refernce Object:** :doc:`/axapi/v3/visibility/monitor/secondary-monitor/replay-debug-file/{debug-ip-addr} ` **secondary-monitoring-key** **Description** 'service': Monitor traffic to any service; **Type:** string **Supported Values:** service **source-entity-topk** **Description** Enable topk for sources to secondary-entities **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_secondary-monitor_debug-list: monitor_secondary-monitor_debug-list ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **debug-ip-addr** **Description** Specify source/dest ip addr **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **debug-port** **Description** Specify port **Type:** number **Range:** 1-65535 **debug-protocol** **Description** 'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; **Type:** string **Supported Values:** TCP, UDP, ICMP **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_secondary-monitor_delete-debug-file: monitor_secondary-monitor_delete-debug-file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug-ip-addr** **Description** Specify source/dest ip addr **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **debug-port** **Description** Specify port **Type:** number **Range:** 1-65535 **debug-protocol** **Description** 'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; **Type:** string **Supported Values:** TCP, UDP, ICMP .. _615_monitor_secondary-monitor_replay-debug-file: monitor_secondary-monitor_replay-debug-file ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *object* =============================== =================================================== **debug-ip-addr** **Description** Specify source/dest ip addr **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **debug-port** **Description** Specify port **Type:** number **Range:** 1-65535 **debug-protocol** **Description** 'TCP': TCP; 'UDP': UDP; 'ICMP': ICMP; **Type:** string **Supported Values:** TCP, UDP, ICMP .. _615_monitor_agent-list: monitor_agent-list ^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **agent-name** **Description** Specify name for the agent **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **agent-v4-addr** **Description** Configure agent's IPv4 address **Type:** string **Format:** ipv4-address **agent-v6-addr** **Description** Configure agent's IPv6 address **Type:** string **Format:** ipv6-address **sampling-enable** **Type:** List **user-tag** **Description** Customized tag **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _615_monitor_agent-list_sampling-enable: monitor_agent-list_sampling-enable ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'sflow-packets-received': sFlow Packets Received; 'sflow-samples-received': sFlow Samples Received; 'sflow-samples-bad-len': sFlow Samples Bad Length; 'sflow-samples-non-std': sFlow Samples Non-standard; 'sflow-samples-skipped': sFlow Samples Skipped; 'sflow-sample-record-bad-len': sFlow Sample Records Bad Length; 'sflow-samples-sent-for-detection': sFlow Samples Processed For Detection; 'sflow-sample-record-invalid-layer2': sFlow Sample Records Unknown Layer-2; 'sflow-sample-ipv6-hdr-parse-fail': sFlow Sample IPv6 Record Header Parse Failures; 'sflow-disabled': sFlow Packet Samples Processing Disabled; 'netflow-disabled': Netflow Flow Samples Processing Disabled; 'netflow-v5-packets-received': Netflow v5 Packets Received; 'netflow-v5-samples-received': Netflow v5 Samples Received; 'netflow-v5-samples-sent-for-detection': Netflow v5 Samples Processed For Detection; 'netflow-v5-sample-records-bad-len': Netflow v5 Sample Records Bad Length; 'netflow-v5-max-records-exceed': Netflow v5 Sample Max Records Error; 'netflow-v9-packets-received': Netflow v9 Packets Received; 'netflow-v9-samples-received': Netflow v9 Samples Received; 'netflow-v9-samples-sent-for-detection': Netflow v9 Samples Processed For Detection; 'netflow-v9-sample-records-bad-len': Netflow v9 Sample Records Bad Length; 'netflow-v9-max-records-exceed': Netflow v9 Sample Max Records Error; 'netflow-v10-packets-received': Netflow v10 Packets Received; 'netflow-v10-samples-received': Netflow v10 Samples Received; 'netflow-v10-samples-sent-for-detection': Netflow v10 Samples Procssed For Detection; 'netflow-v10-sample-records-bad-len': Netflow v10 Sample Records Bad Length; 'netflow-v10-max-records-exceed': Netflow v10 Sample Max records Error; 'netflow-tcp-sample-received': Netflow TCP Samples Received; 'netflow-udp-sample-received': Netflow UDP Samples received; 'netflow-icmp-sample-received': Netflow ICMP Samples Received; 'netflow-other-sample-received': Netflow OTHER Samples Received; 'netflow-record-copy-oom-error': Netflow Data Record Copy Fail OOM; 'netflow-record-rse-invalid': Netflow Data Record Reduced Size Invalid; 'netflow-sample-flow-dur-error': Netflow Sample Flow Duration Error; **Type:** string **Supported Values:** all, sflow-packets-received, sflow-samples-received, sflow-samples-bad-len, sflow-samples-non-std, sflow-samples-skipped, sflow-sample-record-bad-len, sflow-samples-sent-for-detection, sflow-sample-record-invalid-layer2, sflow-sample-ipv6-hdr-parse-fail, sflow-disabled, netflow-disabled, netflow-v5-packets-received, netflow-v5-samples-received, netflow-v5-samples-sent-for-detection, netflow-v5-sample-records-bad-len, netflow-v5-max-records-exceed, netflow-v9-packets-received, netflow-v9-samples-received, netflow-v9-samples-sent-for-detection, netflow-v9-sample-records-bad-len, netflow-v9-max-records-exceed, netflow-v10-packets-received, netflow-v10-samples-received, netflow-v10-samples-sent-for-detection, netflow-v10-sample-records-bad-len, netflow-v10-max-records-exceed, netflow-tcp-sample-received, netflow-udp-sample-received, netflow-icmp-sample-received, netflow-other-sample-received, netflow-record-copy-oom-error, netflow-record-rse-invalid, netflow-sample-flow-dur-error .. _615_stats_data: stats data ---------- .. list-table:: :widths: 10 20 30 80 :header-rows: 2 :stub-columns: 1 * - - Counter - Size - Description * - - - - * - - ha-entity-delete-sent - 8 - Total montior entity HA delete messages sent * - - out-of-memory-alloc-failures - 8 - Out of memory allocation failures * - - mon-entity-rrd-tune-err - 8 - Total monitor entity rrd tune error * - - mon-entity-rrd-file-timestamp-err - 8 - Total monitor entity rrd file timestamp errors * - - lw-mon-entity-limit-exceed - 8 - Light weight limit exceeded errors * - - ha-entity-periodic-sync-sent - 8 - Total monitor entity periodic sync messages sent * - - mon-entity-rrd-last-update-fetch-failed-err - 8 - Total monitor entity rrd last update fetch failed error * - - ha-entity-create-sent - 8 - Total montior entity HA create messages sent * - - lw-mon-entity-created - 8 - Total Light-weight entities created * - - mon-entity-rrd-update-err - 8 - Total monitor entity rrd update error * - - mon-entity-rrd-out-of-memory-err - 8 - Total monitor entity rrd load failed, out of memory error * - - ha-entity-anomaly-off-sent - 8 - Total anomaly off HA messages sent * - - mon-entity-rrd-file-create-err - 8 - Total monitor entity rrd file create error * - - mon-entity-limit-exceed - 8 - Total monitor entity limit exceed failures * - - lw-mon-entity-deleted - 8 - Total Light-weight entities deleted * - - lw-out-of-memory-alloc-failures - 8 - Light Weight Out-of-memory allocation failures * - - ha-entity-anomaly-on-sent - 8 - Total anomaly on HA messages sent