adaptor = new SnmpV3AdaptorServer(engineParameters, null, acls,
configuration.getListenPort(), null);
// Enable the community to context translation for V1/V2 to V3
adaptor.enableCommunityStringAtContext();
return adaptor;
} catch (Exception ex) {
TRACER.debugError("Could not instanciate the SNMP Adaptor");
return null;