cisco_ietf_mpls_te_ext_std_03_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

Copyright (c) 2012 IETF Trust and the persons identified as the document authors. All rights reserved. This MIB module contains generic object definitions for MPLS Traffic Engineering in transport networks.This module is a cisco-ized version of the IETF draft: draft-ietf-mpls-tp-te-mib-03

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CISCOIETFMPLSTEEXTSTD03MIB

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

	// This table allows the administrator to map a node or LSR Identifier (IP
	// compatible [Global_Node_ID] or ICC) with a local identifier.   This table
	// is created to reuse the existing mplsTunnelTable for MPLS based transport
	// network tunnels also. Since the MPLS tunnel's Ingress/Egress LSR
	// identifiers' size (Unsigned32) value is not compatible for MPLS-TP tunnel
	// i.e. Global_Node_Id of size 8 bytes and ICC of size 6 bytes, there exists a
	// need to map the Global_Node_ID or ICC with the local identifier of size 4
	// bytes (Unsigned32) value in order to index (Ingress/Egress LSR identifier)
	// the existing mplsTunnelTable.
	CmplsNodeConfigTable CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable

	// This read-only table allows the administrator to retrieve the local
	// identifier for a given Global_Node_ID in an IP compatible operator
	// environment.  This table MAY be used in on-demand and/or proactive OAM
	// operations to get the Ingress/Egress LSR identifier (Local Identifier) from
	// Src-Global_Node_ID or Dst-Global_Node_ID and the Ingress and Egress LSR
	// identifiers are used to retrieve the tunnel entry.  This table returns
	// nothing when the associated entry is not defined in mplsNodeConfigTable.
	CmplsNodeIpMapTable CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable

	// This read-only table allows the administrator to retrieve the local
	// identifier for a given ICC operator in an ICC operator environment.  This
	// table MAY be used in on-demand and/or proactive OAM operations to get the
	// Ingress/Egress LSR identifier (Local Identifier) from Src-ICC or Dst-ICC
	// and the Ingress and Egress LSR identifiers are used to retrieve the tunnel
	// entry. This table returns nothing when the associated entry is not defined
	// in mplsNodeConfigTable.
	CmplsNodeIccMapTable CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable

	// This table represents MPLS-TP specific extensions to mplsTunnelTable.  As
	// per MPLS-TP Identifiers [RFC6370], LSP_ID for IP based co-routed
	// bidirectional tunnel,  A1-{Global_ID::Node_ID::Tunnel_Num}::Z9-{Global_ID::
	// Node_ID::Tunnel_Num}::LSP_Num  LSP_ID for IP based associated bidirectional
	// tunnel, A1-{Global_ID::Node_ID::Tunnel_Num::LSP_Num}::
	// Z9-{Global_ID::Node_ID::Tunnel_Num::LSP_Num}  mplsTunnelTable is reused for
	// forming the LSP_ID as follows,  Source Tunnel_Num is mapped with
	// mplsTunnelIndex, Source Node_ID is mapped with mplsTunnelIngressLSRId,
	// Destination Node_ID is mapped with mplsTunnelEgressLSRId LSP_Num is mapped
	// with mplsTunnelInstance.  Source Global_Node_ID and/or ICC and Destination
	// Global_Node_ID and/or ICC are maintained in the mplsNodeConfigTable and
	// mplsNodeConfigLocalId is used to create an entry in mplsTunnelTable.
	CmplsTunnelExtTable CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable

	// This table extends the mplsTunnelTable to provide per-tunnel packet
	// performance information for the reverse direction of a bidirectional
	// tunnel.  It can be seen as supplementing the mplsTunnelPerfTable, which
	// augments the mplsTunnelTable.  For links that do not transport packets,
	// these packet counters cannot be maintained.  For such links, attempts to
	// read the objects in this table will return noSuchInstance.
	CmplsTunnelReversePerfTable CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable
}

