SaaDeviceResults Object


Description:

IPv6 Autoconfiguration results.

Parents: SaaDeviceConfig

Relations:

Side name
(Type)
Relative Description
ResultParent
(ResultChild)

SaaDeviceConfig

Use this to connect a results object to an object.

SaaDeviceResults Writable Attributes

There are no writable attributes.

SaaDeviceResults Read-Only Attributes

Read-Only Attribute Description
AttemptCount

Number of sessions attempted.

Type: u32

Default: 0

AttemptRate

Number of sessions attempted per second.

Type: double

Default: 0

BindingState

State of the current binding attempts.

Type: enum

Default: 0

Possible Values:

Value Description
SUCCESS

All interfaces were bound to addresses.

PARTIAL

Some interfaces did not bind an address.

FAILED

None of the interfaces were bound to an address due to either DAD failures or RA timeouts.

NONE

Binding has not been initiated.

BindRate

Number of sessions connected per second.

Type: double

Default: 0

ConnCount

Number of sessions connected.

Type: u32

Default: 0

CurrAttempt

Number of interfaces attempting to bind to an address.

Type: u32

Default: 0

CurrBound

Number of interfaces currently bound to an address.

Type: u32

Default: 0

CurrIdle

Number of interfaces not currently attempting to bind to an address.

Type: u32

Default: 0

State

State of an IPv6 Autoconfiguration session.

Type: enum

Default: 0

Possible Values:

Value Description
IDLE

Autoconfiguration has not been initiated.

ESTABLISHING

A router solicitation message has been sent.

BOUND

A router advertisement message has been received and an address assigned.

TotAttempt

Total number of attempts to bind addresses for all interfaces.

Type: u32

Default: 0

TotBound

Total number of interfaces bound to an address.

Type: u32

Default: 0

TotDadFailures

Number of duplicate address dectection failures.

Type: u32

Default: 0

TotFailed

Total number of interfaces that failed to bind to an address.

Type: u32

Default: 0

TotRaTimeoutFailures

Number of router advertisements that timed out.

Type: u32

Default: 0