Ipv4

Leafs

Children

class Interfaces.Interface.Ipv4

Bases: Entity

Class Hierarchy: Interfaces Interface Ipv4

This class is a presence class

This class represents configuration data.

Parameters for the IPv4 address family.

enabled

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

type: bool

default value: true

forwarding

Controls IPv4 packet forwarding of datagrams received by, but not addressed to, this interface. IPv4 routers forward datagrams. IPv4 hosts do not (except those source-routed via the host)

type: bool

default value: false

mtu

The size, in octets, of the largest IPv4 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: 68..65535

units: octets

address

The list of configured IPv4 addresses on the interface

type: list of Address

neighbor

A list of mappings from IPv4 addresses to link-layer addresses. Entries in this list are used as static entries in the ARP Cache

type: list of Neighbor