RADIUSServerInfo
Information related to 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
}
The accounting port of the RADIUS authentication server.
The authentication port of the RADIUS authentication server.
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.
The maximum number of authentication attempts for the RADIUS authentication server.
Indicates whether it is a primary RADIUS authentication server.
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.