Re: Disable specifc OIDs in MIB

2018-07-04 Thread Thommandra Gowtham
Robert, Thanks for your reply. More in-line On Tue, Jul 3, 2018 at 10:01 PM, Robert Story wrote: > On Tue, 3 Jul 2018 19:05:59 +0530 Thommandra wrote: > TG> - How can we disable an OID from snmpwalk output? > > For snmpd, you can configure VACM views in snmpd.conf to exclude > certain OIDS. It'

Re: Disable specifc OIDs in MIB

2018-07-04 Thread Robert Story
On Wed, 4 Jul 2018 18:07:51 +0530 Thommandra wrote: TG> > For snmpd, you can configure VACM views in snmpd.conf to TG> > exclude certain OIDS. It's not very intuitive, but should be TG> > possible. TG> TG> Can we remove the OIDs at compile time (using configure option) TG> like we do for modules?