Ipv6

Leafs

Children

class InterfacesState.Interface.Ipv6

Bases: Entity

Class Hierarchy: InterfacesState Interface Ipv6

This class is a presence class

This class represents state data.

Parameters for the IPv6 address family.

forwarding

Indicates whether IPv6 packet forwarding is enabled or disabled on this interface

type: bool

config: False

default value: false

mtu

The size, in octets, of the largest IPv6 packet that the interface will send and receive

type: int

range: 1280..4294967295

config: False

units: octets

address

The list of IPv6 addresses on the interface

type: list of Address

config: False

neighbor

A list of mappings from IPv6 addresses to link-layer addresses. This list represents the Neighbor Cache

type: list of Neighbor

config: False