ID Type Name Description Links Access OID
rfc3413-1 mib SNMP-TARGET-MIB
       MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules,
Counter32,
Integer32
FROM SNMPv2-SMI

TEXTUAL-CONVENTION,
TDomain,
TAddress,
TimeInterval,
RowStatus,
StorageType,
TestAndIncr
FROM SNMPv2-TC

SnmpSecurityModel,
SnmpMessageProcessingModel,
SnmpSecurityLevel,
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB

MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
rfc3413-2 module-identity snmpTargetMIB

This MIB module defines MIB objects which provide mechanisms to remotely configure the parameters used by an SNMP entity for the generation of SNMP messages. 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.

snmpModules 12
rfc3413-3 object-type snmpTargetSpinLock

1 snmpTargetSpinLock

This object is used to facilitate modification of table entries in the SNMP-TARGET-MIB module by multiple managers. In particular, it is useful when modifying the value of the snmpTargetAddrTagList object. The procedure for modifying the snmpTargetAddrTagList object is as follows: 1. Retrieve the value of snmpTargetSpinLock and of snmpTargetAddrTagList. 2. Generate a new value for snmpTargetAddrTagList. 3. Set the value of snmpTargetSpinLock to the retrieved value, and the value of snmpTargetAddrTagList to the new value. If the set fails for the snmpTargetSpinLock object, go back to step 1.

read-write snmpTargetObjects 1
rfc3413-4 object-type snmpTargetAddrTable

2 snmpTargetAddrTable

A table of transport addresses to be used in the generation of SNMP messages.

not-accessible snmpTargetObjects 2
rfc3413-5 object-type snmpTargetAddrEntry

3 snmpTargetAddrEntry

A transport address to be used in the generation of SNMP operations. Entries in the snmpTargetAddrTable are created and deleted using the snmpTargetAddrRowStatus object.

not-accessible snmpTargetAddrTable 1
rfc3413-6 row SnmpTargetAddrEntry
rfc3413-7 object-type snmpTargetAddrName

4 snmpTargetAddrName

The locally arbitrary, but unique identifier associated with this snmpTargetAddrEntry.

not-accessible snmpTargetAddrEntry 1
rfc3413-8 object-type snmpTargetAddrTDomain

5 snmpTargetAddrTDomain

This object indicates the transport type of the address contained in the snmpTargetAddrTAddress object.

read-create snmpTargetAddrEntry 2
rfc3413-9 object-type snmpTargetAddrTAddress

6 snmpTargetAddrTAddress

This object contains a transport address. The format of this address depends on the value of the snmpTargetAddrTDomain object.

read-create snmpTargetAddrEntry 3
rfc3413-10 object-type snmpTargetAddrTimeout

7 snmpTargetAddrTimeout

This object should reflect the expected maximum round trip time for communicating with the transport address defined by this row. When a message is sent to this address, and a response (if one is expected) is not received within this time period, an implementation may assume that the response will not be delivered. Note that the time interval that an application waits for a response may actually be derived from the value of this object. The method for deriving the actual time interval is implementation dependent. One such method is to derive the expected round trip time based on a particular retransmission algorithm and on the number of timeouts which have occurred. The type of message may also be considered when deriving expected round trip times for retransmissions. For example, if a message is being sent with a securityLevel that indicates both authentication and privacy, the derived value may be increased to compensate for extra processing time spent during authentication and encryption processing.

read-create snmpTargetAddrEntry 4
rfc3413-11 object-type snmpTargetAddrRetryCount

8 snmpTargetAddrRetryCount

This object specifies a default number of retries to be attempted when a response is not received for a generated message. An application may provide its own retry count, in which case the value of this object is ignored.

read-create snmpTargetAddrEntry 5
rfc3413-12 object-type snmpTargetAddrTagList

9 snmpTargetAddrTagList

This object contains a list of tag values which are used to select target addresses for a particular operation.

read-create snmpTargetAddrEntry 6
rfc3413-13 object-type snmpTargetAddrParams

