SlbSaspAgentState

  • Base type Enumeration

The status of a remote Server Application State Protocol (SASP) Agent as it appears to a local SASP manager. 'other' : The state the Agent enters when none of the other states apply. 'initialized' : The initial state when the SASP Agent memory is created. 'closed' : The state the SASP Agent enters when the SASP functionality is disabled, but the Agent has not been removed. 'trying' : The state when the Agent tries to open the socket to the SASP manger. 'connecting' : The state when the SASP Manager opens the socket, and is connecting to the SASP Agent. 'established' : The state when an Agent is communicating with the SASP manager. This is the desirable place to be. 'downTrying' : The state when there is a communication failure with the SASP Agent, and the load balancer is attempting to reconnect to the Agent. 'downDuplicate' : The Agent enters this state if a duplicate load balancer identifier is detected on the network. 'down' : The state of the Agent when there is a communication failure, and the load balancer is unable to re-establish the connection.

Possible values

9 objects
Number Name
1 other
2 initialized
3 closed
4 trying
5 connecting
6 established
7 downTrying
8 downDuplicate
9 down