Re: How to create a simple octet string variable

2004-10-09 Thread Dave Shield
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

Re: How to create a simple octet string variable

2004-10-08 Thread Wes Hardaker
> 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.

How to create a simple octet string variable

2004-10-07 Thread Vinicius Akiyama
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