10 snmpTargetAddrParams

The value of this object identifies an entry in the snmpTargetParamsTable. The identified entry contains SNMP parameters to be used when generating messages to be sent to this transport address.

read-create snmpTargetAddrEntry 7
rfc3413-14 object-type snmpTargetAddrStorageType

11 snmpTargetAddrStorageType

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.

read-create snmpTargetAddrEntry 8
rfc3413-15 object-type snmpTargetAddrRowStatus

12 snmpTargetAddrRowStatus

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 snmpTargetAddrRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding instances of snmpTargetAddrTDomain, snmpTargetAddrTAddress, and snmpTargetAddrParams have all been set. The following objects may not be modified while the value of this object is active(1): - snmpTargetAddrTDomain - snmpTargetAddrTAddress An attempt to set these objects while the value of snmpTargetAddrRowStatus is active(1) will result in an inconsistentValue error.

read-create snmpTargetAddrEntry 9
rfc3413-16 object-type snmpTargetParamsTable

13 snmpTargetParamsTable

A table of SNMP target information to be used in the generation of SNMP messages.

not-accessible snmpTargetObjects 3
rfc3413-17 object-type snmpTargetParamsEntry

14 snmpTargetParamsEntry

A set of SNMP target information. Entries in the snmpTargetParamsTable are created and deleted using the snmpTargetParamsRowStatus object.

not-accessible snmpTargetParamsTable 1
rfc3413-18 row SnmpTargetParamsEntry
rfc3413-19 object-type snmpTargetParamsName

15 snmpTargetParamsName

The locally arbitrary, but unique identifier associated with this snmpTargetParamsEntry.

not-accessible snmpTargetParamsEntry 1
rfc3413-20 object-type snmpTargetParamsMPModel

16 snmpTargetParamsMPModel

The Message Processing Model to be used when generating SNMP messages using this entry.

read-create snmpTargetParamsEntry 2
rfc3413-21 object-type snmpTargetParamsSecurityModel

17 snmpTargetParamsSecurityModel

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.

read-create snmpTargetParamsEntry 3
rfc3413-22 object-type snmpTargetParamsSecurityName

18 snmpTargetParamsSecurityName

The securityName which identifies the Principal on whose behalf SNMP messages will be generated using this entry.

read-create snmpTargetParamsEntry 4
rfc3413-23 object-type snmpTargetParamsSecurityLevel

19 snmpTargetParamsSecurityLevel

The Level of Security to be used when generating SNMP messages using this entry.

read-create snmpTargetParamsEntry 5
rfc3413-24 object-type snmpTargetParamsStorageType

20 snmpTargetParamsStorageType

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.

read-create snmpTargetParamsEntry 6
rfc3413-25 object-type snmpTargetParamsRowStatus

21 snmpTargetParamsRowStatus

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.

read-create snmpTargetParamsEntry 7
rfc3413-26 object-type snmpUnavailableContexts

22 snmpUnavailableContexts

The total number of packets received by the SNMP engine which were dropped because the context contained in the message was unavailable.

read-only snmpTargetObjects 4
rfc3413-27 object-type snmpUnknownContexts

23 snmpUnknownContexts

The total number of packets received by the SNMP engine which were dropped because the context contained in the message was unknown.

read-only snmpTargetObjects 5
rfc3413-28 module-compliance snmpTargetCommandResponderCompliance

The compliance statement for SNMP entities which include a command responder application.

snmpTargetCompliances 1
rfc3413-29 object-group snmpTargetBasicGroup

A collection of objects providing basic remote configuration of management targets.

snmpTargetGroups 1
rfc3413-30 object-group snmpTargetResponseGroup

A collection of objects providing remote configuration of management targets for applications which generate SNMP messages for which a response message would be expected.

snmpTargetGroups 2
rfc3413-31 object-group snmpTargetCommandResponderGroup

A collection of objects required for command responder applications, used for counting error conditions.

