NB3000-Line-Hd User Manual 4.2
Getting the current config description:
snmpget -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.4.0
Getting the current config hash:
snmpget -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.5.0
Restarting the device:
snmpset -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.10.0 i 1
Running a configuration update:
snmpset -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.11.0 s "http://server/directory"
You can use TFTP, HTTP, HTTPS and FTP URLs (specifying a username/password or a port is
not yet supported).
Please note that config updates expect a zip-file named
<serial-number>.zip
in the speci-
fied directory.
Getting the configuration update status:
snmpget -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.12.0
The return value can be one of:
succeeded (1)
,
failed (2)
,
inprogress (3)
,
notstarted
(4)
.
Running a software update:
snmpset -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.13.0 s "http://server/directory"
Getting the software update status:
snmpget -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.14.0
The return value can be one of:
succeeded (1)
,
failed (2)
,
inprogress (3)
,
notstarted
(4)
.
Setting the update operation:
snmpset -v 3 -u admin -n "" -l authNoPriv -a MD5 -x DES -A admin01admin01
192.168.1.1
1.3.6.1.4.1.31496.10.40.15.0 i 1
By default, the update operation is set to
update
(0) which results in an immediate update
of software or configuration once triggered. One may also set the operation to
store
(1)
which will only store the software or configuration package. It can be later activated using
the following switch operators.
140