Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNMP Server Component #2

Open
4 tasks
ChadSikorra opened this issue Sep 22, 2018 · 1 comment
Open
4 tasks

SNMP Server Component #2

ChadSikorra opened this issue Sep 22, 2018 · 1 comment
Labels
enhancement New feature or request work in progress

Comments

@ChadSikorra
Copy link
Contributor

ChadSikorra commented Sep 22, 2018

This library should have some sort of general SNMP server component for replying to SNMP client requests. There is already a Trap Sink component capable of handling incoming client requests. Some prerequisite work is need:

  • MIB support based on SMIv1/SMIv2 (separate library)
  • Some sort or persistence in general for MIBs
  • Additional logic in the UserSecurityModel to handle client discovery / time synchronization.
  • Possible ServerListener API for programmatically handling requests

Related work in progress in the ASN.1 library, needed for MIB support: FreeDSx/ASN1#3

@ChadSikorra ChadSikorra added the enhancement New feature or request label Sep 22, 2018
@ChadSikorra
Copy link
Contributor Author

I have started work on MIB parsing, though it will take a bit before I have something usable. Since it's basically implementing a subset of X.680.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request work in progress
Projects
None yet
Development

No branches or pull requests

1 participant