This seems pretty simple, but I think that I am missing something.
I am attempting to update the System Name of a CPE device via SNMP
Something like:
snmnpset -v 2c -c private 192.168.1.20 SNMPv2-MIB::sysName.0 s “My Cool Mimosa Test Device Name”
This works, but the set does not:
snmnpget -v 2c -c public 192.168.1.20 SNMPv2-MIB::sysName.0
SNMPv2-MIB::sysName.0 = STRING: “My Cool Mimosa Test Device Name”
Now - please keep in mind that I have changed my snmp community from public to something else, and I dont see an option for “private” to be able to write.
Perhaps there is something else, firmware - upcoming features etc?
Trying to automate some stuff, and it would be useful to be able to update the “Device Friendly Name”, “Device Description”, “Location” etc…
Also looking for a way to update GPS co-ordinates on the C5c’s and C5x’s - so they are not all 0.0.0.0.0.0 after installs.
Our installers don’t always fill in those values / or properly / or don’t allow access to location services.
So, SNMP seems to the the best fit for me, but not working.
Any thoughts / suggestions would be nice - or perhaps this is a feature request?
Edit:
Looks like you can set some of these in the Mimosa cloud system.
Really need / would like a way to have my own systems update this info however.
I know it has been asked before - but anything new on an API for the cloud tools?
If there was I could jack my system into that - perhaps there is some new stuff I dont know about?
: