NET-SNMP-EXAMPLES-MIB

        Example MIB objects for agent module example implementations
    
Last revised
Identity
netSnmpExamples
Base OID
1.3.6.1.4.1.8072.2
Imported Objects
INET-ADDRESS-MIB InetAddress InetAddressType
NET-SNMP-MIB netSnmp
SNMP-FRAMEWORK-MIB SnmpAdminString
SNMPv2-SMI Integer32 MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page)
SNMPv2-TC RowStatus StorageType
Net-SNMP examples using the net-snmp MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'NET-SNMP-EXAMPLES-MIB' -M '/opt/observium/mibs/net-snmp:/opt/observium/mibs/rfc' 'NET-SNMP-EXAMPLES-MIB::netSnmpExamples'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NET-SNMP-EXAMPLES-MIB' -M '/opt/observium/mibs/net-snmp:/opt/observium/mibs/rfc' 'udp:<hostname>:161' 'NET-SNMP-EXAMPLES-MIB::netSnmpExamples'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (24)
.1.3.6.1.4.1.8072.2
.1.3.6.1.4.1.8072.2.1
.1.3.6.1.4.1.8072.2.1.1
.1.3.6.1.4.1.8072.2.1.2
.1.3.6.1.4.1.8072.2.1.3
.1.3.6.1.4.1.8072.2.2
.1.3.6.1.4.1.8072.2.2.1
.1.3.6.1.4.1.8072.2.2.1.1
OctetString
.1.3.6.1.4.1.8072.2.2.1.1.1
OctetString
.1.3.6.1.4.1.8072.2.2.1.1.2
OctetString
.1.3.6.1.4.1.8072.2.2.1.1.3
.1.3.6.1.4.1.8072.2.2.2
.1.3.6.1.4.1.8072.2.2.2.1
OctetString
.1.3.6.1.4.1.8072.2.2.2.1.1
.1.3.6.1.4.1.8072.2.2.2.1.2
.1.3.6.1.4.1.8072.2.2.2.1.3
.1.3.6.1.4.1.8072.2.2.2.1.4
.1.3.6.1.4.1.8072.2.2.2.1.5
.1.3.6.1.4.1.8072.2.3
.1.3.6.1.4.1.8072.2.3.0
.1.3.6.1.4.1.8072.2.3.1
.1.3.6.1.4.1.8072.2.3.2
.1.3.6.1.4.1.8072.2.3.2.1
.1.3.6.1.4.1.8072.2.3.2.2
Notifications / Traps (1)
NameOIDDescription
.1.3.6.1.4.1.8072.2.3.0.1
An example notification, used to illustrate the
definition and generation of trap and inform PDUs
(including the use of both standard and additional
varbinds in the notification payload).
This notification will typically be sent every
30 seconds, using the code found in the example module
agent/mibgroup/examples/notification.c