You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netniV
changed the title
change_device.php - changing device's community does not work
Unable to change a device's community at command line
Dec 16, 2023
Describe the bug
Unable to change device community via change_device.php CLI script
To Reproduce
Steps to reproduce the behavior:
Run php -q ./cli/change_device.php --id=deviceid --ip=ipaddress --community'new_community'
Scripts executes correctly but snmp community stays unchanged
Sollution
Wrong name of array element in change_device.php line 89:
Changing name to snmp_community fixes the issue.
The text was updated successfully, but these errors were encountered: