ZyXEL Communications Vantage Access User Manual

Page of 620
Chapter 4 Initial Setup
Vantage Access User’s Guide
94
4.2  Registering a Device 
You must register one or more compatible devices to Vantage Access to allow remote 
management. 
• To register a single device, enter its information in the Provision Manager > Device 
Manipulation screen (see 
• To register single or multiple devices, configure the devices’ information in an XML or 
CSV file and upload the file to Vantage Access. 
See 
 for information on using an XML file, and see 
 for information on using a CSV file. 
• Configure the device to allow remote management from Vantage Access. See 
"
You can import and register any compliant devices to Vantage Access. 
4.2.1  Editing an XML File
You can import multiple devices to Vantage Access at one time using an XML file. 
To import multiple devices at one time, you need to create an XML file that contains the 
information (such as the device name, OUI, serial number and device type) for each 
compatible device. 
To download an example file, click Provision Manager > Device Manipulation 
Import Devices > Example.xml. You can modify the example file with your devices’ information. 
The following shows an example for two ZyXEL compatible devices.
Figure 30   Sample Device XML File 
<?xml version="1.0" encoding="UTF-8"?>
<Template xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Device>
    <deviceName>a</deviceName>
    <OUI>001349</OUI>
<serialNumber>001349000000</serialNumber>
    <deviceType>P-2602HW-D1A</deviceType>
<subName>Fred</subName>
<subEmail>Fred.Dobbs@zyxel.cn</subEmail>
<subTelephone>13665120000</subTelephone>
<subPostal>226699</subPostal>
<subAddress>SiPailou</subAddress>
<subCity>Nanjing</subCity>
<subState>Jiangsu</subState>
<subCountry>China</subCountry>
  </Device>
</Template>