clicon / clixon

YANG-based toolchain including NETCONF and RESTCONF interfaces and an interactive CLI
http://www.clicon.org/
Other
215 stars 72 forks source link

Add support for snmp v2 traps #535

Closed mico-micic closed 3 months ago

mico-micic commented 3 months ago

Extend the existing SNMP sub-agent with support for SNMP v2 traps.

How it is implemented: The SNMP sub-agent reads all available streams and subscribes to all of them by calling the corresponding backend RCP. Received events are converted to SNMP v2 traps including value-bindings (if available) and sent by net-snmp API.

mico-micic commented 3 months ago

Added PR for documentation: https://github.com/clicon/clixon-docs/pull/7 I think the PR is ready for final review and merge.