Config backup failing - snmp

Hi,

I am trying to take device config backup using snmp objects - cambiumJSONCfgExport Object ID: 1.3.6.1.4.1.17713.21.6.4.10 and cambiumFullCfgBackUp Object ID: 1.3.6.1.4.1.17713.21.6.4.30 -

snmpset -v2c -c private IP 1.3.6.1.4.1.17713.21.6.4.10 i 1

But, both of these fail with error:

Reason: noCreation (That table does not support row creation or that object can not ever be created)

Failed object: iso.3.6.1.4.1.17713.21.6.4.10

Am I missing something here.?

Thanks.

Try using snmpset -v2c -c$community $ip .1.3.6.1.4.1.17713.21.6.4.30.0 i 1 - the trailing ".0" is what's biting you.

j

1 Like