This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Network SNMP OIDs

Can anyone point me in the direction of either a list of network related SNMP OIDs for Astaro (eg; traffic throughput) or a MIB file which will list them?

Reading old posts on this forum, I understand that Astaro uses standard Linux OIDs, however I can't find a list of these anywhere on the net or the location of a MIB file containing them.

I would be grateful for any assistance offered on this issue.

Thanks,


Sam.


This thread was automatically locked due to age.
  • Download the MIB file from 'Management >> SNMP' at the bottom of the 'Query' tab.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Yes, I saw that that, however this only seems to include alert type OIDs, I'm after instantaneous bandwidth utilization...
  • If the system generates the information, it's in there.  You can make a feature suggestion at Astaro Gateway Feature Requests.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • My bad, I used a different OID viewer application (OidView) to view the Astaro MIB file and found that it does indeed have quite a few standard SNMP OIDs.
  • Ok, so after looking through the MIB file I have found the OIDS I was after:

    Incoming Traffic - The total number of octets received on the interface,including framing characters.
    eth0: 1.3.6.1.2.1.2.2.1.10.2
    eth1: 1.3.6.1.2.1.2.2.1.10.3

    Outgoing Traffic - The total number of octets transmitted out of the interface, including framing characters.
    eth0: 1.3.6.1.2.1.2.2.1.16.2
    eth1: 1.3.6.1.2.1.2.2.1.16.3
    These traffic counters are only updated every 15 seconds so bear that in mind if you use them.
    EDIT (24 Jan 2012): It seems that at some point an upgrade has increased the counter refresh frequency to 3 seconds.

    EDIT (21 July 2012): Weirdly today the OIDs for eth0 & eth1 spontaneously swapped!  1.3.6.1.2.1.2.2.1.1x.2 now corresponds to eth1 and 1.3.6.1.2.1.2.2.1.1x.3 corresponds to eth0!  I'm not sure what's going on here!  This could be a one-off glitch, I'll keep you posted.
    (24 Jan 2012): I have had the OID swap happen a few times now since I first reported it.  Still not sure why it happens!

    I took a good look through the other active OIDs as well and found the following useful ones:
    Host Uptime - The amount of time (in hundredths of a second) since this host was last initialized.
    1.3.6.1.2.1.25.1.1.0

    CPU Usage - The average, over the last minute, of the percentage of time that this processor was not idle.
    Core0: 1.3.6.1.2.1.25.3.3.1.2.768
    Core1: 1.3.6.1.2.1.25.3.3.1.2.769


    I'm not 100% sure if the index numbers (ie; 768 & 769) are constant between different processors / systems or not.  The Astaro Dashboard seems to be displaying it's own average of 769.

    Swap Memory
    Size: 1.3.6.1.2.1.25.2.3.1.5.10
    Used: 1.3.6.1.2.1.25.2.3.1.6.10


    Unfortunately it seems that Swap Memory is the only (valid) active memory or storage OID.  I would have liked to see OIDs for the following resources as well:
    RAM
    Log Disk
    Data Disk

    I'll make a feature request for this.
  • Hi Sambo.  Thanks for taking time to document all of this.  I was able to use a free tool called (GetIF  for Windows to easily find the Interfaces... in my case, with a LAN port and two ADSL modems connected by Ethernet, my interfaces showed up in a strange order that I would not have guessed:

    Int 1: SoftwareLoopback
    Int 2: eth1
    Int 3: eth0
    Int 4: eth2
    Int 6: ppp1 (my 2nd ADSL connection, on eth2)
    Int 8: ppp0 (my 1st ADSL connection, on eth1)

    So, this allowed me to get bandwidth via SNMP.  Through some more digging, and utilizing the OidView software you suggested, I was able to confirm that I can view Load on my single processor Astaro with the first OID you documented (1.3.6.1.2.1.25.3.3.1.2.768).  What I really wanted was CPU, but Load is better than nothing.

    My final conquest is to monitor Connections.  If anyone has any suggestions on an OID for current connections, that would be great.  Also, monitoring CPU would be great.  If I figure them out, I will post again.

    Also, if anyone is trying to get MRTG working, I could post examples, especially once I figure it all out.

    - Scott
  • These traffic counters are only updated every 15 seconds so bear that in mind if you use them.


    Seems that since I made my last post the update frequency has been increased to 3 seconds, which is much more useful! [:)]
  • DOyou somehow use the MIB file to define the gibven SNMP captures or you work just with the OIDs?
  • The MIB file is a catalog of all available SNMP OIDs, I looked at the MIB file and then picked out the OIDs I wanted to use with my SNMP graphing software.  Does that answer your question? [:)]