SLAPM-MIB

File: SLAPM-MIB.mib (113773 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
Integer32 NOTIFICATION-TYPE Gauge32
Counter32 Unsigned32 TEXTUAL-CONVENTION
RowStatus TestAndIncr DateAndTime
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
SnmpAdminString

Defined Types

SlapmNameType  
The textual convention for naming entities within this MIB. The actual contents of an object defined using this textual convention should consist of the distinguished name portion of an name. This is usually the right-most portion of the name. This convention is necessary, since names within this MIB can be used as index items and an instance identifier is limited to 128 subidentifiers. This textual convention has been deprecated. All of the tables defined within this MIB that use this textual convention have been deprecated as well since the method of using a portion of the name (either of a policy definition or of a traffic profile) has been replaced by using an Unsigned32 index. The new slapmPolicyNameTable would then map the Unsigned32 index to a real name.
TEXTUAL-CONVENTION    
  SnmpAdminString Size(0..32)  

SlapmStatus  
The textual convention for defining the various slapmPRMonTable (or old slapmPolicyMonitorTable) and the slapmSubcomponentTable states for actual policy rule traffic monitoring.
TEXTUAL-CONVENTION    
  BITS slaMinInRateNotAchieved(0), slaMaxInRateExceeded(1), slaMaxDelayExceeded(2), slaMinOutRateNotAchieved(3), slaMaxOutRateExceeded(4), monitorMinInRateNotAchieved(5), monitorMaxInRateExceeded(6), monitorMaxDelayExceeded(7), monitorMinOutRateNotAchieved(8), monitorMaxOutRateExceeded(9)  

SlapmPolicyRuleName  
To facilitate internationalization, this TC represents information taken from the ISO/IEC IS 10646-1 character set, encoded as an octet string using the UTF-8 character encoding scheme described in RFC 2044. For strings in 7-bit US-ASCII, there is no impact since the UTF-8 representation is identical to the US-ASCII encoding.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..1024)  

SlapmPolicyStatsEntry  
SEQUENCE    
  slapmPolicyStatsSystemAddress OCTET STRING
  slapmPolicyStatsPolicyName SlapmNameType
  slapmPolicyStatsTrafficProfileName SlapmNameType
  slapmPolicyStatsOperStatus INTEGER
  slapmPolicyStatsActiveConns Gauge32
  slapmPolicyStatsTotalConns Counter32
  slapmPolicyStatsFirstActivated DateAndTime
  slapmPolicyStatsLastMapping DateAndTime
  slapmPolicyStatsInOctets Counter32
  slapmPolicyStatsOutOctets Counter32
  slapmPolicyStatsConnectionLimit Integer32
  slapmPolicyStatsCountAccepts Counter32
  slapmPolicyStatsCountDenies Counter32
  slapmPolicyStatsInDiscards Counter32
  slapmPolicyStatsOutDiscards Counter32
  slapmPolicyStatsInPackets Counter32
  slapmPolicyStatsOutPackets Counter32
  slapmPolicyStatsInProfileOctets Counter32
  slapmPolicyStatsOutProfileOctets Counter32
  slapmPolicyStatsMinRate Integer32
  slapmPolicyStatsMaxRate Integer32
  slapmPolicyStatsMaxDelay Integer32

SlapmPolicyMonitorEntry  
SEQUENCE    
  slapmPolicyMonitorOwnerIndex SnmpAdminString
  slapmPolicyMonitorSystemAddress OCTET STRING
  slapmPolicyMonitorPolicyName SlapmNameType
  slapmPolicyMonitorTrafficProfileName SlapmNameType
  slapmPolicyMonitorControl BITS
  slapmPolicyMonitorStatus SlapmStatus
  slapmPolicyMonitorInterval Integer32
  slapmPolicyMonitorIntTime DateAndTime
  slapmPolicyMonitorCurrentInRate Gauge32
  slapmPolicyMonitorCurrentOutRate Gauge32
  slapmPolicyMonitorMinRateLow Integer32
  slapmPolicyMonitorMinRateHigh Integer32
  slapmPolicyMonitorMaxRateHigh Integer32
  slapmPolicyMonitorMaxRateLow Integer32
  slapmPolicyMonitorMaxDelayHigh Integer32
  slapmPolicyMonitorMaxDelayLow Integer32
  slapmPolicyMonitorMinInRateNotAchieves Counter32
  slapmPolicyMonitorMaxInRateExceeds Counter32
  slapmPolicyMonitorMaxDelayExceeds Counter32
  slapmPolicyMonitorMinOutRateNotAchieves Counter32
  slapmPolicyMonitorMaxOutRateExceeds Counter32
  slapmPolicyMonitorCurrentDelayRate Gauge32
  slapmPolicyMonitorRowStatus RowStatus

