11 Nov
2015
11 Nov
'15
5:24 p.m.
You could change the entries directly in MySQL
UPDATE `devices` SET `snmp_ver` = 'blah', `snmp_thing` = 'foo' WHERE `device_id` IN ('2', '3', '4');
Or something similar.
adam. On 11/11/2015 16:05:09, Timothy Kaufman tkaufman@batblue.com wrote: Hello,
We have about 80 devices that we are updating from SNMP v1 to v3. I can’t seem to find a way to do this in bulk either from CLI or from web UI. I can update the devices one by one in the web ui, if I try from the CLI with the add_user.php script it complains about the device being known.
Can someone offer some insight on how I might accomplish this without changing each device individually in the UI?
Thanks
Tim