Home/Catalog/ELTEX-L2-TUNNEL-CONFIG-MIB

ELTEX-L2-TUNNEL-CONFIG-MIB

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.
Main OID:
eltexL2TunnelConfig.1.3.6.1.4.1.35265.37
27
Objects
Active
Status
6
Dependencies

Imported Objects

Objects

27 total
Object Name
eltexL2TunnelConfigThis 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
.1.3.6.1.4.1.35265.37
eltexLtcMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.1
eltexLtcGlobal
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.1.1
eltexLtcNotificationEnableThis object indicates whether the system will generate the eltexLtcTunnelDropThresholdExceeded and eltexLtcTunnelShutdownThresholdExceeded notifications.rw
TruthValue (SNMPv2-TC)
.1.3.6.1.4.1.35265.37.1.1.1
eltexLtcTunnelMacAddressThe destination MAC address that replaces the original destination MAC address of tunneled frames.rw
MacAddress (SNMPv2-TC)
.1.3.6.1.4.1.35265.37.1.1.2
eltexLtcTunneledProtocol
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.1.2
eltexLtcTunneledProtocolTableThis table contains information about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
SEQUENCE OF EltexLtcTunneledProtocolEntry
.1.3.6.1.4.1.35265.37.1.2.1
eltexLtcTunneledProtocolEntryInformation about the protocols being tunneled. Only tunneled protocol filtering capable interfaces are shown.
EltexLtcTunneledProtocolEntry
.1.3.6.1.4.1.35265.37.1.2.1.1
eltexLtcTunneledProtocolTypeIndicates 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.rw
Bits
.1.3.6.1.4.1.35265.37.1.2.1.1.1
eltexLtcTunnelCosSpecifies the user priority of the tunneled PDUs for the interface.rw
QosLayer2Cos (CISCO-QOS-PIB-MIB)
.1.3.6.1.4.1.35265.37.1.2.1.1.2
eltexLtcTunnelThreshold
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.1.3
eltexLtcTunnelThresholdTableThis 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.
SEQUENCE OF EltexLtcTunnelThresholdEntry
.1.3.6.1.4.1.35265.37.1.3.1
eltexLtcTunnelThresholdEntryInformation 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
EltexLtcTunnelThresholdEntry
.1.3.6.1.4.1.35265.37.1.3.1.1
eltexLtcTunnelThresholdProtocolIndexA tunneled protocol of an interface.
EltexLtcTunneledProtocolIndex
.1.3.6.1.4.1.35265.37.1.3.1.1.1
eltexLtcTunnelDropThresholdThe 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.rw
Unsigned32 UNITS "PDUs/sec"
.1.3.6.1.4.1.35265.37.1.3.1.1.2
eltexLtcTunnelShutdownThresholdThe 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.rw
Unsigned32 UNITS "PDUs/sec"
.1.3.6.1.4.1.35265.37.1.3.1.1.3
eltexLtcTunnelStatistics
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.1.4
eltexLtcTunnelStatisticsTableThis table contains protocol tunneling statistics on the interface.
SEQUENCE OF EltexLtcTunnelStatisticsEntry
.1.3.6.1.4.1.35265.37.1.4.1
eltexLtcTunnelStatisticsEntryProtocol tunneling statistics on the interface.
EltexLtcTunnelStatisticsEntry
.1.3.6.1.4.1.35265.37.1.4.1.1
eltexLtcTunneledProtocolIndexA tunneled protocol of an interface.
EltexLtcTunneledProtocolIndex
.1.3.6.1.4.1.35265.37.1.4.1.1.1
eltexLtcTunnelEncapStatsThe tunneled PDU encapsulation statistics of an interface. These statistics cover the number of tunneled ingress PDUs.ro
Counter32 UNITS "encapsulated PDUs"
.1.3.6.1.4.1.35265.37.1.4.1.1.2
eltexLtcTunnelDecapStatsThe tunneled PDU de-encapsulation statistics of an interface. These statistics cover the number of tunneled egress PDUs.ro
Counter32 UNITS "de-encapsulated PDUs"
.1.3.6.1.4.1.35265.37.1.4.1.1.3
eltexLtcTunnelDropStatsThe number of PDUs dropped on an interface for a given protocol. The PDUs will be dropped when the eltexLtcTunnelDropThreshold is reached.ro
Counter32 UNITS "PDUs"
.1.3.6.1.4.1.35265.37.1.4.1.1.4
eltexLtcMIBNotifications
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.2
eltexLtcMIBNotificationsPrefix
OBJECT IDENTIFIER
.1.3.6.1.4.1.35265.37.2.0
eltexLtcTunnelDropThresholdExceededThis notification is generated when the eltexLtcTunnelDropThreshold has been exceeded.
NOTIFICATION-TYPE
.1.3.6.1.4.1.35265.37.2.0.1
eltexLtcTunnelShutdownThresholdExceededThis notification is generated when the eltexLtcTunnelShutdownThreshold has been exceeded.
NOTIFICATION-TYPE
.1.3.6.1.4.1.35265.37.2.0.2
ELTEX-L2-TUNNEL-CONFIG-MIB - SNMP MIB Reference | MIBs Explorer