Ad Widget

Collapse

cisco snmpv3 reporting problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mistur
    Junior Member
    • Jan 2009
    • 11

    #1

    cisco snmpv3 reporting problem

    Hi

    since I migrate a zabbix 1.4 to zabbix 1.6, reporting from cisco 6500 or 2960 traffic doesn't work.

    I have 2 different zabbix server, one in 1.4.5 and one in 1.6.2.

    an example :

    1st img : zabbix-1.6.2.jpg > bandwidth reporting from zabbix 1.6.2
    2nd img : zabbix-1.4.jpg > bandwidth reporting from zabbix 1.4.5
    3rd img : zabbix-conf-outtraffic.jpg > item parameters.

    The conf is exactly the same on the 2 servers (1.6 conf was on import of the 1.4.5)

    configure for zabbix server 1.4.5 :
    Code:
    ./configure --enable-agent --enable-static --with-net-snmp --with-libcurl --with-mysql --enable-ipv6
    configure for zabbix server 1.6.2 :
    Code:
    ./configure --prefix=/usr/local/zabbix-1.6.2 --enable-server --enable-agent --enable-proxy --with-net-snmp --with-libcurl --with-jabber --enable-static --enable-ipv6 --with-mysql
    if someone have an idea, thx.

    Yoann
    Attached Files
  • mistur
    Junior Member
    • Jan 2009
    • 11

    #2
    anyone ?

    2 others screeshot over 2 hours instead of 1 day

    1st one : zabbix_1.4.5_2hours
    2nd one : zabbix_1.6.2_2hours

    Yoann
    Attached Files

    Comment

    • mistur
      Junior Member
      • Jan 2009
      • 11

      #3
      anyone can help me on this issue ?

      regards

      Yoann

      Comment

      • mistur
        Junior Member
        • Jan 2009
        • 11

        #4
        a new element (related to this problem ?) :

        Code:
        $ snmpget -v 3 -l authNoPriv -u <user> -A <passwd> <host> 1.3.6.1.2.1.31.1.1.1.10.7
        IF-MIB::ifHCOutOctets.7 = Counter64: 254354848148008
        and the value on zabbix is "508715754138987" as Numeric (Interger 64 bits) type and no multiplier

        so the value gets by zabbix is the double of the value get with snmpget

        the snmpget is perform on the same host where the zabbix server is running

        And If i change the Update interval (in sec) to 240s it seem to get value (Store value as : delta speed per second) close ti the one I have on zabbix 1.4.5 but with some creasy value some time.

        I still don't understand why it works on zabbix 1.4.5 and not on 1.6.2

        if someone has an idea ?

        thx

        Yoann

        Comment

        Working...