Section 3 - xPico Configuration
MLBase User's Guide
23
3.3 Configuring the xPico
Once connected using PuTTY, the most efficient way to configure the device is by updating the pre-configured XML
script in this section. Once the outlined updates have been made the XML can be copying and pasting it into the
command terminal.
Alternatively, if you are unable to access the pre-configured XML, manually entering CLI commands is also an
option. This can be a time-consuming task and requires accuracy.
Both options are outlined in this section.
XML Programming
The highlighted portions of the XML indicate network settings that need to be updated prior to copying the XML.
After updating the highlighted items within the script, copy the entire XML (on this page and the following three) and
paste the copied text into the PuTTY command terminal.
Note - When copying the XML from this document, if all three pages are copied at once, the page headers and footers will
also be copied. These should be removed when pasted in to the command terminal.
<?
xml
version
=
"1.0"
standalone
=
"yes"?>
<!-- Automatically generated XML -->
<!
DOCTYPE
configrecord
[
<!
ELEMENT
configrecord
(
configgroup
+)
>
<!
ELEMENT
configgroup
(
configitem
+)
>
<!
ELEMENT
configitem
(
value
+)
>
<!
ELEMENT
value
(#
PCDATA
)
>
<!
ATTLIST
configrecord
version
CDATA
#
IMPLIED
>
<!
ATTLIST
configgroup
name
CDATA
#
IMPLIED
>
<!
ATTLIST
configgroup
instance
CDATA
#
IMPLIED
>
<!
ATTLIST
configitem
name
CDATA
#
IMPLIED
>
<!
ATTLIST
configitem
instance
CDATA
#
IMPLIED
>
<!
ATTLIST
value
name
CDATA
#
IMPLIED
>
]>
<
configrecord
version
=
"0.1.0.1">
<
configgroup
name
=
"Interface"
instance
=
"ap0">
<
configitem
name
=
"State">
<
value
>
Disabled
</
value
>
</
configitem
>
<
configitem
name
=
"IP Address">
<
value
>
192.168.0.1/24
</
value
>
</
configitem
>
<
configitem
name
=
"MSS">
<
value
>
1460 bytes
</
value
>
</
configitem
>
<
configitem
name
=
"DHCP IP Address Range">
<
value
name
=
"Start">
<
Minimum
>
</
value
>
<
value
name
=
"End">
<
Maximum
>
</
value
>
</
configitem
>
</
configgroup
>
<
configgroup
name
=
"Interface"
instance
=
"eth0">
<
configitem
name
=
"State">
<
value
>
Enabled
</
value
>
</
configitem
>
<
configitem
name
=
"DHCP Client">
<
value
>
Disabled
</
value
>
</
configitem
>
<
configitem
name
=
"IP Address">
<
value
>
192.168.0.203/24
</
value
>
</
configitem
>
<
configitem
name
=
"Default Gateway">
<
value
>
192.168.0.1
</
value
>
</
configitem
>