Sample LLDP-MED stub file

with civic location information:

<?xml version="1.0" encoding="UTF-8"?> 
<xml-location>
<location if="eth1" type="civic">
<what>1</what>
<countrycode>XY</countrycode>
<ca1>sample</ca1>
<ca3>sample</ca3>
<ca5>sample</ca5>
<ca6>sample</ca6>
<ca19>14</ca19>
<Timestamp>Wed Aug 29 10:05:02 2007</Timestamp>
</location>
</xml-location>

with geodetic location information:

<?xml version="1.0" encoding="UTF-8"?> 
<xml-location>
<location if="eth2" type="coordinate">
<coordinate_based_encoded>4b:bc:49:36:0d:49:2e:6e:2e:c3:13:c0:00:21:b3:01</coordinate_based_encoded>
</location>
</xml-location>

(Note: obviously, those files contain a dummy location and are provided for illustrative purpose only)