IPWorks SNMP 2020 Python Edition

Questions / Feedback?

community Property

The community string used to authenticate SNMP packets.

Syntax

def get_community() -> str: ...
def set_community(value: str) -> None: ...

community = property(get_community, set_community)

Default Value

"public"

Remarks

Must match the community name that is specified on the agent.

Typical values are "public" or "private".

This property is used for all SNMP packets sent by the class.

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