--- a
+++ b/examples/AllNodes/config.xml
@@ -0,0 +1,166 @@
+<?xml version="1.0"?>
+<Configuration>
+
+	<Host id="HostA12">
+		<DA>
+			<Directory>
+				<APN apn="AppA1">
+					<DIF difName="LayerX" ipcAddress="A1" />
+				</APN>
+				<APN apn="AppA2">
+					<DIF difName="LayerX" ipcAddress="A2" />
+				</APN>
+				<APN apn="AppB1">
+					<DIF difName="LayerX" ipcAddress="B1" />
+				</APN>
+				<APN apn="AppB2">
+					<DIF difName="LayerX" ipcAddress="B2" />
+				</APN>
+				
+				<APN apn="A1_LayerX">
+					<DIF difName="LayerA1" ipcAddress="a1" />
+				</APN>
+				<APN apn="A2_LayerX">
+					<DIF difName="LayerA2" ipcAddress="a2" />
+				</APN>
+				<APN apn="B1_LayerX">
+					<DIF difName="LayerB1" ipcAddress="b1" />
+				</APN>
+				<APN apn="B2_LayerX">
+					<DIF difName="LayerB2" ipcAddress="b2" />
+				</APN>
+				
+				<APN apn="BRA_LayerX">
+					<DIF difName="LayerA1" ipcAddress="bra1" />
+					<DIF difName="LayerA2" ipcAddress="bra2" />
+					<DIF difName="LayerAB" ipcAddress="A" />										
+				</APN>
+				<APN apn="BRB_LayerX">
+					<DIF difName="LayerB1" ipcAddress="brb1" />
+					<DIF difName="LayerB2" ipcAddress="brb2" />
+					<DIF difName="LayerAB" ipcAddress="B" />										
+				</APN>
+
+				<APN apn="A_LayerAB">
+					<DIF difName="LayerYA" ipcAddress="ya" />
+				</APN>
+				<APN apn="B_LayerAB">
+					<DIF difName="LayerYB" ipcAddress="yb" />
+				</APN>
+				<APN apn="Z_LayerAB">
+					<DIF difName="LayerYA" ipcAddress="yza" />
+					<DIF difName="LayerYB" ipcAddress="yzb" />
+				</APN>
+			</Directory>
+			<NeighborTable>
+				<APN apn="A1_LayerX">
+					<Neighbor apn="BRA_LayerX" />
+				</APN>						
+				<APN apn="A2_LayerX">
+					<Neighbor apn="BRA_LayerX" />
+				</APN>
+				<APN apn="B1_LayerX">
+					<Neighbor apn="BRA_LayerX" />
+				</APN>			
+				<APN apn="B2_LayerX">
+					<Neighbor apn="BRA_LayerX" />
+				</APN>										
+			</NeighborTable>
+		</DA>	
+	</Host>
+
+	<Host id="HostB12">
+		<DA>
+			<NeighborTable>
+				<APN apn="A1_LayerX">
+					<Neighbor apn="BRB_LayerX" />
+				</APN>						
+				<APN apn="A2_LayerX">
+					<Neighbor apn="BRB_LayerX" />
+				</APN>
+				<APN apn="B1_LayerX">
+					<Neighbor apn="BRB_LayerX" />
+				</APN>			
+				<APN apn="B2_LayerX">
+					<Neighbor apn="BRB_LayerX" />
+				</APN>										
+			</NeighborTable>
+		</DA>	
+	</Host>
+	
+	<Router id="BorderRouterA">
+		<DA>
+			<NeighborTable>
+				<APN apn="B1_LayerX">
+					<Neighbor apn="BRB_LayerX" />
+				</APN>	
+				<APN apn="B_LayerAB">
+					<Neighbor apn="Z_LayerAB" />
+				</APN>									
+			</NeighborTable>			
+		</DA>
+	</Router>
+
+	<Router id="BorderRouterB">
+		<DA>
+			<NeighborTable>
+				<APN apn="A1_LayerX">
+					<Neighbor apn="BRA_LayerX" />
+				</APN>		
+				<APN apn="A_LayerAB">
+					<Neighbor apn="Z_LayerAB" />
+				</APN>																	
+			</NeighborTable>						
+		</DA>
+	</Router>
+
+	<Router id="InteriorRouter">
+		<DA>
+			<NeighborTable>
+				<APN apn="A1_LayerX">
+					<Neighbor apn="BRB_LayerX" />
+				</APN>						
+			</NeighborTable>			
+		</DA>
+	</Router>
+
+
+	<QoSCubesSet>
+		<QosCube id="1">
+			<AverageBandwidth>12000000</AverageBandwidth>
+			<AverageSDUBandwidth>1000</AverageSDUBandwidth>
+			<PeakBandwidthDuration>24000000</PeakBandwidthDuration>
+			<PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
+			<BurstPeriod>10000000</BurstPeriod>
+			<BurstDuration>1000000</BurstDuration>
+			<UndetectedBitError>0.01</UndetectedBitError>
+			<MaxSDUSize>1500</MaxSDUSize>
+			<PartialDelivery>0</PartialDelivery>
+			<IncompleteDelivery>0</IncompleteDelivery>
+			<ForceOrder>0</ForceOrder>
+			<MaxAllowableGap>10</MaxAllowableGap>
+			<Delay>1000000</Delay>
+			<Jitter>500000</Jitter>
+			<CostTime>0</CostTime>
+			<CostBits>0</CostBits>						
+		</QosCube>
+		<QosCube id="2">
+			<AverageBandwidth>12000000</AverageBandwidth>
+			<AverageSDUBandwidth>1000</AverageSDUBandwidth>
+			<PeakBandwidthDuration>24000000</PeakBandwidthDuration>
+			<PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
+			<BurstPeriod>10000000</BurstPeriod>
+			<BurstDuration>1000000</BurstDuration>
+			<UndetectedBitError>0.01</UndetectedBitError>
+			<MaxSDUSize>1500</MaxSDUSize>
+			<PartialDelivery>0</PartialDelivery>
+			<IncompleteDelivery>0</IncompleteDelivery>
+			<ForceOrder>1</ForceOrder>
+			<MaxAllowableGap>10</MaxAllowableGap>
+			<Delay>1000000</Delay>
+			<Jitter>500000</Jitter>
+			<CostTime>0</CostTime>
+			<CostBits>0</CostBits>						
+		</QosCube>		
+	</QoSCubesSet>
+</Configuration>