cisco_ietf_frr_mib

package
v0.0.0-...-50def94 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

This MIB module contains managed object definitions for MPLS Fast Reroute (FRR) as defined in:Pan, P., Gan, D., Swallow, G., Vasseur, J.Ph., Cooper, D., Atlas, A., Jork, M., Fast Reroute Techniques in RSVP-TE, draft-ietf-mpls-rsvp-lsp-fastreroute- 00.txt, January 2002.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CISCOIETFFRRMIB

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

	CmplsFrrScalars CISCOIETFFRRMIB_CmplsFrrScalars

	// This table shows detour setup constraints.
	CmplsFrrConstTable CISCOIETFFRRMIB_CmplsFrrConstTable

	// The fast reroute log table records fast reroute events such as protected
	// links going up or down or the FRR feature kicking in.
	CmplsFrrLogTable CISCOIETFFRRMIB_CmplsFrrLogTable

	// The mplsFrrFacRouteDBTable provides information about the  fast reroute
	// database.  Each entry belongs to an interface, protecting backup tunnel and
	// protected tunnel. MPLS  interfaces defined on this node are protected by
	// backup tunnels and are indexed by mplsFrrFacRouteProtectedIndex. Backup
	// tunnels defined to protect the tunnels traversing an interface, and are
	// indexed by  mplsFrrFacRouteProtectingTunIndex.  Note that the tunnel
	// instance index is not required, since it is implied to be 0,  which
	// indicates the tunnel head interface for the protecting  tunnel. The
	// protecting tunnel is defined to exist on the PLR  in the FRR specification.
	// Protected tunnels are the LSPs that  traverse the protected link.  These
	// LSPs are uniquely  identified by mplsFrrFacRouteProtectedTunIndex,
	// mplsFrrFacRouteProtectedTunInstance,
	// mplsFrrFacRouteProtectedTunIngressLSRId, and
	// mplsFrrFacRouteProtectedTunEgressLSRId.
	CmplsFrrFacRouteDBTable CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable
}

CISCOIETFFRRMIB

func (*CISCOIETFFRRMIB) GetEntityData

func (cISCOIETFFRRMIB *CISCOIETFFRRMIB) GetEntityData() *types.CommonEntityData

type CISCOIETFFRRMIB_CmplsFrrConstTable

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

	// An entry in this table represents detour LSP or bypass tunnel  setup
	// constraints for a tunnel instance to be protected by  detour LSPs or a
	// tunnel. Agents must allow entries in this table  to be created only for
	// tunnel instances that require fast-reroute. Entries indexed with
	// mplsFrrConstIfIndex set to 0 apply to all interfaces on this device for
	// which the FRR feature can operate on. The type is slice of
	// CISCOIETFFRRMIB_CmplsFrrConstTable_CmplsFrrConstEntry.
	CmplsFrrConstEntry []*CISCOIETFFRRMIB_CmplsFrrConstTable_CmplsFrrConstEntry
}

CISCOIETFFRRMIB_CmplsFrrConstTable This table shows detour setup constraints.

func (*CISCOIETFFRRMIB_CmplsFrrConstTable) GetEntityData

func (cmplsFrrConstTable *CISCOIETFFRRMIB_CmplsFrrConstTable) GetEntityData() *types.CommonEntityData

