SaaSessionResults Object


Description:

IPv6 autoconfiguration session results.

Parents: SaaDeviceConfig

SaaSessionResults Writable Attributes

Attribute Description
Common Writable Attributes Active, Name

SaaSessionResults Read-Only Attributes

Read-Only Attribute Description
ErrorStatus

Specifies the error status of the session.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

Specifies that the session bound successfully without error.

DAD

Specifies that the session failed to bind due to a duplicate address detected.

RA_TIMEOUT

Specifies that the session failed to bind due to not receiving a valid router advertisement.

GlobalAddr

Specifies the global IPv6 address of the session.

Type: ipv6

Default: ::

InnerVlanId

Specifies the inner VLAN ID of the session.

Type: u16

Default: 1

Lifetime

Specifies the lifetime of the session.

Type: u32

Default: 0

LifetimeLeft

Specifies the session's remaining lifetime.

Type: double

Default: 0

LocalAddr

Specifies the link-local IPv6 address of the session.

Type: ipv6

Default: ::

MacAddr

Specifies the MAC address of the session.

Type: mac

Default: 00-00-00-00-00-00

PreferredLifetime

Specifies the session's preferred lifetime.

Type: u32

Default: 0

PrefixAddr

Specifies the IPv6 prefix of the session.

Type: ipv6

Default: ::

PrefixLength

Specifies the prefix length of the session.

Type: u8

Default: 64

SessionState

Specifies the state of the session.

Type: enum

Default: IDLE

Possible Values:

Value Description
IDLE

Specifies that the session is IDLE.

ESTABLISHING

Specifies that the session is ESTABLISHING.

BOUND

Specifies that the session is BOUND.

FAILED

Specifies that the session FAILED to bind.

Vci

Specifies the VCI of the session.

Type: u16

Default: 32

VlanId

Specifies the VLAN ID of the session.

Type: u16

Default: 1

Vpi

Specifies the VPI of the session.

Type: u16

Default: 0