SlapmSubcomponentEntry  
SEQUENCE    
  slapmSubcomponentRemAddress OCTET STRING
  slapmSubcomponentRemPort Integer32
  slapmSubcomponentLocalAddress OCTET STRING
  slapmSubcomponentLocalPort Integer32
  slapmSubcomponentProtocol INTEGER
  slapmSubcomponentSystemAddress OCTET STRING
  slapmSubcomponentPolicyName SlapmNameType
  slapmSubcomponentTrafficProfileName SlapmNameType
  slapmSubcomponentLastActivity DateAndTime
  slapmSubcomponentInOctets Counter32
  slapmSubcomponentOutOctets Counter32
  slapmSubcomponentTcpOutBufferedOctets Counter32
  slapmSubcomponentTcpInBufferedOctets Counter32
  slapmSubcomponentTcpReXmts Counter32
  slapmSubcomponentTcpRoundTripTime Integer32
  slapmSubcomponentTcpRoundTripVariance Integer32
  slapmSubcomponentInPdus Counter32
  slapmSubcomponentOutPdus Counter32
  slapmSubcomponentApplName SnmpAdminString
  slapmSubcomponentMonitorStatus SlapmStatus
  slapmSubcomponentMonitorIntTime DateAndTime
  slapmSubcomponentMonitorCurrentInRate Gauge32
  slapmSubcomponentMonitorCurrentOutRate Gauge32
  slapmSubcomponentPolicyRuleIndex Unsigned32

SlapmPolicyNameEntry  
SEQUENCE    
  slapmPolicyNameSystemAddress OCTET STRING
  slapmPolicyNameIndex Unsigned32
  slapmPolicyNameOfRule SlapmPolicyRuleName

SlapmPolicyRuleStatsEntry  
SEQUENCE    
  slapmPolicyRuleStatsOperStatus INTEGER
  slapmPolicyRuleStatsActiveConns Gauge32
  slapmPolicyRuleStatsTotalConns Counter32
  slapmPolicyRuleStatsLActivated DateAndTime
  slapmPolicyRuleStatsLastMapping DateAndTime
  slapmPolicyRuleStatsInOctets Counter32
  slapmPolicyRuleStatsOutOctets Counter32
  slapmPolicyRuleStatsConnLimit Unsigned32
  slapmPolicyRuleStatsCountAccepts Counter32
  slapmPolicyRuleStatsCountDenies Counter32
  slapmPolicyRuleStatsInDiscards Counter32
  slapmPolicyRuleStatsOutDiscards Counter32
  slapmPolicyRuleStatsInPackets Counter32
  slapmPolicyRuleStatsOutPackets Counter32
  slapmPolicyRuleStatsInProOctets Counter32
  slapmPolicyRuleStatsOutProOctets Counter32
  slapmPolicyRuleStatsMinRate Unsigned32
  slapmPolicyRuleStatsMaxRate Unsigned32
  slapmPolicyRuleStatsMaxDelay Unsigned32
  slapmPolicyRuleStatsTotalRsvpFlows Counter32
  slapmPolicyRuleStatsActRsvpFlows Gauge32

SlapmPRMonEntry  
SEQUENCE    
  slapmPRMonOwnerIndex SnmpAdminString
  slapmPRMonSystemAddress OCTET STRING
  slapmPRMonIndex Unsigned32
  slapmPRMonControl BITS
  slapmPRMonStatus SlapmStatus
  slapmPRMonInterval Unsigned32
  slapmPRMonIntTime DateAndTime
  slapmPRMonCurrentInRate Gauge32
  slapmPRMonCurrentOutRate Gauge32
  slapmPRMonMinRateLow Unsigned32
  slapmPRMonMinRateHigh Unsigned32
  slapmPRMonMaxRateHigh Unsigned32
  slapmPRMonMaxRateLow Unsigned32
  slapmPRMonMaxDelayHigh Unsigned32
  slapmPRMonMaxDelayLow Unsigned32
  slapmPRMonMinInRateNotAchieves Counter32
  slapmPRMonMaxInRateExceeds Counter32
  slapmPRMonMaxDelayExceeds Counter32
  slapmPRMonMinOutRateNotAchieves Counter32
  slapmPRMonMaxOutRateExceeds Counter32
  slapmPRMonCurrentDelayRate Gauge32
  slapmPRMonRowStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

