Section 3 - xPico Configuration
22
MLGPS-P
User's Guide
3.3 Configuring the xPico
Once connected via PuTTY, the most efficient way to configure the device is by modifying the pre-configured
XML script provided in this section and 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 modifying the highlighted items within the script, copy the XML (on this page and the following three) and
paste the copied text into the PuTTY command terminal.
Note
– Make sure not to copy the header and footers of this section.
<?
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
>
<
configitem
name
=
"Hostname">