cisco_ietf_bfd_mib

package
v0.0.0-...-fac1166 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This document contains the Management information base for Bidirectional Forwarding Detection(BFD) Protocol as defined in draft-ietf-bfd-base-06.txt.

BFD is a protocol intended to detect faults in the bidirectional path between two forwarding engines, including interfaces, data link(s), and to the extent possible the forwarding engines themselves, with potentially very low latency. It operates independently of media, data protocols, and routing protocols.

This MIB module is based on the Internet Draft draft-ietf-bfd-mib-03.txt and draft-ietf-bfd-mib-04.txt

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CISCOIETFBFDMIB

type CISCOIETFBFDMIB struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	CiscoBfdScalarObjects CISCOIETFBFDMIB_CiscoBfdScalarObjects

	// The BFD Session Table describes the BFD sessions.
	CiscoBfdSessTable CISCOIETFBFDMIB_CiscoBfdSessTable

	// The BFD Session Mapping Table maps the complex indexing of the BFD sessions
	// to the flat  CiscoBfdSessIndexTC used in the ciscoBfdSessTable.
	CiscoBfdSessMapTable CISCOIETFBFDMIB_CiscoBfdSessMapTable

	// The BFD Session Discriminator Mapping Table maps a local discriminator
	// value to associated BFD sessions' CiscoBfdSessIndexTC used in the
	// ciscoBfdSessTable.
	CiscoBfdSessDiscMapTable CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable

	// The BFD Session IP Mapping Table maps given ciscoBfdSessInterface,
	// ciscoBfdSessAddrType, and ciscoBbfdSessAddr to an associated BFD sessions'
	// CiscoBfdSessIndexTC used in the ciscoBfdSessTable. This table SHOULD
	// contains those BFD sessions are of IP type: singleHop(1) and multiHop(2).
	CiscoBfdSessIpMapTable CISCOIETFBFDMIB_CiscoBfdSessIpMapTable
}

CISCOIETFBFDMIB

func (*CISCOIETFBFDMIB) GetEntityData

func (cISCOIETFBFDMIB *CISCOIETFBFDMIB) GetEntityData() *types.CommonEntityData

type CISCOIETFBFDMIB_CiscoBfdScalarObjects

type CISCOIETFBFDMIB_CiscoBfdScalarObjects struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The global administrative status of BFD in this router. The value 'enabled'
	// denotes that the BFD Process is  active on at least one interface;
	// 'disabled' disables   it on all interfaces. The type is
	// CiscoBfdAdminStatus.
	CiscoBfdAdminStatus interface{}

	// The current version number of the BFD protocol. The type is interface{}
	// with range: 0..4294967295.
	CiscoBfdVersionNumber interface{}

	// If this object is set to true(1), then it enables the emission of
	// ciscoBfdSessUp and ciscoBfdSessDown  notifications; otherwise these
	// notifications are not  emitted. The type is bool.
	CiscoBfdSessNotificationsEnable interface{}
}

CISCOIETFBFDMIB_CiscoBfdScalarObjects

func (*CISCOIETFBFDMIB_CiscoBfdScalarObjects) GetEntityData

func (ciscoBfdScalarObjects *CISCOIETFBFDMIB_CiscoBfdScalarObjects) GetEntityData() *types.CommonEntityData

type CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus

type CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus string

CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus represents it on all interfaces.

const (
	CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus_enabled CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus = "enabled"

	CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus_disabled CISCOIETFBFDMIB_CiscoBfdScalarObjects_CiscoBfdAdminStatus = "disabled"
)

type CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable

type CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Each row contains a mapping between a local discriminator value to an entry
	// in ciscoBfdSessTable. The type is slice of
	// CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable_CiscoBfdSessDiscMapEntry.
	CiscoBfdSessDiscMapEntry []*CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable_CiscoBfdSessDiscMapEntry
}

CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable The BFD Session Discriminator Mapping Table maps a local discriminator value to associated BFD sessions' CiscoBfdSessIndexTC used in the ciscoBfdSessTable.

func (*CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable) GetEntityData

func (ciscoBfdSessDiscMapTable *CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable) GetEntityData() *types.CommonEntityData

type CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable_CiscoBfdSessDiscMapEntry

type CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable_CiscoBfdSessDiscMapEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessDiscriminator
	CiscoBfdSessDiscriminator interface{}

	// This object indicates the CiscoBfdSessIndexTC referred to by the index of
	// this row. In essence, a mapping is  provided between this index and the
	// ciscoBfdSessTable. The type is interface{} with range: 1..4294967295.
	CiscoBfdSessDiscMapIndex interface{}
}

CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable_CiscoBfdSessDiscMapEntry Each row contains a mapping between a local discriminator value to an entry in ciscoBfdSessTable.

func (*CISCOIETFBFDMIB_CiscoBfdSessDiscMapTable_CiscoBfdSessDiscMapEntry) GetEntityData

type CISCOIETFBFDMIB_CiscoBfdSessIpMapTable

type CISCOIETFBFDMIB_CiscoBfdSessIpMapTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// Each row contains a mapping between ciscoBfdSessInterface,
	// ciscoBfdSessAddrType and ciscoBfdSessAddr values to an  entry in
	// ciscoBfdSessTable. The type is slice of
	// CISCOIETFBFDMIB_CiscoBfdSessIpMapTable_CiscoBfdSessIpMapEntry.
	CiscoBfdSessIpMapEntry []*CISCOIETFBFDMIB_CiscoBfdSessIpMapTable_CiscoBfdSessIpMapEntry
}

CISCOIETFBFDMIB_CiscoBfdSessIpMapTable The BFD Session IP Mapping Table maps given ciscoBfdSessInterface, ciscoBfdSessAddrType, and ciscoBbfdSessAddr to an associated BFD sessions' CiscoBfdSessIndexTC used in the ciscoBfdSessTable. This table SHOULD contains those BFD sessions are of IP type: singleHop(1) and multiHop(2).

func (*CISCOIETFBFDMIB_CiscoBfdSessIpMapTable) GetEntityData

func (ciscoBfdSessIpMapTable *CISCOIETFBFDMIB_CiscoBfdSessIpMapTable) GetEntityData() *types.CommonEntityData

type CISCOIETFBFDMIB_CiscoBfdSessIpMapTable_CiscoBfdSessIpMapEntry

type CISCOIETFBFDMIB_CiscoBfdSessIpMapTable_CiscoBfdSessIpMapEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The type is string with range: 1..2147483647.
	// Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessInterface
	CiscoBfdSessInterface interface{}

	// This attribute is a key. The type is InetAddressType. Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAddrType
	CiscoBfdSessAddrType interface{}

	// This attribute is a key. The type is string with length: 0..255. Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAddr
	CiscoBfdSessAddr interface{}

	// This object indicates the CiscoBfdSessIndexTC referred to by the indices of
	// this row. In essence, a mapping is  provided between these indices and an
	// entry in ciscoBfdSessTable. The type is interface{} with range:
	// 1..4294967295.
	CiscoBfdSessIpMapIndex interface{}
}

CISCOIETFBFDMIB_CiscoBfdSessIpMapTable_CiscoBfdSessIpMapEntry Each row contains a mapping between ciscoBfdSessInterface, ciscoBfdSessAddrType and ciscoBfdSessAddr values to an entry in ciscoBfdSessTable.

func (*CISCOIETFBFDMIB_CiscoBfdSessIpMapTable_CiscoBfdSessIpMapEntry) GetEntityData

type CISCOIETFBFDMIB_CiscoBfdSessMapTable

type CISCOIETFBFDMIB_CiscoBfdSessMapTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The BFD Session Entry describes BFD session that is mapped to this index.
	// The type is slice of
	// CISCOIETFBFDMIB_CiscoBfdSessMapTable_CiscoBfdSessMapEntry.
	CiscoBfdSessMapEntry []*CISCOIETFBFDMIB_CiscoBfdSessMapTable_CiscoBfdSessMapEntry
}

CISCOIETFBFDMIB_CiscoBfdSessMapTable The BFD Session Mapping Table maps the complex indexing of the BFD sessions to the flat CiscoBfdSessIndexTC used in the ciscoBfdSessTable.

func (*CISCOIETFBFDMIB_CiscoBfdSessMapTable) GetEntityData

func (ciscoBfdSessMapTable *CISCOIETFBFDMIB_CiscoBfdSessMapTable) GetEntityData() *types.CommonEntityData

type CISCOIETFBFDMIB_CiscoBfdSessMapTable_CiscoBfdSessMapEntry

