.. _aam_authentication_server_radius_instance: aam authentication server radius instance ========================================= RADIUS Authentication Server instance instance Specification ---------------------- ===================================== ========================================================================================= **Parameter** **Value** ===================================== ========================================================================================= **Type** *Collection* **Object Key(s)** *name* **Collection Name** :ref:`92_instance_list` **Collection URI** /axapi/v3/aam/authentication/server/radius/instance **Element Name** instance **Element URI** /axapi/v3/aam/authentication/server/radius/instance/{name} **Element Attributes** instance_attributes **Partition Visibility** shared **Statistics Data URI** /axapi/v3/aam/authentication/server/radius/instance/{name}/stats **Schema** :download:`instance schema ` ===================================== ========================================================================================= **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/server/radius/instance .. raw:: html :ref:`92_instance_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/server/radius/instance .. raw:: html :ref:`92_instance_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/server/radius/instance/{name} .. raw:: html :ref:`92_instance_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/aam/authentication/server/radius/instance .. raw:: html :ref:`92_instance_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/aam/authentication/server/radius/instance/{name} .. raw:: html :ref:`92_instance_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/server/radius/instance/{name} .. raw:: html :ref:`92_instance_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/aam/authentication/server/radius/instance .. raw:: html :ref:`92_instance_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/aam/authentication/server/radius/instance/{name} .. raw:: html :ref:`92_instance_attributes` .. raw:: html
.. _92_instance_list: instance-list ------------- instance-list is **JSON List** of :ref:`92_instance_attributes` instance-list : [ { :ref:`92_instance_attributes` }, { :ref:`92_instance_attributes` }, ... ] .. _92_instance_attributes: instance attributes ------------------- **accounting-port** **Description** Specify the RADIUS server's accounting port, default is 1813 **Type:** number **Range:** 1-65534 **Default:** 1813 **acct-port-hm** **Description** Specify accounting port health check method **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Mutual Exclusion:** acct-port-hm and acct-port-hm-disable are mutually exclusive **Reference Object:** :doc:`/axapi/v3/health/monitor ` **acct-port-hm-disable** **Description** Disable configured accounting port health check configuration **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** acct-port-hm-disable and acct-port-hm are mutually exclusive **auth-type** **Description** 'pap': PAP authentication. Default; 'mschapv2': MS-CHAPv2 authentication; 'mschapv2-pap': Use MS-CHAPv2 first. If server doesn't support it, try PAP; **Type:** string **Supported Values:** pap, mschapv2, mschapv2-pap **encrypted** **Description** Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string) **health-check** **Description** Check server's health status **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** health-check and health-check-disable are mutually exclusive **health-check-disable** **Description** Disable configured health check configuration **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** health-check-disable and health-check are mutually exclusive **health-check-string** **Description** Health monitor name **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/health/monitor ` **host** **Description:** host is a **JSON Block**. Please see below for :ref:`92_host` **Type:** Object **interval** **Description** Specify the interval time for resend the request (second), default is 3 seconds (The interval time(second), default is 3 seconds) **Type:** number **Range:** 1-1024 **Default:** 3 **name** **Description** Specify RADIUS authentication server name **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **packet-capture-template** **Description** Name of the packet capture template to be bind with this object **Type:** string **Maximum Length:** 128 characters **Maximum Length:** 1 characters **Reference Object:** :doc:`/axapi/v3/visibility/packet-capture/object-templates/aam-auth-server-rad-inst-tmpl ` **port** **Description** Specify the RADIUS server's authentication port, default is 1812 **Type:** number **Range:** 1-65534 **Default:** 1812 **port-hm** **Description** Check port's health status **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Mutual Exclusion:** port-hm and port-hm-disable are mutually exclusive **Reference Object:** :doc:`/axapi/v3/health/monitor ` **port-hm-disable** **Description** Disable configured port health check configuration **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **Mutual Exclusion:** port-hm-disable and port-hm are mutually exclusive **retry** **Description** Specify the retry number for resend the request, default is 5 (The retry number, default is 5) **Type:** number **Range:** 1-32 **Default:** 5 **sampling-enable** **Type:** List **secret** **Description** Specify the RADIUS server's secret **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **secret-string** **Description** The RADIUS server's secret **Type:** string **Format:** password **Maximum Length:** 128 characters **Maximum Length:** 1 characters **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters .. _92_host: host ^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hostip** **Description** Server's hostname(Length 1-31) or IP address **Type:** string **Format:** host **Maximum Length:** 31 characters **Maximum Length:** 1 characters **Mutual Exclusion:** hostip and hostipv6 are mutually exclusive **hostipv6** **Description** Server's IPV6 address **Type:** string **Format:** ipv6-address **Mutual Exclusion:** hostipv6 and hostip are mutually exclusive .. _92_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'authen_success': Authentication Success; 'authen_failure': Authentication Failure; 'authorize_success': Authorization Success; 'authorize_failure': Authorization Failure; 'access_challenge': Access-Challenge Message Receive; 'timeout_error': Timeout; 'other_error': Other Error; 'request': Request; 'accounting-request-sent': Accounting-Request Sent; 'accounting-success': Accounting Success; 'accounting-failure': Accounting Failure; **Type:** string **Supported Values:** all, authen_success, authen_failure, authorize_success, authorize_failure, access_challenge, timeout_error, other_error, request, accounting-request-sent, accounting-success, accounting-failure