IPWorks SNMP 2020 Android Edition

Questions / Feedback?

CacheEntry Event

Shows engines and users in the internal cache.

Syntax

public class DefaultSnmptcptrapmgrEventListener implements SnmptcptrapmgrEventListener {
  ...
  public void cacheEntry(SnmptcptrapmgrCacheEntryEvent e) {}
  ...
}

public class SnmptcptrapmgrCacheEntryEvent {
  public byte[] engineId;
  public int engineBoots;
  public int engineTime;
  public String user;
  public String authenticationProtocol;
  public String authenticationPassword;
  public String encryptionAlgorithm;
  public String encryptionPassword;
}

Remarks

CacheEntry events are triggered by a call to ShowCache. One event is fired for each user and engine. If there are no users for a particular engine, a single event is fired with the engine information, but empty values for user information.

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