⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2758.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
                       }      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      DEFVAL   { { monitorMinRate, monitorMaxRate,                   monitorMaxDelay } }      ::= { slapmPolicyMonitorEntry 5 }   slapmPolicyMonitorStatus OBJECT-TYPE      SYNTAX      SlapmStatus      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 6 }   slapmPolicyMonitorInterval OBJECT-TYPE      SYNTAX      Integer32 (15..86400) -- 15 second min, 24 hour max      UNITS       "seconds"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "The number of seconds that defines the sample period."      DEFVAL   {20}    -- 20 seconds      ::= { slapmPolicyMonitorEntry 7 }   slapmPolicyMonitorIntTime OBJECT-TYPE      SYNTAX      DateAndTime      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION         "The timestamp for when the last interval ended."      DEFVAL { '0000000000000000'H }      ::= { slapmPolicyMonitorEntry 8 }   slapmPolicyMonitorCurrentInRate OBJECT-TYPE      SYNTAX      Gauge32      UNITS       "kilobits per second"      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION         "Using the value of the corresponding         slapmPolicyMonitorInterval, slapmPolicyStatsInOctets         is sampled and then divided by slapmPolicyMonitorInterval         to determine the current in transfer rate."      ::= { slapmPolicyMonitorEntry 9 }   slapmPolicyMonitorCurrentOutRate OBJECT-TYPE      SYNTAX      Gauge32      UNITS       "kilobits per second"      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION         "Using the value of the corresponding         slapmPolicyMonitorInterval, slapmPolicyStatsOutOctets         is sampled and then divided by slapmPolicyMonitorInterval         to determine the current out transfer rate."      ::= { slapmPolicyMonitorEntry 10 }   slapmPolicyMonitorMinRateLow OBJECT-TYPE      SYNTAX      Integer32      UNITS       "kilobits per second"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 11 }   slapmPolicyMonitorMinRateHigh OBJECT-TYPE      SYNTAX      Integer32      UNITS       "kilobits per second"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 12 }   slapmPolicyMonitorMaxRateHigh OBJECT-TYPE      SYNTAX      Integer32      UNITS       "kilobits per second"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 13 }   slapmPolicyMonitorMaxRateLow OBJECT-TYPE      SYNTAX      Integer32      UNITS       "kilobits per second"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 14 }   slapmPolicyMonitorMaxDelayHigh OBJECT-TYPE      SYNTAX      Integer32      UNITS       "milliseconds"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 15 }   slapmPolicyMonitorMaxDelayLow OBJECT-TYPE      SYNTAX      Integer32      UNITS       "milliseconds"      MAX-ACCESS  read-create      STATUS      deprecated      DESCRIPTION         "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."      ::= { slapmPolicyMonitorEntry 16 }   slapmPolicyMonitorMinInRateNotAchieves OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION          "The number of times that a minimum transfer in rate          was not achieved."      ::= { slapmPolicyMonitorEntry 17 }   slapmPolicyMonitorMaxInRateExceeds OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION          "The number of times that a maximum transfer in rate          was exceeded."      ::= { slapmPolicyMonitorEntry 18 }   slapmPolicyMonitorMaxDelayExceeds OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION          "The number of times that a maximum delay in rate          was exceeded."      ::= { slapmPolicyMonitorEntry 19 }   slapmPolicyMonitorMinOutRateNotAchieves OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION          "The number of times that a minimum transfer out rate          was not achieved."      ::= { slapmPolicyMonitorEntry 20 }   slapmPolicyMonitorMaxOutRateExceeds OBJECT-TYPE      SYNTAX      Counter32      MAX-ACCESS  read-only      STATUS      deprecated      DESCRIPTION          "The number of times that a maximum transfer out rate          was exceeded."      ::= { slapmPolicyMonitorEntry 21 }   slapmPolicyMonitorCurrentDelayRate OBJECT-TYPE

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -