logger.debug("Created BandwidthCollector using 32-bit counters");
}
}
} catch (SNMPException e) {
logger.warn("Timeout fetching initial interface counters");
throw new SNMPException("Timeout fetching initial interface counters");
} finally {
snmp.setExpedientCollection();
}
}