IPWorks SNMP 2020 Python Edition

Questions / Feedback?

remote_engine_time Property

The remote engine time (SNMPv3).

Syntax

def get_remote_engine_time() -> int: ...
def set_remote_engine_time(value: int) -> None: ...

remote_engine_time = property(get_remote_engine_time, set_remote_engine_time)

Default Value

0

Remarks

remote_engine_time is used by SNMPv3 authentication to ensure timeliness of requests, and avoid replay attacks.

The value of remote_engine_time is provided as what is expected to be the current value of the remote engine clock based on a cached time differential between the remote engine clock and the local engine time obtained during the discovery process (see discover).

This property is used in conjunction with remote_engine_boots. Please refer to the remote_engine_boots property and the discover method for more information.

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