a10_visibility_packet_capture_object_templates_templ_gtp_plcy_tmpl_trigger_stats_rate

Synopsis

Configure stats to triggers packet capture on increment

Parameters

Parameters

Choices/Defaults

Comment

state

str/required

[‘noop’, ‘present’, ‘absent’]

State of the object to be created.

ansible_host

str/required

Host for AXAPI authentication

ansible_username

str/required

Username for AXAPI authentication

ansible_password

str/required

Password for AXAPI authentication

ansible_port

int/required

Port for AXAPI authentication

a10_device_context_id

int

[‘1-8’]

Device ID for aVCS configuration

a10_partition

str

Destination/target partition for object/command

templ_gtp_plcy_tmpl_name

str/required

Key to identify parent object

threshold_exceeded_by

int

Set the threshold to the number of times greater than the previous duration to start the capture, default is 5

duration

int

Time in seconds to look for the anomaly, default is 60

drop_vld_gtp_ie_repeat_count_exceed

bool

Enable automatic packet-capture for Validation Drop= GTP repeated IE count exceeded

drop_vld_reserved_field_set

bool

Enable automatic packet-capture for Validation Drop= Reserved Header Field Set

drop_vld_tunnel_id_flag

bool

Enable automatic packet-capture for Validation Drop= Tunnel Header Flag Not Set

drop_vld_invalid_flow_label_v0

bool

Enable automatic packet-capture for Validation Drop= Invalid Flow Label in GTPv0-C Header

drop_vld_invalid_teid

bool

Enable automatic packet-capture for Validation Drop= Invalid TEID Value

drop_vld_out_of_state

bool

Enable automatic packet-capture for Validation Drop= Out Of State GTP Message

drop_vld_mandatory_information_element

bool

Enable automatic packet-capture for Validation Drop= Mandatory IE Not Present

drop_vld_mandatory_ie_in_grouped_ie

bool

Enable automatic packet-capture for Validation Drop= Mandatory IE in Grouped IE Not Present

drop_vld_out_of_order_ie

bool

Enable automatic packet-capture for Validation Drop= GTPv1-C Message Out of Order IE

drop_vld_out_of_state_ie

bool

Enable automatic packet-capture for Validation Drop= Unexpected IE Present in Message

drop_vld_reserved_information_element

bool

Enable automatic packet-capture for Validation Drop= Reserved IE Field Present

drop_vld_version_not_supported

bool

Enable automatic packet-capture for Validation Drop= Invalid GTP version

drop_vld_message_length

bool

Enable automatic packet-capture for Validation Drop= Message Length Exceeded

drop_vld_cross_layer_correlation

bool

Enable automatic packet-capture for Validation Drop= Cross Layer IP Address Mismatch

drop_vld_country_code_mismatch

bool

Enable automatic packet-capture for Validation Drop= Country Code Mismatch in IMSI and MSISDN

drop_vld_gtp_u_spoofed_source_address

bool

Enable automatic packet-capture for Validation Drop= GTP-U IP Address Spoofed

drop_vld_gtp_bearer_count_exceed

bool

Enable automatic packet-capture for Validation Drop= GTP Bearer count exceeded max (11)

drop_vld_gtp_v2_wrong_lbi_create_bearer

bool

Enable automatic packet-capture for Validation Drop= GTPV2-C Wrong LBI in Create Bearer Request

drop_vld_v0_reserved_message_drop

bool

Enable automatic packet-capture for Validation Drop= GTPv0-C Reserved Message Drop

drop_vld_v1_reserved_message_drop

bool

Enable automatic packet-capture for Validation Drop= GTPv1-C Reserved Message Drop

drop_vld_v2_reserved_message_drop

bool

Enable automatic packet-capture for Validation Drop= GTPv2-C Reserved Message Drop

drop_vld_invalid_pkt_len_piggyback

bool

Enable automatic packet-capture for Validation Drop= Piggyback message invalid packet length

drop_vld_sanity_failed_piggyback

bool

Enable automatic packet-capture for Validation Drop= piggyback message anomaly failed

drop_vld_sequence_num_correlation

bool

Enable automatic packet-capture for Validation Drop= GTP-C Sequence number Mismatch

drop_vld_gtpv0_seqnum_buffer_full

bool

Enable automatic packet-capture for Validation Drop= GTPV0-C conn Sequence number Buffer Full

drop_vld_gtpv1_seqnum_buffer_full

bool

Enable automatic packet-capture for Validation Drop= GTPV1-C conn Sequence number Buffer Full

drop_vld_gtpv2_seqnum_buffer_full

bool

Enable automatic packet-capture for Validation Drop= GTPV2-C conn Sequence number Buffer Full

drop_vld_gtp_invalid_imsi_len_drop

bool

Enable automatic packet-capture for Validation Drop= GTP-C Invalid IMSI Length Drop

drop_vld_gtp_invalid_apn_len_drop

bool

Enable automatic packet-capture for Validation Drop= GTP-C Invalid APN Length Drop

drop_vld_protocol_flag_unset

bool

Enable automatic packet-capture for Validation Drop= Protocol flag in Header Field not Set

uuid

str

uuid of the object

Examples


Return Values

modified_values (changed, dict, )

Values modified (or potential changes if using check_mode) as a result of task operation

axapi_calls (always, list, )

Sequential list of AXAPI calls made by the task

endpoint (, str, [‘/axapi/v3/slb/virtual_server’, ‘/axapi/v3/file/ssl-cert’])

The AXAPI endpoint being accessed.

http_method (, str, [‘POST’, ‘GET’])

HTTP method being used by the primary task to interact with the AXAPI endpoint.

request_body (, complex, )

Params used to query the AXAPI

response_body (, complex, )

Response from the AXAPI

Status

  • This module is not guaranteed to have a backwards compatible interface. [preview]

  • This module is maintained by community.

Authors

  • A10 Networks