* @throws IOException
*/
SNMP4JFacade(String address) throws IOException {
// These files does not exist and are not used but has to be specified
// Read snmp4j docs for more info
super(new File("conf.agent"), new File("bootCounter.agent"), new CommandProcessor(new OctetString(
MPv3.createLocalEngineID())));
this.address = address;
start();
}