SNMP OID blacklist

Hi everyone,
I was looking for a Cisco-alike SNMP community configuration with limited OID access in Mikrotik;

snmp-server view mycommunity sysUpTime.0 included
snmp-server view mycommunity ifDescr included
snmp-server view mycommunity ifAdminStatus included
snmp-server view mycommunity ifOperStatus included
snmp-server view mycommunity ifInOctets included
snmp-server view mycommunity ifOutOctets included
snmp-server view mycommunity ifAlias included

and stumbled upon this:

Note: starting 6.18 SNMP implements OID blacklisting. Timeout for OID is 30s when it is blacklisted for 600s.

which is from http://wiki.mikrotik.com/wiki/Manual:SNMP.

Is this feature implemented? How does one configure it?