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

Add test case to verify SNMP counters #820

Open
vitthalmagadum opened this issue Sep 9, 2024 · 0 comments · May be fixed by #828
Open

Add test case to verify SNMP counters #820

vitthalmagadum opened this issue Sep 9, 2024 · 0 comments · May be fixed by #828

Comments

@vitthalmagadum
Copy link
Contributor

vitthalmagadum commented Sep 9, 2024

Trap PDUs counter should be a non-zero value

sample output:

leaf1-dc1#show snmp | json
{
"counters": {
"serviceEnabled": true,
"inPkts": 0,
"inVersionErrs": 0,
"inBadCommunityNames": 0,
"inBadCommunityUses": 0,
"inParseErrs": 0,
"inRequestVars": 0,
"inSetVars": 0,
"inGetPdus": 0,
"inGetNextPdus": 0,
"inSetPdus": 0,
"outPkts": 26,
"outTooBigErrs": 0,
"outNoSuchNameErrs": 0,
"outBadValueErrs": 0,
"outGeneralErrs": 0,
"outGetResponsePdus": 0,
"outTrapPdus": 26,
"outTrapDrops": 0,
"groupLength": 0,
"numberOfGroups": 0,
"numberOfViews": 0
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant