Vinicius> I'm trying to extend the agent, and my MIB has some integer
Vinicius> and octet string objects.
Vinicius> I've followed the example (scalar_int) to create my integer
Vinicius> objects (netsnmp_register_int_instance) and it worked fine.
Vinicius> But I've got problems to create the octet s
> On Thu, 7 Oct 2004 14:40:11 -0300, "Vinicius Akiyama" <[EMAIL PROTECTED]> said:
Vinicius> I'm trying to extend the agent, and my MIB has some integer
Vinicius> and octet string objects. It's only to store some values set
Vinicius> by hand (snmpset), not going to acquire them automatically.
I'm trying to extend the agent, and my MIB has some integer and octet
string objects. It's only to store some values set by hand (snmpset),
not going to acquire them automatically.
I've followed the example (scalar_int) to create my integer objects
(netsnmp_register_int_instance) and it worked fin