type CISCOIETFFRRMIB_CmplsFrrConstTable_CmplsFrrConstEntry

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

	// This attribute is a key. Uniquely identifies an interface for which fast
	// reroute is configured. Tabular entries indexed with a 0 value apply to all
	// interfaces on this device for which the FRR feature can operate on. The
	// type is interface{} with range: 0..2147483647.
	CmplsFrrConstIfIndex interface{}

	// This attribute is a key. Uniquely identifies a tunnel for which fast
	// reroute is requested. The type is interface{} with range: 0..65535.
	CmplsFrrConstTunnelIndex interface{}

	// This attribute is a key. Uniquely identifies an instance of this tunnel for
	// which fast reroute is requested. The type is interface{} with range:
	// 0..4294967295.
	CmplsFrrConstTunnelInstance interface{}

	// Indicates the setup priority of detour LSP. The type is interface{} with
	// range: 0..7.
	CmplsFrrConstSetupPrio interface{}

	// Indicates the holding priority for detour LSP. The type is interface{} with
	// range: 0..7.
	CmplsFrrConstHoldingPrio interface{}

	// A link satisfies the include-any constraint if and only if the constraint
	// is zero, or the link and the constraint have a resource class in common.
	// The type is interface{} with range: 0..4294967295.
	CmplsFrrConstInclAnyAffinity interface{}

	// A link satisfies the include-all constraint if and only if the link
	// contains all of the administrative groups specified in the constraint. The
	// type is interface{} with range: 0..4294967295.
	CmplsFrrConstInclAllAffinity interface{}

	// A link satisfies the exclude-all constraint if and only if the link
	// contains none of the administrative groups specified in the constraint. The
	// type is interface{} with range: 0..4294967295.
	CmplsFrrConstExclAllAffinity interface{}

	// The maximum number of hops that the detour LSP may traverse. The type is
	// interface{} with range: 1..65535.
	CmplsFrrConstHopLimit interface{}

	// This variable represents the bandwidth for detour LSPs of this tunnel, in
	// units of thousands of bits per second (Kbps). The type is interface{} with
	// range: 0..4294967295.
	CmplsFrrConstBandwidth interface{}

	// This object is used to create, modify, and/or delete a row in this table.
	// The type is RowStatus.
	CmplsFrrConstRowStatus interface{}

	// The number of backup tunnels protecting the specified interface. The type
	// is interface{} with range: 0..4294967295.
	CmplsFrrConstNumProtectingTunOnIf interface{}

	// The number of tunnels protected on this interface. The type is interface{}
	// with range: 0..4294967295.
	CmplsFrrConstNumProtectedTunOnIf interface{}
}

CISCOIETFFRRMIB_CmplsFrrConstTable_CmplsFrrConstEntry An entry in this table represents detour LSP or bypass tunnel setup constraints for a tunnel instance to be protected by detour LSPs or a tunnel. Agents must allow entries in this table to be created only for tunnel instances that require fast-reroute. Entries indexed with mplsFrrConstIfIndex set to 0 apply to all interfaces on this device for which the FRR feature can operate on.

func (*CISCOIETFFRRMIB_CmplsFrrConstTable_CmplsFrrConstEntry) GetEntityData

type CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable

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

	// An entry in the mplsFrrDBTable represents a single protected LSP, protected
	// by a backup tunnel and defined for a specific protected interface. Note
	// that for brevity, managers should consult the mplsTunnelTable present in
	// the MPLS-TE MIB for additional information about the protecting and
	// protected tunnels, and the ifEntry in the IF-MIB for the protected
	// interface. The type is slice of
	// CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry.
	CmplsFrrFacRouteDBEntry []*CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry
}

CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable The mplsFrrFacRouteDBTable provides information about the fast reroute database. Each entry belongs to an interface, protecting backup tunnel and protected tunnel. MPLS interfaces defined on this node are protected by backup tunnels and are indexed by mplsFrrFacRouteProtectedIndex. Backup tunnels defined to protect the tunnels traversing an interface, and are indexed by mplsFrrFacRouteProtectingTunIndex. Note that the tunnel instance index is not required, since it is implied to be 0, which indicates the tunnel head interface for the protecting tunnel. The protecting tunnel is defined to exist on the PLR in the FRR specification. Protected tunnels are the LSPs that traverse the protected link. These LSPs are uniquely identified by mplsFrrFacRouteProtectedTunIndex, mplsFrrFacRouteProtectedTunInstance, mplsFrrFacRouteProtectedTunIngressLSRId, and mplsFrrFacRouteProtectedTunEgressLSRId.

