ELTEX-L2-TUNNEL-CONFIG-MIB

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

Imported modules

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

Imported symbols

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

Defined Types

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

EltexLtcTunneledProtocolEntry  
SEQUENCE    
  eltexLtcTunneledProtocolType BITS
  eltexLtcTunnelCos QosLayer2Cos

EltexLtcTunnelThresholdEntry  
SEQUENCE    
  eltexLtcTunnelThresholdProtocolIndex EltexLtcTunneledProtocolIndex
  eltexLtcTunnelDropThreshold Unsigned32
  eltexLtcTunnelShutdownThreshold Unsigned32

EltexLtcTunnelStatisticsEntry  
SEQUENCE    
  eltexLtcTunneledProtocolIndex EltexLtcTunneledProtocolIndex
  eltexLtcTunnelEncapStats Counter32
  eltexLtcTunnelDecapStats Counter32
  eltexLtcTunnelDropStats Counter32

Defined Values

eltexL2TunnelConfig 1.3.6.1.4.1.35265.37
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    

eltexLtcMIBObjects 1.3.6.1.4.1.35265.37.1
OBJECT IDENTIFIER    

eltexLtcGlobal 1.3.6.1.4.1.35265.37.1.1
OBJECT IDENTIFIER    

eltexLtcTunneledProtocol 1.3.6.1.4.1.35265.37.1.2
OBJECT IDENTIFIER    

eltexLtcTunnelThreshold 1.3.6.1.4.1.35265.37.1.3
OBJECT IDENTIFIER    

eltexLtcTunnelStatistics 1.3.6.1.4.1.35265.37.1.4
OBJECT IDENTIFIER    

eltexLtcNotificationEnable 1.3.6.1.4.1.35265.37.1.1.1
This object indicates whether the system will generate the eltexLtcTunnelDropThresholdExceeded and eltexLtcTunnelShutdownThresholdExceeded notifications.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

eltexLtcTunnelMacAddress 1.3.6.1.4.1.35265.37.1.1.2
The destination MAC address that replaces the original destination MAC address of tunneled frames.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

eltexLtcTunneledProtocolTable 1.3.6.1.4.1.35265.37.1.2.1
This table contains information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EltexLtcTunneledProtocolEntry

eltexLtcTunneledProtocolEntry 1.3.6.1.4.1.35265.37.1.2.1.1
Information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
Status: current Access: not-accessible
OBJECT-TYPE    
  EltexLtcTunneledProtocolEntry  

eltexLtcTunneledProtocolType 1.3.6.1.4.1.35265.37.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: current Access: read-write
OBJECT-TYPE    
  BITS stp(0), workaround(1)  

eltexLtcTunnelCos 1.3.6.1.4.1.35265.37.1.2.1.1.2
Specifies the user priority of the tunneled PDUs for the interface.
Status: current Access: read-write
OBJECT-TYPE    
  QosLayer2Cos  

eltexLtcTunnelThresholdTable 1.3.6.1.4.1.35265.37.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: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EltexLtcTunnelThresholdEntry

eltexLtcTunnelThresholdEntry 1.3.6.1.4.1.35265.37.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: current Access: not-accessible
OBJECT-TYPE    
  EltexLtcTunnelThresholdEntry  

eltexLtcTunnelThresholdProtocolIndex 1.3.6.1.4.1.35265.37.1.3.1.1.1
A tunneled protocol of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  EltexLtcTunneledProtocolIndex  

eltexLtcTunnelDropThreshold 1.3.6.1.4.1.35265.37.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 eltexLtcTunnelShutdownThreshold. A value of 0 indicates that no limit is set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

eltexLtcTunnelShutdownThreshold 1.3.6.1.4.1.35265.37.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 eltexLtcTunnelDropThreshold. A value of 0 indicates that no limit is set.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

eltexLtcTunnelStatisticsTable 1.3.6.1.4.1.35265.37.1.4.1
This table contains protocol tunneling statistics on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EltexLtcTunnelStatisticsEntry

eltexLtcTunnelStatisticsEntry 1.3.6.1.4.1.35265.37.1.4.1.1
Protocol tunneling statistics on the interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  EltexLtcTunnelStatisticsEntry  

eltexLtcTunneledProtocolIndex 1.3.6.1.4.1.35265.37.1.4.1.1.1
A tunneled protocol of an interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  EltexLtcTunneledProtocolIndex  

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

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

eltexLtcTunnelDropStats 1.3.6.1.4.1.35265.37.1.4.1.1.4
The number of PDUs dropped on an interface for a given protocol. The PDUs will be dropped when the eltexLtcTunnelDropThreshold is reached.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

eltexLtcMIBNotifications 1.3.6.1.4.1.35265.37.2
OBJECT IDENTIFIER    

eltexLtcMIBNotificationsPrefix 1.3.6.1.4.1.35265.37.2.0
OBJECT IDENTIFIER    

eltexLtcTunnelDropThresholdExceeded 1.3.6.1.4.1.35265.37.2.0.1
This notification is generated when the eltexLtcTunnelDropThreshold has been exceeded.
Status: current Access: read-only
NOTIFICATION-TYPE    

eltexLtcTunnelShutdownThresholdExceeded 1.3.6.1.4.1.35265.37.2.0.2
This notification is generated when the eltexLtcTunnelShutdownThreshold has been exceeded.
Status: current Access: read-only
NOTIFICATION-TYPE