Interface

Keys

Children

class Bfd.Interfaces.Interface

Bases: Entity

Class Hierarchy: Bfd Interfaces Interface

This class represents configuration data.

Per-interface configuration and state parameters for BFD.

id(key)

A reference to an identifier for the interface on which BFD is enabled

type: str

refers to: id

config

Configuration parameters for BFD on the specified interface

type: Config

state

Operational state parameters for BFD on the specified interface

type: State

config: False

interface_ref

Reference to an interface or subinterface

type: InterfaceRef

micro_bfd_sessions

Parameters relating to micro-BFD sessions associated with the interface

type: MicroBfdSessions

peers

Parameters relating to the BFD peers which are seen over this interface

type: Peers