Address

Keys

Leafs

class Interfaces.Interface.Ipv6.Address

Bases: Entity

Class Hierarchy: Interfaces Interface Ipv6 Address

This class represents configuration data.

The list of configured IPv6 addresses on the interface.

ip(key)

The IPv6 address on the interface

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}]+)?
prefix_length

The length of the subnet prefix

type: int

range: 0..128

mandatory: True