Re: Re-registering sysContact and sysLocation with subagent

2022-02-08 Thread Winston Gadsby
if the node was initially registered in the master agentx. Winston From: Winston Gadsby Sent: Wednesday, February 2, 2022 1:29 PM To: Magnus Fromreide Cc: Larry Hayes ; [email protected] Subject: Re: Re-registering sysContact and sysL

Re: Re-registering sysContact and sysLocation with subagent

2022-02-08 Thread Winston Gadsby
Thank you - that seems to have worked. Winston From: Magnus Fromreide Sent: Tuesday, February 8, 2022 12:47 PM To: Winston Gadsby Cc: Larry Hayes ; [email protected] Subject: Re: Re-registering sysContact and sysLocation with subagent

Re: Re-registering sysContact and sysLocation with subagent

2022-02-08 Thread Magnus Fromreide
ister sysLocation or > sysContact from a subagent, if the node was initially registered in the > master agentx. > > Winston > > > > > > From: Winston Gadsby > Sent: Wednesday, February 2, 2022 1:29 PM > To: Magnus Fromreide &g

Re: Re-registering sysContact and sysLocation with subagent

2022-02-02 Thread Winston Gadsby
omreide Sent: Tuesday, February 1, 2022 8:56 PM To: Winston Gadsby Cc: Larry Hayes ; [email protected] Subject: Re: Re-registering sysContact and sysLocation with subagent On Tue, Feb 01, 2022 at 02:58:14PM +, Winston Gadsby wrote: > Hi, > Thanks for the replies. I&

Re: Re-registering sysContact and sysLocation with subagent

2022-02-01 Thread Magnus Fromreide
value, in your case that would be { 1, 3, 6, 1, 2, 1, 1, 4 } but honestly I think an agentx library would serve you better. /MF > Winston > > From: Larry Hayes > Sent: Friday, January 28, 2022 4:48 PM > To: Winston Gadsby > Cc: net-snmp-code

Re: Re-registering sysContact and sysLocation with subagent

2022-02-01 Thread Winston Gadsby
I've also tried unregistering some objects from my mib that were previously registered with the same result. Winston From: Larry Hayes Sent: Friday, January 28, 2022 4:48 PM To: Winston Gadsby Cc: [email protected] Subject: Re: Re-r

Re: Re-registering sysContact and sysLocation with subagent

2022-01-28 Thread Magnus Fromreide
On Fri, Jan 28, 2022 at 09:21:04PM +, Winston Gadsby wrote: > Hi, > I'm running a subagent based on python-netsnmpagent, along with the > distribution snmpd (net-snmp) agent on a Debian embedded system. I'm using > the version of snmpd that comes default with the distribution - 5.7.3. I >

Re: Re-registering sysContact and sysLocation with subagent

2022-01-28 Thread Larry Hayes
Someone just this month asked about taking control of the system description. I would suspect that sysContact and sysLocation would follow the same way. Their solution was to unregister the OID then register your own handler. unregister_mib() API. https://sourceforge.net/p/net-snmp/mailman/mess

Re-registering sysContact and sysLocation with subagent

2022-01-28 Thread Winston Gadsby
Hi, I'm running a subagent based on python-netsnmpagent, along with the distribution snmpd (net-snmp) agent on a Debian embedded system. I'm using the version of snmpd that comes default with the distribution - 5.7.3. I have a custom MIB for my new variables, similar to SIMPLE-MIB.txt in the