The table of translation parameters used by proxy forwarder applications for forwarding SNMP messages.
The index of the table is IMPLIED snmpProxyName.
| OID | Object | Syntax | Max Access | Description | Implemented Specifications | 
|---|---|---|---|---|---|
| 1.3.6.1.6.3.14.1.2.1.1 | snmpProxyName | OCTET STRING{(1,32)} | not-accessible | The locally arbitrary, but unique identifier associated with this snmpProxyEntry. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.2 | snmpProxyType | INTEGER{read(1),write(2),trap(3),inform(4)} | read-create | The type of message that may be forwarded using the translation parameters defined by this entry. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.3 | snmpProxyContextEngineID | OCTET STRING{(5,32)} | read-create | The contextEngineID contained in messages that may be forwarded using the translation parameters defined by this entry. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.4 | snmpProxyContextName | OCTET STRING{(0,255)} | read-create | The contextName contained in messages that may be forwarded using the translation parameters defined by this entry. This object is optional, and if not supported, the contextName contained in a message is ignored when selecting an entry in the snmpProxyTable. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.5 | snmpProxyTargetParamsIn | OCTET STRING{(0,255)} | read-create | This object selects an entry in the snmpTargetParamsTable. The selected entry is used to determine which row of the snmpProxyTable to use for forwarding received messages. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.6 | snmpProxySingleTargetOut | OCTET STRING{(0,255)} | read-create | This object selects a management target defined in the snmpTargetAddrTable (in the SNMP-TARGET-MIB). The selected target is defined by an entry in the snmpTargetAddrTable whose index value (snmpTargetAddrName) is equal to this object. This object is only used when selection of a single target is required (i.e. when forwarding an incoming read or write request). | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.7 | snmpProxyMultipleTargetOut | OCTET STRING{(0,255)} | read-create | This object selects a set of management targets defined in the snmpTargetAddrTable (in the SNMP-TARGET-MIB). This object is only used when selection of multiple targets is required (i.e. when forwarding an incoming notification). | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.8 | snmpProxyStorageType | INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} | read-create | The storage type of this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row. | This object is implemented as defined in the corresponding MIB files. | 
| 1.3.6.1.6.3.14.1.2.1.9 | snmpProxyRowStatus | 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). The following objects may not be modified while the value of this object is active(1): - snmpProxyType - snmpProxyContextEngineID - snmpProxyContextName - snmpProxyTargetParamsIn - snmpProxySingleTargetOut - snmpProxyMultipleTargetOut | This object is implemented as defined in the corresponding MIB files. |