-
Notifications
You must be signed in to change notification settings - Fork 667
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
[config] Add snmp-community command to set SNMP community string #687
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
@jleveque, kindly review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. @qiluo-msft to review, as well.
Thank you @jleveque for this quick review!!! 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New comments added.
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New comments added.
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor format issues
Signed-off-by: Sangita Maity <sangitamaity0211@gmail.com>
Retest this please |
@jleveque, do you have any idea when it can be merged? I can see three test case failures which is not related to my changes, I believe. Is there something I can do from my end? |
retest this please |
Signed-off-by: Sangita Maity sangitamaity0211@gmail.com
- What I did
added a new command called snmp-community to set SNMP community string or add to snmp_rocommunities.
- How I did it
followed the below doc.
Set SNMP community string
- How to verify it
before this feature is implemented, there was no snmp-community command under config CLI.
There's only one SNMP community string named public
There is no SNMP community string named new_public. so, snmpwalk got failed.
After this feature is implemented
so a new SNMP community string named new_public has been added.
Both the community strings are working fine with snmpwalk.