goldenradium2001
Technical User
Hi there, I'm trying to set an object's value (such as sysContact.0) as the root user. I'm trying to change it to "root". Here's the syntax I use:
snmpset -v 2c -c public sparc1 sysContact.0 s "root"
However, I receive an error that looks like this:
Error in packet.
Reason: (noSuchName) There is no such variable name in this MIB.
This name doesn't exist: ucdDemoPublicString.0
I read that this means I don't have write permissions to this object. How do I make it so that I DO have write permissions?
Thanks.
snmpset -v 2c -c public sparc1 sysContact.0 s "root"
However, I receive an error that looks like this:
Error in packet.
Reason: (noSuchName) There is no such variable name in this MIB.
This name doesn't exist: ucdDemoPublicString.0
I read that this means I don't have write permissions to this object. How do I make it so that I DO have write permissions?
Thanks.