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
I would like to set time and date on a piece of hardware and can successfully set the date as follows.
snmpset.py -v2c -c private 192.168.1.11 .1.3.6.1.4.1.3808.2.1.5.1.0 s 06\15\2020
However the following results in an error: Command-line parser error at token semicolon
snmpset.py -v2c -c private 192.168.1.11 .1.3.6.1.4.1.3808.2.1.5.2.0 s 12:20:20
I believe the ':'s are the cause and not a semicolon. How can I use snmpset.py to set the time?
The text was updated successfully, but these errors were encountered:
I would like to set time and date on a piece of hardware and can successfully set the date as follows.
snmpset.py -v2c -c private 192.168.1.11 .1.3.6.1.4.1.3808.2.1.5.1.0 s 06\15\2020
However the following results in an error: Command-line parser error at token semicolon
snmpset.py -v2c -c private 192.168.1.11 .1.3.6.1.4.1.3808.2.1.5.2.0 s 12:20:20
I believe the ':'s are the cause and not a semicolon. How can I use snmpset.py to set the time?
The text was updated successfully, but these errors were encountered: