Config¶
Leafs
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Addresses.Address.
Config
¶ Bases:
Entity
Class Hierarchy :
Interfaces
Interface
Subinterfaces
Subinterface
Ipv6
Addresses
Address
Config
This class represents configuration data.
Configuration data for each IPv6 address on
the interface
-
ip
¶ The IPv6 address on the interface
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}|:))$
-
prefix_length
¶ The length of the subnet prefix
type: int
range: 0..128
mandatory: True
-