L2PROTOCOL-TUNNEL-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: L2PROTOCOL-TUNNEL-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 swL2ProtocolTunnelMIB 1.3.6.1.4.1.171.12.93
The structure of Layer 2 protocol tunneling for the proprietary enterprise.
       swL2PTMIBObjects 1.3.6.1.4.1.171.12.93.1
           swL2PTState 1.3.6.1.4.1.171.12.93.1.1 integer read-write
This object indicates the global state of Layer 2 protocol tunneling. Enumeration: 'disabled': 2, 'enabled': 1.
           swL2PTPortTable 1.3.6.1.4.1.171.12.93.1.2 no-access
A table that contains the Layer 2 protocol tunneling information of each port.
               swL2PTPortEntry 1.3.6.1.4.1.171.12.93.1.2.1 no-access
A list with the Layer 2 protocol tunneling information of each port.
                   swL2PTPortIndex 1.3.6.1.4.1.171.12.93.1.2.1.1 integer no-access
This object indicates the port number.
                   swL2PTPortType 1.3.6.1.4.1.171.12.93.1.2.1.2 integer read-write
This object indicates the Layer 2 protocol tunneling port type. The 'none' value indicates that the port is normal. Layer 2 protocol tunneling is disabled on this port. The 'uni' value indicates that the port is connected to the customer site. A Layer 2 PDU received on a UNI port can be tunneled to a remote customer site across the provider network. The 'nni' value indicates that the port is connected to the provider network. A Tunneled Layer 2 PDU received on an NNI port will be restored to its original format. Enumeration: 'uni': 2, 'none': 1, 'nni': 3.
                   swL2PTProtocol 1.3.6.1.4.1.171.12.93.1.2.1.3 bits read-write
This object indicates the tunneled protocols on this port. This object can only be applied on a UNI port. If the 'stp' BIT is set, the STP BPDU will be tunneled. If the 'gvrp' BIT is set, the GVRP PDU will be tunneled. If the 'mac-01-00-0C-CC-CC-CC' BIT is set, the PDU with the destination MAC address 01-00-0C-CC-CC-CC will be tunneled . If the 'mac-01-00-0C-CC-CC-CD' BIT is set, then the PDU with the destination MAC address 01-00-0C-CC-CC-CD will be tunneled. Bits: 'mac-01-00-0C-CC-CC-CC': 2, 'stp': 0, 'gvrp': 1, 'mac-01-00-0C-CC-CC-CD': 3.
           swL2PTThresholdTable 1.3.6.1.4.1.171.12.93.1.3 no-access
This table contains the protocol tunneling threshold of a UNI port.
               swL2PTThresholdEntry 1.3.6.1.4.1.171.12.93.1.3.1 no-access
A list with the Layer2 Protocol tunneling threshold.
                   swL2PTProtocolIndex 1.3.6.1.4.1.171.12.93.1.3.1.1 integer no-access
This object indicates the tunneled protocol of the port. Enumeration: 'mac-01-00-0C-CC-CC-CC': 3, 'stp': 1, 'gvrp': 2, 'mac-01-00-0C-CC-CC-CD': 4.
                   swL2PTDropThreshold 1.3.6.1.4.1.171.12.93.1.3.1.2 integer read-write
This object indicates the drop threshold for a given protocol on a UNI port. If the arrival rate of a tunneled protocol has reached its threshold, the received PDUs of this protocol will be dropped. The value 0 indicates there is no threshold for the protocol.