RE: Not able to create the new row in ifTable through subagent

2009-01-27 Thread Manish Gupta
Thanks a ton Dave, It resolved the issue. Regards, Manish -Original Message- From: Dave Shield [mailto:d.t.shi...@liverpool.ac.uk] Sent: Tuesday, January 27, 2009 10:15 AM To: Manish Gupta Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Not able to create the new row in ifTable

Re: Not able to create the new row in ifTable through subagent

2009-01-27 Thread Dave Shield
2009/1/27 Manish Gupta : > I have implemented the whole ifTable in subagent, but the snmpwalk shows the > entries created by master snmp agent, so is there a way to override the > table of master agent by subagent table entries, so that snmpwalk could see > the entries created by the ifagent. Try

RE: Not able to create the new row in ifTable through subagent

2009-01-27 Thread Manish Gupta
. Regards, Manish -Original Message- From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com] On Behalf Of Dave Shield Sent: Tuesday, January 27, 2009 9:49 AM To: Manish Gupta Cc: net-snmp-users@lists.sourceforge.net Subject: Re: Not able to create the new row in ifTable through

Re: Not able to create the new row in ifTable through subagent

2009-01-27 Thread Dave Shield
2009/1/26 Manish Gupta : > So is it possible to create > new row by subagent in the ifTable created by master snmpd. No. The ifTable code is expecting to implement the *whole* table. It's not designed to allow individual subagents to insert additional rows. It *might* work if your subagent explic