All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.akka-snmp4j.akka-snmp4j_2.11.0.12.2.source-code.reference.conf Maven / Gradle / Ivy

The newest version!
akkasnmp4j {
  get-defaults {
    port = 161
    retries = 2
    timeout = 5 seconds
  }

  cred-defaults {
    version = "v1"
    security-level = "noAuthNoPriv"
    auth-protocol = "NONE"
    privacy-protocol = "NONE"
    privacy-passphrase = "public"
    auth-passphrase = "public"
    user = ""
    read-community = "public"
    write-community = "private"
    context-name = ""
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy