Re: Read-write Objects

2005-11-07 Thread Robert Story
On Mon, 7 Nov 2005 15:23:19 +0530 Madhan wrote: M> I am using net-snmp in my router. Can you please tell the M> objects which are read/write? No. It will depend on the device and it's implementation. Consult the device manufacturer. -- NOTE: messages sent directly to me, instead of

Re: Read-write Objects

2005-11-07 Thread Wes Hardaker
> On Mon, 7 Nov 2005 15:23:19 +0530, "Madhan" <[EMAIL PROTECTED]> said: Madhan> I am using net-snmp in my router. Can you please tell the Madhan> objects which are read/write? That's a impossible task for us to generate such a list easily for you. Read the MIB files and the implementation co

Read-write Objects

2005-11-07 Thread Madhan
Dear All,   I am using net-snmp in my router. Can you please tell the objects which are read/write?   -Madhan

Re: snmpset for (most) read-write objects failing

2005-08-09 Thread Robert Story
On Thu, 28 Jul 2005 07:04:57 -0700 (PDT) harish wrote: HB> On further investigation , we found that the file HB> agent/mibgroup/mibII/ip.c did not have any relevant HB> reference to ipForwarding (and other scalar objects.) What release are you running? There is code for ipForwarding in all current

Re: snmpset for (most) read-write objects failing

2005-08-08 Thread Robert Story
On Thu, 28 Jul 2005 03:07:47 -0700 (PDT) harish wrote: HB>I tried to change(set) the read-write object HB> "ipForwarding" in the IP-MIB.txt. HB> I am getting the following error, HB> HB> snmpset -v 2c -c private localhost HB> IP-MIB::ipForwarding.0 i 1 HB> HB> error in packet. HB> Reason: no

Re: snmpset for (most) read-write objects failing

2005-07-28 Thread harish babu
Hello, On further investigation , we found that the file agent/mibgroup/mibII/ip.c did not have any relevant reference to ipForwarding (and other scalar objects.) So we did a mib2c for ip and this we noted generated additional code in ip.c. So this is way we need to add the scalar objects or the

snmpset for (most) read-write objects failing

2005-07-28 Thread harish babu
Hello, I tried to change(set) the read-write object "ipForwarding" in the IP-MIB.txt. I am getting the following error, snmpset -v 2c -c private localhost IP-MIB::ipForwarding.0 i 1 error in packet. Reason: notWritable (That object does not support modification) Failed object: IP-MIB::ipForwa