a10_template_gtp_rate_limit_policy

Synopsis

Configure GTP Rate Limit policy

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

name

str/required

Specify name of the GTP Rate Limit Policy

rate_limit_action

str

‘monitor’= Forward packet exceeding limit; ‘drop’= drop packet exceeding limit(default);

v0_agg_message_type_rate

int

Maximum allowed GTPv0-C message rate of all types

v1_agg_message_type_rate

int

Maximum allowed GTPv1-C message rate of all types

v2_agg_message_type_rate

int

Maximum allowed GTPv2-C message rate of all types

v1_create_pdp_request_rate

int

Maximum allowed rate of GTPv1-C Create PDP Request message type

v2_create_session_request_rate

int

Maximum allowed rate of GTPv2-C Create Session Request message type

v1_update_pdp_request_rate

int

Maximum allowed rate of GTPv1-C Update PDP Request message type

v2_modify_bearer_request_rate

int

Maximum allowed rate of GTPv2-C Modify Bearer Request message type

gtp_u_tunnel_create_rate

int

Maximum allowed of rate of GTP-U tunnels

gtp_u_uplink_byte_rate

int

Maximum allowed of rate of GTP-U bytes in uplink direction

gtp_u_uplink_packet_rate

int

Maximum allowed of rate of GTP-U packets in uplink direction

gtp_u_downlink_byte_rate

int

Maximum allowed of rate of GTP-U bytes in downlink direction

gtp_u_downlink_packet_rate

int

Maximum allowed of rate of GTP-U packets in downlink direction

gtp_u_total_byte_rate

int

Maximum allowed of rate of GTP-U bytes total in both directions

gtp_u_total_packet_rate

int

Maximum allowed of rate of GTP-U packets total in both directions

lockout

int

Lockout traffic from the source for a certain time period after rate exceeded (Lockout duration in minutes)

gtp_u_max_concurrent_tunnels

int

Maximum allowed GTP-U tunnels per Peer/APN Filter

uuid

str

uuid of the object

user_tag

str

Customized tag

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