We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I try to add a shell command into config file with
snmpset -m +NET-SNMP-EXTEND-MIB -v 2c -c private localhost 'nsExtendStatus."command9"' = createAndGo 'nsExtendCommand."command9"' = /bin/echo 'nsExtendArgs."command9"' = 'hello rio is here'
but failed with
Error in packet. Reason: (genError) A general failure occured Failed object: NET-SNMP-EXTEND-MIB::nsExtendStatus."command9"
why is that happen? NET-SNMP version is 5.7.3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I try to add a shell command into config file with
but failed with
why is that happen? NET-SNMP version is 5.7.3.
The text was updated successfully, but these errors were encountered: