L2PROTOCOL-TUNNEL-MIB

File: L2PROTOCOL-TUNNEL-MIB.mib (6687 bytes)

Imported modules

SNMPv2-SMI DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE dlink-common-mgmt

Defined Types

SwL2PTPortEntry  
SEQUENCE    
  swL2PTPortIndex INTEGER
  swL2PTPortType INTEGER
  swL2PTProtocol BITS

SwL2PTThresholdEntry  
SEQUENCE    
  swL2PTProtocolIndex INTEGER
  swL2PTDropThreshold INTEGER

Defined Values

swL2ProtocolTunnelMIB 1.3.6.1.4.1.171.12.93
The structure of Layer 2 protocol tunneling for the proprietary enterprise.
MODULE-IDENTITY    

swL2PTMIBObjects 1.3.6.1.4.1.171.12.93.1
OBJECT IDENTIFIER    

swL2PTState 1.3.6.1.4.1.171.12.93.1.1
This object indicates the global state of Layer 2 protocol tunneling.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

swL2PTPortTable 1.3.6.1.4.1.171.12.93.1.2
A table that contains the Layer 2 protocol tunneling information of each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwL2PTPortEntry

swL2PTPortEntry 1.3.6.1.4.1.171.12.93.1.2.1
A list with the Layer 2 protocol tunneling information of each port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwL2PTPortEntry  

swL2PTPortIndex 1.3.6.1.4.1.171.12.93.1.2.1.1
This object indicates the port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER  

swL2PTPortType 1.3.6.1.4.1.171.12.93.1.2.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), uni(2), nni(3)  

swL2PTProtocol 1.3.6.1.4.1.171.12.93.1.2.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  BITS stp(0), gvrp(1), mac-01-00-0C-CC-CC-CC(2), mac-01-00-0C-CC-CC-CD(3)  

swL2PTThresholdTable 1.3.6.1.4.1.171.12.93.1.3
This table contains the protocol tunneling threshold of a UNI port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwL2PTThresholdEntry

swL2PTThresholdEntry 1.3.6.1.4.1.171.12.93.1.3.1
A list with the Layer2 Protocol tunneling threshold.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwL2PTThresholdEntry  

swL2PTProtocolIndex 1.3.6.1.4.1.171.12.93.1.3.1.1
This object indicates the tunneled protocol of the port.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER stp(1), gvrp(2), mac-01-00-0C-CC-CC-CC(3), mac-01-00-0C-CC-CC-CD(4)  

swL2PTDropThreshold 1.3.6.1.4.1.171.12.93.1.3.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535