![SpinetiX Diva Technical Documentation Manual Download Page 31](http://html.mh-extra.com/html/spinetix/diva/diva_technical-documentation-manual_1347696031.webp)
H MP Co n f igu ra tio n AP I - S p in e tiX Te ch n ica l Do cu me n ta tion v3 .1
© S p in e tiX S A A ll rig h ts re se rve d .
P a g e 3 1 of 5 8
SNMP settings
This section describes all the parameters related to the configuration of SNMP.
<snmp-local>
HMP300 and HMP350 only
Disable SNMP connection from the outside. PHP scripts running on the device are still allowed to
connect to the SNMP service, but no external connections are accepted. This is the default setting.
Note: this parameter will override settings done using
<snmp-local>, <snmp-limited>
or
<snmp-
all>
.
For instance, to close SNMP to outside clients, use:
<snmp-local/>
<snmp-limited>
HMP300 and HMP350 only
Enable connections to the SNMP service from remote hosts as long as they are within the given address
range. This command is composed of the following parameter:
<address-range>
Range of the accepted address. Can be of the following form:
Single address: e.g. 192.168.1.100
Range using bit mask: e.g. 192.168.1.0/24
Range using net mask: e.g. 192.168.1.0/255.255.255.0
Note: this parameter will override settings done using
<snmp-local>, <snmp-limited>
or
<snmp-
all>
.
For instance, to enable connections to the SNMP service from any device with an IP is in the range
192.168.1.0/24, use:
<snmp-limited>
<address-range>192.168.1.0/24</address-range>
</snmp-limited>
<snmp-all>
HMP300 and HMP350 only
Enable access to the SNMP service from any host.