(useAcl?("\n\t" + PropertyNames.ACL_FILE_NAME + "="
+ aclFileName):"\n\tNo ACL")+
""));
}
final InetAddressAcl acl;
try {
acl = useAcl ? new SnmpAcl(System.getProperty("user.name"),aclFileName)
: null;
} catch (UnknownHostException e) {
throw new AgentConfigurationError(UNKNOWN_SNMP_INTERFACE, e, e.getMessage());