ELTEX-MES-L2-TUNNEL-CONFIG-MIB

File: ELTEX-MES-L2-TUNNEL-CONFIG-MIB.mib (11070 bytes)

Imported modules

ELTEX-MES SNMPv2-SMI SNMPv2-CONF
SNMPv2-TC IF-MIB CISCO-QOS-PIB-MIB

Imported symbols

eltMes MODULE-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE Unsigned32 Counter32
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
TruthValue MacAddress ifIndex
QosLayer2Cos

Defined Types

EltLtcTunneledProtocolIndex  
A tunneled protocol of an interface. Supported value is stp(1).
TEXTUAL-CONVENTION    
  INTEGER stp(1)  

EltLtcTunneledProtocolEntry  
SEQUENCE    
  eltLtcTunneledProtocolType BITS
  eltLtcTunnelCos QosLayer2Cos

EltLtcTunnelThresholdEntry  
SEQUENCE    
  eltLtcTunnelThresholdProtocolIndex EltLtcTunneledProtocolIndex
  eltLtcTunnelDropThreshold Unsigned32
  eltLtcTunnelShutdownThreshold Unsigned32

EltLtcTunnelStatisticsEntry  
SEQUENCE    
  eltLtcTunneledProtocolIndex EltLtcTunneledProtocolIndex
  eltLtcTunnelEncapStats Counter32
  eltLtcTunnelDecapStats Counter32
  eltLtcTunnelDropStats Counter32

Defined Values

eltMesL2TunnelConfig 1.3.6.1.4.1.35265.1.23.13
This MIB module is for layer 2 tunneling related configurations on a device. Tunneling allows separate local networks to be considered as a single VLAN. These separate networks are connected via an ISP, which will tunnel the packets from one network to another, making it appear as if the two networks are actually just one.
MODULE-IDENTITY    

eltMesLtcMIBObjects 1.3.6.1.4.1.35265.1.23.13.1
OBJECT IDENTIFIER    

eltMesLtcGlobal 1.3.6.1.4.1.35265.1.23.13.1.1
OBJECT IDENTIFIER    

eltMesLtcTunneledProtocol 1.3.6.1.4.1.35265.1.23.13.1.2
OBJECT IDENTIFIER    

eltMesLtcTunnelThreshold 1.3.6.1.4.1.35265.1.23.13.1.3
OBJECT IDENTIFIER    

eltMesLtcTunnelStatistics 1.3.6.1.4.1.35265.1.23.13.1.4
OBJECT IDENTIFIER    

eltLtcNotificationEnable 1.3.6.1.4.1.35265.1.23.13.1.1.1
This object indicates whether the system will generate the eltLtcTunnelDropThresholdExceeded and eltLtcTunnelShutdownThresholdExceeded notifications.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

eltLtcTunnelMacAddress 1.3.6.1.4.1.35265.1.23.13.1.1.2
The destination MAC address that replaces the original destination MAC address of tunneled frames.
Status: deprecated Access: read-write
OBJECT-TYPE    
  MacAddress  

eltLtcTunneledProtocolTable 1.3.6.1.4.1.35265.1.23.13.1.2.1
This table contains information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EltLtcTunneledProtocolEntry

eltLtcTunneledProtocolEntry 1.3.6.1.4.1.35265.1.23.13.1.2.1.1
Information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EltLtcTunneledProtocolEntry  

eltLtcTunneledProtocolType 1.3.6.1.4.1.35265.1.23.13.1.2.1.1.1
Indicates tunneled protocol of the interface. If a BIT is set, then the value of the corresponding protocol is tunneled. Specifically, if the 'stp(0)' BIT is set, then the Spanning Tree Protocol PDU is tunneled. At this moment, there are no other supported protocols. If the bit for a given protocol is set for an interface, then the statistics for that interface and protocol will start to be monitored.
Status: deprecated Access: read-write
OBJECT-TYPE    
  BITS stp(0), workaround(1)  

