Ipv4

Leafs

Children

class InterfacesState.Interface.Ipv4

Bases: Entity

Class Hierarchy: InterfacesState Interface Ipv4

This class is a presence class

This class represents state data.

Interface-specific parameters for the IPv4 address family.

forwarding

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

type: bool

config: False

mtu

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

type: int

range: 68..65535

config: False

units: octets

address

The list of IPv4 addresses on the interface

type: list of Address

config: False

neighbor

A list of mappings from IPv4 addresses to link-layer addresses. This list represents the ARP Cache

type: list of Neighbor

config: False