CISCOIETFMPLSTEEXTSTD03MIB

func (*CISCOIETFMPLSTEEXTSTD03MIB) GetEntityData

func (cISCOIETFMPLSTEEXTSTD03MIB *CISCOIETFMPLSTEEXTSTD03MIB) GetEntityData() *types.CommonEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable

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

	// An entry in this table represents a mapping identification for the operator
	// or service provider with node or LSR.  As per [RFC6370], this mapping is
	// represented as Global_Node_ID or ICC.  Note: Each entry in this table
	// should have a unique Global_ID and Node_ID combination. The type is slice
	// of CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable_CmplsNodeConfigEntry.
	CmplsNodeConfigEntry []*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable_CmplsNodeConfigEntry
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable This table allows the administrator to map a node or LSR Identifier (IP compatible [Global_Node_ID] or ICC) with a local identifier.

This table is created to reuse the existing mplsTunnelTable for MPLS based transport network tunnels also. Since the MPLS tunnel's Ingress/Egress LSR identifiers' size (Unsigned32) value is not compatible for MPLS-TP tunnel i.e. Global_Node_Id of size 8 bytes and ICC of size 6 bytes, there exists a need to map the Global_Node_ID or ICC with the local identifier of size 4 bytes (Unsigned32) value in order to index (Ingress/Egress LSR identifier) the existing mplsTunnelTable.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable) GetEntityData

func (cmplsNodeConfigTable *CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable) GetEntityData() *types.CommonEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable_CmplsNodeConfigEntry

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

	// This attribute is a key. This object allows the administrator to assign a
	// unique local identifier to map Global_Node_ID or ICC. The type is
	// interface{} with range: 1..16777215.
	CmplsNodeConfigLocalId interface{}

	// This object indicates the Global Operator Identifier. This object value
	// should be zero when mplsNodeConfigIccId is configured with non-null value.
	// The type is string with length: 4..4.
	CmplsNodeConfigGlobalId interface{}

	// This object indicates the Node_ID within the operator. This object value
	// should be zero when mplsNodeConfigIccId is configured with non-null value.
	// The type is interface{} with range: 0..4294967295.
	CmplsNodeConfigNodeId interface{}

	// This object allows the operator or service provider to configure a unique
	// MPLS-TP ITU-T Carrier Code (ICC) either for Ingress ID or Egress ID.  This
	// object value should be zero when mplsNodeConfigGlobalId and
	// mplsNodeConfigNodeId are assigned with non-zero value. The type is string
	// with length: 1..6.
	CmplsNodeConfigIccId interface{}

	// This object allows the administrator to create, modify, and/or delete a row
	// in this table. The type is RowStatus.
	CmplsNodeConfigRowStatus 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.
	CmplsNodeConfigStorageType interface{}
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable_CmplsNodeConfigEntry An entry in this table represents a mapping identification for the operator or service provider with node or LSR.

As per [RFC6370], this mapping is

represented as Global_Node_ID or ICC.

Note: Each entry in this table should have a unique Global_ID and Node_ID combination.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeConfigTable_CmplsNodeConfigEntry) GetEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable

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

	// An entry in this table represents a mapping of ICC with the local
	// identifier.  An entry in this table is created automatically when the Local
	// identifier is associated with ICC in the mplsNodeConfigTable. The type is
	// slice of
	// CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable_CmplsNodeIccMapEntry.
	CmplsNodeIccMapEntry []*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable_CmplsNodeIccMapEntry
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable This read-only table allows the administrator to retrieve the local identifier for a given ICC operator in an ICC operator environment.

This table MAY be used in on-demand and/or proactive OAM operations to get the Ingress/Egress LSR identifier (Local Identifier) from Src-ICC or Dst-ICC and the Ingress and Egress LSR identifiers are used to retrieve the tunnel entry. This table returns nothing when the associated entry is not defined in mplsNodeConfigTable.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable) GetEntityData

