IPWorks SNMP 2020 Python Edition

Questions / Feedback?

local_engine_id Property

The Engine Id (for SNMPv3).

Syntax

def get_local_engine_id() -> bytes: ...
def set_local_engine_id(value: bytes) -> None: ...

local_engine_id = property(get_local_engine_id, set_local_engine_id)

Default Value

""

Remarks

This property is necessary for properly handling on_inform_request packets.

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