KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
snmpsim-data
★ 15
Open GitHub ↗
Simulation data for SNMP simulator
Download README (.md)
Explore Similar Repositories
react-demo
:
No description available.
espeak-data
:
No description available.
perf_exporter
:
A perf exporter for prometheus
RelayInputSelector
:
Arduino: Muffsy Relay Input Selector
chinese-lorem-ipsum
:
中文假字生成器 - 隨機生成看似中文文章的假字。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
snmpsim-data
?
Download (.md)
SNMP simulation data -------------------- [](https://pypi.org/project/snmpsim-data/) [](https://pypi.org/project/snmpsim-data/) [](https://travis-ci.org/etingof/snmpsim-data) [](https://raw.githubusercontent.com/etingof/snmpsim-data/master/LICENSE.txt) The `snmpsim-data` package contains simulation data for [snmpsim](http://snmplabs.com/snmpsim) - free and open-source SNMP agent simulator. The package is distributed under 2-clause [BSD license](http://snmplabs.com/snmpsim/license.html). Download -------- SNMP simulation data can be downloaded as a Python package from [PyPI](https://pypi.org/project/snmpsim-data/). Installation ------------ Just run: ```bash $ pip install snmpsim-data ``` How to use simulation data -------------------------- Invoke `snmpsimd.py` and point it to a directory with simulation data: ``` $ snmpsimd.py --data-dir=snmpsim-data/data --agent-udpv4-endpoint=127.0.0.1:1024 ``` Simulation data is stored in simple plain-text files having `OID|TYPE|VALUE` format: ``` $ cat public.snmprec 1.3.6.1.2.1.1.1.0|4|Linux 2.6.25.5-smp SMP Tue Jun 19 14:58:11 CDT 2007 i686 1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.8072.3.2.10 1.3.6.1.2.1.1.3.0|67|233425120 1.3.6.1.2.1.2.2.1.6.2|4x|00127962f940 1.3.6.1.2.1.4.22.1.3.2.192.21.54.7|64x|c3dafe61 ... ``` Simulator maps query parameters like SNMP community names, SNMPv3 contexts or IP addresses onto data files paths relative to the `data` directory. Documentation ------------- Detailed information on SNMP simulator usage could be found at [snmpsim site](http://snmplabs.com/snmpsim/). Getting help ------------ If you run into bad simulation data, feel free to [open an issue](https://github.com/etingof/snmpsim-data/issues) on GitHub. Contributions ------------- If you have an SNMP-managed device, consider snmpwalk'ing it (or use `snmprec` tool from `snmpsim` package) and submit a PR offering your data. Copyright (c) 2019, [Ilya Etingof](mailto:etingof@gmail.com). All rights reserved.