SNMP-PROXY-MIB
- Registered at
- 1.3.6.1.6.3.14
- Last updated
- 2002-10-14 00:00
- Organization
- IETF SNMPv3 Working Group
- Revisions
- 2002-10-14 00:00, 1998-08-04 00:00, 1997-07-14 00:00
- Namespace
- standard
- Source file
SNMP-PROXY-MIB- Digest
sha256:2b4350f9158d706091f19c2410125790870ead860365627510daa6559bc99021
Description
This MIB module defines MIB objects which provide mechanisms to remotely configure the parameters used by a proxy forwarding application. Copyright (C) The Internet Society (2002). This version of this MIB module is part of RFC 3413; see the RFC itself for full legal notices.
Contact
WG-email: snmpv3@lists.tislabs.com Subscribe: majordomo@lists.tislabs.com In message body: subscribe snmpv3 Co-Chair: Russ Mundy Network Associates Laboratories Postal: 15204 Omega Drive, Suite 300 Rockville, MD 20850-4601 USA EMail: mundy@tislabs.com Phone: +1 301-947-7107 Co-Chair: David Harrington Enterasys Networks Postal: 35 Industrial Way P. O. Box 5004 Rochester, New Hampshire 03866-5005 USA EMail: dbh@enterasys.com Phone: +1 603-337-2614 Co-editor: David B. Levi Nortel Networks Postal: 3505 Kesterwood Drive Knoxville, Tennessee 37918 EMail: dlevi@nortelnetworks.com Phone: +1 865 686 0432 Co-editor: Paul Meyer Secure Computing Corporation Postal: 2675 Long Lake Road Roseville, Minnesota 55113 EMail: paul_meyer@securecomputing.com Phone: +1 651 628 1592 Co-editor: Bob Stewart Retired
Imports
| From | Symbols |
|---|---|
| SNMP-FRAMEWORK-MIB | SnmpAdminString, SnmpEngineID |
| SNMP-TARGET-MIB | SnmpTagValue |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso, snmpModules |
| SNMPv2-TC | DisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
SNMP-FRAMEWORK-MIB SNMP-PROXY-MIB SNMP-TARGET-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| snmpProxyObjects OBJECT-IDENTITY | 1.3.6.1.6.3.14.1 | |||
| snmpProxyTable OBJECT-TYPE The table of translation parameters used by proxy forwarder applications for forwarding SNMP messages. | 1.3.6.1.6.3.14.1.2 | not-accessible | current | |
| snmpProxyEntry OBJECT-TYPE A set of translation parameters used by a proxy forwarder application for forwarding SNMP messages. Entries in the snmpProxyTable are created and deleted using the snmpProxyRowStatus object. | 1.3.6.1.6.3.14.1.2.1 | not-accessible | current | |
| snmpProxyName OBJECT-TYPE The locally arbitrary, but unique identifier associated with this snmpProxyEntry. | 1.3.6.1.6.3.14.1.2.1.1 | SnmpAdminString (SIZE(1..32)) | not-accessible | current |
| snmpProxyType OBJECT-TYPE The type of message that may be forwarded using the translation parameters defined by this entry. | 1.3.6.1.6.3.14.1.2.1.2 | INTEGER {read(1), write(2), trap(3), inform(4)} | read-create | current |
| snmpProxyContextEngineID OBJECT-TYPE The contextEngineID contained in messages that may be forwarded using the translation parameters defined by this entry. | 1.3.6.1.6.3.14.1.2.1.3 | SnmpEngineID | read-create | current |
| snmpProxyContextName OBJECT-TYPE 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. | 1.3.6.1.6.3.14.1.2.1.4 | SnmpAdminString | read-create | current |
| snmpProxyTargetParamsIn OBJECT-TYPE 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. | 1.3.6.1.6.3.14.1.2.1.5 | SnmpAdminString | read-create | current |
| snmpProxySingleTargetOut OBJECT-TYPE 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). | 1.3.6.1.6.3.14.1.2.1.6 | SnmpAdminString | read-create | current |
| snmpProxyMultipleTargetOut OBJECT-TYPE 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). | 1.3.6.1.6.3.14.1.2.1.7 | SnmpTagValue | read-create | current |
| snmpProxyStorageType OBJECT-TYPE 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. | 1.3.6.1.6.3.14.1.2.1.8 | StorageType | read-create | current |
| snmpProxyRowStatus OBJECT-TYPE 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 | 1.3.6.1.6.3.14.1.2.1.9 | RowStatus | read-create | current |
| snmpProxyConformance OBJECT-IDENTITY | 1.3.6.1.6.3.14.3 | |||
| snmpProxyCompliances OBJECT-IDENTITY | 1.3.6.1.6.3.14.3.1 | |||
| snmpProxyGroups OBJECT-IDENTITY | 1.3.6.1.6.3.14.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| snmpProxyCompliance MODULE-COMPLIANCE The compliance statement for SNMP entities which include a proxy forwarding application. | 1.3.6.1.6.3.14.3.1.1 | current |
| snmpProxyGroup OBJECT-GROUP A collection of objects providing remote configuration of management target translation parameters for use by proxy forwarder applications. | 1.3.6.1.6.3.14.3.2.3 | current |