func (*CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable) GetEntityData

func (cmplsFrrFacRouteDBTable *CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable) GetEntityData() *types.CommonEntityData

type CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry

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

	// This attribute is a key. Uniquely identifies the interface configured for
	// FRR protection. The type is interface{} with range: 1..2147483647.
	CmplsFrrFacRouteProtectedIfIndex interface{}

	// This attribute is a key. Uniquely identifies the mplsTunnelEntry primary
	// index for the tunnel head interface designated to protect the  interface as
	// specified in the mplsFrrFacRouteIfProtectedIndex (and all of the tunnels
	// using this interface). The type is interface{} with range: 0..65535.
	CmplsFrrFacRouteProtectingTunIndex interface{}

	// This attribute is a key. Uniquely identifies an mplsTunnelEntry that is
	// being protected by FRR. The type is interface{} with range: 0..65535.
	CmplsFrrFacRouteProtectedTunIndex interface{}

	// This attribute is a key. Uniquely identifies an mplsTunnelEntry that is
	// being protected by FRR. The type is interface{} with range: 0..4294967295.
	CmplsFrrFacRouteProtectedTunInstance interface{}

	// This attribute is a key. Uniquely identifies an mplsTunnelEntry that is
	// being protected by FRR. The type is string with length: 4..4.
	CmplsFrrFacRouteProtectedTunIngressLSRId interface{}

	// This attribute is a key. Uniquely identifies an mplsTunnelEntry that is
	// being protected by FRR. The type is string with length: 4..4.
	CmplsFrrFacRouteProtectedTunEgressLSRId interface{}

	// Specifies the state of the protected tunnel.  active  This tunnel's label
	// has been placed in the          LFIB and is ready to be applied to incoming
	// packets.           ready -  This tunnel's label entry has been created but
	// is          not yet in the LFIB.           partial - This tunnel's label
	// entry as not been fully           created. The type is
	// CmplsFrrFacRouteProtectedTunStatus.
	CmplsFrrFacRouteProtectedTunStatus interface{}

	// Specifies the amount of bandwidth in megabytes per second that is actually
	// reserved by the backup tunnel for facility backup. This value is repeated
	// here from the MPLS- TE MIB because the tunnel entry will reveal the
	// bandwidth reserved by the signaling protocol, which is typically 0 for
	// backup tunnels so as to not over-book bandwidth. However, internal
	// reservations are typically made on the PLR, thus this value should be
	// revealed here. The type is interface{} with range: 0..4294967295.
	CmplsFrrFacRouteProtectingTunResvBw interface{}

	// Indicates type of the resource protection. The type is
	// CmplsFrrFacRouteProtectingTunProtectionType.
	CmplsFrrFacRouteProtectingTunProtectionType interface{}
}

CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry An entry in the mplsFrrDBTable represents a single protected LSP, protected by a backup tunnel and defined for a specific protected interface. Note that for brevity, managers should consult the mplsTunnelTable present in the MPLS-TE MIB for additional information about the protecting and protected tunnels, and the ifEntry in the IF-MIB for the protected interface.

func (*CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry) GetEntityData

type CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus

type CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus string

CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus represents created.

const (
	CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus_active CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus = "active"

	CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus_ready CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus = "ready"

	CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus_partial CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectedTunStatus = "partial"
)

type CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType

type CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType string

CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType represents Indicates type of the resource protection.

const (
	CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType_linkProtection CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType = "linkProtection"

	CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType_nodeProtection CISCOIETFFRRMIB_CmplsFrrFacRouteDBTable_CmplsFrrFacRouteDBEntry_CmplsFrrFacRouteProtectingTunProtectionType = "nodeProtection"
)

