Re: Support for ipNetToMediaTable.

2011-03-09 Thread Dave Shield
uite sure *why* this works! Aha! Found it. This table is actually implemented as part of mibII/at.c, with both ipNetToMediaTable and atTable being handled by the routine var_atEntry(). The ipNetToMediaTable is registered in the routine 'init_ip' (se

Re: Support for ipNetToMediaTable.

2011-03-09 Thread Manjit
ipNetToMediaTable and ipNetToMedia table both. When i am doing a walk on these two tables i am only getting values for ipNetToPhysicalTable. But ipNetToMediaTable returns nothing. I've just tried this with the current 5.4.x code (on a Linux box), and both tables report as expected. I've h

Re: Support for ipNetToMediaTable.

2011-03-09 Thread Dave Shield
On 9 March 2011 09:08, Manjit wrote: > I am using net-snmp 5.4.2.1 . > For my system i need to support ipNetToMediaTable and ipNetToMedia table > both. > When i am doing a walk on these two tables i am only getting values for > ipNetToPhysicalTable. > > But ipNetToMedia

Re: Support for ipNetToMediaTable.

2011-03-09 Thread Manjit
Want to know why the request is going here. Is my table is registered properly in the tree. Regards, Manjit Niels Baggesen wrote: > Den 09-03-2011 10:08, Manjit skrev: >> I am using net-snmp 5.4.2.1 . >> For my system i need to support ipNetToMediaTable and ipNetToMedia table

Re: Support for ipNetToMediaTable.

2011-03-09 Thread Niels Baggesen
Den 09-03-2011 10:08, Manjit skrev: > I am using net-snmp 5.4.2.1 . > For my system i need to support ipNetToMediaTable and ipNetToMedia table > both. > When i am doing a walk on these two tables i am only getting values for > ipNetToPhysicalTable. > > But ipNetToMedia

Support for ipNetToMediaTable.

2011-03-09 Thread Manjit
Hi, I am using net-snmp 5.4.2.1 . For my system i need to support ipNetToMediaTable and ipNetToMedia table both. When i am doing a walk on these two tables i am only getting values for ipNetToPhysicalTable. But ipNetToMediaTable returns nothing. [root@pactprov cli]# /opt/servers/netsnmp/bin

Re: IPNetToMediaTable

2008-03-27 Thread Dave Shield
On 27/03/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > If agent has to create a row based on the SET request, how can it > differentiate between a > > ->SET request which has been sent to modify the existing entry, but by > mistake the user has sent a request with invalid value for inde

RE: IPNetToMediaTable

2008-03-27 Thread mahesh.akula
c: [email protected] Subject: Re: IPNetToMediaTable On 27/03/2008,<[EMAIL PROTECTED]> wrote: > Is any one aware, how we can implement, adding a conceptual row dynamically > in IpNetToMediaTable. In principle, simply issue a SET command containing the new values. &g

Re: IPNetToMediaTable

2008-03-27 Thread Dave Shield
On 27/03/2008,<[EMAIL PROTECTED]> wrote: > Is any one aware, how we can implement, adding a conceptual row dynamically > in IpNetToMediaTable. In principle, simply issue a SET command containing the new values. > I see that all the objects in this table are read-create, but

IPNetToMediaTable

2008-03-26 Thread mahesh.akula
Hi All, I am not sure whether this is the correct forum to post this question or not? Is any one aware, how we can implement, adding a conceptual row dynamically in IpNetToMediaTable. I see that all the objects in this table are read-create, but I don't see any object which