AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » RFC » SLAPM-MIB » Objects

SLAPM-MIB.mib object view, vendor RFC

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file SLAPM-MIB and use it to monitor vendor specific OID's.

SLAPM-MIB file content

Object view of SLAPM-MIB:

Scalar Object
slapmSpinLock .1.3.6.1.3.88.1.1.1
An advisory lock used to allow cooperating applications to coordinate their use of the contents of this MIB. This typically occurs when an application seeks to create an new entry or alter an existing entry in slapmPRMonTable (or old slapmPolicyMonitorTable). A management implementation MAY utilize the slapmSpinLock to serialize its changes or additions. This usage is not required. However, slapmSpinLock MUST be supported by agent implementations.
slapmPolicyCountQueries .1.3.6.1.3.88.1.1.2
The total number of times that a policy lookup occurred with respect to a policy agent. This is the number of times that a reference was made to a policy definition at a system and includes the number of times that a policy repository was accessed, slapmPolicyCountAccesses. The object slapmPolicyCountAccesses should be less than slapmPolicyCountQueries when policy definitions are cached at a system.
slapmPolicyCountAccesses .1.3.6.1.3.88.1.1.3
Total number of times that a policy repository was accessed with respect to a policy agent. The value of this object should be less than slapmPolicyCountQueries, since typically policy entries are cached to minimize repository accesses.
slapmPolicyCountSuccessAccesses .1.3.6.1.3.88.1.1.4
Total number of successful policy repository accesses with respect to a policy agent.
slapmPolicyCountNotFounds .1.3.6.1.3.88.1.1.5
Total number of policy repository accesses, with respect to a policy agent, that resulted in an entry not being located.
slapmPolicyPurgeTime .1.3.6.1.3.88.1.1.6
The purpose of this object is to define the amount of time (in seconds) to wait before removing an slapmPolicyRuleStatsEntry (or old slapmPolicyStatsEntry) when a system detects that the associated policy definition has been deleted. This gives any polling management applications time to complete their last poll before an entry is removed. An slapmPolicyRuleStatsEntry (or old slapmPolicyStatsEntry) enters the deleteNeeded(3) state via slapmPolicyRuleStatsOperStatus (or old slapmPolicyStatsOperStatus) when a system first detects that the entry needs to be removed. Once slapmPolicyPurgeTime has expired for an entry in deleteNeeded(3) state it is removed a long with any dependent slapmPRMonTable (or slapmPolicyMonitorTable) entries. A value of 0 for this option disables this function and results in the automatic purging of slapmPRMonTable (or slapmPolicyTable) entries upon transition into deleteNeeded(3) state. A slapmPolicyRuleDeleted (or slapmPolicyProfileDeleted) notification is sent when an slapmPolicyRuleStatsEntry (or slapmPolicyStatsEntry) is removed. Dependent slapmPRMonTable (or slapmPolicyMonitorTable) deletion results in a slapmPolicyRuleMonDeleted (or slapmPolicyMonitorDeleted) notification being sent. These notifications are suppressed if the value of slapmPolicyTrapEnable is disabled(2).
slapmPolicyTrapEnable .1.3.6.1.3.88.1.1.7
Indicates whether slapmPolicyRuleDeleted and slapmPolicyRuleMonDeleted (or slapmPolicyProfileDeleted and slapmPolicyMonitorDeleted) notifications should be generated by this system.
slapmPolicyTrapFilter .1.3.6.1.3.88.1.1.8
The purpose of this object is to suppress unnecessary slapmSubcMonitorNotOkay (or slapmSubcomponentMonitoredEventNotAchieved), for example, notifications. Basically, a monitored event has to not meet its SLA requirement for the number of consecutive intervals indicated by the value of this object.
slapmPolicyStatsEntry .1.3.6.1.3.88.1.2.1.1
Defines an entry in the slapmPolicyStatsTable. This table defines a set of statistics that is kept on a per system, policy and traffic profile basis. A policy can be defined to contain multiple traffic profiles that map to a single action. Entries in this table are not created or deleted via SNMP but reflect the set of policy definitions known at a system.
slapmPolicyMonitorEntry .1.3.6.1.3.88.1.2.2.1
Defines an entry in the slapmPolicyMonitorTable. This table defines which policies should be monitored on a per policy traffic profile basis.
slapmSubcomponentEntry .1.3.6.1.3.88.1.2.3.1
Describes a particular subcomponent entry. This table does not have an OwnerIndex as part of its indexing since this table's contents is intended to span multiple users.
slapmPolicyNameEntry .1.3.6.1.3.88.1.2.4.1
Defines an entry in the slapmPolicyNameTable.
slapmPolicyRuleStatsEntry .1.3.6.1.3.88.1.2.5.1
Defines an entry in the slapmPolicyRuleStatsTable. This table defines a set of statistics that is kept on a per system and per policy rule basis. Entries in this table are not created or deleted via SNMP but reflect the set of policy rule definitions known at a system.
slapmPRMonEntry .1.3.6.1.3.88.1.2.6.1
Defines an entry in the slapmPRMonTable. This table defines which policies should be monitored on a per policy rule basis. An attempt to set any read-create object defined within an slapmPRMonEntry while the value of slapmPRMonRowStatus is active(1) will result in an inconsistentValue error.
Tabular Object
slapmPolicyStatsSystemAddress .1.3.6.1.3.88.1.2.1.1.1
Address of a system that an Policy definition relates to. A zero length octet string must be used to indicate that only a single system is being represented. Otherwise, the length of the octet string must be 4 for an ipv4 address or 16 for an ipv6 address.
slapmPolicyStatsPolicyName .1.3.6.1.3.88.1.2.1.1.2
Policy name that this entry relates to.
slapmPolicyStatsTrafficProfileName .1.3.6.1.3.88.1.2.1.1.3
The name of a traffic profile that is associated with a policy.
slapmPolicyStatsOperStatus .1.3.6.1.3.88.1.2.1.1.4
The state of a policy entry: inactive(1) - An policy entry was either defined by local system definition or discovered via a directory search but has not been activated (not currently being used). active(2) - Policy entry is being used to affect traffic flows. deleteNeeded(3) - Either though local implementation dependent methods or by discovering that the directory entry corresponding to this table entry no longer exists and slapmPolicyPurgeTime needs to expire before attempting to remove the corresponding slapmPolicyStatsEntry and any dependent slapmPolicyMonitor table entries. Note: a policy traffic profile in a state other than active(1) is not being used to affect traffic flows.
slapmPolicyStatsActiveConns .1.3.6.1.3.88.1.2.1.1.5
The number of active TCP connections that are affected by the corresponding policy entry.
slapmPolicyStatsTotalConns .1.3.6.1.3.88.1.2.1.1.6
The number of total TCP connections that are affected by the corresponding policy entry.
slapmPolicyStatsFirstActivated .1.3.6.1.3.88.1.2.1.1.7
The timestamp for when the corresponding policy entry is activated. The value of this object serves as the discontinuity event indicator when polling entries in this table. The value of this object is updated on transition of slapmPolicyStatsOperStatus into the active(2) state.
slapmPolicyStatsLastMapping .1.3.6.1.3.88.1.2.1.1.8
The timestamp for when the last time that the associated policy entry was used.
slapmPolicyStatsInOctets .1.3.6.1.3.88.1.2.1.1.9
The number of octets that was received by IP for an entity that map to this entry.
slapmPolicyStatsOutOctets .1.3.6.1.3.88.1.2.1.1.10
The number of octets that was transmitted by IP for an entity that map to this entry.
slapmPolicyStatsConnectionLimit .1.3.6.1.3.88.1.2.1.1.11
The limit for the number of active TCP connections that are allowed for this policy definition. A value of zero for this object implies that a connection limit has not been specified.
slapmPolicyStatsCountAccepts .1.3.6.1.3.88.1.2.1.1.12
This counter is incremented when a policy action's Permission value is set to Accept and a session (TCP connection) is accepted.
slapmPolicyStatsCountDenies .1.3.6.1.3.88.1.2.1.1.13
This counter is incremented when a policy action's Permission value is set to Deny and a session is denied, or when a session (TCP connection) is rejected due to a policy's connection limit (slapmPolicyStatsConnectLimit) being reached.
slapmPolicyStatsInDiscards .1.3.6.1.3.88.1.2.1.1.14
This counter counts the number of in octets discarded. This occurs when an error is detected. Examples of this are buffer overflow, checksum error, or bad packet format.
slapmPolicyStatsOutDiscards .1.3.6.1.3.88.1.2.1.1.15
This counter counts the number of out octets discarded. Examples of this are buffer overflow, checksum error, or bad packet format.
slapmPolicyStatsInPackets .1.3.6.1.3.88.1.2.1.1.16
This counter counts the number of in packets received that relate to this policy entry from IP.
slapmPolicyStatsOutPackets .1.3.6.1.3.88.1.2.1.1.17
This counter counts the number of out packets sent by IP that relate to this policy entry.
slapmPolicyStatsInProfileOctets .1.3.6.1.3.88.1.2.1.1.18
This counter counts the number of in octets that are determined to be within profile.
slapmPolicyStatsOutProfileOctets .1.3.6.1.3.88.1.2.1.1.19
This counter counts the number of out octets that are determined to be within profile.
slapmPolicyStatsMinRate .1.3.6.1.3.88.1.2.1.1.20
The minimum transfer rate defined for this entry.
slapmPolicyStatsMaxRate .1.3.6.1.3.88.1.2.1.1.21
The maximum transfer rate defined for this entry.
slapmPolicyStatsMaxDelay .1.3.6.1.3.88.1.2.1.1.22
The maximum delay defined for this entry.
slapmPolicyMonitorOwnerIndex .1.3.6.1.3.88.1.2.2.1.1
To facilitate the provisioning of access control by a security administrator using the View-Based Access Control Model (RFC 2575, VACM) for tables in which multiple users may need to independently create or modify entries, the initial index is used as an 'owner index'. Such an initial index has a syntax of SnmpAdminString, and can thus be trivially mapped to a securityName or groupName as defined in VACM, in accordance with a security policy. All entries in that table belonging to a particular user will have the same value for this initial index. For a given user's entries in a particular table, the object identifiers for the information in these entries will have the same subidentifiers (except for the 'column' subidentifier) up to the end of the encoded owner index. To configure VACM to permit access to this portion of the table, one would create vacmViewTreeFamilyTable entries with the value of vacmViewTreeFamilySubtree including the owner index portion, and vacmViewTreeFamilyMask 'wildcarding' the column subidentifier. More elaborate configurations are possible.
slapmPolicyMonitorSystemAddress .1.3.6.1.3.88.1.2.2.1.2
Address of a system that an Policy definition relates to. A zero length octet string can be used to indicate that only a single system is being represented. Otherwise, the length of the octet string should be 4 for an ipv4 address and 16 for an ipv6 address.
slapmPolicyMonitorPolicyName .1.3.6.1.3.88.1.2.2.1.3
Policy name that this entry relates to.
slapmPolicyMonitorTrafficProfileName .1.3.6.1.3.88.1.2.2.1.4
The corresponding Traffic Profile name.
slapmPolicyMonitorControl .1.3.6.1.3.88.1.2.2.1.5
The value of this object determines the type and level of monitoring that is applied to a policy/profile. The value of this object can't be changed once the table entry that it is a part of is activated via a slapmPolicyMonitorRowStatus transition to active state. monitorMinRate(0) - Monitor minimum transfer rate. monitorMaxRate(1) - Monitor maximum transfer rate. monitorMaxDelay(2) - Monitor maximum delay. enableAggregateTraps(3) - The enableAggregateTraps(3) BITS setting enables notification generation when monitoring a policy traffic profile as an aggregate using the values in the corresponding slapmPolicyStatsEntry. By default this function is not enabled. enableSubcomponentTraps(4) - This BITS setting enables notification generation when monitoring all subcomponents that are mapped to an corresponding slapmPolicyStatsEntry. By default this function is not enabled. monitorSubcomponents(5) - This BITS setting enables monitoring of each subcomponent (typically a TCP connection or UDP listener) individually.
slapmPolicyMonitorStatus .1.3.6.1.3.88.1.2.2.1.6
The value of this object indicates when a monitored value has not meet a threshold or isn't meeting the defined service level. The SlapmStatus TEXTUAL-CONVENTION defines two levels of not meeting a threshold. The first set: slaMinInRateNotAchieved(0), slaMaxInRateExceeded(1), slaMaxDelayExceeded(2), slaMinOutRateNotAchieved(3), slaMaxOutRateExceeded(4) are used to indicate when the SLA as an aggregate is not meeting a threshold while the second set: monitorMinInRateNotAchieved(5), monitorMaxInRateExceeded(6), monitorMaxDelayExceeded(7), monitorMinOutRateNotAchieved(8), monitorMaxOutRateExceeded(9) indicate that at least one subcomponent is not meeting a threshold.
slapmPolicyMonitorInterval .1.3.6.1.3.88.1.2.2.1.7
The number of seconds that defines the sample period.
slapmPolicyMonitorIntTime .1.3.6.1.3.88.1.2.2.1.8
The timestamp for when the last interval ended.
slapmPolicyMonitorCurrentInRate .1.3.6.1.3.88.1.2.2.1.9
Using the value of the corresponding slapmPolicyMonitorInterval, slapmPolicyStatsInOctets is sampled and then divided by slapmPolicyMonitorInterval to determine the current in transfer rate.
slapmPolicyMonitorCurrentOutRate .1.3.6.1.3.88.1.2.2.1.10
Using the value of the corresponding slapmPolicyMonitorInterval, slapmPolicyStatsOutOctets is sampled and then divided by slapmPolicyMonitorInterval to determine the current out transfer rate.
slapmPolicyMonitorMinRateLow .1.3.6.1.3.88.1.2.2.1.11
The threshold for generating a slapmMonitoredEventNotAchieved notification, signalling that a monitored minimum transfer rate has not been meet. A slapmMonitoredEventNotAchieved notification is not generated again for an slapmPolicyMonitorEntry until the minimum transfer rate exceeds slapmPolicyMonitorMinRateHigh (a slapmMonitoredEventOkay notification is then transmitted) and then fails below slapmPolicyMonitorMinRateLow. This behavior reduces the slapmMonitoredEventNotAchieved notifications that are transmitted. A value of zero for this object is returned when the slapmPolicyMonitorControl monitorMinRate(0) is not enabled. When enabled the default value for this object is the min rate value specified in the associated action definition minus 10%. If the action definition doesn't have a min rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMinRate(0) is selected. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPolicyMonitorMinRateHigh .1.3.6.1.3.88.1.2.2.1.12
The threshold for generating a slapmMonitoredEventOkay notification, signalling that a monitored minimum transfer rate has increased to an acceptable level. A value of zero for this object is returned when the slapmPolicyMonitorControl monitorMinRate(0) is not enabled. When enabled the default value for this object is the min rate value specified in the associated action definition plus 10%. If the action definition doesn't have a min rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMinRate(0) is selected. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPolicyMonitorMaxRateHigh .1.3.6.1.3.88.1.2.2.1.13
The threshold for generating a slapmMonitoredEventNotAchieved notification, signalling that a monitored maximum transfer rate has been exceeded. A slapmMonitoredEventNotAchieved notification is not generated again for an slapmPolicyMonitorEntry until the maximum transfer rate fails below slapmPolicyMonitorMaxRateLow (a slapmMonitoredEventOkay notification is then transmitted) and then raises above slapmPolicyMonitorMaxRateHigh. This behavior reduces the slapmMonitoredEventNotAchieved notifications that are transmitted. A value of zero for this object is returned when the slapmPolicyMonitorControl monitorMaxRate(1) is not enabled. When enabled the default value for this object is the max rate value specified in the associated action definition plus 10%. If the action definition doesn't have a max rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxRate(1) is selected. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPolicyMonitorMaxRateLow .1.3.6.1.3.88.1.2.2.1.14
The threshold for generating a slapmMonitoredEventOkay notification, signalling that a monitored maximum transfer rate has fallen to an acceptable level. A value of zero for this object is returned when the slapmPolicyMonitorControl monitorMaxRate(1) is not enabled. When enabled the default value for this object is the max rate value specified in the associated action definition minus 10%. If the action definition doesn't have a max rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxRate(1) is selected. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPolicyMonitorMaxDelayHigh .1.3.6.1.3.88.1.2.2.1.15
The threshold for generating a slapmMonitoredEventNotAchieved notification, signalling that a monitored maximum delay rate has been exceeded. A slapmMonitoredEventNotAchieved notification is not generated again for an slapmPolicyMonitorEntry until the maximum delay rate falls below slapmPolicyMonitorMaxDelayLow (a slapmMonitoredEventOkay notification is then transmitted) and raises above slapmPolicyMonitorMaxDelayHigh. This behavior reduces the slapmMonitoredEventNotAchieved notifications that are transmitted. A value of zero for this object is returned when the slapmPolicyMonitorControl monitorMaxDelay(4) is not enabled. When enabled the default value for this object is the max delay value specified in the associated action definition plus 10%. If the action definition doesn't have a max delay defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxDelay(4) is selected. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPolicyMonitorMaxDelayLow .1.3.6.1.3.88.1.2.2.1.16
The threshold for generating a slapmMonitoredEventOkay notification, signalling that a monitored maximum delay rate has fallen to an acceptable level. A value of zero for this object is returned when the slapmPolicyMonitorControl monitorMaxDelay(4) is not enabled. When enabled the default value for this object is the max delay value specified in the associated action definition minus 10%. If the action definition doesn't have a max delay defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxDelay(4) is selected. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPolicyMonitorMinInRateNotAchieves .1.3.6.1.3.88.1.2.2.1.17
The number of times that a minimum transfer in rate was not achieved.
slapmPolicyMonitorMaxInRateExceeds .1.3.6.1.3.88.1.2.2.1.18
The number of times that a maximum transfer in rate was exceeded.
slapmPolicyMonitorMaxDelayExceeds .1.3.6.1.3.88.1.2.2.1.19
The number of times that a maximum delay in rate was exceeded.
slapmPolicyMonitorMinOutRateNotAchieves .1.3.6.1.3.88.1.2.2.1.20
The number of times that a minimum transfer out rate was not achieved.
slapmPolicyMonitorMaxOutRateExceeds .1.3.6.1.3.88.1.2.2.1.21
The number of times that a maximum transfer out rate was exceeded.
slapmPolicyMonitorCurrentDelayRate .1.3.6.1.3.88.1.2.2.1.22
The current delay rate for this entry. This is calculated by taking the average of the TCP round trip times for all associating slapmSubcomponentTable entries within a interval.
slapmPolicyMonitorRowStatus .1.3.6.1.3.88.1.2.2.1.23
This object allows entries to be created and deleted in the slapmPolicyMonitorTable. An entry in this table is deleted by setting this object to destroy(6). Removal of a corresponding (same policy and traffic profile names) slapmPolicyStatsEntry has the side effect of the automatic deletion an entry in this table.
slapmSubcomponentRemAddress .1.3.6.1.3.88.1.2.3.1.1
Indicate the remote address of a subcomponent. A remote address can be either an ipv4 address in which case 4 octets are required or as an ipv6 address that requires 16 octets. The value of this subidentifier is a zero length octet string when this entry relates to a UDP listener.
slapmSubcomponentRemPort .1.3.6.1.3.88.1.2.3.1.2
Indicate the remote port of a subcomponent. The value of this subidentifier is 0 when this entry relates to a UDP listener.
slapmSubcomponentLocalAddress .1.3.6.1.3.88.1.2.3.1.3
Indicate the local address of a subcomponent. A local address can be either an ipv4 address in which case 4 octets are required or as an ipv6 address that requires 16 octets.
slapmSubcomponentLocalPort .1.3.6.1.3.88.1.2.3.1.4
Indicate the local port of a subcomponent.
slapmSubcomponentProtocol .1.3.6.1.3.88.1.2.3.1.5
Indicate the protocol in use that identifies the type of subcomponent.
slapmSubcomponentSystemAddress .1.3.6.1.3.88.1.2.3.1.6
Address of a system that an Policy definition relates to. A zero length octet string can be used to indicate that only a single system is being represented. Otherwise, the length of the octet string should be 4 for an ipv4 address and 16 for an ipv6 address.
slapmSubcomponentPolicyName .1.3.6.1.3.88.1.2.3.1.7
Policy name that this entry relates to. This object, along with slapmSubcomponentTrafficProfileName, have been replaced with the use of an unsigned integer index that is mapped to an slapmPolicyNameEntry to actually identify policy naming.
slapmSubcomponentTrafficProfileName .1.3.6.1.3.88.1.2.3.1.8
The corresponding traffic profile name. This object, along with slapmSubcomponentProfileName, have been replaced with the use of an unsigned integer index that is mapped to an slapmPolicyNameEntry to actually identify policy naming.
slapmSubcomponentLastActivity .1.3.6.1.3.88.1.2.3.1.9
The date and timestamp of when this entry was last used.
slapmSubcomponentInOctets .1.3.6.1.3.88.1.2.3.1.10
The number of octets received from IP for this connection.
slapmSubcomponentOutOctets .1.3.6.1.3.88.1.2.3.1.11
The number of octets sent to IP for this connection.
slapmSubcomponentTcpOutBufferedOctets .1.3.6.1.3.88.1.2.3.1.12
Number of outgoing octets buffered. The value of this object is zero when the entry is not for a TCP connection.
slapmSubcomponentTcpInBufferedOctets .1.3.6.1.3.88.1.2.3.1.13
Number of incoming octets buffered. The value of this object is zero when the entry is not for a TCP connection.
slapmSubcomponentTcpReXmts .1.3.6.1.3.88.1.2.3.1.14
Number of retransmissions. The value of this object is zero when the entry is not for a TCP connection.
slapmSubcomponentTcpRoundTripTime .1.3.6.1.3.88.1.2.3.1.15
The amount of time that has elapsed, measured in milliseconds, from when the last TCP segment was transmitted by the TCP Stack until the ACK was received. The value of this object is zero when the entry is not for a TCP connection.
slapmSubcomponentTcpRoundTripVariance .1.3.6.1.3.88.1.2.3.1.16
Round trip time variance. The value of this object is zero when the entry is not for a TCP connection.
slapmSubcomponentInPdus .1.3.6.1.3.88.1.2.3.1.17
The number of protocol related data units transferred inbound: slapmSubcomponentProtocol PDU Type udpListener(1) UDP datagrams tcpConnection(2) TCP segments
slapmSubcomponentOutPdus .1.3.6.1.3.88.1.2.3.1.18
The number of protocol related data units transferred outbound: slapmSubcomponentProtocol PDU Type udpListener(1) UDP datagrams tcpConnection(2) TCP segments
slapmSubcomponentApplName .1.3.6.1.3.88.1.2.3.1.19
The application name associated with this entry if known, otherwise a zero-length octet string is returned as the value of this object.
slapmSubcomponentMonitorStatus .1.3.6.1.3.88.1.2.3.1.20
The value of this object indicates when a monitored value has exceeded a threshold or isn't meeting the defined service level. Only the following SlapmStatus BITS setting can be reported here: monitorMinInRateNotAchieved(5), monitorMaxInRateExceeded(6), monitorMaxDelayExceeded(7), monitorMinOutRateNotAchieved(8), monitorMaxOutRateExceeded(9) This object only has meaning when an corresponding slapmPolicyMonitorEntry exists with the slapmPolicyMonitorControl BITS setting monitorSubcomponents(5) enabled.
slapmSubcomponentMonitorIntTime .1.3.6.1.3.88.1.2.3.1.21
The timestamp for when the last interval ended. This object only has meaning when an corresponding slapmPRMonEntry (or old slapmPolicyMonitorEntry) exists with the slapmPRMonControl (or slapmPolicyMonitorControl) BITS setting monitorSubcomponents(5) enabled. All of the octets returned when monitoring is not in effect must be zero.
slapmSubcomponentMonitorCurrentInRate .1.3.6.1.3.88.1.2.3.1.22
Using the value of the corresponding slapmPRMonInterval (or slapmPolicyMonitorInterval), slapmSubcomponentStatsInOctets is divided by slapmSubcomponentMonitorInterval to determine the current in transfer rate. This object only has meaning when an corresponding slapmPRMonEntry (or slapmPolicyMonitorEntry) exists with the slapmPRMonControl (or slapmPolicyMonitorControl) BITS setting monitorSubcomponents(5) enabled. The value of this object is zero when monitoring is not in effect.
slapmSubcomponentMonitorCurrentOutRate .1.3.6.1.3.88.1.2.3.1.23
Using the value of the corresponding slapmPRMonInterval (or slapmPolicyMonitorInterva)l, slapmSubcomponentStatsOutOctets is divided by slapmPRMonInterval (or slapmPolicyMonitorInterval) to determine the current out transfer rate. This object only has meaning when an corresponding slapmPRMonEntry (or slapmPolicyMonitorEntry) exists with the slapmPRMonControl (or slapmPolicyMonitorControl) BITS setting monitorSubcomponents(5) enabled. The value of this object is zero when monitoring is not in effect.
slapmSubcomponentPolicyRuleIndex .1.3.6.1.3.88.1.2.3.1.24
Points to an slapmPolicyNameEntry when combined with slapmSubcomponentSystemAddress to indicate the policy naming that relates to this entry. A value of 0 for this object MUST be returned when the corresponding slapmSubcomponentEntry has no policy rule associated with it.
slapmPolicyNameSystemAddress .1.3.6.1.3.88.1.2.4.1.1
Address of a system that an Policy rule definition relates to. A zero length octet string must be used to indicate that only a single system is being represented. Otherwise, the length of the octet string must be 4 for an ipv4 address or 16 for an ipv6 address.
slapmPolicyNameIndex .1.3.6.1.3.88.1.2.4.1.2
A locally arbitrary, but unique identifier associated with this table entry. This value is not expected to remain constant across reIPLs.
slapmPolicyNameOfRule .1.3.6.1.3.88.1.2.4.1.3
The unique name that identifies a policy rule definition.
slapmPolicyRuleStatsOperStatus .1.3.6.1.3.88.1.2.5.1.1
The state of a policy entry: inactive(1) - An policy entry was either defined by local system definition or discovered via a directory search but has not been activated (not currently being used). active(2) - Policy entry is being used to affect traffic flows. deleteNeeded(3) - Either though local implementation dependent methods or by discovering that the directory entry corresponding to this table entry no longer exists and slapmPolicyPurgeTime needs to expire before attempting to remove the corresponding slapmPolicyStatsEntry and any dependent slapmPolicyMonitor table entries. Note: a policy rule in a state other than active(2) is not being used to affect traffic flows.
slapmPolicyRuleStatsActiveConns .1.3.6.1.3.88.1.2.5.1.2
The number of active TCP connections that are affected by the corresponding policy entry.
slapmPolicyRuleStatsTotalConns .1.3.6.1.3.88.1.2.5.1.3
The number of total TCP connections that are affected by the corresponding policy entry.
slapmPolicyRuleStatsLActivated .1.3.6.1.3.88.1.2.5.1.4
The timestamp for when the corresponding policy entry was last activated. The value of this object serves as the discontinuity event indicator when polling entries in this table. The value of this object is updated on transition of slapmPolicyRuleStatsOperStatus into the active(2) state.
slapmPolicyRuleStatsLastMapping .1.3.6.1.3.88.1.2.5.1.5
The timestamp for when the last time that the associated policy entry was used.
slapmPolicyRuleStatsInOctets .1.3.6.1.3.88.1.2.5.1.6
The number of octets that was received by IP for an entity that map to this entry.
slapmPolicyRuleStatsOutOctets .1.3.6.1.3.88.1.2.5.1.7
The number of octets that was transmitted by IP for an entity that map to this entry.
slapmPolicyRuleStatsConnLimit .1.3.6.1.3.88.1.2.5.1.8
The limit for the number of active TCP connections that are allowed for this policy definition. A value of zero for this object implies that a connection limit has not been specified.
slapmPolicyRuleStatsCountAccepts .1.3.6.1.3.88.1.2.5.1.9
This counter is incremented when a policy action's Permission value is set to Accept and a session (TCP connection) is accepted.
slapmPolicyRuleStatsCountDenies .1.3.6.1.3.88.1.2.5.1.10
This counter is incremented when a policy action's Permission value is set to Deny and a session is denied, or when a session (TCP connection) is rejected due to a policy's connection limit (slapmPolicyRuleStatsConnectLimit) being reached.
slapmPolicyRuleStatsInDiscards .1.3.6.1.3.88.1.2.5.1.11
This counter counts the number of in octets discarded. This occurs when an error is detected. Examples of this are buffer overflow, checksum error, or bad packet format.
slapmPolicyRuleStatsOutDiscards .1.3.6.1.3.88.1.2.5.1.12
This counter counts the number of out octets discarded. Examples of this are buffer overflow, checksum error, or bad packet format.
slapmPolicyRuleStatsInPackets .1.3.6.1.3.88.1.2.5.1.13
This counter counts the number of in packets received that relate to this policy entry from IP.
slapmPolicyRuleStatsOutPackets .1.3.6.1.3.88.1.2.5.1.14
This counter counts the number of out packets sent by IP that relate to this policy entry.
slapmPolicyRuleStatsInProOctets .1.3.6.1.3.88.1.2.5.1.15
This counter counts the number of in octets that are determined to be within profile.
slapmPolicyRuleStatsOutProOctets .1.3.6.1.3.88.1.2.5.1.16
This counter counts the number of out octets that are determined to be within profile.
slapmPolicyRuleStatsMinRate .1.3.6.1.3.88.1.2.5.1.17
The minimum transfer rate defined for this entry.
slapmPolicyRuleStatsMaxRate .1.3.6.1.3.88.1.2.5.1.18
The maximum transfer rate defined for this entry.
slapmPolicyRuleStatsMaxDelay .1.3.6.1.3.88.1.2.5.1.19
The maximum delay defined for this entry.
slapmPolicyRuleStatsTotalRsvpFlows .1.3.6.1.3.88.1.2.5.1.20
Total number of RSVP flows that have be activated.
slapmPolicyRuleStatsActRsvpFlows .1.3.6.1.3.88.1.2.5.1.21
Current number of active RSVP flows.
slapmPRMonOwnerIndex .1.3.6.1.3.88.1.2.6.1.1
To facilitate the provisioning of access control by a security administrator using the View-Based Access Control Model (RFC 2575, VACM) for tables in which multiple users may need to independently create or modify entries, the initial index is used as an 'owner index'. Such an initial index has a syntax of SnmpAdminString, and can thus be trivially mapped to a securityName or groupName as defined in VACM, in accordance with a security policy. All entries in that table belonging to a particular user will have the same value for this initial index. For a given user's entries in a particular table, the object identifiers for the information in these entries will have the same subidentifiers (except for the 'column' subidentifier) up to the end of the encoded owner index. To configure VACM to permit access to this portion of the table, one would create vacmViewTreeFamilyTable entries with the value of vacmViewTreeFamilySubtree including the owner index portion, and vacmViewTreeFamilyMask 'wildcarding' the column subidentifier. More elaborate configurations are possible.
slapmPRMonSystemAddress .1.3.6.1.3.88.1.2.6.1.2
Address of a system that an Policy definition relates to. A zero length octet string can be used to indicate that only a single system is being represented. Otherwise, the length of the octet string should be 4 for an ipv4 address and 16 for an ipv6 address.
slapmPRMonIndex .1.3.6.1.3.88.1.2.6.1.3
An slapmPolicyNameTable index, slapmPolicyNameIndex, that points to the unique name associated with a policy rule definition.
slapmPRMonControl .1.3.6.1.3.88.1.2.6.1.4
The value of this object determines the type and level of monitoring that is applied to a policy rule. The value of this object can't be changed once the table entry that it is a part of is activated via a slapmPRMonRowStatus transition to active state. monitorMinRate(0) - Monitor minimum transfer rate. monitorMaxRate(1) - Monitor maximum transfer rate. monitorMaxDelay(2) - Monitor maximum delay. enableAggregateTraps(3) - The enableAggregateTraps(3) BITS setting enables notification generation when monitoring a policy rule as an aggregate using the values in the corresponding slapmPRMonStatsEntry. By default this function is not enabled. enableSubcomponentTraps(4) - This BITS setting enables notification generation when monitoring all subcomponents that are mapped to an corresponding slapmPRMonStatsEntry. By default this function is not enabled. monitorSubcomponents(5) - This BITS setting enables monitoring of each subcomponent (typically a TCP connection or UDP listener) individually.
slapmPRMonStatus .1.3.6.1.3.88.1.2.6.1.5
The value of this object indicates when a monitored value has not meet a threshold or isn't meeting the defined service level. The SlapmStatus TEXTUAL-CONVENTION defines two levels of not meeting a threshold. The first set: slaMinInRateNotAchieved(0), slaMaxInRateExceeded(1), slaMaxDelayExceeded(2), slaMinOutRateNotAchieved(3), slaMaxOutRateExceeded(4) are used to indicate when the SLA as an aggregate is not meeting a threshold while the second set: monitorMinInRateNotAchieved(5), monitorMaxInRateExceeded(6), monitorMaxDelayExceeded(7), monitorMinOutRateNotAchieved(8), monitorMaxOutRateExceeded(9) indicate that at least one subcomponent is not meeting a threshold.
slapmPRMonInterval .1.3.6.1.3.88.1.2.6.1.6
The number of seconds that defines the sample period.
slapmPRMonIntTime .1.3.6.1.3.88.1.2.6.1.7
The timestamp for when the last interval ended.
slapmPRMonCurrentInRate .1.3.6.1.3.88.1.2.6.1.8
Using the value of the corresponding slapmPRMonInterval, slapmPolicyRuleStatsInOctets is sampled and then divided by slapmPRMonInterval to determine the current in transfer rate.
slapmPRMonCurrentOutRate .1.3.6.1.3.88.1.2.6.1.9
Using the value of the corresponding slapmPolicyMonInterval, slapmPolicyRuleStatsOutOctets is sampled and then divided by slapmPRMonInterval to determine the current out transfer rate.
slapmPRMonMinRateLow .1.3.6.1.3.88.1.2.6.1.10
The threshold for generating a slapmPolicyRuleMonNotOkay notification, signalling that a monitored minimum transfer rate has not been meet. A slapmPolicyRuleMonNotOkay notification is not generated again for an slapmPRMonEntry until the minimum transfer rate exceeds slapmPRMonMinRateHigh (a slapmPolicyRuleMonOkay notification is then transmitted) and then fails below slapmPRMonMinRateLow. This behavior reduces the slapmPolicyRuleMonNotOkay notifications that are transmitted. A value of zero for this object is returned when the slapmPRMonControl monitorMinRate(0) is not enabled. When enabled the default value for this object is the min rate value specified in the associated action definition minus 10%. If the action definition doesn't have a min rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMinRate(0) is selected. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPRMonMinRateHigh .1.3.6.1.3.88.1.2.6.1.11
The threshold for generating a slapmPolicyRuleMonOkay notification, signalling that a monitored minimum transfer rate has increased to an acceptable level. A value of zero for this object is returned when the slapmPRMonControl monitorMinRate(0) is not enabled. When enabled the default value for this object is the min rate value specified in the associated action definition plus 10%. If the action definition doesn't have a min rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMinRate(0) is selected. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPRMonMaxRateHigh .1.3.6.1.3.88.1.2.6.1.12
The threshold for generating a slapmPolicyRuleMonNotOkay notification, signalling that a monitored maximum transfer rate has been exceeded. A slapmPolicyRuleNotOkay notification is not generated again for an slapmPRMonEntry until the maximum transfer rate fails below slapmPRMonMaxRateLow (a slapmPolicyRuleMonOkay notification is then transmitted) and then raises above slapmPRMonMaxRateHigh. This behavior reduces the slapmPolicyRuleMonNotOkay notifications that are transmitted. A value of zero for this object is returned when the slapmPRMonControl monitorMaxRate(1) is not enabled. When enabled the default value for this object is the max rate value specified in the associated action definition plus 10%. If the action definition doesn't have a max rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxRate(1) is selected. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPRMonMaxRateLow .1.3.6.1.3.88.1.2.6.1.13
The threshold for generating a slapmPolicyRuleMonOkay notification, signalling that a monitored maximum transfer rate has fallen to an acceptable level. A value of zero for this object is returned when the slapmPRMonControl monitorMaxRate(1) is not enabled. When enabled the default value for this object is the max rate value specified in the associated action definition minus 10%. If the action definition doesn't have a max rate defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxRate(1) is selected. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPRMonMaxDelayHigh .1.3.6.1.3.88.1.2.6.1.14
The threshold for generating a slapmPolicyRuleMonNotOkay notification, signalling that a monitored maximum delay rate has been exceeded. A slapmPolicyRuleMonNotOkay notification is not generated again for an slapmPRMonEntry until the maximum delay rate falls below slapmPRMonMaxDelayLow (a slapmPolicyRuleMonOkay notification is then transmitted) and raises above slapmPRMonMaxDelayHigh. This behavior reduces the slapmPolicyRuleMonNotOkay notifications that are transmitted. A value of zero for this object is returned when the slapmPRMonControl monitorMaxDelay(4) is not enabled. When enabled the default value for this object is the max delay value specified in the associated action definition plus 10%. If the action definition doesn't have a max delay defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxDelay(4) is selected. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPRMonMaxDelayLow .1.3.6.1.3.88.1.2.6.1.15
The threshold for generating a slapmPolicyRuleMonOkay notification, signalling that a monitored maximum delay rate has fallen to an acceptable level. A value of zero for this object is returned when the slapmPRMonControl monitorMaxDelay(4) is not enabled. When enabled the default value for this object is the max delay value specified in the associated action definition minus 10%. If the action definition doesn't have a max delay defined then there is no default for this object and a value MUST be specified prior to activating this entry when monitorMaxDelay(4) is selected. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for any notification relating to this entry to potentially be generated.
slapmPRMonMinInRateNotAchieves .1.3.6.1.3.88.1.2.6.1.16
The number of times that a minimum transfer in rate was not achieved.
slapmPRMonMaxInRateExceeds .1.3.6.1.3.88.1.2.6.1.17
The number of times that a maximum transfer in rate was exceeded.
slapmPRMonMaxDelayExceeds .1.3.6.1.3.88.1.2.6.1.18
The number of times that a maximum delay in rate was exceeded.
slapmPRMonMinOutRateNotAchieves .1.3.6.1.3.88.1.2.6.1.19
The number of times that a minimum transfer out rate was not achieved.
slapmPRMonMaxOutRateExceeds .1.3.6.1.3.88.1.2.6.1.20
The number of times that a maximum transfer out rate was exceeded.
slapmPRMonCurrentDelayRate .1.3.6.1.3.88.1.2.6.1.21
The current delay rate for this entry. This is calculated by taking the average of the TCP round trip times for all associating slapmSubcomponentTable entries within a interval.
slapmPRMonRowStatus .1.3.6.1.3.88.1.2.6.1.22
This object allows entries to be created and deleted in the slapmPRMonTable. An entry in this table is deleted by setting this object to destroy(6). Removal of an corresponding (same policy index) slapmPolicyRuleStatsEntry has the side effect of the automatic deletion an entry in this table. Note that an attempt to set any read-create object defined within an slapmPRMonEntry while the value of slapmPRMonRowStatus is active(1) will result in an inconsistentValue error.
Table
slapmPolicyStatsTable .1.3.6.1.3.88.1.2.1
Provides statistics on all policies known at a system. This table has been deprecated and replaced with the slapmPolicyRuleStatsTable. Older implementations of this MIB are expected to continue their support of this table.
slapmPolicyMonitorTable .1.3.6.1.3.88.1.2.2
Provides a method of monitoring policies and their effect at a system. This table has been deprecated and replaced with the slapmPRMonTable. Older implementations of this MIB are expected to continue their support of this table.
slapmSubcomponentTable .1.3.6.1.3.88.1.2.3
Defines a table to provide information on the individually components that are mapped to a policy rule (or old traffic profile). The indexing for this table is designed to support the use of an SNMP GET-NEXT operation using only the remote address and remote port as a way for a management station to retrieve the table entries relating to a particular client.
slapmPolicyNameTable .1.3.6.1.3.88.1.2.4
Provides the mapping between a policy index as a unsigned 32 bit integer and the unique name associated with a policy rule.
slapmPolicyRuleStatsTable .1.3.6.1.3.88.1.2.5
Provides statistics on a per system and a per policy rule basis.
slapmPRMonTable .1.3.6.1.3.88.1.2.6
Provides a method of monitoring policies and their effect at a system.
Trap
slapmMonitoredEventNotAchieved .1.3.6.1.3.88.0.1
This notification is generated when an monitored event is not achieved with respect to threshold. This applies only towards monitoring a policy traffic profile as an aggregate via an associating slapmPolicyStatsEntry. The value of slapmPolicyMonitorControl can be examined to determine what is being monitored. The first slapmPolicyMonitorStatus value supplies the current monitor status while the 2nd value supplies the previous status. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for this notification to potentially be generated.
slapmMonitoredEventOkay .1.3.6.1.3.88.0.2
This notification is generated when a monitored event has improved to an acceptable level. This applies only towards monitoring a policy traffic profile as an aggregate via an associating slapmPolicyStatsEntry. The value of slapmPolicyMonitorControl can be examined to determine what is being monitored. The first slapmPolicyMonitorStatus value supplies the current monitor status while the 2nd value supplies the previous status. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableAggregateTraps(3), MUST be selected in order for this notification to potentially be generated.
slapmPolicyProfileDeleted .1.3.6.1.3.88.0.3
A slapmPolicyDeleted notification is sent when a slapmPolicyStatsEntry is deleted if the value of slapmPolicyTrapEnable is enabled(1).
slapmPolicyMonitorDeleted .1.3.6.1.3.88.0.4
A slapmPolicyMonitorDeleted notification is sent when a slapmPolicyMonitorEntry is deleted if the value of slapmPolicyTrapEnable is enabled(1).
slapmSubcomponentMonitoredEventNotAchieved .1.3.6.1.3.88.0.5
This notification is generated when a monitored value does not achieved a threshold specification. This applies only towards monitoring the individual components of a policy traffic profile. The value of the corresponding slapmPolicyMonitorControl can be examined to determine what is being monitored. The first slapmSubcomponentMonitorStatus value supplies the current monitor status while the 2nd value supplies the previous status. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableSubcomponentTraps(4), MUST be selected in order for this notification to potentially be generated.
slapmSubcomponentMonitoredEventOkay .1.3.6.1.3.88.0.6
This notification is generated when a monitored value has reached an acceptable level. Note: The corresponding slapmPolicyMonitorControl BITS setting, enableSubcomponentTraps(3), MUST be selected in order for this notification to potentially be generated.
slapmPolicyRuleMonNotOkay .1.3.6.1.3.88.0.7
This notification is generated when an monitored event is not achieved with respect to a threshold. This applies only towards monitoring a policy rule as an aggregate via an associating slapmPolicyRuleStatsEntry. The value of slapmPRMonControl can be examined to determine what is being monitored. The first slapmPRMonStatus value supplies the current monitor status while the 2nd value supplies the previous status. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for this notification to potentially be generated.
slapmPolicyRuleMonOkay .1.3.6.1.3.88.0.8
This notification is generated when a monitored event has improved to an acceptable level. This applies only towards monitoring a policy rule as an aggregate via an associating slapmPolicyRuleStatsEntry. The value of slapmPRMonControl can be examined to determine what is being monitored. The first slapmPRMonStatus value supplies the current monitor status while the 2nd value supplies the previous status. Note: The corresponding slapmPRMonControl BITS setting, enableAggregateTraps(3), MUST be selected in order for this notification to potentially be generated.
slapmPolicyRuleDeleted .1.3.6.1.3.88.0.9
A slapmPolicyRuleDeleted notification is sent when a slapmPolicyRuleStatsEntry is deleted if the value of slapmPolicyTrapEnable is enabled(1).
slapmPolicyRuleMonDeleted .1.3.6.1.3.88.0.10
A slapmPolicyRuleMonDeleted notification is sent when a slapmPRMonEntry is deleted if the value of slapmPolicyTrapEnable is enabled(1).
slapmSubcMonitorNotOkay .1.3.6.1.3.88.0.11
This notification is generated when a monitored value does not achieved a threshold specification. This applies only towards monitoring the individual components of a policy rule. The value of the corresponding slapmPRMonControl can be examined to determine what is being monitored. The first slapmSubcomponentMonitorStatus value supplies the current monitor status while the 2nd value supplies the previous status. Note: The corresponding slapmPRMonControl BITS setting, enableSubcomponentTraps(4), MUST be selected in order for this notification to potentially be generated.
slapmSubcMonitorOkay .1.3.6.1.3.88.0.12
This notification is generated when a monitored value has reached an acceptable level. Note: The corresponding slapmPRMonControl BITS setting, enableSubcomponentTraps(3), MUST be selected in order for this notification to potentially be generated.
Object Identifier
slapmMIB .1.3.6.1.3.88
The Service Level Agreement Performance Monitoring MIB (SLAPM-MIB) provides data collection and monitoring capabilities for Service Level Agreements (SLAs) policy definitions.
slapmNotifications .1.3.6.1.3.88.0
slapmObjects .1.3.6.1.3.88.1
slapmConformance .1.3.6.1.3.88.2
slapmBaseObjects .1.3.6.1.3.88.1.1
slapmTableObjects .1.3.6.1.3.88.1.2
slapmCompliances .1.3.6.1.3.88.2.1
slapmGroups .1.3.6.1.3.88.2.2
Group
slapmBaseGroup2 .1.3.6.1.3.88.2.2.6
The group of objects defined by this MIB that are required for all implementations to be compliant.
slapmNotGroup2 .1.3.6.1.3.88.2.2.8
The group of notifications defined by this MIB that MUST be implemented.
slapmEndSystemGroup2 .1.3.6.1.3.88.2.2.7
The group of objects defined by this MIB that are required for end system implementations.
slapmEndSystemNotGroup2 .1.3.6.1.3.88.2.2.9
The group of objects defined by this MIB that are required for end system implementations.
slapmBaseGroup .1.3.6.1.3.88.2.2.1
The group of objects defined by this MIB that are required for all implementations to be compliant.
slapmNotGroup .1.3.6.1.3.88.2.2.4
The group of notifications defined by this MIB that MUST be implemented.
slapmOptionalGroup .1.3.6.1.3.88.2.2.2
The group of objects defined by this MIB that are optional.
slapmEndSystemGroup .1.3.6.1.3.88.2.2.3
The group of objects defined by this MIB that are required for end system implementations.
slapmEndSystemNotGroup .1.3.6.1.3.88.2.2.5
The group of objects defined by this MIB that are required for end system implementations.