frameType
TPT-POLICY-MIB ·
.1.3.6.1.4.1.10734.3.3.2.1.19.1.1
Object
column PolicyFrameType
The type classification (e.g., unicast, broadcast, FCS error) of a frame.
Context
- MIB
- TPT-POLICY-MIB
- OID
.1.3.6.1.4.1.10734.3.3.2.1.19.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- framesByTypeEntry
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 'TPT-POLICY-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-POLICY-MIB::frameType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPT-POLICY-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-POLICY-MIB::frameType.<frameType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPT-POLICY-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPT-POLICY-MIB::frameType'
Syntax
- Source
- PolicyFrameType
- Base type
Enumeration
Values & Constraints
Type Values
1 | unicast |
2 | broadcast |
3 | multicast |
4 | macControl |
5 | fcsError |
6 | alignError |
7 | symbolError |