slapmNotifications 1.3.6.1.3.88.0
OBJECT IDENTIFIER    

slapmObjects 1.3.6.1.3.88.1
OBJECT IDENTIFIER    

slapmConformance 1.3.6.1.3.88.2
OBJECT IDENTIFIER    

slapmBaseObjects 1.3.6.1.3.88.1.1
OBJECT IDENTIFIER    

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.
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyCountSuccessAccesses 1.3.6.1.3.88.1.1.4
Total number of successful policy repository accesses with respect to a policy agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..3600  

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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

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.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..64  

slapmTableObjects 1.3.6.1.3.88.1.2
OBJECT IDENTIFIER    

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlapmPolicyStatsEntry

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SlapmPolicyStatsEntry  

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0|4|16)  

slapmPolicyStatsPolicyName 1.3.6.1.3.88.1.2.1.1.2
Policy name that this entry relates to.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SlapmNameType  

slapmPolicyStatsTrafficProfileName 1.3.6.1.3.88.1.2.1.1.3
The name of a traffic profile that is associated with a policy.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SlapmNameType  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2), deleteNeeded(3)  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyStatsMinRate 1.3.6.1.3.88.1.2.1.1.20
The minimum transfer rate defined for this entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

slapmPolicyStatsMaxRate 1.3.6.1.3.88.1.2.1.1.21
The maximum transfer rate defined for this entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

slapmPolicyStatsMaxDelay 1.3.6.1.3.88.1.2.1.1.22
The maximum delay defined for this entry.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlapmPolicyMonitorEntry

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SlapmPolicyMonitorEntry  

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

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.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0|4|16)  

slapmPolicyMonitorPolicyName 1.3.6.1.3.88.1.2.2.1.3
Policy name that this entry relates to.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SlapmNameType  

slapmPolicyMonitorTrafficProfileName 1.3.6.1.3.88.1.2.2.1.4
The corresponding Traffic Profile name.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SlapmNameType  

slapmPolicyMonitorControl 0.1.2.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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  BITS monitorMinRate(0), monitorMaxRate(1), monitorMaxDelay(2), enableAggregateTraps(3), enableSubcomponentTraps(4), monitorSubcomponents(5)  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  SlapmStatus  

slapmPolicyMonitorInterval 1.3.6.1.3.88.1.2.2.1.7
The number of seconds that defines the sample period.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32 15..86400  

slapmPolicyMonitorIntTime 1.3.6.1.3.88.1.2.2.1.8
The timestamp for when the last interval ended.
Status: deprecated Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  Integer32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyMonitorMaxInRateExceeds 1.3.6.1.3.88.1.2.2.1.18
The number of times that a maximum transfer in rate was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyMonitorMaxDelayExceeds 1.3.6.1.3.88.1.2.2.1.19
The number of times that a maximum delay in rate was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyMonitorMaxOutRateExceeds 1.3.6.1.3.88.1.2.2.1.21
The number of times that a maximum transfer out rate was exceeded.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: deprecated Access: read-create
OBJECT-TYPE    
  RowStatus  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlapmSubcomponentEntry

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlapmSubcomponentEntry  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0|4|16)  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(4|16)  

slapmSubcomponentLocalPort 1.3.6.1.3.88.1.2.3.1.4
Indicate the local port of a subcomponent.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

slapmSubcomponentProtocol 1.3.6.1.3.88.1.2.3.1.5
Indicate the protocol in use that identifies the type of subcomponent.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER udpListener(1), tcpConnection(2)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0|4|16)  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  SlapmNameType  

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.
Status: deprecated Access: read-only
OBJECT-TYPE    
  SlapmNameType  

slapmSubcomponentLastActivity 1.3.6.1.3.88.1.2.3.1.9
The date and timestamp of when this entry was last used.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