func (cmplsNodeIccMapTable *CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable) GetEntityData() *types.CommonEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable_CmplsNodeIccMapEntry

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

	// This attribute is a key. This object allows the operator or service
	// provider to configure a unique MPLS-TP ITU-T Carrier Code (ICC) either for
	// Ingress or Egress LSR ID.  The ICC is a string of one to six characters,
	// each character being either alphabetic (i.e.  A-Z) or numeric (i.e. 0-9)
	// characters. Alphabetic characters in the ICC should be represented with
	// upper case letters. The type is string with length: 1..6.
	CmplsNodeIccMapIccId interface{}

	// This object contains an ICC based local identifier which is defined in
	// mplsNodeConfigTable. The type is interface{} with range: 1..16777215.
	CmplsNodeIccMapLocalId interface{}
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable_CmplsNodeIccMapEntry An entry in this table represents a mapping of ICC with the local identifier.

An entry in this table is created automatically when the Local identifier is associated with ICC in the mplsNodeConfigTable.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIccMapTable_CmplsNodeIccMapEntry) GetEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable

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

	// An entry in this table represents a mapping of Global_Node_ID with the
	// local identifier.  An entry in this table is created automatically when the
	// Local identifier is associated with Global_ID and Node_Id in the
	// mplsNodeConfigTable. Note: Each entry in this table should have a unique
	// Global_ID and Node_ID combination. The type is slice of
	// CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable_CmplsNodeIpMapEntry.
	CmplsNodeIpMapEntry []*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable_CmplsNodeIpMapEntry
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable This read-only table allows the administrator to retrieve the local identifier for a given Global_Node_ID in an IP compatible operator environment.

This table MAY be used in on-demand and/or proactive OAM operations to get the Ingress/Egress LSR identifier (Local Identifier) from Src-Global_Node_ID or Dst-Global_Node_ID and the Ingress and Egress LSR identifiers are used to retrieve the tunnel entry.

This table returns nothing when the associated entry is not defined in mplsNodeConfigTable.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable) GetEntityData

func (cmplsNodeIpMapTable *CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable) GetEntityData() *types.CommonEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable_CmplsNodeIpMapEntry

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

	// This attribute is a key. This object indicates the Global_ID. The type is
	// string with length: 4..4.
	CmplsNodeIpMapGlobalId interface{}

	// This attribute is a key. This object indicates the Node_ID within the
	// operator. The type is interface{} with range: 0..4294967295.
	CmplsNodeIpMapNodeId interface{}

	// This object contains an IP compatible local identifier which is defined in
	// mplsNodeConfigTable. The type is interface{} with range: 1..16777215.
	CmplsNodeIpMapLocalId interface{}
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable_CmplsNodeIpMapEntry An entry in this table represents a mapping of Global_Node_ID with the local identifier.

An entry in this table is created automatically when the Local identifier is associated with Global_ID and Node_Id in the mplsNodeConfigTable. Note: Each entry in this table should have a unique Global_ID and Node_ID combination.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsNodeIpMapTable_CmplsNodeIpMapEntry) GetEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable

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

	// An entry in this table represents MPLS-TP specific additional tunnel
	// configurations. The type is slice of
	// CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable_CmplsTunnelExtEntry.
	CmplsTunnelExtEntry []*CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable_CmplsTunnelExtEntry
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable This table represents MPLS-TP specific extensions to mplsTunnelTable.

As per MPLS-TP Identifiers [RFC6370], LSP_ID for IP based co-routed bidirectional tunnel,

A1-{Global_ID::Node_ID::Tunnel_Num}::Z9-{Global_ID:: Node_ID::Tunnel_Num}::LSP_Num

LSP_ID for IP based associated bidirectional tunnel, A1-{Global_ID::Node_ID::Tunnel_Num::LSP_Num}:: Z9-{Global_ID::Node_ID::Tunnel_Num::LSP_Num}

mplsTunnelTable is reused for forming the LSP_ID as follows,

