SNMP-TARGET-MIB Table View

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

Tables
2
Rows
2
Columns
16
.1.3.6.1.6.3.12.1.2 · 1 row entry · 9 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk snmpTargetAddrTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SNMP-TARGET-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNMP-TARGET-MIB::snmpTargetAddrTable'
A table of transport addresses to be used in the generation
of SNMP messages.
snmpTargetAddrEntry row .1.3.6.1.6.3.12.1.2.1
A transport address to be used in the generation
of SNMP operations.

Entries in the snmpTargetAddrTable are created and
deleted using the snmpTargetAddrRowStatus object.
Column Syntax OID
The locally arbitrary, but unique identifier associated
with this snmpTargetAddrEntry.
OctetString
Constraints:
range: 1-32
.1.3.6.1.6.3.12.1.2.1.1
This object indicates the transport type of the address
contained in the snmpTargetAddrTAddress object.
SNMPv2-TCTDomainr/w
Description:
Denotes a kind of transport service.

Some possible values, such as snmpUDPDomain, are defined in
the SNMPv2-TM MIB module. Other possible values are defined
in other MIB modules.
.1.3.6.1.6.3.12.1.2.1.2
This object contains a transport address. The format of
this address depends on the value of the
snmpTargetAddrTDomain object.
SNMPv2-TCTAddressr/w
Type Constraints:
range: 1..255
Description:
Denotes a transport service address.

A TAddress value is always interpreted within the context of a
TDomain value. Thus, each definition of a TDomain value must
be accompanied by a definition of a textual co…
.1.3.6.1.6.3.12.1.2.1.3
This object should reflect the expected maximum round
trip time for communicating with the transport address
defined by this row. When a message is sent to this
address, and a response (if one is expected) is not
recei…
SNMPv2-TCTimeIntervalr/w
Type Constraints:
range: 0..2147483647
Description:
A period of time, measured in units of 0.01 seconds.
.1.3.6.1.6.3.12.1.2.1.4
This object specifies a default number of retries to be
attempted when a response is not received for a generated
message. An application may provide its own retry count,
in which case the value of this object is ignor…
Integer32r/w
Constraints:
range: 0-255
.1.3.6.1.6.3.12.1.2.1.5
This object contains a list of tag values which are
used to select target addresses for a particular
operation.
SnmpTagListr/w
Type Constraints:
range: 0..255
.1.3.6.1.6.3.12.1.2.1.6
The value of this object identifies an entry in the
snmpTargetParamsTable. The identified entry
contains SNMP parameters to be used when generating
messages to be sent to this transport address.
OctetStringr/w
Constraints:
range: 1-32
.1.3.6.1.6.3.12.1.2.1.7
The storage type for this conceptual row.
Conceptual rows having the value 'permanent' need not
allow write-access to any columnar objects in the 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.6.3.12.1.2.1.8
The status of this conceptual row.

To create a row in this table, a manager must
set this object to either createAndGo(4) or
createAndWait(5).

Until instances of all corresponding columns a…
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.6.3.12.1.2.1.9
.1.3.6.1.6.3.12.1.3 · 1 row entry · 7 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk snmpTargetParamsTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SNMP-TARGET-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNMP-TARGET-MIB::snmpTargetParamsTable'
A table of SNMP target information to be used
in the generation of SNMP messages.
snmpTargetParamsEntry row .1.3.6.1.6.3.12.1.3.1
A set of SNMP target information.

Entries in the snmpTargetParamsTable are created and
deleted using the snmpTargetParamsRowStatus object.
Column Syntax OID
The locally arbitrary, but unique identifier associated
with this snmpTargetParamsEntry.
OctetString
Constraints:
range: 1-32
.1.3.6.1.6.3.12.1.3.1.1
The Message Processing Model to be used when generating
SNMP messages using this entry.
SNMP-FRAMEWORK-MIBSnmpMessageProcessingModelr/w
Type Constraints:
range: 0..2147483647
.1.3.6.1.6.3.12.1.3.1.2
The Security Model to be used when generating SNMP
messages using this entry. An implementation may
choose to return an inconsistentValue error if an
attempt is made to set this variable to a value
for a security model…
Integer32r/w
Constraints:
range: 1-2147483647
.1.3.6.1.6.3.12.1.3.1.3
The securityName which identifies the Principal on
whose behalf SNMP messages will be generated using
this entry.
SNMP-FRAMEWORK-MIBSnmpAdminStringr/w
Type Constraints:
range: 0..255
.1.3.6.1.6.3.12.1.3.1.4
The Level of Security to be used when generating
SNMP messages using this entry.
SNMP-FRAMEWORK-MIBSnmpSecurityLevelr/w
Type Values:
1noAuthNoPriv
2authNoPriv
3authPriv
.1.3.6.1.6.3.12.1.3.1.5
The storage type for this conceptual row.
Conceptual rows having the value 'permanent' need not
allow write-access to any columnar objects in the 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.6.3.12.1.3.1.6
The status of this conceptual row.

To create a row in this table, a manager must
set this object to either createAndGo(4) or
createAndWait(5).

Until instances of all corresponding columns a…
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.6.3.12.1.3.1.7