<?xml version="1.0"?>
<OSPFASConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="OSPF.xsd">
  
  <Router name="R1" RFC1583Compatible="true">
     <BroadcastInterface ifName="eth0" interfaceOutputCost='0' />
     <BroadcastInterface ifName="eth1" interfaceOutputCost='0' />
     <PointToPointInterface ifName="ppp0" interfaceOutputCost='0' />
     <LoopbackInterface ifName="lo1" />
  </Router>
  
  <Router name="**" RFC1583Compatible="true">
     <BroadcastInterface ifName='eth[*]' areaID='0.0.0.0' interfaceOutputCost='0' />
     <PointToPointInterface ifName='ppp[*]' areaID='0.0.0.0' interfaceOutputCost='0' />
  </Router>

</OSPFASConfig>