Source Tunnel_Num is mapped with mplsTunnelIndex, Source Node_ID is mapped with mplsTunnelIngressLSRId, Destination Node_ID is mapped with mplsTunnelEgressLSRId LSP_Num is mapped with mplsTunnelInstance.

Source Global_Node_ID and/or ICC and Destination Global_Node_ID and/or ICC are maintained in the mplsNodeConfigTable and mplsNodeConfigLocalId is used to create an entry in mplsTunnelTable.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable) GetEntityData

func (cmplsTunnelExtTable *CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable) GetEntityData() *types.CommonEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable_CmplsTunnelExtEntry

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

	// This attribute is a key. The type is string with range: 0..65535. Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelIndex
	MplsTunnelIndex interface{}

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelInstance
	MplsTunnelInstance interface{}

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelIngressLSRId
	MplsTunnelIngressLSRId interface{}

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelEgressLSRId
	MplsTunnelEgressLSRId interface{}

	// This object is applicable only for the bidirectional tunnel that has the
	// forward and reverse LSPs in the same tunnel or in the different tunnels.
	// This object holds the opposite direction tunnel entry if the bidirectional
	// tunnel is setup by configuring two tunnel entries in mplsTunnelTable.  The
	// value of zeroDotZero indicates single tunnel entry is used for
	// bidirectional tunnel setup. The type is string with pattern:
	// (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*.
	CmplsTunnelOppositeDirPtr interface{}

	// Denotes whether or not this tunnel uses mplsTunnelOppositeDirPtr for
	// identifying the opposite direction tunnel information. Note that if this
	// variable is set to true then the mplsTunnelOppositeDirPtr should point to
	// the first accessible row of the opposite direction tunnel. The type is
	// bool.
	CmplsTunnelExtOppositeDirTnlValid interface{}

	// This object is applicable only for the bidirectional tunnel that has the
	// forward and reverse LSPs in the same tunnel or in the different tunnels.
	// This object holds the same value as that of the mplsTunnelIndex of
	// mplsTunnelEntry if the forward and reverse LSPs are in the same tunnel.
	// Otherwise, this object holds the value of the other direction associated
	// LSP's mplsTunnelIndex from a different tunnel.  The values of this object
	// and the mplsTunnelExtDestTnlLspIndex object together can be used to
	// identify an opposite direction LSP i.e. if the mplsTunnelIndex and
	// mplsTunnelInstance hold the value for forward LSP, this object and
	// mplsTunnelExtDestTnlLspIndex can be used to retrieve the reverse direction
	// LSP and vice versa.  This object and mplsTunnelExtDestTnlLspIndex values
	// provide the first two indices of tunnel entry and the remaining indices can
	// be derived as follows, if both the forward and reverse LSPs are present in
	// the same tunnel, the opposite direction LSP's Ingress and Egress Identifier
	// will be same for both the LSPs, else the Ingress and Egress Identifiers
	// should be swapped in order to index the other direction tunnel. The type is
	// interface{} with range: 0..65535.
	CmplsTunnelExtDestTnlIndex interface{}

	// This object is applicable only for the bidirectional tunnel that has the
	// forward and reverse LSPs in the same tunnel or in the different tunnels.
	// This object should contain different value if both the forward and reverse
	// LSPs present in the same tunnel.  This object can contain same value or
	// different values if the forward and reverse LSPs present in the different
	// tunnels. The type is interface{} with range: 0..4294967295.
	CmplsTunnelExtDestTnlLspIndex interface{}

	// Denotes whether or not this tunnel uses mplsTunnelExtDestTnlIndex and
	// mplsTunnelExtDestTnlLspIndex for identifying the opposite direction tunnel
	// information. Note that if this variable is set to true then the
	// mplsTunnelExtDestTnlIndex and mplsTunnelExtDestTnlLspIndex objects should
	// have the valid opposite direction tunnel indices. The type is bool.
	CmplsTunnelExtDestTnlValid interface{}
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable_CmplsTunnelExtEntry An entry in this table represents MPLS-TP specific additional tunnel configurations.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelExtTable_CmplsTunnelExtEntry) GetEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable

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

	// An entry in this table is created by the LSR for every bidirectional MPLS
	// tunnel where packets are visible to the LSR. The type is slice of
	// CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable_CmplsTunnelReversePerfEntry.
	CmplsTunnelReversePerfEntry []*CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable_CmplsTunnelReversePerfEntry
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable This table extends the mplsTunnelTable to provide per-tunnel packet performance information for the reverse direction of a bidirectional tunnel. It can be seen as supplementing the mplsTunnelPerfTable, which augments the mplsTunnelTable.

