From 275770dc51e360fb82eb0e037de8a0084b1958ae Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 9 Dec 2021 22:37:09 +0200 Subject: [PATCH] data --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 54a2de7..41b1749 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,21 @@ This is a quickstart guide of howto use this *LabInstance to deploy Vue js appli > pass +## Features + +- SNMPv1/v2c/v3 support +- SNMPv3 USM supports MD5/SHA/SHA224/SHA256/SHA384/SHA512 auth and DES/3DES/AES128/AES192/AES256 privacy crypto algorithms +- Runs over IPv4 and/or IPv6 transports +- Simulates many EngineID's, each with its own set of simulated objects +- Varies response based on SNMP Community, Context, source/destination addresses and ports +- Can gather and store snapshots of SNMP Agents for later simulation +- Can run simulation based on MIB files, snmpwalk and sapwalk output +- Can gather simulation data from network traffic or tcpdump snoops +- Can gather simulation data from external program invocation or a SQL database +- Can trigger SNMP TRAP/INFORMs on SET operations +- Capable to simultaneously simulate tens of thousands of Agents +- Offers REST API based control plane +- Gathers and reports extensive activity metrics +- Pure-Python, easy to deploy and highly portable +- Can be extended by loadable Python snippets +