配置接口流量突变告警阈值
背景信息
如果需要感知接口流量的实时变化,接口流量变化百分比超过指定阈值(即threshold参数的值)且带宽利用率百分比不低于设置的下限值(即bandwidth-usage-threshold参数的值)就产生告警,请在设备上进行如下配置。
接口流量变化百分比 = |当前统计周期的接口速率-上一个统计周期的接口速率|/上一统计周期的接口速率。
操作步骤
执行命令system-view,进入系统视图。
执行命令set flow-change-ratio start-check bandwidth-usage bandwidth-usage-threshold,配置接口流量突变告警的起始带宽占用率百分比的下限值。
缺省情况下,起始带宽利用率百分比的下限值为20%。
执行命令set flow-change-ratio { input-threshold | output-threshold } upper-limit threshold,配置接口流量突变告警阈值。
缺省情况下,接口流量突变告警的阈值为50%。
配置set flow-change-ratio命令后,如果用户打开了流量突变告警开关(通过snmp-agent trap enable feature-name ifpdt trap-name hwInputRateChangeOverThresholdNotice或snmp-agent trap enable feature-name ifpdt trap-name hwOutputRateChangeOverThresholdNotice打开),当接口流量比上个周期的变化率超过了指定的阈值(即threshold参数的值)且带宽利用率百分比不低于下限值(即bandwidth-usage-threshold参数的值)时,会产生告警。
(可选)执行命令set flow-stat interval配置接口的流量统计周期。
缺省情况下,接口的流量统计周期为300秒。
暂无评论