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

Still issues with SNMP - SFOS v18 MR1

I am using the SOPHOS-XG-MIB18 from Feb 21st

  • Memory util is still showing 100%
  • License details are showing correct expiration dates (except for Base Firewall which shows as expired 1970) but status is Unsubscribed for all.

I have not gone through everything yet so this is just so far.



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

    Thanks for the update, 

    Now I want three outputs along with the PCAP. 

    1) Snapshot of the memory graph

    2) output of commands in the advance shell > SSH > Choose option 5 then choose 3.

    atop

    cat /proc/meminfo

    free

    3) PCAP of the communication on V2. V3 is encrypted,

     

    You may run these commands on Linux machine.

    - > memory Capacity

    snmpget -v2c -c <Communitystring> <ip address > 1.3.6.1.4.1.2604.5.1.2.5.1.0

    > Memory % usage
    snmpget -v2c -c <Communitystring> <IPaddress> 1.3.6.1.4.1.2604.5.1.2.5.2.0

     

    Sample 

    snmpget -v2c -c Communitystring 192.168.50.147 1.3.6.1.4.1.2604.5.1.2.5.2.0

    iso.3.6.1.4.1.2604.5.1.2.5.2.0 = Gauge32: 65

    snmpget -v2c -c Communitystring 192.168.50.147 1.3.6.1.4.1.2604.5.1.2.5.1.0

    iso.3.6.1.4.1.2604.5.1.2.5.1.0 = Gauge32: 3943

    Tested on V18 Mr1-1

Children