<?xml version="1.0"?>
<configuration version="1.1">
<ethernet-dhcp/>
<ethernet-static>
<address>192.168.1.10</address>
<netmask>255.255.255.0</netmask>
</ethernet-static>
</configuration>
The
<credential-reset/>
configuration command removes all credentials previously configured on
the HMP device, whereas the
<credential>
configuration command adds a new one.
<?xml version="1.0"?>
<configuration version="1.1">
<credential-reset/>
<credential>
<server>http://demo.spinetix.com/</server>
<password>spinetix</password>
<username>spinetix</username>
<realm>demo</realm>
</credential>
</configuration>
If the two configuration commands are provided in a reversed order, all credentials are removed from
the HMP device.
<?xml version="1.0"?>
<configuration version="1.1">
<credential>
<server>http://demo.spinetix.com/</server>
<password>spinetix</password>
<username>spinetix</username>
<realm>demo</realm>
</credential>
<credential-reset/>
</configuration>
Summary of Contents for HMP series
Page 1: ...www spinetix com ...