snmpTargetGroups 3
rfc3413-32 mib SNMP-NOTIFICATION-MIB
       MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules
FROM SNMPv2-SMI

RowStatus,
StorageType
FROM SNMPv2-TC

SnmpAdminString
FROM SNMP-FRAMEWORK-MIB

SnmpTagValue,
snmpTargetParamsName
FROM SNMP-TARGET-MIB

MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
rfc3413-33 module-identity snmpNotificationMIB

This MIB module defines MIB objects which provide mechanisms to remotely configure the parameters used by an SNMP entity for the generation of notifications. 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.

snmpModules 13
rfc3413-34 object-type snmpNotifyTable

24 snmpNotifyTable

This table is used to select management targets which should receive notifications, as well as the type of notification which should be sent to each selected management target.

not-accessible snmpNotifyObjects 1
rfc3413-35 object-type snmpNotifyEntry

25 snmpNotifyEntry

An entry in this table selects a set of management targets which should receive notifications, as well as the type of notification which should be sent to each selected management target. Entries in the snmpNotifyTable are created and deleted using the snmpNotifyRowStatus object.

not-accessible snmpNotifyTable 1
rfc3413-36 row SnmpNotifyEntry
rfc3413-37 object-type snmpNotifyName

26 snmpNotifyName

The locally arbitrary, but unique identifier associated with this snmpNotifyEntry.

not-accessible snmpNotifyEntry 1
rfc3413-38 object-type snmpNotifyTag

27 snmpNotifyTag

This object contains a single tag value which is used to select entries in the snmpTargetAddrTable. Any entry in the snmpTargetAddrTable which contains a tag value which is equal to the value of an instance of this object is selected. If this object contains a value of zero length, no entries are selected.

read-create snmpNotifyEntry 2
rfc3413-39 object-type snmpNotifyType

28 snmpNotifyType

This object determines the type of notification to be generated for entries in the snmpTargetAddrTable selected by the corresponding instance of snmpNotifyTag. This value is only used when generating notifications, and is ignored when using the snmpTargetAddrTable for other purposes. If the value of this object is trap(1), then any messages generated for selected rows will contain Unconfirmed-Class PDUs. If the value of this object is inform(2), then any messages generated for selected rows will contain Confirmed-Class PDUs. Note that if an SNMP entity only supports generation of Unconfirmed-Class PDUs (and not Confirmed-Class PDUs), then this object may be read-only.

read-create snmpNotifyEntry 3
rfc3413-40 object-type snmpNotifyStorageType

29 snmpNotifyStorageType

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.

read-create snmpNotifyEntry 4
rfc3413-41 object-type snmpNotifyRowStatus

30 snmpNotifyRowStatus

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).

read-create snmpNotifyEntry 5
rfc3413-42 object-type snmpNotifyFilterProfileTable

31 snmpNotifyFilterProfileTable

This table is used to associate a notification filter profile with a particular set of target parameters.

not-accessible snmpNotifyObjects 2
rfc3413-43 object-type snmpNotifyFilterProfileEntry

32 snmpNotifyFilterProfileEntry

An entry in this table indicates the name of the filter profile to be used when generating notifications using the corresponding entry in the snmpTargetParamsTable. Entries in the snmpNotifyFilterProfileTable are created and deleted using the snmpNotifyFilterProfileRowStatus object.

not-accessible snmpNotifyFilterProfileTable 1
rfc3413-44 row SnmpNotifyFilterProfileEntry
rfc3413-45 object-type snmpNotifyFilterProfileName

33 snmpNotifyFilterProfileName

The name of the filter profile to be used when generating notifications using the corresponding entry in the snmpTargetAddrTable.

read-create snmpNotifyFilterProfileEntry 1
rfc3413-46 object-type snmpNotifyFilterProfileStorType

34 snmpNotifyFilterProfileStorType

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.

read-create snmpNotifyFilterProfileEntry 2
rfc3413-47 object-type snmpNotifyFilterProfileRowStatus