For links that do not transport packets, these packet counters cannot be maintained. For such links, attempts to read the objects in this table will return noSuchInstance.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable) GetEntityData

func (cmplsTunnelReversePerfTable *CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable) GetEntityData() *types.CommonEntityData

type CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable_CmplsTunnelReversePerfEntry

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

	// This attribute is a key. The type is string with range: 0..65535. Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelIndex
	MplsTunnelIndex interface{}

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelInstance
	MplsTunnelInstance interface{}

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelIngressLSRId
	MplsTunnelIngressLSRId interface{}

	// This attribute is a key. The type is string with range: 0..4294967295.
	// Refers to
	// mpls_te_std_mib.MPLSTESTDMIB_MplsTunnelTable_MplsTunnelEntry_MplsTunnelEgressLSRId
	MplsTunnelEgressLSRId interface{}

	// Number of packets forwarded on the tunnel in the reverse direction if it is
	// bidirectional.  This object represents the 32-bit value of the least
	// significant part of the 64-bit value if both mplsTunnelReversePerfHCPackets
	// and this object are returned.  For links that do not transport packets,
	// this packet counter cannot be maintained.  For such links, this value will
	// return noSuchInstance. The type is interface{} with range: 0..4294967295.
	CmplsTunnelReversePerfPackets interface{}

	// High-capacity counter for number of packets forwarded on the tunnel in the
	// reverse direction if it is bidirectional.  For links that do not transport
	// packets, this packet counter cannot be maintained.  For such links, this
	// value will return noSuchInstance. The type is interface{} with range:
	// 0..18446744073709551615.
	CmplsTunnelReversePerfHCPackets interface{}

	// Number of errored packets received on the tunnel in the reverse direction
	// if it is bidirectional.  For links that do not transport packets, this
	// packet counter cannot be maintained.  For such links, this value will
	// return noSuchInstance. The type is interface{} with range: 0..4294967295.
	CmplsTunnelReversePerfErrors interface{}

	// Number of bytes forwarded on the tunnel in the reverse direction if it is
	// bidirectional.  This object represents the 32-bit value of the least
	// significant part of the 64-bit value if both mplsTunnelReversePerfHCBytes
	// and this object are returned.  For links that do not transport packets,
	// this packet counter cannot be maintained.  For such links, this value will
	// return noSuchInstance. The type is interface{} with range: 0..4294967295.
	CmplsTunnelReversePerfBytes interface{}

	// High-capacity counter for number of bytes forwarded on the tunnel in the
	// reverse direction if it is bidirectional.  For links that do not transport
	// packets, this packet counter cannot be maintained.  For such links, this
	// value will return noSuchInstance. The type is interface{} with range:
	// 0..18446744073709551615.
	CmplsTunnelReversePerfHCBytes interface{}
}

CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable_CmplsTunnelReversePerfEntry An entry in this table is created by the LSR for every bidirectional MPLS tunnel where packets are visible to the LSR.

func (*CISCOIETFMPLSTEEXTSTD03MIB_CmplsTunnelReversePerfTable_CmplsTunnelReversePerfEntry) GetEntityData

Jump to

Keyboard shortcuts

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