Using snmp to change management IP Addresses

Having a really strange issue trying to use snmpset to change management IP Addresses on ePMP Bridged SM's

For e.g.

snmpset -v 2c -c public 10.10.208.233 1.3.6.1.4.1.17713.21.3.4.7.2.0 a 10.10.73.233

Gives the following error

Error in packet.
Reason: (badValue) The value given has the wrong type or length.

However, if I run the same command and change the IP to something else in the same subnet, it works fine:

snmpset -v 2c -c public 10.10.208.233 1.3.6.1.4.1.17713.21.3.4.7.2.0 a 10.10.208.240

iso.3.6.1.4.1.17713.21.3.4.7.2.0 = IpAddress: 10.10.208.240

Why is this cambium?  I didn't use to have this issue with Canopy 100's!

Is there anyway around it besides rewriting everything to use SSH?

Not sure SSH is letting me change IP's either:

>config set networkBridgeIPAddr 10.10.73.233
Error: Parameter "10.10.73.233" doesn't exist

Not sure what the issue is.  I've had success with this in the past (prior to 3.5.1)

I figured out that I was getting the SSH error only when logged into an SM via mac-telnet.  I was trying to rescue an SM that my script only made it half way through before choking on an error

Once I connected via SSH the config set command worked.

But now that I think about it, it is kind of worrying that you can’t set IP addresses through mac-telnet.  You would think it’s the same exact shell with the same commands available