type CISCOIETFFRRMIB_CmplsFrrLogTable

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

	// An entry in this table is created to describe one fast reroute event.
	// Entries in this table are only created and destroyed by the agent
	// implementation. The maximum number  of entries in this log is governed by
	// the scalar. The type is slice of
	// CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry.
	CmplsFrrLogEntry []*CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry
}

CISCOIETFFRRMIB_CmplsFrrLogTable The fast reroute log table records fast reroute events such as protected links going up or down or the FRR feature kicking in.

func (*CISCOIETFFRRMIB_CmplsFrrLogTable) GetEntityData

func (cmplsFrrLogTable *CISCOIETFFRRMIB_CmplsFrrLogTable) GetEntityData() *types.CommonEntityData

type CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry

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

	// This attribute is a key. Uniquely identifies a fast reroute event entry.
	// The type is interface{} with range: 0..4294967295.
	CmplsFrrLogIndex interface{}

	// This object provides the amount of time ticks since this event occured. The
	// type is interface{} with range: 0..4294967295.
	CmplsFrrLogEventTime interface{}

	// This object indicates which interface was affected by this FRR event. This
	// value may be set to 0 if mplsFrrConstProtectionMethod is set to
	// oneToOneBackup(0). The type is interface{} with range: 0..2147483647.
	CmplsFrrLogInterface interface{}

	// This object describes what type of fast reroute event occured. The type is
	// CmplsFrrLogEventType.
	CmplsFrrLogEventType interface{}

	// This object describes the duration of this event. The type is interface{}
	// with range: 0..4294967295.
	CmplsFrrLogEventDuration interface{}

	// This object contains an implementation-specific explanation of the event.
	// The type is string with length: 128..128.
	CmplsFrrLogEventReasonString interface{}
}

CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry An entry in this table is created to describe one fast reroute event. Entries in this table are only created and destroyed by the agent implementation. The maximum number of entries in this log is governed by the scalar.

func (*CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry) GetEntityData

type CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType

type CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType string

CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType represents occured.

const (
	CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType_other CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType = "other"

	CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType_protected CISCOIETFFRRMIB_CmplsFrrLogTable_CmplsFrrLogEntry_CmplsFrrLogEventType = "protected"
)

