RemoteEngineTime Property

The remote engine time (SNMPv3).

Object Oriented Interface

public function getRemoteEngineTime();
public function setRemoteEngineTime($value);

Procedural Interface

ipworkssnmp_snmpmgr_get($res, 21 );
ipworkssnmp_snmpmgr_set($res, 21, $value );

Default Value

0

Remarks

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

The value of RemoteEngineTime 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 RemoteEngineBoots. Please refer to the RemoteEngineBoots property and the Discover method for more information.

Data Type

Integer

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