This document contains "SmartDocs" capabilities. This will allow you to easily see only the content that is relevant to the Zebra device you are working with.
MX Features will be available on a device based on a combination of factors:
After identifying the version information for your device, simply select them in the SmartDocs bar. Any section that does not apply to your device will be greyed out. You can clear all settings by hitting the SmartDocs button. Clicking the back and next buttons on the SmartDocs bar will navigate to the sections that are relevant to your device.
The HostsMgr allows the device to be assigned a Host Name by which the device can be identified by admins, applications and other devices on local and DNS-enabled IP networks. The Host Name binds the device's friendly name (i.e. “MyDevice”) to its IP address so that its friendly name can be used interchangeably with its "unfriendly" IP address. A friendly name can be registered with a DNS Server (if one is present on a given network) when the device joins that network, thereby allowing other stations on the network to more easily identify other devices present on the network.
This parm permits a Host Name to be assigned to a device, binding that name to the device IP address. The device can then be identified using its friendly name (i.e. “MyDevice”) by admins, applications and other devices on local and DNS-enabled IP networks. Once bound, the Host Name and IP address can be used interchangeably. A friendly name also can be registered with a DNS Server (if one is present on a given network) when the device joins that network, thereby allowing other stations on the network to more easily identify other devices present on the network.
Parm value rules
Parm Name: HostName
Requires:
- MX: 5.1+
<wap-provisioningdoc>
<characteristic type="HostsMgr">
<parm name="HostName" value="MyDevice"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="HostsMgr" version="5.1">
<parm name="HostName" value="MyDevice"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="HostsMgr">
<parm-query name="Version"/>
<parm-query name="HostName"/>
</characteristic>
</wap-provisioningdoc>
<wap-provisioningdoc>
<characteristic type="HostsMgr" version="5.1">
<parm name="Version" value="5.1.1"/>
<parm name="HostName" value="MyDevice"/>
</characteristic>
</wap-provisioningdoc>