R E V I E W D R A F T # 1 — C I S C O C O N F I D E N T I A L
1-13
Cisco WRP500 Administration Guide
Chapter 1 Product Overview and Deployment Guidelines
Remote Provisioning
XML Format
Use the XML format for data (router) parameters. The XML file consists of a series of elements (one per
configuration parameter), encapsulated within the element tags <flat-profile> … </flat-profile>. The
encapsulated elements specify values for individual parameters. Here is an example of a valid XML
profile:
<flat-profile>
<Admin_Passwd>some secret</Admin_Passwd>
<Upgrade_Enable>Yes</Upgrade_Enable>
</flat-profile>
The names of parameters in XML profiles can generally be inferred from the WRP500 Configuration
Utility, by substituting underscores (_) for spaces and other control characters. To distinguish between
Lines 1, 2, 3, and 4, corresponding parameter names are augmented by the strings _1_, _2_, _3_, and
_4_. For example, Line 1 Proxy is named Proxy_1_ in XML profiles. For more information, see
Appendix C, “WRP500 Provisioning Reference.”
Binary Format
The WRP500 does not support binary format files.