lookupCtlEntry
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 Control Model (RFC 3415, VACM) and that also allows a management application to identify its entries. The second index element, lookupCtlOperationName, enables the same lookupCtlOwnerIndex entity to have multiple outstanding requests. The value of lookupCtlTargetAddressType determines which lookup function to perform.
Details
- lookupCtlOwnerIndex
- lookupCtlOperationName
See definition of RowStatus in RFC 2579, 'Textual Conventions for SMIv2.'
Table columns
8 objects| Oid | Name | Access | Type |
|---|---|---|---|
| 1.3.6.1.2.1.82.1.3.1.1 | lookupCtlOwnerIndex | noaccess | Unknown |
| 1.3.6.1.2.1.82.1.3.1.2 | lookupCtlOperationName | noaccess | Unknown |
| 1.3.6.1.2.1.82.1.3.1.3 | lookupCtlTargetAddressType | readwrite | InetAddressType |
| 1.3.6.1.2.1.82.1.3.1.4 | lookupCtlTargetAddress | readwrite | InetAddress |
| 1.3.6.1.2.1.82.1.3.1.5 | lookupCtlOperStatus | readonly | enabled(1), notStarted(2), completed(3) |
| 1.3.6.1.2.1.82.1.3.1.6 | lookupCtlTime | readonly | Unsigned32 |
| 1.3.6.1.2.1.82.1.3.1.7 | lookupCtlRc | readonly | Integer32 |
| 1.3.6.1.2.1.82.1.3.1.8 | lookupCtlRowStatus | readwrite | RowStatus |