eltLtcTunnelCos 1.3.6.1.4.1.35265.1.23.13.1.2.1.1.2
Specifies the user priority of the tunneled PDUs for the interface.
Status: deprecated Access: read-write
OBJECT-TYPE    
  QosLayer2Cos  

eltLtcTunnelThresholdTable 1.3.6.1.4.1.35265.1.23.13.1.3.1
This table contains information about the thresholds for protocol tunneling. Only tunneled protocol filtering capable interfaces are shown. The objects will be on a per interface, per protocol basis.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EltLtcTunnelThresholdEntry

eltLtcTunnelThresholdEntry 1.3.6.1.4.1.35265.1.23.13.1.3.1.1
Information about the thresholds for protocol tunneling. Only tunneled protocol filtering capable interfaces are shown. The entries will be on a per interface, per protocol basis
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EltLtcTunnelThresholdEntry  

eltLtcTunnelThresholdProtocolIndex 1.3.6.1.4.1.35265.1.23.13.1.3.1.1.1
A tunneled protocol of an interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EltLtcTunneledProtocolIndex  

eltLtcTunnelDropThreshold 1.3.6.1.4.1.35265.1.23.13.1.3.1.1.2
The drop threshold on an interface for a given protocol. After reaching this drop threshold, the interface will start dropping PDUs for the given protocol. This value cannot be greater than the value of eltLtcTunnelShutdownThreshold. A value of 0 indicates that no limit is set.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

eltLtcTunnelShutdownThreshold 1.3.6.1.4.1.35265.1.23.13.1.3.1.1.3
The shutdown threshold on an interface for a given protocol. After reaching the shutdown threshold, the interface will shutdown for the given protocol. This value cannot be less than the value of eltLtcTunnelDropThreshold. A value of 0 indicates that no limit is set.
Status: deprecated Access: read-write
OBJECT-TYPE    
  Unsigned32  

eltLtcTunnelStatisticsTable 1.3.6.1.4.1.35265.1.23.13.1.4.1
This table contains protocol tunneling statistics on the interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EltLtcTunnelStatisticsEntry

eltLtcTunnelStatisticsEntry 1.3.6.1.4.1.35265.1.23.13.1.4.1.1
Protocol tunneling statistics on the interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EltLtcTunnelStatisticsEntry  

eltLtcTunneledProtocolIndex 1.3.6.1.4.1.35265.1.23.13.1.4.1.1.1
A tunneled protocol of an interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  EltLtcTunneledProtocolIndex  

eltLtcTunnelEncapStats 1.3.6.1.4.1.35265.1.23.13.1.4.1.1.2
The tunneled PDU encapsulation statistics of an interface. These statistics cover the number of tunneled ingress PDUs.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

eltLtcTunnelDecapStats 1.3.6.1.4.1.35265.1.23.13.1.4.1.1.3
The tunneled PDU de-encapsulation statistics of an interface. These statistics cover the number of tunneled egress PDUs.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

eltLtcTunnelDropStats 1.3.6.1.4.1.35265.1.23.13.1.4.1.1.4
The number of PDUs dropped on an interface for a given protocol. The PDUs will be dropped when the eltLtcTunnelDropThreshold is reached.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

eltMesLtcMIBNotifications 1.3.6.1.4.1.35265.1.23.13.2
OBJECT IDENTIFIER    

eltMesLtcMIBNotificationsPrefix 1.3.6.1.4.1.35265.1.23.13.2.0
OBJECT IDENTIFIER    

eltLtcTunnelDropThresholdExceeded 1.3.6.1.4.1.35265.1.23.13.2.0.1
This notification is generated when the eltLtcTunnelDropThreshold has been exceeded.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

eltLtcTunnelShutdownThresholdExceeded 1.3.6.1.4.1.35265.1.23.13.2.0.2
This notification is generated when the eltLtcTunnelShutdownThreshold has been exceeded.
Status: deprecated Access: read-only
NOTIFICATION-TYPE