a10_cgnv6_lsn_alg_sip

Synopsis

Change LSN SIP ALG Settings

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

sip_value

str

‘enable’= Enable SIP ALG for LSN;

rtp_stun_timeout

int

RTP/RTCP STUN timeout in minutes (Default is 5 minutes)

uuid

str

uuid of the object

sampling_enable

list

Field sampling_enable

counters1

str

‘all’= all; ‘method-register’= SIP Method REGISTER; ‘method-invite’= SIP Method INVITE; ‘method-ack’= SIP Method ACK; ‘method-cancel’= SIP Method CANCEL; ‘method-bye’= SIP Method BYE; ‘method-options’= SIP Method OPTIONS; ‘method- prack’= SIP Method PRACK; ‘method-subscribe’= SIP Method SUBSCRIBE; ‘method- notify’= SIP Method NOTIFY; ‘method-publish’= SIP Method PUBLISH; ‘method- info’= SIP Method INFO; ‘method-refer’= SIP Method REFER; ‘method-message’= SIP Method MESSAGE; ‘method-update’= SIP Method UPDATE; ‘method-unknown’= SIP Method UNKNOWN; ‘parse-error’= SIP Message Parse Error; ‘req-uri-op-failrue’= SIP Operate Request Uri Failure; ‘via-hdr-op-failrue’= SIP Operate Via Header Failure; ‘contact-hdr-op-failrue’= SIP Operate Contact Header Failure; ‘from- hdr-op-failrue’= SIP Operate From Header Failure; ‘to-hdr-op-failrue’= SIP Operate To Header Failure; ‘route-hdr-op-failrue’= SIP Operate Route Header Failure; ‘record-route-hdr-op-failrue’= SIP Operate Record-Route Header Failure; ‘content-length-hdr-op-failrue’= SIP Operate Content-Length Failure; ‘third-party-registration’= SIP Third-Party Registration; ‘conn-ext-creation- failure’= SIP Create Connection Extension Failure; ‘alloc-contact-port- failure’= SIP Alloc Contact Port Failure; ‘outside-contact-port-mismatch’= SIP Outside Contact Port Mismatch NAT Port; ‘inside-contact-port-mismatch’= SIP Inside Contact Port Mismatch; ‘third-party-sdp’= SIP Third-Party SDP; ‘sdp- process-candidate-failure’= SIP Operate SDP Media Candidate Attribute Failure; ‘sdp-op-failure’= SIP Operate SDP Failure; ‘sdp-alloc-port-map-success’= SIP Alloc SDP Port Map Success; ‘sdp-alloc-port-map-failure’= SIP Alloc SDP Port Map Failure; ‘modify-failure’= SIP Message Modify Failure; ‘rewrite-failure’= SIP Message Rewrite Failure; ‘tcp-out-of-order-drop’= TCP Out-of-Order Drop; ‘smp-conn-alloc-failure’= SMP Helper Conn Alloc Failure; ‘helper-found’= SMP Helper Conn Found; ‘helper-created’= SMP Helper Conn Created; ‘helper-deleted’= SMP Helper Conn Already Deleted; ‘helper-freed’= SMP Helper Conn Freed; ‘helper-failure’= SMP Helper Failure;

stats

dict

Field stats

method_register

str

SIP Method REGISTER

method_invite

str

SIP Method INVITE

method_ack

str

SIP Method ACK

method_cancel

str

SIP Method CANCEL

method_bye

str

SIP Method BYE

method_options

str

SIP Method OPTIONS

method_prack

str

SIP Method PRACK

method_subscribe

str

SIP Method SUBSCRIBE

method_notify

str

SIP Method NOTIFY

method_publish

str

SIP Method PUBLISH

method_info

str

SIP Method INFO

method_refer

str

SIP Method REFER

method_message

str

SIP Method MESSAGE

method_update

str

SIP Method UPDATE

method_unknown

str

SIP Method UNKNOWN

parse_error

str

SIP Message Parse Error

tcp_out_of_order_drop

str

TCP Out-of-Order Drop

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