IPWorks SNMP 2020 Python Edition

Questions / Feedback?

remote_engine_boots Property

The remote engine boots (SNMPv3).

Syntax

def get_remote_engine_boots() -> int: ...
def set_remote_engine_boots(value: int) -> None: ...

remote_engine_boots = property(get_remote_engine_boots, set_remote_engine_boots)

Default Value

0

Remarks

This property is used in conjunction with the remote_engine_time property. Please refer to the description of the remote_engine_time property, and the discover method for further information.

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