type CISCOIETFBFDMIB_CiscoBfdSessMapTable_CiscoBfdSessMapEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessApplicationId
	CiscoBfdSessApplicationId interface{}

	// This attribute is a key. The type is string with range: 1..4294967295.
	// Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessDiscriminator
	CiscoBfdSessDiscriminator interface{}

	// This attribute is a key. The type is InetAddressType. Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAddrType
	CiscoBfdSessAddrType interface{}

	// This attribute is a key. The type is string with length: 0..255. Refers to
	// cisco_ietf_bfd_mib.CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAddr
	CiscoBfdSessAddr interface{}

	// This object indicates the CiscoBfdSessIndexTC referred to by the indices of
	// this row. In essence, a mapping is  provided between these indices and the
	// ciscoBfdSessTable. The type is interface{} with range: 1..4294967295.
	CiscoBfdSessMapBfdIndex interface{}
}

CISCOIETFBFDMIB_CiscoBfdSessMapTable_CiscoBfdSessMapEntry The BFD Session Entry describes BFD session that is mapped to this index.

func (*CISCOIETFBFDMIB_CiscoBfdSessMapTable_CiscoBfdSessMapEntry) GetEntityData

type CISCOIETFBFDMIB_CiscoBfdSessTable

type CISCOIETFBFDMIB_CiscoBfdSessTable struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter

	// The BFD Session Entry describes BFD session. The type is slice of
	// CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry.
	CiscoBfdSessEntry []*CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry
}

CISCOIETFBFDMIB_CiscoBfdSessTable The BFD Session Table describes the BFD sessions.

func (*CISCOIETFBFDMIB_CiscoBfdSessTable) GetEntityData

