Config¶
Leafs
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Neighbors.Neighbor.
Config
¶ Bases:
Entity
Class Hierarchy:
Interfaces
Interface
Subinterfaces
Subinterface
Ipv6
Neighbors
Neighbor
Config
This class represents configuration data.
Configuration 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}|:))$
-
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
-