Status

class Interfaces.Interface.RoutedVlan.Ipv6.Addresses.Address.State.Status

Status (Enum Class)

PREFERRED = 0

This is a valid address that can appear as the

destination or source address of a packet.

DEPRECATED = 1

This is a valid but deprecated address that should

no longer be used as a source address in new

communications, but packets addressed to such an

address are processed as expected.

INVALID = 2

This isn’t a valid address, and it shouldn’t appear

as the destination or source address of a packet.

INACCESSIBLE = 3

The address is not accessible because the interface

to which this address is assigned is not

operational.

UNKNOWN = 4

The status cannot be determined for some reason.

TENTATIVE = 5

The uniqueness of the address on the link is being

verified. Addresses in this state should not be

used for general communication and should only be

used to determine the uniqueness of the address.

DUPLICATE = 6

The address has been determined to be non-unique on

the link and so must not be used.

OPTIMISTIC = 7

The address is available for use, subject to

restrictions, while its uniqueness on a link is

being verified.