I want to get the information of the ports on the switch and save this information to the database. But I’m not sure if it’s safe to use snmpv3. I couldn’t find many resources on the internet. After capturing the data, I will send it to my .net project and the data extraction process will take place every 5 seconds.
I tried to use Lextm.SharpSnmpLib and I managed to capture the data, but it is not known how up-to-date this library will continue, I do not know if there is enough support. I don’t have to do it 100% in C#, it can also be done with Python, just the data extraction part.
Burakpalavan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.