Ad Widget

Collapse

ethernet and radio transfer rate

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miguelon
    Junior Member
    • Oct 2005
    • 2

    #1

    ethernet and radio transfer rate

    Hello,
    I have to monitor a Cisco Aironet ethernet transfer rate. I can't install Zabbix agent in a AP so SNMP is needed.
    I've got a test environment and I can't find the correct MIB variable that I need. There are two variables called IF-MIB::ifInOctects and IF-MIB::ifOutOctets, but their value is the total octects amount, not the transfer rate.
    I could use trigger expressions to calculate the transfer rate from ifInOctects and ifOutOctects, but I don't want a trigger, I want a Item so I can draw a graph.


    Thank you for your help!!!!!
  • ProTON
    Member
    • Oct 2005
    • 77

    #2
    Use custom multiplier and Delta (simple change) count method.

    Comment

    • miguelon
      Junior Member
      • Oct 2005
      • 2

      #3
      What do you mean?
      Delta definition is --> max(<period>)-min(<period>).

      I still have to divide by the period, but I would define a Trigger with that expression, how can I graph that?

      Thank you,

      Comment

      • James Wells
        Senior Member
        • Jun 2005
        • 664

        #4
        Greetings,
        Originally posted by miguelon
        What do you mean?
        Delta definition is --> max(<period>)-min(<period>).
        Not quite, instead Delta simply shows what has changed between the last check and the current check.

        I still have to divide by the period, but I would define a Trigger with that expression, how can I graph that?
        At present, there is no way to do that. Instead what I would suggest is to check out the Cisco forums and look for the SNMP OID info there. I seem to recall seeing a MIB definition for Cisco that listed total octets, and total octets per time slice. Based on what you describe, you want the total octets per time slice.
        Unofficial Zabbix Developer

        Comment

        Working...