Neighbor¶
Keys
Leafs
Enum Classes
-
class
InterfacesState.Interface.Ipv6.
Neighbor
¶ Bases:
Entity
Class Hierarchy:
InterfacesState
Interface
Ipv6
Neighbor
This class represents state data.
A list of mappings from IPv6 addresses to
link-layer addresses.
This list represents the Neighbor Cache.
-
ip
(key)¶ The IPv6 address of the neighbor node
type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?config: False
-
link_layer_address
¶ The link-layer address of the neighbor node
type: str
pattern: ([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?config: False
-
origin
¶ The origin of this neighbor entry
type:
NeighborOrigin
config: False
-