Add support for SNMP Bulk Transfert
ChangeLog: snmp plugin: support for bulk transfert has been added.
As per issue #2495 we are experiencing so long collect time for switch with high number of port so i took a try at that.
This is the first attempt, it's working but i may not have seen every failure opportunities, i tried to be the less disruptive as possible.
This mostly modify the csnmp_read_table to switch over to 'GETBULK' PDUs if conditions are ok, and handle the extra return values with the same loop.
Comments are welcome