radius-server host ipv6¶
Specify the hostname of RADIUS server
ipv6 Specification¶
Parameter Value Type Collection Object Key(s) ipv6-addr Collection Name ipv6-list Collection URI /axapi/v3/radius-server/host/ipv6 Element Name ipv6 Element URI /axapi/v3/radius-server/host/ipv6/{ipv6-addr} Element Attributes ipv6_attributes Partition Visibility shared Schema ipv6 schema
Operations Allowed:
Operation | Method | URI | Payload | |
---|---|---|---|---|
Create Object | POST | /axapi/v3/radius-server/host/ipv6 | ||
Create List | POST | /axapi/v3/radius-server/host/ipv6 | ||
Get Object | GET | /axapi/v3/radius-server/host/ipv6/{ipv6-addr} | ||
Get List | GET | /axapi/v3/radius-server/host/ipv6 | ||
Modify Object | POST | /axapi/v3/radius-server/host/ipv6/{ipv6-addr} | ||
Replace Object | PUT | /axapi/v3/radius-server/host/ipv6/{ipv6-addr} | ||
Replace List | PUT | /axapi/v3/radius-server/host/ipv6 | ||
Delete Object | DELETE | /axapi/v3/radius-server/host/ipv6/{ipv6-addr} |
ipv6-list¶
ipv6-list is JSON List of ipv6 attributes
ipv6-list : [
]
ipv6 attributes¶
ipv6-addr
Description IPV6 address of RADIUS server
Type: string
Format: ipv6-address
secret
Description: secret is a JSON Block. Please see below for secret
Type: Object
uuid
Description uuid of the object
Type: string
Maximum Length: 64 characters
Maximum Length: 1 characters
secret¶
Specification Value Type object encrypted
Description Do NOT use this option manually. (This is an A10 reserved keyword.) (The ENCRYPTED secret string)port-cfg
Description: port-cfg is a JSON Block. Please see below for secret_port-cfg
Type: Object
secret-value
Description The RADIUS server’s secret
Type: string
Format: password
Maximum Length: 128 characters
Maximum Length: 1 characters
secret_port-cfg¶
Specification Value Type object acct-port
Description Specify the RADIUS server’s accounting port (default 1813)
Type: number
Range: 1-65535
auth-port
Description Specify the RADIUS server’s authentication port (default 1812)
Type: number
Range: 1-65535
retransmit
Description Specify the maximum times allowed for resending an request to the radius server (default 3)
Type: number
Range: 0-5
Default: 3
timeout
Description Specify the maximum time allowed for waiting for a response from a radius server (default 3)
Type: number
Range: 1-15
Default: 3