Installing the InformaCast Enabled Paging Adapter
Restore the Factory Default Settings
Operations Guide
931767B
CyberData Corporation
70
Device2 goes through the same steps by setting its device name to
CyberData Autoprovisioned
,
its SIP server to
10.0.0.253
, and its port to
5060
. When Device2 “sees”
sip_[macaddress].xml
,
Device2 replaces it with its own mac address and downloads
sip_0020f7020002.xml
from
“https://autoprovtest.server.net.” Device2 sets the SIP User ID to
500
, the password to
ext500
, and
the dialout extension to
555
.
Autoprovisioning
Example 2
Here is another example of setting up your autoprovisioning files:
We boot up two devices with mac addresses
00:20:f7:02:00:01
and
00:20:f7:02:00:02
(Device1
and Device2) and boot them on a network with a DHCP server configured with an autoprovisioning
server at
10.0.1.3
on option
150
. Our TFTP server has three files:
0020f7020001.xml
<MiscSettings>
<AutoprovFile>common_settings.xml</AutoprovFile>
</MiscSettings>
<SIPSettings>
<SIPUserID>198</SIPUserID>
<SIPAuthPassword>ext198</SIPAuthPassword>
<DialoutExtension0>204</DialoutExtension0>
</SIPSettings>
0020f7020002.xml
<MiscSettings>
<AutoprovFile>common_settings.xml</AutoprovFile>
</MiscSettings>
<SIPSettings>
<SIPUserID>500</SIPUserID>
<SIPAuthPassword>ext500</SIPAuthPassword>
<DialoutExtension0>555</DialoutExtension0>
</SIPSettings>
common_settings.xml
<MiscSettings>
<DeviceName>CyberData Autoprovisioned</DeviceName>
</MiscSettings>
<SIPSettings> <SIPServer>10.0.0.253</SIPServer>
<RemoteSIPPort>5060</RemoteSIPPort>
</SIPSettings>
1. On boot, Device1 downloads
0020f7020001.xml
from
10.0.1.3
and imports these values. The SIP
User ID is
198
, the password is
ext198
, and the dialout extension is
204
.
2. Device1 then gets the filename
common_settings.xml
from the AutoprovFile element and
downloads this file from the TFTP server at
10.0.1.3
. and imports these settings. The device name is
set to
CyberData Autoprovisioned
, the SIP server is set to
10.0.0.253
, and the port is set to
5060
.
Device2 does the same except it downloads
0020f7020002.xml
on boot and imports these values
instead. The Sip User ID is
500
, password is
ext500
, and dialout extension is
555
. Device2 then
downloads the
common_settings.xml
file and imports those values. The device name is set to
CyberData Autoprovisioned
, the SIP server is set to
10.0.0.253
, and the port is set to
5060
.