zyClassifierPacketFormat
ZYXEL-ACL-MIB ·
.1.3.6.1.4.1.890.1.15.3.10.1.1.1.3
Object
column Enumeration
Packet format for classifier rule. A value of 802.3 indicates that the packets are formatted according to the IEEE 802.3 standards. A value of Ethernet II indicates that the packets are formatted according to RFC 894, Ethernet II encapsulation.
Context
- MIB
- ZYXEL-ACL-MIB
- OID
.1.3.6.1.4.1.890.1.15.3.10.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zyxelClassifierEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZYXEL-ACL-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ACL-MIB::zyClassifierPacketFormat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZYXEL-ACL-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZYXEL-ACL-MIB::zyClassifierPacketFormat.<zyClassifierName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZYXEL-ACL-MIB' -M '/opt/observium/mibs/zyxel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZYXEL-ACL-MIB::zyClassifierPacketFormat'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | all |
2 | ethernetIIUntagged |
3 | ethernetIITagged |
4 | ethernet802dot3Untagged |
5 | ethernet802dot3Tagged |