RADIUSServerCreateSpec
Information required to create a RADIUS authentication server.
{
"accounting_port": 1813,
"authentication_port": 1812,
"authentication_type": "PAP",
"hostname": "10.109.69.213",
"max_attempts": 5,
"primary_radius_server": true,
"realm_prefix": "test_realm_prefix",
"realm_suffix": "test_realm_suffix",
"server_timeout_seconds": 4,
"shared_secret": [
"<password>"
]
}
The accounting port of the RADIUS authentication server.
The authentication port of the RADIUS authentication server. Radius servers should not have both hostname and authentication port same.
The authentication type of the RADIUS authentication server.
- PAP: Password authentication protocol.
- CHAP: Challenge-handshake authentication protocol.
- MSCHAP1: Microsoft challenge-handshake authentication protocol, version 1.
- MSCHAP2: Microsoft challenge-handshake authentication protocol, version 2.
- UNKNOWN: Indicates Auth type is unkonwn.
The hostname of the RADIUS authentication server. Radius servers should not have both hostname and authentication port same.
The maximum number of authentication attempts for the RADIUS authentication server.
Indicates whether it is a primary RADIUS authentication server. There must be exactly one primary RADIUS server i.e. with primary_radius_server set to true. Default value is false.
The realm prefix of the RADIUS authentication server.
The realm suffix of the RADIUS authentication server.
The server timeout (in seconds) of the RADIUS authentication server.
The shared secret of the RADIUS authentication server.