• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

How to configure NUT for Tripp Lite UPS using SNMP

UPS Tools
2
5
1.5k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A
    azdeltawye
    last edited by Apr 29, 2023, 11:35 PM

    Hello,
    As the thread title suggests, I am trying to figure out how to use snmp on my Tripp Lite SMART1500RMXLN. I was successfully using the USB connection but it stopped working since upgrading to 23.01 and I don't feel up to editing system files or whatever tweaking is needed to get the USB connection working again. I figure since the UPS has a network card, it should be simple enough to get the snmp working.. Right?

    Here are some screenshots of my setup.
    Any help would be appreciated.

    login-to-view

    login-to-view

    Extra Arguments to driver:
    secName=test
    authPassword=xxxxxxxxxx
    privPassword=xxxxxxxxxxx
    privProtocol=AES
    authProtocol=SHA
    snmp_timeout=5
    secLevel=authPriv
    snmp_version=v3
    desc="SNMP v3"

    pfSense error logs:
    login-to-view

    D 1 Reply Last reply May 3, 2023, 10:38 PM Reply Quote 0
    • A
      azdeltawye
      last edited by May 3, 2023, 9:20 PM

      Bueller??

      1 Reply Last reply Reply Quote 0
      • D
        dennypage @azdeltawye
        last edited by May 3, 2023, 10:38 PM

        @azdeltawye said in How to configure NUT for Tripp Lite UPS using SNMP:

        I figure since the UPS has a network card, it should be simple enough to get the snmp working.. Right?

        Not necessarily.

        First, I would recommend that you begin with snmp v1/v2c using a read-only group. The battery level of your UPS is not really a secret that needs encrypting.

        Second, I would test with snmpwalk from a unix machine, and confirm that you are able to do that before attempting anything with NUT. Trying to debug basic SNMP issues via NUT is guaranteed to be a frustrating experience.

        A 1 Reply Last reply May 3, 2023, 11:40 PM Reply Quote 0
        • A
          azdeltawye @dennypage
          last edited by May 3, 2023, 11:40 PM

          @dennypage
          Thanks for the response!

          This sounds like it is way above my knowledge level. I've never heard of snmpwalk. Is that something I could run on a raspberry Pi?

          In all honesty, I was hoping for some kind of cookbook procedure from someone who had successfully set this up...

          I'll probably just have to wait for the Local USB fix, hopefully in the next version of NUT...

          Thanks again for the help.

          D 1 Reply Last reply May 3, 2023, 11:51 PM Reply Quote 0
          • D
            dennypage @azdeltawye
            last edited by May 3, 2023, 11:51 PM

            @azdeltawye said in How to configure NUT for Tripp Lite UPS using SNMP:

            This sounds like it is way above my knowledge level. I've never heard of snmpwalk. Is that something I could run on a raspberry Pi?
            In all honesty, I was hoping for some kind of cookbook procedure from someone who had successfully set this up...
            I'll probably just have to wait for the Local USB fix, hopefully in the next version of NUT...

            Yes, I would expect that you can run it on a Pi assuming you have SNMP installed. Example:

            snmpwalk -v 1 -c public 192.168.1.1
            

            Where 'public' is the name of the SNMP community, and '192.168.1.1' is the IP address of the UPS.

            As to the local USB situation, there is an easy workaround discussed here, or an updated binary available here.

            1 Reply Last reply Reply Quote 0
            • S stephenw10 moved this topic from pfSense Packages on Apr 2, 2024, 6:56 PM
            3 out of 5
            • First post
              3/5
              Last post
            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.