func (ciscoBfdSessTable *CISCOIETFBFDMIB_CiscoBfdSessTable) GetEntityData() *types.CommonEntityData

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry struct {
	EntityData types.CommonEntityData
	YFilter    yfilter.YFilter
	YListKey   string

	// This attribute is a key. This object contains an index used to represent a
	// unique BFD session on this device. The type is interface{} with range:
	// 1..4294967295.
	CiscoBfdSessIndex interface{}

	// This object contains an index used to indicate a local application which
	// owns or maintains this  BFD session. For instance, the MPLS VPN process may
	// maintain a subset of the total number of BFD  sessions.  This application
	// ID provides a convenient  way to segregate sessions by the applications
	// which  maintain them. The type is interface{} with range: 0..4294967295.
	CiscoBfdSessApplicationId interface{}

	// This object specifies the local discriminator for this BFD session, used to
	// uniquely identify it. The type is interface{} with range: 1..4294967295.
	CiscoBfdSessDiscriminator interface{}

	// This object specifies the session discriminator chosen by the remote system
	// for this BFD session. The type is interface{} with range: 0..4294967295.
	CiscoBfdSessRemoteDiscr interface{}

	// The destination UDP Port for BFD. The default value is the well-known value
	// for this port. BFD State failing(5) is only applicable if this BFD session
	// is running version 0. The type is interface{} with range: 0..65535.
	CiscoBfdSessUdpPort interface{}

	// The perceived state of the BFD session. The type is CiscoBfdSessState.
	CiscoBfdSessState interface{}

	// This object specifies status of BFD packet reception from the remote
	// system. Specifically, it is set to true(1) if  the local system is actively
	// receiving BFD packets from the   remote system, and is set to false(0) if
	// the local system   has not received BFD packets recently (within the
	// detection   time) or if the local system is attempting to tear down  the
	// BFD session. The type is bool.
	CiscoBfdSessRemoteHeardFlag interface{}

	// A diagnostic code specifying the local system's reason for the last
	// transition of the session from up(1)   to some other state. The type is
	// CiscoBfdDiag.
	CiscoBfdSessDiag interface{}

	// This object specifies current operating mode that BFD session is operating
	// in. The type is CiscoBfdSessOperMode.
	CiscoBfdSessOperMode interface{}

	// This object indicates that the local system's desire to use Demand mode.
	// Specifically, it is set   to true(1) if the local system wishes to use
	// Demand mode or false(0) if not. The type is bool.
	CiscoBfdSessDemandModeDesiredFlag interface{}

	// This object indicates that the local system's desire to use Echo mode.
	// Specifically, it is set   to true(1) if the local system wishes to use
	// Echo mode or false(0) if not. The type is bool.
	CiscoBfdSessEchoFuncModeDesiredFlag interface{}

	// This object indicates that the local system's ability to continue to
	// function through a disruption of   the control plane. Specifically, it is
	// set   to true(1) if the local system BFD implementation is  independent of
	// the control plane. Otherwise, the   value is set to false(0). The type is
	// bool.
	CiscoBfdSessControlPlanIndepFlag interface{}

	// This object specifies IP address type of the neighboring IP address which
	// is being monitored with this BFD session.  Only values unknown(0), ipv4(1)
	// or ipv6(2)  have to be supported.    A value of unknown(0) is allowed only
	// when   the outgoing interface is of type point-to-point, or  when the BFD
	// session is not associated with a specific   interface.   If any other
	// unsupported values are attempted in a set  operation, the agent MUST return
	// an inconsistentValue   error. The type is InetAddressType.
	CiscoBfdSessAddrType interface{}

	// This object specifies the neighboring IP address which is being monitored
	// with this BFD session. It can also be used to enabled BFD on a specific
	// interface. The value is set to zero when BFD session is not   associated
	// with a specific interface. The type is string with length: 0..255.
	CiscoBfdSessAddr interface{}

	// This object specifies the minimum interval, in microseconds, that the local
	// system would like to use when       transmitting BFD Control packets. The
	// type is interface{} with range: 0..4294967295.
	CiscoBfdSessDesiredMinTxInterval interface{}

	// This object specifies the minimum interval, in microseconds, between
	// received  BFD Control packets the   local system is capable of supporting.
	// The type is interface{} with range: 0..4294967295.
	CiscoBfdSessReqMinRxInterval interface{}

	// This object specifies the minimum interval, in microseconds, between
	// received BFD Echo packets that this  system is capable of supporting. The
	// type is interface{} with range: 0..4294967295.
	CiscoBfdSessReqMinEchoRxInterval interface{}

	// This object specifies the Detect time multiplier. The type is interface{}
	// with range: 0..4294967295.
	CiscoBfdSessDetectMult interface{}

	// This variable indicates the storage type for this object. Conceptual rows
	// having the value   'permanent' need not allow write-access to any
	// columnar objects in the row. The type is StorageType.
	CiscoBfdSessStorType interface{}

	// This variable is used to create, modify, and/or delete a row in this table.
	// When a row in this  table has a row in the active(1) state, no   objects in
	// this row can be modified except the  ciscoBfdSessRowStatus and
	// ciscoBfdSessStorageType. The type is RowStatus.
	CiscoBfdSessRowStatus interface{}

	// This object indicates that the local system's desire to use Authentication.
	// Specifically, it is set   to true(1) if the local system wishes the session
	// to be authenticated or false(0) if not. The type is bool.
	CiscoBfdSessAuthPresFlag interface{}

	// The Authentication Type used for this BFD session. This field is valid only
	// when the Authentication Present bit is set. The type is
	// CiscoBfdSessAuthenticationType.
	CiscoBfdSessAuthenticationType interface{}

	// The version number of the BFD protocol that this session is running in. The
	// type is interface{} with range: 0..4294967295.
	CiscoBfdSessVersionNumber interface{}

	// The type of this BFD session. The type is CiscoBfdSessType.
	CiscoBfdSessType interface{}

	// This object contains an interface index used to indicate the interface
	// which this BFD session is running on. The type is interface{} with range:
	// 1..2147483647.
	CiscoBfdSessInterface interface{}

	// The total number of BFD messages received for this BFD session. The type is
	// interface{} with range: 0..4294967295.
	CiscoBfdSessPerfPktIn interface{}

	// The total number of BFD messages sent for this BFD session. The type is
	// interface{} with range: 0..4294967295.
	CiscoBfdSessPerfPktOut interface{}

	// The value of sysUpTime on the most recent occasion at which the session
	// came up. If no such up event exists this object  contains a zero value. The
	// type is interface{} with range: 0..4294967295.
	CiscoBfdSessUpTime interface{}

	// The value of sysUpTime on the most recent occasion at which the last time
	// communication was lost with the neighbor. If   no such down event exist
	// this object contains a zero value. The type is interface{} with range:
	// 0..4294967295.
	CiscoBfdSessPerfLastSessDownTime interface{}

	// The BFD diag code for the last time communication was lost with the
	// neighbor. If no such down event exists this object   contains a zero value.
	// The type is CiscoBfdDiag.
	CiscoBfdSessPerfLastCommLostDiag interface{}

	// The number of times this session has gone into the Up state since the
	// router last rebooted. The type is interface{} with range: 0..4294967295.
	CiscoBfdSessPerfSessUpCount interface{}

	// The value of sysUpTime on the most recent occasion at which any one or more
	// of the session counters suffered  a discontinuity.    The relevant counters
	// are the specific instances associated   with this BFD session of any
	// Counter32 object contained in  the ciscoBfdSessPerfTable. If no such
	// discontinuities have occurred   since the last re-initialization of the
	// local management  subsystem, then this object contains a zero value. The
	// type is interface{} with range: 0..4294967295.
	CiscoBfdSessPerfDiscTime interface{}

	// This value represents the total number of BFD messages received for this
	// BFD session. It MUST be equal to the  least significant 32 bits of
	// ciscoBfdSessPerfPktIn  if ciscoBfdSessPerfPktInHC is supported according to
	// the rules spelled out in RFC2863. The type is interface{} with range:
	// 0..18446744073709551615.
	CiscoBfdSessPerfPktInHC interface{}

	// This value represents the total number of total number of BFD messages
	// transmitted for this   BFD session. It MUST be equal to the  least
	// significant 32 bits of ciscoBfdSessPerfPktIn  if ciscoBfdSessPerfPktOutHC
	// is supported according to  the rules spelled out in RFC2863. The type is
	// interface{} with range: 0..18446744073709551615.
	CiscoBfdSessPerfPktOutHC interface{}
}

CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry The BFD Session Entry describes BFD session.

func (*CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry) GetEntityData

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType string

CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType represents field is valid only when the Authentication Present bit is set

const (
	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType_simplePassword CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType = "simplePassword"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType_keyedMD5 CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType = "keyedMD5"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType_meticulousKeyedMD5 CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType = "meticulousKeyedMD5"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType_keyedSHA1 CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType = "keyedSHA1"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType_meticulousKeyedSHA1 CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessAuthenticationType = "meticulousKeyedSHA1"
)

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode string

CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode represents session is operating in.

const (
	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode_asyncModeWEchoFun CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode = "asyncModeWEchoFun"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode_asynchModeWOEchoFun CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode = "asynchModeWOEchoFun"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode_demandModeWEchoFunction CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode = "demandModeWEchoFunction"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode_demandModeWOEchoFunction CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessOperMode = "demandModeWOEchoFunction"
)

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState string

CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState represents The perceived state of the BFD session.

const (
	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState_adminDown CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState = "adminDown"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState_down CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState = "down"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState_init CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState = "init"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState_up CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState = "up"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState_failing CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessState = "failing"
)

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType

type CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType string

CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType represents The type of this BFD session.

const (
	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType_singleHop CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType = "singleHop"

	CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType_multiHop CISCOIETFBFDMIB_CiscoBfdSessTable_CiscoBfdSessEntry_CiscoBfdSessType = "multiHop"
)

type CiscoBfdDiag

type CiscoBfdDiag string

CiscoBfdDiag represents A common BFD diagnostic code.

const (
	CiscoBfdDiag_noDiagnostic CiscoBfdDiag = "noDiagnostic"

	CiscoBfdDiag_controlDetectionTimeExpired CiscoBfdDiag = "controlDetectionTimeExpired"

	CiscoBfdDiag_echoFunctionFailed CiscoBfdDiag = "echoFunctionFailed"

	CiscoBfdDiag_neighborSignaledSessionDown CiscoBfdDiag = "neighborSignaledSessionDown"

	CiscoBfdDiag_forwardingPlaneReset CiscoBfdDiag = "forwardingPlaneReset"

	CiscoBfdDiag_pathDown CiscoBfdDiag = "pathDown"

	CiscoBfdDiag_concatenatedPathDown CiscoBfdDiag = "concatenatedPathDown"

	CiscoBfdDiag_administrativelyDown CiscoBfdDiag = "administrativelyDown"

	CiscoBfdDiag_reverseConcatenatedPathDown CiscoBfdDiag = "reverseConcatenatedPathDown"
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL