RE: FW: Registering a Table

2010-04-06 Thread Prakash
It's working Thank you very much Dava. -Original Message- From: [email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Tuesday, April 06, 2010 8:49 PM To: PrakashRaju Meka Cc: [email protected] Subject: Re: FW: Register

Re: FW: Registering a Table

2010-04-06 Thread Dave Shield
Why are the column objects (abcValue and abcSize, xyzValue and xyzSize) defined as "not-accessible"? In fact, there's absolutely nothing in this MIB that can legitimately be queried! Apart from that, the problem appears to be with the call to netsnmp_table_set_multi_add_default_row() This

FW: Registering a Table

2010-04-06 Thread Prakash
-Original Message- From: Prakash [mailto:[email protected]] Sent: Tuesday, April 06, 2010 8:11 PM To: 'Dave Shield' Cc: '[email protected]' Subject: RE: Registering a Table Hi Dave, I attached my code. I am getting the list when I use

RE: Registering a Table

2010-04-06 Thread Prakash
[email protected] [mailto:[email protected]] On Behalf Of Dave Shield Sent: Tuesday, April 06, 2010 4:43 PM To: PrakashRaju Meka Cc: [email protected] Subject: Re: Registering a Table On 5 April 2010 12:03, Prakash wrote: > How to register a table in subagent. > snmpwalk

Re: Registering a Table

2010-04-06 Thread Dave Shield
On 5 April 2010 12:03, Prakash wrote: > How to register a table in subagent. > snmpwalk is not working for my table > > here is my code.. If you wish assistance, can you please post (as an attachment), the *full* text of your MIB module code file - not just fragments of it. That way we can tr

Registering a Table

2010-04-05 Thread Prakash
Hi all, How to register a table in subagent. snmpwalk is not working for my table here is my code.. == netsnmp_table_data_set *table_set; netsnmp_table_row *row; /* create the table structure itself */ table_set