Re: Re-registering sysContact and sysLocation with subagent

2022-02-01 Thread Magnus Fromreide
On Tue, Feb 01, 2022 at 02:58:14PM +, Winston Gadsby wrote: > Hi, > Thanks for the replies. I'm working on trying to unregister the oid > according to the link given below, using unregister_mib(oid, len). I'm > assuming the oid can be specified as a byte-string or integer array. The > dif

Re: Re-registering sysContact and sysLocation with subagent

2022-02-01 Thread Winston Gadsby
Hi, Thanks for the replies. I'm working on trying to unregister the oid according to the link given below, using unregister_mib(oid, len). I'm assuming the oid can be specified as a byte-string or integer array. The difficulty I'm having is probably related to the ctypes translation mechanism