IPWorks SNMP 2020 Python Edition

Questions / Feedback?

authentication_protocol Property

The authentication protocol used for SNMPv3 packets.

Syntax

def get_authentication_protocol() -> int: ...
def set_authentication_protocol(value: int) -> None: ...

authentication_protocol = property(get_authentication_protocol, set_authentication_protocol)

Default Value

1

Remarks

This property defines the authentication protocol used when snmp_version 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)

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