35 snmpNotifyFilterProfileRowStatus

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 snmpNotifyFilterProfileRowStatus column is 'notReady'. In particular, a newly created row cannot be made active until the corresponding instance of snmpNotifyFilterProfileName has been set.

read-create snmpNotifyFilterProfileEntry 3
rfc3413-48 object-type snmpNotifyFilterTable

36 snmpNotifyFilterTable

The table of filter profiles. Filter profiles are used to determine whether particular management targets should receive particular notifications. When a notification is generated, it must be compared with the filters associated with each management target which is configured to receive notifications, in order to determine whether it may be sent to each such management target. A more complete discussion of notification filtering can be found in section 6. of [SNMP-APPL].

not-accessible snmpNotifyObjects 3
rfc3413-49 object-type snmpNotifyFilterEntry

37 snmpNotifyFilterEntry

An element of a filter profile. Entries in the snmpNotifyFilterTable are created and deleted using the snmpNotifyFilterRowStatus object.

not-accessible snmpNotifyFilterTable 1
rfc3413-50 row SnmpNotifyFilterEntry
rfc3413-51 object-type snmpNotifyFilterSubtree

38 snmpNotifyFilterSubtree

The MIB subtree which, when combined with the corresponding instance of snmpNotifyFilterMask, defines a family of subtrees which are included in or excluded from the filter profile.

not-accessible snmpNotifyFilterEntry 1
rfc3413-52 object-type snmpNotifyFilterMask

39 snmpNotifyFilterMask

The bit mask which, in combination with the corresponding instance of snmpNotifyFilterSubtree, defines a family of subtrees which are included in or excluded from the filter profile. Each bit of this bit mask corresponds to a sub-identifier of snmpNotifyFilterSubtree, with the most significant bit of the i-th octet of this octet string value (extended if necessary, see below) corresponding to the (8*i - 7)-th sub-identifier, and the least significant bit of the i-th octet of this octet string corresponding to the (8*i)-th sub-identifier, where i is in the range 1 through 16. Each bit of this bit mask specifies whether or not the corresponding sub-identifiers must match when determining if an OBJECT IDENTIFIER matches this family of filter subtrees; a '1' indicates that an exact match must occur; a '0' indicates 'wild card', i.e., any sub-identifier value matches. Thus, the OBJECT IDENTIFIER X of an object instance is contained in a family of filter subtrees if, for each sub-identifier of the value of snmpNotifyFilterSubtree, either: the i-th bit of snmpNotifyFilterMask is 0, or the i-th sub-identifier of X is equal to the i-th sub-identifier of the value of snmpNotifyFilterSubtree. If the value of this bit mask is M bits long and there are more than M sub-identifiers in the corresponding instance of snmpNotifyFilterSubtree, then the bit mask is extended with 1's to be the required length. Note that when the value of this object is the zero-length string, this extension rule results in a mask of all-1's being used (i.e., no 'wild card'), and the family of filter subtrees is the one subtree uniquely identified by the corresponding instance of snmpNotifyFilterSubtree.

read-create snmpNotifyFilterEntry 2
rfc3413-53 object-type snmpNotifyFilterType

40 snmpNotifyFilterType

This object indicates whether the family of filter subtrees defined by this entry are included in or excluded from a filter. A more detailed discussion of the use of this object can be found in section 6. of [SNMP-APPL].

read-create snmpNotifyFilterEntry 3
rfc3413-54 object-type snmpNotifyFilterStorageType

41 snmpNotifyFilterStorageType

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.

read-create snmpNotifyFilterEntry 4
rfc3413-55 object-type snmpNotifyFilterRowStatus

42 snmpNotifyFilterRowStatus

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).

read-create snmpNotifyFilterEntry 5
rfc3413-56 module-compliance snmpNotifyBasicCompliance

Create/delete/modify access to the snmpNotifyTable is not required. Support of the values notInService(2), notReady(3), createAndGo(4), createAndWait(5), and destroy(6) is not required.

