snmptable - WARNING: More columns on agent than in MIB

2018-11-21 Thread David Artus
I've written my own agentX subagent, which populates some tables in a new MIB I've defined. All seems to be working; the tables have the expected data I can use snmpwalk and snmptable to browse the data. The thing I don't understand is that I see this warning when using snmptable WARNING:

Re: SET

2018-07-12 Thread David Artus
Thank you. I'll be returning to this problem in a week or two and that will help me. On Thu, Jul 12, 2018 at 12:13 PM, Robert Story wrote: > On Fri, 1 Jun 2018 14:19:30 +0100 David wrote: > DA> My first goal is just to process setting a simple scalar value, > DA> but eventually I will want to

SET

2018-06-01 Thread David Artus
I've been happily dealing with GET requests in my perl handler (thanks for the libraries that made that pretty easy). Now moving on to look at SET and find myself puzzled. I'd welcome any help or pointers to additional docs. My first goal is just to process setting a simple scalar value, but