File: control

package info (click to toggle)
snmpsim 0.4.5-1.1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 5,024 kB
  • sloc: python: 5,225; makefile: 7; sh: 3
file content (31 lines) | stat: -rw-r--r-- 1,158 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: snmpsim
Section: net
Priority: optional
Maintainer: Vincent Bernat <bernat@debian.org>
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.0.0
Homepage: http://snmpsim.sourceforge.net/

Package: snmpsim
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
         python3-pysnmp4 (>= 4.2.4), python3-pyasn1
Description: SNMP agent simulator
 SNMP Simulator is a software that would act like a multitude of real
 physical devices from SNMP Manager's point of view. Simulator builds
 and uses a database of physical devices' SNMP footprints to respond
 like their real counterparts do.
 .
 Typical use case for this software starts with recording a snapshot
 of SNMP objects of donor agents into text files. Once you have your
 snapshots at hand, a simulator script could be run over the snapshots
 responding to SNMP queries in the same way as donor SNMP agents did
 at the time of recording.
 .
 Technically, SNMP Simulator is a multi-context SNMP agent. That means
 that it handles multiple sets of managed object all at once. Each
 device is simulated within a dedicated SNMP context.