slapmSubcomponentInOctets 1.3.6.1.3.88.1.2.3.1.10
The number of octets received from IP for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmSubcomponentOutOctets 1.3.6.1.3.88.1.2.3.1.11
The number of octets sent to IP for this connection.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

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
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  SlapmStatus  

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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlapmPolicyNameEntry

slapmPolicyNameEntry 1.3.6.1.3.88.1.2.4.1
Defines an entry in the slapmPolicyNameTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlapmPolicyNameEntry  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0|4|16)  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

slapmPolicyNameOfRule 1.3.6.1.3.88.1.2.4.1.3
The unique name that identifies a policy rule definition.
Status: current Access: read-only
OBJECT-TYPE    
  SlapmPolicyRuleName  

slapmPolicyRuleStatsTable 1.3.6.1.3.88.1.2.5
Provides statistics on a per system and a per policy rule basis.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlapmPolicyRuleStatsEntry

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlapmPolicyRuleStatsEntry  

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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER inactive(1), active(2), deleteNeeded(3)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyRuleStatsMinRate 1.3.6.1.3.88.1.2.5.1.17
The minimum transfer rate defined for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slapmPolicyRuleStatsMaxRate 1.3.6.1.3.88.1.2.5.1.18
The maximum transfer rate defined for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slapmPolicyRuleStatsMaxDelay 1.3.6.1.3.88.1.2.5.1.19
The maximum delay defined for this entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slapmPolicyRuleStatsTotalRsvpFlows 1.3.6.1.3.88.1.2.5.1.20
Total number of RSVP flows that have be activated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPolicyRuleStatsActRsvpFlows 1.3.6.1.3.88.1.2.5.1.21
Current number of active RSVP flows.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slapmPRMonTable 1.3.6.1.3.88.1.2.6
Provides a method of monitoring policies and their effect at a system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlapmPRMonEntry

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlapmPRMonEntry  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..16)  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0|4|16)  

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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

slapmPRMonControl 0.1.2.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.
Status: current Access: read-create
OBJECT-TYPE    
  BITS monitorMinRate(0), monitorMaxRate(1), monitorMaxDelay(2), enableAggregateTraps(3), enableSubcomponentTraps(4), monitorSubcomponents(5)  

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.
Status: current Access: read-only
OBJECT-TYPE    
  SlapmStatus  

slapmPRMonInterval 1.3.6.1.3.88.1.2.6.1.6
The number of seconds that defines the sample period.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 15..86400  

slapmPRMonIntTime 1.3.6.1.3.88.1.2.6.1.7
The timestamp for when the last interval ended.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPRMonMaxInRateExceeds 1.3.6.1.3.88.1.2.6.1.17
The number of times that a maximum transfer in rate was exceeded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPRMonMaxDelayExceeds 1.3.6.1.3.88.1.2.6.1.18
The number of times that a maximum delay in rate was exceeded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slapmPRMonMaxOutRateExceeds 1.3.6.1.3.88.1.2.6.1.20
The number of times that a maximum transfer out rate was exceeded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

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.
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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.
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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).
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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).
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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.
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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.
Status: deprecated Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

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).
Status: current Access: read-create
NOTIFICATION-TYPE    

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).
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

slapmCompliances 1.3.6.1.3.88.2.1
OBJECT IDENTIFIER    

slapmGroups 1.3.6.1.3.88.2.2
OBJECT IDENTIFIER    

slapmCompliance 1.3.6.1.3.88.2.1.1
The compliance statement for the SLAPM-MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

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.
Status: deprecated Access: read-create
OBJECT-GROUP    

slapmOptionalGroup 1.3.6.1.3.88.2.2.2
The group of objects defined by this MIB that are optional.
Status: deprecated Access: read-create
OBJECT-GROUP    

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.
Status: deprecated Access: read-create
OBJECT-GROUP    

slapmNotGroup 1.3.6.1.3.88.2.2.4
The group of notifications defined by this MIB that MUST be implemented.
Status: deprecated Access: read-create
NOTIFICATION-GROUP    

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.
Status: deprecated Access: read-create
NOTIFICATION-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.
Status: current Access: read-create
OBJECT-GROUP    

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.
Status: current Access: read-create
OBJECT-GROUP    

slapmNotGroup2 1.3.6.1.3.88.2.2.8
The group of notifications defined by this MIB that MUST be implemented.
Status: current Access: read-create
NOTIFICATION-GROUP    

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.
Status: current Access: read-create
NOTIFICATION-GROUP