Address

Keys

Children

class Interfaces.Interface.RoutedVlan.Ipv6.Addresses.Address

Bases: Entity

Class Hierarchy : Interfaces Interface RoutedVlan Ipv6 Addresses Address

This class represents configuration data.

The list of configured IPv6 addresses on the interface.

ip(key)

References the configured IP address

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}|:))$

refers to: ip

config

Configuration data for each IPv6 address on the interface

type: Config

state

State data for each IPv6 address on the interface

type: State

config: False

vrrp

Enclosing container for VRRP groups handled by this IP interface

type: Vrrp