Git Product home page Git Product logo

Comments (3)

etingof avatar etingof commented on September 28, 2024

Thank you for using pysnmp!

Could you elaborate a bit on your use-case? Is it that you are trying to monitor distant printers which time out occasionally? Why can't you retry?

While TCP might be more reliable, do the printers you monitor support SNMP-over-TCP?

Could you potentially reposition your SNMP managers closer to the printers to reduce packet loss?

from pysnmp.

jcampbell05 avatar jcampbell05 commented on September 28, 2024

We are using it to monitor distant printers, for us having the code to manage our printers on the server simplifies our setup. We used to have it on embedded devices connected to the printer but that added overhead of having to remotely update them especially when the network can be down.

Right now we do retry up to 3 times but on some of our 3G based networks it seems the packet drop can be just long enough to thwart all 3 times. I guess we could bump up the amount of retries up to something like 10. The network is connected though since our TCP based connections get through.

I'll look into the SNMP-Over-TCP support, I just assumed all of them supported it these days.

from pysnmp.

etingof avatar etingof commented on September 28, 2024

We are using it to monitor distant printers, for us having the code to manage our printers
on the server simplifies our setup.

Indeed! Let me rephrase my question -- could you have servers distributed around the world so that servers reside closer to the printers they manage?

In such case I'd suggest you taking a look at the distributed SNMP proxy tool -- it lets you turn UDP into TCP (for the unreliable part of the network) and then back into UDP for the last mile.

I'll look into the SNMP-Over-TCP support, I just assumed all of them supported it these days.

No! It's largely optional, AFAIK.

Let me know if you figure your printers do support SNMP-over-TCP. I'm definitely interested in having that implemented to pysnmp .

from pysnmp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.