IPWorks SNMP 2020 Python Edition

Questions / Feedback?

local_engine_id Property

The Engine Id of the SNMP Agent.

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 only used for SNMPv3 packets (when snmp_version is 3).

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