agentLogHostTableType
LOGGING-MIB ·
.1.3.6.1.4.1.7244.2.14.1.4.5.1.3
Object
column r/w
Enumeration
Syslog Host table Type.
Context
- MIB
- LOGGING-MIB
- OID
.1.3.6.1.4.1.7244.2.14.1.4.5.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentLogSyslogHostEntry
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 'LOGGING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOGGING-MIB::agentLogHostTableType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LOGGING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LOGGING-MIB::agentLogHostTableType.<agentLogHostTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LOGGING-MIB' -M '/opt/observium/mibs/quanta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LOGGING-MIB::agentLogHostTableType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | ipv4 |
2 | ipv6 |
16 | dns |
17 | dnsv6 |