IPWorks SNMP 2020 Kotlin Edition

Questions / Feedback?

AuthenticationProtocol Property

The authentication protocol used for SNMPv3 packets.

Syntax

public var authenticationProtocol: SnmpmgrAuthenticationProtocols

public enum class SnmpmgrAuthenticationProtocols(val value: Int) {
authpHMACMD596(1),
authpHMACSHA96(2),
authpHMAC192SHA256(3),
authpHMAC384SHA512(4);
}

Default Value

1

Remarks

This property defines the authentication protocol used when SNMPVersion is set to snmpverV3. Possible values are:

  • 1 (HMAC-MD5-96 - default)
  • 2 (HMAC-SHA-96)
  • 3 (HMAC-192-SHA-256)
  • 4 (HMAC-384-SHA-512)

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Kotlin Edition - Version 20.0 [Build 7941]