DISMAN-NSLOOKUP-MIB Table View

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

Tables
2
Rows
2
Columns
11
.1.3.6.1.2.1.82.1.3 · 1 row entry · 8 columns
Defines the Lookup Control Table for providing
the capability of performing a lookup operation
for a symbolic host name or for a host address
from a remote host.
lookupCtlEntry entry .1.3.6.1.2.1.82.1.3.1
Defines an entry in the lookupCtlTable. A
lookupCtlEntry is initially indexed by
lookupCtlOwnerIndex, which is a type of SnmpAdminString,
a textual convention that allows for the use of the SNMPv3
View-Based Access Con…
Indexes
lookupCtlOwnerIndex lookupCtlOperationName
Column Syntax OID
lookupCtlOwnerIndex
To facilitate the provisioning of access control by a
security administrator using the View-Based Access
Control Model (RFC 2575, VACM) for tables in which
multiple users may need to create or
modify entries independent…
OctetString
Constraints:
range: 0-32
.1.3.6.1.2.1.82.1.3.1.1
lookupCtlOperationName
The name of a lookup operation. This is locally unique,
within the scope of an lookupCtlOwnerIndex.
OctetString
Constraints:
range: 0-32
.1.3.6.1.2.1.82.1.3.1.2
lookupCtlTargetAddressType
Specifies the type of address for performing a
lookup operation for a symbolic host name or for a host
address from a remote host.

Specification of dns(16) as the value for this object
means that a functi…
INET-ADDRESS-MIBInetAddressTyper/w
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.82.1.3.1.3
lookupCtlTargetAddress
Specifies the address used for a resolver lookup at a
remote host. The corresponding lookupCtlTargetAddressType
objects determines its type, as well as the function
that can be requested.

A value for thi…
INET-ADDRESS-MIBInetAddressr/w
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.82.1.3.1.4
lookupCtlOperStatus
Reflects the operational state of an lookupCtlEntry:

enabled(1) - Operation is active.
notStarted(2) - Operation has not been enabled.
completed(3) - Operation has been completed.

An op…
Enumeration
Enumerated Values:
1enabled
2notStarted
3completed
.1.3.6.1.2.1.82.1.3.1.5
lookupCtlTime
Reports the number of milliseconds that a lookup
operation required to be completed at a remote host.
Completed means operation failure as well as

success.
millisecondsSNMPv2-SMIUnsigned32
Textual Convention: SNMPv2-SMIUnsigned32 Unsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.82.1.3.1.6
lookupCtlRc
The system-specific return code from a lookup
operation. All implementations MUST return a value
of 0 for this object when the remote lookup
operation succeeds. A non-zero value for this
objects indicates failure. It…
SNMPv2-SMIInteger32
Textual Convention: SNMPv2-SMIInteger32 Integer32
Type Constraints:
range: -2147483648..2147483647
.1.3.6.1.2.1.82.1.3.1.7
lookupCtlRowStatus
This object allows entries to be created and deleted
in the lookupCtlTable.

A remote lookup operation is started when an
entry in this table is created via an SNMP set
request and the entry is activated. …
SNMPv2-TCRowStatusr/w
Textual Convention: SNMPv2-TCRowStatus Enumeration
Type Values:
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy
.1.3.6.1.2.1.82.1.3.1.8
.1.3.6.1.2.1.82.1.4 · 1 row entry · 3 columns
Defines the Lookup Results Table for providing
the capability of determining the results of a
operation at a remote host.
          
One or more entries are added to the
lookupResultsTable when a lookup operation,
as reflected by an lookupCtlEntry, is completed
successfully.  All entries related to a
successful lookup operation MUST be added
to the lookupResultsTable at the same time
that the associating lookupCtlOperStatus
object is transitioned to completed(2).
          
The number of entries added depends on the
results determined for a particular lookup
operation.  All entries associated with an
lookupCtlEntry are removed when the
lookupCtlEntry is deleted.
          
A remote host can be multi-homed and have more than one IP
address associated with it (returned by lookup function),
or it can have more than one symbolic name (returned
by lookup function).
          
A function such as, for example, getnameinfo() or
gethostbyaddr() is called with a host address as its
parameter and is used primarily to determine a symbolic
name to associate with the host address.  Entries in the
lookupResultsTable MUST be made for each host name
returned.  If the function identifies an 'official host
name,' then this symbolic name MUST be assigned a
lookupResultsIndex of 1.
          
A function such as, for example, getaddrinfo() or
gethostbyname() is called with a symbolic host name and is
used primarily to retrieve a host address.  The entries
          
MUST be stored in the order that they are retrieved from
the lookup function.  lookupResultsIndex 1 MUST be
assigned to the first entry.
lookupResultsEntry entry .1.3.6.1.2.1.82.1.4.1
Defines an entry in the lookupResultsTable. The
first two index elements identify the
lookupCtlEntry that a lookupResultsEntry belongs
to. The third index element selects a single
lookup operation result.
Indexes
lookupCtlOwnerIndex lookupCtlOperationName lookupResultsIndex
Column Syntax OID
lookupResultsIndex
Entries in the lookupResultsTable are created when
the result of a lookup operation is determined.

Entries MUST be stored in the lookupResultsTable in
the order that they are retrieved. Values assigned
t…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.2.1.82.1.4.1.1
lookupResultsAddressType
Indicates the type of result of a remote lookup
operation. A value of unknown(0) implies either that
the operation hasn't been started or that
it has failed.
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.82.1.4.1.2
lookupResultsAddress
Reflects a result for a remote lookup operation
as per the value of lookupResultsAddressType.

The address type (InetAddressType) that relates to
this object is specified by the corresponding value
of look…
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.82.1.4.1.3