Closed dima1308 closed 2 years ago
Is that traps as well or only for reading data?
In general, we need the ability to read and write data using both: SNMPv2 and v3. Also, we need SNMP traps. If it is possible to do an infrastructure that will allow read/write data using SNMPv2, it will be great. Later, once the initial infrastructure will be implemented, our SW team will be able to work on adding more functionality like SNMPv3 support or traps.
It could be useful as an eco-system around Clixon. But it is not on my current roadmap. If not sponsored I focus on features that are core netconf/yang. I could assist someone else trying it out.
If not sponsored
is it an option to sponsor this activity? Maybe we can discuss it separately?
Experimentral development of this issue is here: https://github.com/clicon/clixon/tree/snmp
SNMP branch is now merged and will appear in Clixon 5.8
Closing this since a general support appears in 5.8. Please submit specific issues for any sub-issues that may appear.
Hi @olofhagsand May I ask you to add SNMP support to the CLIXON? It is a complex feature that requires deep knowledge of the CLIXON internals.
To do that, the possible option is to create an additional front-end (like
clixon_cli
orclixon_restconf
). This front-end can use the net-snmp library. It is possible to convert standard MIBs to yang usingsmidump
utility (I tried to do that, and I saw that the conversion works well when using thesmidump
utility ver 0.5.0, the older version does not work well). I saw that converted from SNMP MIB yang file includes thesmiv2:oid
extension that can allow mapping between original MIB and auto-generated yang files. Please see below.What do you think about that?