You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration of external RADIUS server object
Model Type Info
Input Type
Accessed Type
Description
Notes
dict, frozendict.frozendict,
frozendict.frozendict,
The configuration of external RADIUS server object
Dictionary Keys
Key
Input Type
Accessed Type
Description
Notes
authentication_port
decimal.Decimal, int,
decimal.Decimal,
The authentication port for the external RADIUS server (1 ~ 65535)
value must be a 32 bit integer
update_time
str, datetime,
str,
The last update time
value must conform to RFC-3339 date-time
create_time
str, datetime,
str,
The create time
value must conform to RFC-3339 date-time
accounting_port
decimal.Decimal, int,
decimal.Decimal,
The accounting port for the external RADIUS server (1 ~ 65535)
value must be a 32 bit integer
enable_a3
bool,
BoolClass,
Indicates whether this is an Extreme A3 RADIUS server or not, cannot be updated after creation. Please set it to false if it is not an Extreme A3 RADIUS server.