Config

Leafs

class Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Config

Bases: Entity

Class Hierarchy : Interfaces Interface Subinterfaces Subinterface Ipv6 Config

This class represents configuration data.

Top-level config data for the IPv6 interface

enabled

Controls whether IPv6 is enabled or disabled on this interface. When IPv6 is enabled, this interface is connected to an IPv6 stack, and the interface can send and receive IPv6 packets

type: bool

default value: true

mtu

The size, in octets, of the largest IPv6 packet that the interface will send and receive. The server may restrict the allowed values for this leaf, depending on the interface’s type. If this leaf is not configured, the operationally used MTU depends on the interface’s type

type: int

range: 1280..4294967295

units: octets

dup_addr_detect_transmits

The number of consecutive Neighbor Solicitation messages sent while performing Duplicate Address Detection on a tentative address. A value of zero indicates that Duplicate Address Detection is not performed on tentative addresses. A value of one indicates a single transmission with no follow-up retransmissions

type: int

range: 0..4294967295

default value: 1

dhcp_client

Enables a DHCP client on the interface in order to request an address

type: bool

default value: false