Hello everybody,
I have been trying to implement an SNMP Agent. We have a server keeping tabs on some other assets and reporting it via webservices. However we now want to add SNMP to it.
Using the library adding simple fields was easy enough basing it off the scalar class and that works fine, however I am trying to make a list of all the assets. I can use the SysORTable as an example and build the table, however unlike the simple fields you cannot enter a base OID in the table anywhere. So while the code compiles fine and I sure my table is in there somewhere I can't access it using a mib browser.
What am I missing here?
I have been trying to implement an SNMP Agent. We have a server keeping tabs on some other assets and reporting it via webservices. However we now want to add SNMP to it.
Using the library adding simple fields was easy enough basing it off the scalar class and that works fine, however I am trying to make a list of all the assets. I can use the SysORTable as an example and build the table, however unlike the simple fields you cannot enter a base OID in the table anywhere. So while the code compiles fine and I sure my table is in there somewhere I can't access it using a mib browser.
What am I missing here?