luke5447 发表于 2016-11-16 12:36:04

zabbix 如何 导入 cisco 内部MIB



想让zabbix可以获取到 思科路由器的SLA的信息。现在已经找到了 MIB 信息。但是小弟不知道zabbix应该如何去读取这个值

下面是思科对于MIB的描述信息,我想这里面就包含了MIB的名字。我不知道我是需要把他转换为OID 还是直接填写MIB就行。摆脱各位大哥大姐了
cipslaReactVar OBJECT-TYPE
    SYNTAX          IpSlaReactVar
    MAX-ACCESS      read-create
    STATUS          current
    DESCRIPTION
      "This object specifies the type of reaction configured for an
      IP SLA template. Default value is 'rtt' for ICMP echo, UDP echo
      and TCP connect. Default value is 'jitterAvg' for UDP jitter and
      ICMP jitter.

      The reaction types 'rtt', 'timeout', 'connectionLoss' and
      'verifyError' can be configured for all template types.

      The reaction types 'jitterSDAvg', 'jitterDSAvg', 'jitterAvg',
      'packetLateArrival', 'packetOutOfSequence',
      'maxOfPositiveSD', 'maxOfNegativeSD', 'maxOfPositiveDS'
      'maxOfNegativeDS', 'mos' and 'icpif' can be configured for
      UDP jitter and ICMP jitter types only.

      The reaction types 'packetLossDS', 'packetLossSD' and
      'packetMIA' can be configured for UDP jitter type only.

      The reaction types 'successivePacketLoss', 'maxOfLatencyDS',
      'maxOfLatencySD', 'latencyDSAvg', 'latencySDAvg' and
      'packetLoss' can be configured for ICMP jitter type only."
    ::= { cipslaReactEntry 2 }


y_g122@sina.com 发表于 2018-5-10 16:43:38

想看看
页: [1]
查看完整版本: zabbix 如何 导入 cisco 内部MIB