State¶
Leafs
Children
-
class
System.Aaa.ServerGroups.ServerGroup.Servers.Server.Radius.
State
¶ Bases:
Entity
Class Hierarchy:
System
Aaa
ServerGroups
ServerGroup
Servers
Server
Radius
State
This class represents state data.
Operational state data for RADIUS servers
-
auth_port
¶ Port number for authentication requests
type: int
range: 0..65535config: False
default value: 1812
-
acct_port
¶ Port number for accounting requests
type: int
range: 0..65535config: False
default value: 1813
-
secret_key
¶ The unencrypted shared key used between the authentication server and the device
type: str
config: False
-
source_address
¶ Source IP address to use in messages to the RADIUS server
type: union of the below types:
type: str
pattern: ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$config: False
-
retransmit_attempts
¶ Number of times the system may resend a request to the RADIUS server when it is unresponsive
type: int
range: 0..255config: False
-