protocolVlanTableProtocol
GARP-MIB ·
.1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1.3
Object
column r/w
Enumeration
protocol of packet.bit 0 is ethernetv2, bit 1 is non-snap-llc, bit 2 is snap-llc.
Context
- MIB
- GARP-MIB
- OID
.1.3.6.1.4.1.13464.1.2.4.2.1.8.14.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- gDot1qProtocolVlanEntry
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 'GARP-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GARP-MIB::protocolVlanTableProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'GARP-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'GARP-MIB::protocolVlanTableProtocol.<protocolVlanTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'GARP-MIB' -M '/opt/observium/mibs/gbn:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'GARP-MIB::protocolVlanTableProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ethernetv2 |
2 | non-snap-llc |
3 | ethernetv2-non-snap-llc |
4 | snap-llc |
5 | ethernetv2-snap-llc |
6 | non-snap-llc-snap-llc |
7 | ethernetv2-non-snap-llc-snap-llc |