State¶
Leafs
addressconnection_abortsconnection_closesconnection_failuresconnection_opensconnection_timeoutserrors_receivedmessages_receivedmessages_sentnametimeout
-
class
System.Aaa.ServerGroups.ServerGroup.Servers.Server.State¶ Bases:
EntityClass Hierarchy:
SystemAaaServerGroupsServerGroupServersServerStateThis class represents state data.
Operational state data
-
name¶ Name assigned to the server
type: str
config: False
-
address¶ Address of the authentication 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
-
timeout¶ Set the timeout in seconds on responses from the AAA server
type: int
range: 0..65535config: False
units: seconds
-
connection_opens¶ Number of new connection requests sent to the server, e.g. socket open
type: int
range: 0..18446744073709551615config: False
-
connection_closes¶ Number of connection close requests sent to the server, e.g. socket close
type: int
range: 0..18446744073709551615config: False
-
connection_aborts¶ Number of aborted connections to the server. These do not include connections that are close gracefully
type: int
range: 0..18446744073709551615config: False
-
connection_failures¶ Number of connection failures to the server
type: int
range: 0..18446744073709551615config: False
-
connection_timeouts¶ Number of connection timeouts to the server
type: int
range: 0..18446744073709551615config: False
-
messages_sent¶ Number of messages sent to the server
type: int
range: 0..18446744073709551615config: False
-
messages_received¶ Number of messages received by the server
type: int
range: 0..18446744073709551615config: False
-
errors_received¶ Number of error messages received from the server
type: int
range: 0..18446744073709551615config: False
-