type CISCOIETFFRRMIB_CmplsFrrScalars

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

	// The number of detour LSPs entering the device if
	// mplsFrrConstProtectionMethod is set to oneToOneBackup(0), or or 0 if
	// mplsFrrConstProtectionMethod is set to facilityBackup(1). The type is
	// interface{} with range: 0..4294967295.
	CmplsFrrDetourIncoming interface{}

	// The number of detour LSPs leaving the device if
	// mplsFrrConstProtectionMethod is set to oneToOneBackup(0), or 0 if
	// mplsFrrConstProtectionMethod is set to  to facilityBackup(1). The type is
	// interface{} with range: 0..4294967295.
	CmplsFrrDetourOutgoing interface{}

	// The number of detour LSPs originating at this PLR if
	// mplsFrrConstProtectionMethod is set to oneToOneBackup(0). This object MUST
	// return 0 if the mplsFrrConstProtectionMethod  is set to facilityBackup(1).
	// The type is interface{} with range: 0..4294967295.
	CmplsFrrDetourOriginating interface{}

	// The number of tunnel instances that are switched over to their
	// corresponding detour LSP if mplsFrrConstProtectionMethod is set to
	// oneToOneBackup(0), or tunnels being switched over if
	// mplsFrrConstProtectionMethod is set to facilityBackup(1). The type is
	// interface{} with range: 0..4294967295.
	CmplsFrrSwitchover interface{}

	// Indicates the number of MPLS interfaces configured for  protection by the
	// FRR feature, otherwise this value MUST return 0 to indicate that LSPs
	// traversing any  interface may be protected. The type is interface{} with
	// range: 0..4294967295.
	CmplsFrrNumOfConfIfs interface{}

	// Indicates the number of interfaces currently being protected  by the FRR
	// feature if mplsFrrConstProtectionMethod is set to facilityBackup(1),
	// otherwise this value should return 0 to indicate that LSPs traversing any
	// interface may be protected. This value MUST be less than or equal to
	// mplsFrrConfIfs. The type is interface{} with range: 0..4294967295.
	CmplsFrrActProtectedIfs interface{}

	// Indicates the number of bypass tunnels configured to  protect facilities on
	// this LSR using the FRR feature  if mplsFrrConstProtectionMethod is set to
	// facilityBackup(1), otherwise this value MUST return  0. The type is
	// interface{} with range: 0..4294967295.
	CmplsFrrConfProtectingTuns interface{}

	// Indicates the number of bypass tunnels indicated in
	// mplsFrrConfProtectingTuns whose operStatus is up(1) indicating that they
	// are currently protecting facilities on this LSR using the FRR feature. This
	// object MUST return 0 if mplsFrrConstProtectionMethod  is set to
	// facilityBackup(1). The type is interface{} with range: 0..4294967295.
	CmplsFrrActProtectedTuns interface{}

	// Indicates the number of LSPs currently protected by  the FRR feature. If
	// mplsFrrConstProtectionMethod is set  to facilityBackup(1)this object MUST
	// return 0. The type is interface{} with range: 0..4294967295.
	CmplsFrrActProtectedLSPs interface{}

	// Indicates which protection method is to be used for fast reroute. Some
	// devices may require a reboot of their routing processors if this variable
	// is changed. An agent which does not wish to reboot or modify its FRR mode
	// MUST return an inconsistentValue error. Please  consult the device's agent
	// capability statement  for more details. The type is
	// CmplsFrrConstProtectionMethod.
	CmplsFrrConstProtectionMethod interface{}

	// Enables or disables FRR notifications defined in this MIB module.
	// Notifications are disabled by default. The type is bool.
	CmplsFrrNotifsEnabled interface{}

	// Indicates the maximum number of entries allowed in the FRR Log table.
	// Agents receiving SETs for values that cannot be used must return an
	// inconsistent value error. If a manager sets this value to 0, this indicates
	// that no logging should take place by the agent.    If this value is
	// returned as 0, this indicates that no additional log entries will be added
	// to the current table either because the table has been completely filled or
	// logging has been disabled. However, agents may wish to not delete existing
	// entries in the log table so that managers may review them in the future.
	// It is implied that when mplsFrrLogTableCurrEntries  has reached the value
	// of this variable, that logging  entries may not continue to be added to the
	// table,  although existing ones may remain.  Furthermore, an agent may begin
	// to delete existing (perhaps the oldest entries) entries to make room for
	// new ones. The type is interface{} with range: 0..4294967295.
	CmplsFrrLogTableMaxEntries interface{}

	// Indicates the current number of entries in the FRR log table. The type is
	// interface{} with range: 0..4294967295.
	CmplsFrrLogTableCurrEntries interface{}

	// This variable indicates the number of milliseconds that must elapse between
	// notification emissions. If events occur more rapidly, the implementation
	// may simply fail to emit these notifications during that period, or may
	// queue them until an appropriate time in the future. A value of 0 means no
	// minimum  elapsed period is specified. The type is interface{} with range:
	// 0..4294967295.
	CmplsFrrNotifMaxRate interface{}
}

CISCOIETFFRRMIB_CmplsFrrScalars

func (*CISCOIETFFRRMIB_CmplsFrrScalars) GetEntityData

func (cmplsFrrScalars *CISCOIETFFRRMIB_CmplsFrrScalars) GetEntityData() *types.CommonEntityData

type CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod

type CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod string

CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod represents for more details.

const (
	CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod_oneToOneBackup CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod = "oneToOneBackup"

	CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod_facilityBackup CISCOIETFFRRMIB_CmplsFrrScalars_CmplsFrrConstProtectionMethod = "facilityBackup"
)

Jump to

Keyboard shortcuts

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