A table of SNMP target information to be used in the generation of SNMP messages.
The index of the table is IMPLIED snmpTargetParamsName.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.6.3.12.1.3.1.1 |
snmpTargetParamsName |
OCTET STRING{(1,32)} |
not-accessible |
The locally arbitrary, but unique identifier associated with this snmpTargetParamsEntry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.12.1.3.1.2 |
snmpTargetParamsMPModel |
INTEGER{(0,2147483647)} |
read-create |
The Message Processing Model to be used when generating SNMP messages using this entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.12.1.3.1.3 |
snmpTargetParamsSecurityModel |
INTEGER{(1,2147483647)} |
read-create |
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 which the implementation does not support. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.12.1.3.1.4 |
snmpTargetParamsSecurityName |
OCTET STRING{(0,255)} |
read-create |
The securityName which identifies the Principal on whose behalf SNMP messages will be generated using this entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.12.1.3.1.5 |
snmpTargetParamsSecurityLevel |
INTEGER{noAuthNoPriv(1),authNoPriv(2),authPriv(3)} |
read-create |
The Level of Security to be used when generating SNMP messages using this entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.6.3.12.1.3.1.6 |
snmpTargetParamsStorageType |
INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
read-create |
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. |
Only support nonvolatile(3). |
1.3.6.1.6.3.12.1.3.1.7 |
snmpTargetParamsRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
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 are appropriately configured, the value of the corresponding instance of the snmpTargetParamsRowStatus column is 'notReady'.
In particular, a newly created row cannot be made active until the corresponding snmpTargetParamsMPModel, snmpTargetParamsSecurityModel, snmpTargetParamsSecurityName, and snmpTargetParamsSecurityLevel have all been set. The following objects may not be modified while the value of this object is active(1): - snmpTargetParamsMPModel - snmpTargetParamsSecurityModel - snmpTargetParamsSecurityName - snmpTargetParamsSecurityLevel An attempt to set these objects while the value of snmpTargetParamsRowStatus is active(1) will result in an inconsistentValue error. |
This object is implemented as defined in the corresponding MIB files. |