State

Leafs

Children

class Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.State

Bases: Entity

Class Hierarchy : Interfaces Interface Subinterfaces Subinterface Ipv6 State

This class represents state data.

Top-level operational state 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

config: False

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

config: False

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

config: False

default value: 1

dhcp_client

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

type: bool

config: False

default value: false

counters

Packet and byte counters for IP transmission and reception for the address family

type: Counters

config: False