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

Issue SNMP - SFOS SFOS 18.0.0 GA-Build321

An error was found in the MIB:

 

There are also many objects missing from the snmp get, even after adjusting the MIB. Returns an object not found error:

Any idea?



This thread was automatically locked due to age.
Parents
  • Hello All, 

    I have checked from our end and it would seem the MIB file is available on the help section. 

    Please download, there will be for V18 and V17. Please use for V18

    THE latest MIB file can be found at below mention URL.

    https://docs.sophos.com/nsg/sophos-firewall/MIB/SOPHOS-XG-MIB.zip

    If you need more information regarding the same, please let me know.

  • Thanks for trying, but I already use this MIB since end of 2019.

    I tried the following with SFOS 18.0.1 MR-1 and 8GB of RAM:

    snmpwalk -c public -v 2c %IP of my firewall% sfosMemoryStatus

    RESULT

    SFOS-FIREWALL-MIB::sfosMemoryCapacity.0 = Gauge32: 1
    SFOS-FIREWALL-MIB::sfosMemoryPercentUsage.0 = Gauge32: 100
    SFOS-FIREWALL-MIB::sfosSwapCapacity.0 = Gauge32: 0
    SFOS-FIREWALL-MIB::sfosSwapPercentUsage.0 = Gauge32: 0

    At the very same moment in the web admin interface:

    So the returned result is trying to tell me that the memory usage is 100% all day and night...

    This is a problem since a few versions as I have already been telling in one of my comments.

    sfosCPUPercentUsage has been remove, not replaced, and therefore I have no option to get the current CPU usage via SNMP.

    By the way, SNMP traps are not an alternative, because I want to know the current processor usage and not if some limit has been exceeded...

     

    So what is going to happen to solve this problem?

  • Hi.

     

    I hope I can help here, this is the OIDS we are using for monitor the memory of the XG V17.5

     

    memoryCapacity gauge .1.3.6.1.4.1.21067.2.1.2.4.1.##WILDVALUE##
    memoryPercentUsage gauge .1.3.6.1.4.1.21067.2.1.2.4.2.##WILDVALUE##
    swapCapacity gauge .1.3.6.1.4.1.21067.2.1.2.4.3.##WILDVALUE##
    swapPercentUsage gauge .1.3.6.1.4.1.21067.2.1.2.4.4.##WILDVALUE##

     

    Do not know from where we got em but they work.

     

    //Rickard

Reply
  • Hi.

     

    I hope I can help here, this is the OIDS we are using for monitor the memory of the XG V17.5

     

    memoryCapacity gauge .1.3.6.1.4.1.21067.2.1.2.4.1.##WILDVALUE##
    memoryPercentUsage gauge .1.3.6.1.4.1.21067.2.1.2.4.2.##WILDVALUE##
    swapCapacity gauge .1.3.6.1.4.1.21067.2.1.2.4.3.##WILDVALUE##
    swapPercentUsage gauge .1.3.6.1.4.1.21067.2.1.2.4.4.##WILDVALUE##

     

    Do not know from where we got em but they work.

     

    //Rickard

Children