Neighbor¶
Keys
Leafs
-
class
Interfaces.Interface.Ipv6.
Neighbor
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Ipv6
Neighbor
This class represents configuration data.
A list of mappings from IPv6 addresses to
link-layer addresses.
Entries in this list are used as static entries in 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}]+)?
-
link_layer_address
¶ The link-layer address of the neighbor node
type: str
pattern: ([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?mandatory: True
-