Re: Alternative implementation of IF-MIB

2012-01-24 Thread Bhiku Mhatre
Thanks Michael, that did the trick. I was able to use the -I -ifTable option to disable the loading of the default ifTable and then I extended my perl embedded agent to register and handle the ifTable OID subtree along with my enterprise MIB tree. Worked like a charm. I still need to get the ifXTab

Extending ifTable and ifXTable using embedded perl

2012-01-20 Thread Bhiku Mhatre
I have successfully been able to extend the SNMP agent on my embedded system for adding an enterprise MIB using embedded perl. I need to now extend the ifTable and ifXTable to include proprietary non-standard interfaces (which are not returned by ifconfig -a) that exist in the system. I tried to us