snmpNotifyCompliances 1
rfc3413-57 module-compliance snmpNotifyBasicFiltersCompliance

The compliance statement for SNMP entities which implement SNMP Unconfirmed-Class notifications with filtering, and read-create operations on all related tables.

snmpNotifyCompliances 2
rfc3413-58 module-compliance snmpNotifyFullCompliance

The compliance statement for SNMP entities which either implement only SNMP Confirmed-Class notifications, or both SNMP Unconfirmed-Class and Confirmed-Class notifications, plus filtering and read-create operations on all related tables.

snmpNotifyCompliances 3
rfc3413-59 object-group snmpNotifyGroup

A collection of objects for selecting which management targets are used for generating notifications, and the type of notification to be generated for each selected management target.

snmpNotifyGroups 1
rfc3413-60 object-group snmpNotifyFilterGroup

A collection of objects providing remote configuration of notification filters.

snmpNotifyGroups 2
rfc3413-61 mib SNMP-PROXY-MIB
       MODULE-IDENTITY,
OBJECT-TYPE,
snmpModules
FROM SNMPv2-SMI

RowStatus,
StorageType
FROM SNMPv2-TC

SnmpEngineID,
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB

SnmpTagValue
FROM SNMP-TARGET-MIB

MODULE-COMPLIANCE,
OBJECT-GROUP
FROM SNMPv2-CONF
rfc3413-62 module-identity snmpProxyMIB

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.

snmpModules 14
rfc3413-63 object-type snmpProxyTable

43 snmpProxyTable

The table of translation parameters used by proxy forwarder applications for forwarding SNMP messages.

not-accessible snmpProxyObjects 2
rfc3413-64 object-type snmpProxyEntry

44 snmpProxyEntry

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.

not-accessible snmpProxyTable 1
rfc3413-65 row SnmpProxyEntry
rfc3413-66 object-type snmpProxyName

45 snmpProxyName

The locally arbitrary, but unique identifier associated with this snmpProxyEntry.

not-accessible snmpProxyEntry 1
rfc3413-67 object-type snmpProxyType

46 snmpProxyType

The type of message that may be forwarded using the translation parameters defined by this entry.

read-create snmpProxyEntry 2
rfc3413-68 object-type snmpProxyContextEngineID

47 snmpProxyContextEngineID

The contextEngineID contained in messages that may be forwarded using the translation parameters defined by this entry.

read-create snmpProxyEntry 3
rfc3413-69 object-type snmpProxyContextName

48 snmpProxyContextName

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.

read-create snmpProxyEntry 4
rfc3413-70 object-type snmpProxyTargetParamsIn

49 snmpProxyTargetParamsIn

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.

read-create snmpProxyEntry 5
rfc3413-71 object-type snmpProxySingleTargetOut

50 snmpProxySingleTargetOut

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).

read-create snmpProxyEntry 6
rfc3413-72 object-type snmpProxyMultipleTargetOut

51 snmpProxyMultipleTargetOut

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).

read-create snmpProxyEntry 7
rfc3413-73 object-type snmpProxyStorageType

52 snmpProxyStorageType

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.

read-create snmpProxyEntry 8
rfc3413-74 object-type snmpProxyRowStatus

53 snmpProxyRowStatus

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

read-create snmpProxyEntry 9
rfc3413-75 module-compliance snmpProxyCompliance

The compliance statement for SNMP entities which include a proxy forwarding application.

snmpProxyCompliances 1
rfc3413-76 object-group snmpProxyGroup

A collection of objects providing remote configuration of management target translation parameters for use by proxy forwarder applications.

snmpProxyGroups 3

Get in touch

Phasellus convallis elit id ullamcorper pulvinar. Duis aliquam turpis mauris, eu ultricies erat malesuada quis. Aliquam dapibus, lacus eget hendrerit bibendum, urna est aliquam sem, sit amet imperdiet est velit quis lorem.