State

Leafs

Enum Classes

class Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Neighbors.Neighbor.State

Bases: Entity

Class Hierarchy: Interfaces Interface Subinterfaces Subinterface Ipv6 Neighbors Neighbor State

This class represents state data.

State data for each IPv6 address on the

interface

ip

The IPv6 address of the neighbor node

type: str

pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$

config: False

The link-layer address of the neighbor node

type: str

pattern: ^([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?$

mandatory: True

config: False

origin

The origin of this neighbor entry

type: NeighborOrigin

config: False

is_router

Indicates that the neighbor node acts as a router

type: bool

config: False

neighbor_state

The Neighbor Unreachability Detection state of this entry

type: NeighborState

config: False