Re: mib2c mfd for ifTable

2014-12-08 Thread Pranesh Kulkarni
Hi Robert, I have resolved the issue. I figured out i have not enabled cache , then enabled it . thanks Pranesh On Tue, Dec 9, 2014 at 2:01 AM, Robert Story wrote: > On Thu, 18 Sep 2014 11:48:21 +0530 Pranesh wrote: > PK> > Hi All, > PK> > > PK> > I used mib2c compiler for generating mfd op

Re: mib2c mfd for ifTable

2014-12-08 Thread Robert Story
On Thu, 18 Sep 2014 11:48:21 +0530 Pranesh wrote: PK> > Hi All, PK> > PK> > I used mib2c compiler for generating mfd option for ifTable PK> > PK> > I am not getting the values for snmpwalk PK> > PK> > #snmpwalk -v 2c -c public localhost ifTable PK> > IF-MIB::ifTable = No Such Object available on th

Re: mib2c mfd for ifTable

2014-09-24 Thread Pranesh Kulkarni
Hi Kenneth, I could do both snmpget and snmpset . Thanks for your help Pranesh -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-th

Re: mib2c mfd for ifTable

2014-09-19 Thread Pranesh Kulkarni
Hi All , I have kept the function ifTable_container_load() in the function _ifTable_container_init() , the file name ifTable_interface.c . Now am getting the values for the index , I need to put for other values. Is it the right location to keep or i need to keep some where el

Re: mib2c mfd for ifTable

2014-09-17 Thread Pranesh Kulkarni
> Hi All, > > I used mib2c compiler for generating mfd option for ifTable > > I am not getting the values for snmpwalk > > #snmpwalk -v 2c -c public localhost ifTable > IF-MIB::ifTable = No Such Object available on this agent at this OID > > > I have correctly configured config file. > > running th