Hello all,
I'm developing a SNMP application that use SNMPSET command direct from
Linux to change tables values on my snmpd.

I created a MIB using the default structure as data__set_8c proposed.

mib2c -c mib2c.create-dataset.conf myTable

The module compiles fine, but I can't instantiate the tables...
I'm getting the following error:

"can't instatiate table since it doesn't appear to be a proper table
(no children)"


on snmpd;conf I put the config
table oid

using the sintax table name I get the following error:

can't instatiate table since I can't parse the table name


snmpwalk can't found anything too..

user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost sysinfoTable
ECILENERGIA-CTS100-MIB::sysinfoTable = No Such Object available on this
agent at this OID
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost 1.3.6.1.4.1.42200
ECILENERGIA-MIB::ecilenergia = No Such Object available on this agent at
this OID
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost
1.3.6.1.4.1.42200.2.1
ECILENERGIA-CTS100-MIB::cts100Branch = No Such Object available on this
agent at this OID
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost
1.3.6.1.4.1.42200.2.1.1
ECILENERGIA-CTS100-MIB::sysinfoTable = No Such Object available on this
agent at this OID
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost
1.3.6.1.4.1.42200.2.
1.3.6.1.4.1.42200.2.: Unknown Object Identifier (Sub-id not found: cts100
-> )
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost 1.3.6.1.4.1.42200.2
ECILENERGIA-CTS100-MIB::cts100 = No Such Object available on this agent at
this OID
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost
1.3.6.1.4.1.42200.2.1.1.1
ECILENERGIA-CTS100-MIB::sysinfoEntry = No Such Object available on this
agent at this OID
user@ubuntu:~/Desktop$ snmpwalk -v2c -c public localhost
1.3.6.1.4.1.42200.2.1.1.1.1
ECILENERGIA-CTS100-MIB::infSO = No Such Instance currently exists at this
OID


Anithing that I can do ?

Thanks
Regards

-- 
Gabriel Durante
skype: gbdurante
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to