IPWorks SNMP 2020 Android Edition

Questions / Feedback?

AuthenticationProtocol Property

The authentication protocol used for SNMPv3 packets.

Syntax

public int getAuthenticationProtocol();
public void setAuthenticationProtocol(int authenticationProtocol);

Enumerated values: public final static int authpHMACMD596 = 1; public final static int authpHMACSHA96 = 2; public final static int authpHMAC192SHA256 = 3; public final static int authpHMAC384SHA512 = 4;

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.

Default Value

1

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Android Edition - Version 20.0 [Build 8202]