VLAN-COUNTER-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: VLAN-COUNTER-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).
|
|||
Object Name | OID | Type | Access | Info |
swVLANCounterMIB | 1.3.6.1.4.1.171.12.65 |
The structure of VLAN counter for the proprietary enterprise. |
||
swVLANCounterCtrl | 1.3.6.1.4.1.171.12.65.1 | |||
swVLANCounterInfo | 1.3.6.1.4.1.171.12.65.2 | |||
swVLANCounterMgmt | 1.3.6.1.4.1.171.12.65.3 | |||
swVLANCounterTable | 1.3.6.1.4.1.171.12.65.3.1 | no-access |
A table that contains the VLAN level received packets or received bytes . |
|
1.3.6.1.4.1.171.12.65.3.1.1 | no-access |
A list with the VLAN level received packets or received bytes . |
||
swVLANCounterVID | 1.3.6.1.4.1.171.12.65.3.1.1.1 | integer | read-only |
This object indicates the VLAN ID. |
swVLANCounterPort | 1.3.6.1.4.1.171.12.65.3.1.1.2 | integer | read-only |
This object indicates the port number. If the port number is 0, it indicates that the rule belongs to the vlan. |
swVLANCounterPktType | 1.3.6.1.4.1.171.12.65.3.1.1.3 | integer | read-only |
This object indicates the type of packet. Enumeration: 'broadcast': 1, 'unicast': 3, 'all_frame': 4, 'multicast': 2. |
swVLANCounterLevel | 1.3.6.1.4.1.171.12.65.3.1.1.4 | integer | read-only |
This object indicates the level of the count. Enumeration: 'byte': 2, 'packet': 1. |
swVLANCounterTotalStats | 1.3.6.1.4.1.171.12.65.3.1.1.5 | counter64 | read-only |
This object indicates the raw statistics. |
swVLANCounterRateStats | 1.3.6.1.4.1.171.12.65.3.1.1.6 | counter64 | read-only |
This object indicates the rate statistics. |
swVLANCounterRowStatus | 1.3.6.1.4.1.171.12.65.3.1.1.7 | rowstatus | read-only |
This object indicates the status of this entry. |
swVLANCounterClearTable | 1.3.6.1.4.1.171.12.65.3.2 | no-access |
This table is used to clear vlan counter statistics. |
|
1.3.6.1.4.1.171.12.65.3.2.1 | no-access |
A list with the swVLANCounterClearTable. |
||
swVLANCounterClearAction | 1.3.6.1.4.1.171.12.65.3.2.1.1 | integer | read-write |
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'. Enumeration: 'start': 2, 'other': 1. |