AT-VLAN-MIB: View SNMP OID List / Download MIB
VENDOR: ALLIED TELESIS
Home | MIB: AT-VLAN-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 |
atVlanInfo | 1.3.6.1.4.1.207.8.4.4.3.16 |
The VLAN MIB, for retrieving VLAN specific system data. |
||
atVlanStatistics | 1.3.6.1.4.1.207.8.4.4.3.16.1 | |||
atVlanStatNumCollections | 1.3.6.1.4.1.207.8.4.4.3.16.1.1 | integer32 | read-only |
The number of unique VLAN statistic gathering instances defined on the device. |
atVlanStatCollectionTable | 1.3.6.1.4.1.207.8.4.4.3.16.1.2 | no-access |
A table of VLAN statistic instances. |
|
1.3.6.1.4.1.207.8.4.4.3.16.1.2.1 | no-access |
Each entry represents a unique VLAN statistic gathering instance defined on the device. |
||
atVlanStatCollectionName | 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.1 | displaystring | read-only |
The name of a VLAN statistics collection instance. |
atVlanStatCollectionVlanId | 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.2 | gauge32 | read-only |
The VLAN ID of ingress packets being monitored by this VLAN statistics collection instance. |
atVlanStatCollectionPortMap | 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.3 | octet string | read-only |
A bitwise port map indicating the switch ports being monitored by this VLAN statistics collection instance. The bit position within the string, maps to the port with the same index in dot1dBasePortTable in BRIDGE-MIB. A binary '1' indicates that the port is being monitored by this VLAN statistics collection instance, with a '0' indicating that it is not. |
atVlanStatCollectionIngressPkts | 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.4 | counter64 | read-only |
The number of ingress packets received and counted by this VLAN statistics collection instance. |
atVlanStatCollectionIngressOctets | 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.5 | counter64 | read-only |
The number of octets of data received from ingress packets counted by this VLAN statistics collection instance. |
atVlanStatCollectionResetStats | 1.3.6.1.4.1.207.8.4.4.3.16.1.2.1.6 | truthvalue | read-write |
When read, this object will always return 2 (false). Setting its value to 1 (true) will cause the matching VLAN statistics collection instance's ingress packets and ingress octet values to be reset to zero. |