NET-SNMP-EXAMPLES-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
8
.1.3.6.1.4.1.8072.2.2.1 · 1 row entry · 3 columns
Uses the net-snmp variant from /opt/observium/mibs/net-snmp.
Command help
Walk netSnmpIETFWGTable
/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::netSnmpIETFWGTable'
This table merely contains a set of data which is otherwise
useless for true network management.  It is a table which
describes properies about a IETF Working Group, such as the
names of the two working group chairs.
          
This example table is implemented in the
agent/mibgroup/examples/data_set.c file.
netSnmpIETFWGEntry row .1.3.6.1.4.1.8072.2.2.1.1
A row describing a given working group
Indexes
Column Syntax OID
The name of the IETF Working Group this table describes.
OctetString
Constraints:
range: 1-32
.1.3.6.1.4.1.8072.2.2.1.1.1
One of the names of the chairs for the IETF working group.
OctetStringr/w .1.3.6.1.4.1.8072.2.2.1.1.2
The other name, if one exists, of the chairs for the IETF
working group.
OctetStringr/w .1.3.6.1.4.1.8072.2.2.1.1.3
.1.3.6.1.4.1.8072.2.2.2 · 1 row entry · 5 columns
Uses the net-snmp variant from /opt/observium/mibs/net-snmp.
Command help
Walk netSnmpHostsTable
/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::netSnmpHostsTable'
An example table that implements a wrapper around the
/etc/hosts file on a machine using the iterator helper API.
netSnmpHostsEntry row .1.3.6.1.4.1.8072.2.2.2.1
A host name mapped to an ip address
Indexes
Column Syntax OID
A host name that exists in the /etc/hosts (unix) file.
OctetString
Constraints:
range: 0-64
.1.3.6.1.4.1.8072.2.2.2.1.1
The address type of then given host.
INET-ADDRESS-MIBInetAddressTyper/w
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.4.1.8072.2.2.2.1.2
The address of then given host.
INET-ADDRESS-MIBInetAddressr/w
Type Constraints:
range: 0..255
.1.3.6.1.4.1.8072.2.2.2.1.3
The storage type for this conceptual row.
SNMPv2-TCStorageTyper/w
Type Values:
1other
2volatile
3nonVolatile
4permanent
5readOnly
Description:
Describes the memory realization of a conceptual row. A
row which is volatile(2) is lost upon reboot. A row which
is either nonVolatile(3), permanent(4) or readOnly(5), is
backed up by stable storage. A row which is …
.1.3.6.1.4.1.8072.2.2.2.1.4
The status of this conceptual row.
SNMPv2-TCRowStatusr/w
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
Description:
The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of …
.1.3.6.1.4.1.8072.2.2.2.1.5