<?xml version="1.0" encoding="ISO-8859-1"?>
<RoutingTable>
</RoutingTable>

<!-- The followings are the syntax sample

<RoutingTable>
  <Route>
    <Destination>65.115.30.0</Destination>
    <Netmask>255.255.255.0</Netmask>
    <Gateway>65.115.49.1</Gateway>
    <Interface>Default</Interface>
    <Metric>40</Metric>
    <Type>Modify</Type>
  </Route>
  <Route>
    <Destination>0.0.0.0</Destination>
    <Netmask>0.0.0.0</Netmask>
    <Gateway>65.115.49.1</Gateway>
    <Interface>Default</Interface>
    <Metric>Default</Metric>
    <Type>Delete</Type>
  </Route>
  <Route>
    <Destination>65.115.30.0</Destination>
    <Netmask>255.255.255.0</Netmask>
    <Gateway>65.115.49.1</Gateway>
    <Interface>Default</Interface>
    <Metric>Default</Metric>
    <Type>Add</Type>
  </Route>
</RoutingTable> 

-->



