-
Notifications
You must be signed in to change notification settings - Fork 174
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
ios_snmp_server: improvment for snmp-server module #809
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 40s |
a46b3a4
to
7d7904a
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 24s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 12s |
@roverflow cc |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 43s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 15s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 04s |
b0c1cc2
to
c578fff
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 47s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 30s |
239be72
to
0ba4662
Compare
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 4m 22s |
a4e8f99
to
1255543
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 07s |
1255543
to
a2a3337
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 47s |
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.
Hey @earendilfr , thanks for the contribution, if you are still looking to merge this PR, can you resolve the conflicts and also can you add tests for the match attribute that you have added
- add the possibility manage the match part of the context for snmp-server group this part could be usefull on cisco devices to retrieve the MAC table of all VLANs with SNMPv3 - Fixe an issue with snmp-server ifindex: the command working fine but the result in command could be also seen with the command `snmp ifmib ifindex persist`
Co-authored-by: Sagar Paul <[email protected]>
This reverts commit 9e2be9f.
…ame group with different context but the IOS config allow it.
a2a3337
to
19306b3
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #809 +/- ##
=======================================
Coverage 86.44% 86.44%
=======================================
Files 202 202
Lines 12764 12764
=======================================
Hits 11034 11034
Misses 1730 1730 |
I'm nearly sure that this PR is already covered with the PR #828. |
add the possibility manage the match part of the context for snmp-server group this part could be usefull on cisco devices to retrieve the MAC table of all VLANs with SNMPv3
Fixe an issue with snmp-server ifindex: the command working fine but the result in command could be also seen with the command
snmp ifmib ifindex persist
SUMMARY
Performing two change in ios_snmp_server module:
match
part forcontext
insnmp-server group
commandthe parameter is correctly sent to the switch but, on many switches, we should also check the command
snmp ifmib ifindex persist
to validate if the command is presentISSUE TYPE
COMPONENT NAME
ios_snmp_server
ADDITIONAL INFORMATION
Before add the context match
After:
And the output of the complete commands on Cisco switches
and the result for the gathered output: