VLAN-COUNTER-MIB

File: VLAN-COUNTER-MIB.mib (6743 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC DLINK-ID-REC-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Counter64 RowStatus dlink-common-mgmt

Defined Types

PortList  
OCTET STRING Size(0..127)    

SwVLANCounterEntry  
SEQUENCE    
  swVLANCounterVID INTEGER
  swVLANCounterPort INTEGER
  swVLANCounterPktType INTEGER
  swVLANCounterLevel INTEGER
  swVLANCounterTotalStats Counter64
  swVLANCounterRateStats Counter64
  swVLANCounterRowStatus RowStatus

SwVLANCounterClearEntry  
SEQUENCE    
  swVLANCounterClearAction INTEGER

Defined Values

swVLANCounterMIB 1.3.6.1.4.1.171.12.65
The structure of VLAN counter for the proprietary enterprise.
MODULE-IDENTITY    

swVLANCounterCtrl 1.3.6.1.4.1.171.12.65.1
OBJECT IDENTIFIER    

swVLANCounterInfo 1.3.6.1.4.1.171.12.65.2
OBJECT IDENTIFIER    

swVLANCounterMgmt 1.3.6.1.4.1.171.12.65.3
OBJECT IDENTIFIER    

swVLANCounterTable 1.3.6.1.4.1.171.12.65.3.1
A table that contains the VLAN level received packets or received bytes .
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwVLANCounterEntry

swVLANCounterEntry 1.3.6.1.4.1.171.12.65.3.1.1
A list with the VLAN level received packets or received bytes .
Status: current Access: not-accessible
OBJECT-TYPE    
  SwVLANCounterEntry  

swVLANCounterVID 1.3.6.1.4.1.171.12.65.3.1.1.1
This object indicates the VLAN ID.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

swVLANCounterPort 1.3.6.1.4.1.171.12.65.3.1.1.2
This object indicates the port number. If the port number is 0, it indicates that the rule belongs to the vlan.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

swVLANCounterPktType 1.3.6.1.4.1.171.12.65.3.1.1.3
This object indicates the type of packet.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER broadcast(1), multicast(2), unicast(3), all-frame(4)  

swVLANCounterLevel 1.3.6.1.4.1.171.12.65.3.1.1.4
This object indicates the level of the count.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER packet(1), byte(2)  

swVLANCounterTotalStats 1.3.6.1.4.1.171.12.65.3.1.1.5
This object indicates the raw statistics.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

swVLANCounterRateStats 1.3.6.1.4.1.171.12.65.3.1.1.6
This object indicates the rate statistics.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

swVLANCounterRowStatus 1.3.6.1.4.1.171.12.65.3.1.1.7
This object indicates the status of this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

swVLANCounterClearTable 1.3.6.1.4.1.171.12.65.3.2
This table is used to clear vlan counter statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwVLANCounterClearEntry

swVLANCounterClearEntry 1.3.6.1.4.1.171.12.65.3.2.1
A list with the swVLANCounterClearTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SwVLANCounterClearEntry  

swVLANCounterClearAction 1.3.6.1.4.1.171.12.65.3.2.1.1
Used to clear the statistics on the specified VLAN. Setting this value to 'start' will execute the clear action, Once cleared, the value returns to 'other'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER other(1), start(2)