https://github.com/skylinecommunications/slc-c-example_snmp-base
Example connector showing how to retrieve the common SNMP parameters and tables on every device.
https://github.com/skylinecommunications/slc-c-example_snmp-base
dataminer dataminer-connector example
Last synced: 8 months ago
JSON representation
Example connector showing how to retrieve the common SNMP parameters and tables on every device.
- Host: GitHub
- URL: https://github.com/skylinecommunications/slc-c-example_snmp-base
- Owner: SkylineCommunications
- Created: 2024-02-01T15:35:54.000Z (about 2 years ago)
- Default Branch: 1.0.0.X
- Last Pushed: 2024-12-09T09:54:24.000Z (about 1 year ago)
- Last Synced: 2024-12-09T10:39:02.617Z (about 1 year ago)
- Topics: dataminer, dataminer-connector, example
- Language: C#
- Homepage:
- Size: 42.4 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example SNMP Base Connector
## About
This package contains an example of an SNMP base connector. This example can help you develop your own SNMP connectors.
## Usage
The input data is sourced from a simulation located in the **Documentation** folder of the package.
To execute the simulation, use the simulator tool you find in the `C:\Skyline DataMiner\Tools\QADeviceSimulator` folder. If this tool is not installed, you can download it from [DataMiner Dojo](https://community.dataminer.services/download/skyline-device-simulator/).
To run the simulation, go to the root of your solution, open a command prompt or PowerShell, and execute the following commands. If DataMiner is installed, the command can be run directly. Otherwise, modify the start command to point to the executable in the downloaded tool:
```cmd
copy /Y "Simulation\connection_0.xml" "C:\QASNMPSimulations\SLC-C-Example_SNMP-Base_1.0.0.X.xml"
start /min "" "C:\Skyline DataMiner\Tools\QADeviceSimulator\QADeviceSimulator.exe" "SLC-C-Example_SNMP-Base_1.0.0.X.xml"
```
## Technical Reference
For more detailed instructions on running the simulation or if you encounter any issues, see the [Skyline Device Simulator documentation](https://docs.dataminer.services/user-guide/Reference/DataMiner_Tools/QADeviceSimulator/TOOQASNMPSimulator.html).