CtsiInterfaceControllerState

  • Base type Enumeration

The state of the TrustSec Interface Controller state machine. unknown - none of the following states. initializing - the TrustSec interface controller state machine enter the initialize state when TrustSec is enabled on this interface. authenticating - the peer is being authenticated if the dot1x mode is enabled. authorizing - the peer is being authorized. sapNegotiating - the SA(Security Association) is being negotiated with the peer. open - the line is up from TrustSec perspective. held - a hold down timer is set. disconnecting - a failure has occurred, or the TrustSec link is going down, or TrustSec is being disabled. invalid - unable to start the TrustSec state machine. licenseError - No MACSec software license.

Possible values

10 objects
Number Name
1 unknown
2 initialize
3 authenticating
4 authorizing
5 sapNegotiating
6 open
7 held
8 disconnecting
9 invalid
10 licenseError