Switch to unified view

a b/examples/AllNodes/config.xml
1
<?xml version="1.0"?>
2
<Configuration>
3
4
  <Host id="HostA12">
5
      <DA>
6
          <Directory>
7
              <APN apn="AppA1">
8
                  <DIF difName="LayerX" ipcAddress="A1" />
9
              </APN>
10
              <APN apn="AppA2">
11
                  <DIF difName="LayerX" ipcAddress="A2" />
12
              </APN>
13
              <APN apn="AppB1">
14
                  <DIF difName="LayerX" ipcAddress="B1" />
15
              </APN>
16
              <APN apn="AppB2">
17
                  <DIF difName="LayerX" ipcAddress="B2" />
18
              </APN>
19
              
20
              <APN apn="A1_LayerX">
21
                  <DIF difName="LayerA1" ipcAddress="a1" />
22
              </APN>
23
              <APN apn="A2_LayerX">
24
                  <DIF difName="LayerA2" ipcAddress="a2" />
25
              </APN>
26
              <APN apn="B1_LayerX">
27
                  <DIF difName="LayerB1" ipcAddress="b1" />
28
              </APN>
29
              <APN apn="B2_LayerX">
30
                  <DIF difName="LayerB2" ipcAddress="b2" />
31
              </APN>
32
              
33
              <APN apn="BRA_LayerX">
34
                  <DIF difName="LayerA1" ipcAddress="bra1" />
35
                  <DIF difName="LayerA2" ipcAddress="bra2" />
36
                  <DIF difName="LayerAB" ipcAddress="A" />                                        
37
              </APN>
38
              <APN apn="BRB_LayerX">
39
                  <DIF difName="LayerB1" ipcAddress="brb1" />
40
                  <DIF difName="LayerB2" ipcAddress="brb2" />
41
                  <DIF difName="LayerAB" ipcAddress="B" />                                        
42
              </APN>
43
44
              <APN apn="A_LayerAB">
45
                  <DIF difName="LayerYA" ipcAddress="ya" />
46
              </APN>
47
              <APN apn="B_LayerAB">
48
                  <DIF difName="LayerYB" ipcAddress="yb" />
49
              </APN>
50
              <APN apn="Z_LayerAB">
51
                  <DIF difName="LayerYA" ipcAddress="yza" />
52
                  <DIF difName="LayerYB" ipcAddress="yzb" />
53
              </APN>
54
          </Directory>
55
          <NeighborTable>
56
              <APN apn="A1_LayerX">
57
                  <Neighbor apn="BRA_LayerX" />
58
              </APN>                      
59
              <APN apn="A2_LayerX">
60
                  <Neighbor apn="BRA_LayerX" />
61
              </APN>
62
              <APN apn="B1_LayerX">
63
                  <Neighbor apn="BRA_LayerX" />
64
              </APN>          
65
              <APN apn="B2_LayerX">
66
                  <Neighbor apn="BRA_LayerX" />
67
              </APN>                                      
68
          </NeighborTable>
69
      </DA>   
70
  </Host>
71
72
  <Host id="HostB12">
73
      <DA>
74
          <NeighborTable>
75
              <APN apn="A1_LayerX">
76
                  <Neighbor apn="BRB_LayerX" />
77
              </APN>                      
78
              <APN apn="A2_LayerX">
79
                  <Neighbor apn="BRB_LayerX" />
80
              </APN>
81
              <APN apn="B1_LayerX">
82
                  <Neighbor apn="BRB_LayerX" />
83
              </APN>          
84
              <APN apn="B2_LayerX">
85
                  <Neighbor apn="BRB_LayerX" />
86
              </APN>                                      
87
          </NeighborTable>
88
      </DA>   
89
  </Host>
90
  
91
  <Router id="BorderRouterA">
92
      <DA>
93
          <NeighborTable>
94
              <APN apn="B1_LayerX">
95
                  <Neighbor apn="BRB_LayerX" />
96
              </APN>  
97
              <APN apn="B_LayerAB">
98
                  <Neighbor apn="Z_LayerAB" />
99
              </APN>                                  
100
          </NeighborTable>            
101
      </DA>
102
  </Router>
103
104
  <Router id="BorderRouterB">
105
      <DA>
106
          <NeighborTable>
107
              <APN apn="A1_LayerX">
108
                  <Neighbor apn="BRA_LayerX" />
109
              </APN>      
110
              <APN apn="A_LayerAB">
111
                  <Neighbor apn="Z_LayerAB" />
112
              </APN>                                                                  
113
          </NeighborTable>                        
114
      </DA>
115
  </Router>
116
117
  <Router id="InteriorRouter">
118
      <DA>
119
          <NeighborTable>
120
              <APN apn="A1_LayerX">
121
                  <Neighbor apn="BRB_LayerX" />
122
              </APN>                      
123
          </NeighborTable>            
124
      </DA>
125
  </Router>
126
127
128
  <QoSCubesSet>
129
      <QosCube id="1">
130
          <AverageBandwidth>12000000</AverageBandwidth>
131
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
132
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
133
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
134
          <BurstPeriod>10000000</BurstPeriod>
135
          <BurstDuration>1000000</BurstDuration>
136
          <UndetectedBitError>0.01</UndetectedBitError>
137
          <MaxSDUSize>1500</MaxSDUSize>
138
          <PartialDelivery>0</PartialDelivery>
139
          <IncompleteDelivery>0</IncompleteDelivery>
140
          <ForceOrder>0</ForceOrder>
141
          <MaxAllowableGap>10</MaxAllowableGap>
142
          <Delay>1000000</Delay>
143
          <Jitter>500000</Jitter>
144
          <CostTime>0</CostTime>
145
          <CostBits>0</CostBits>                      
146
      </QosCube>
147
      <QosCube id="2">
148
          <AverageBandwidth>12000000</AverageBandwidth>
149
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
150
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
151
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
152
          <BurstPeriod>10000000</BurstPeriod>
153
          <BurstDuration>1000000</BurstDuration>
154
          <UndetectedBitError>0.01</UndetectedBitError>
155
          <MaxSDUSize>1500</MaxSDUSize>
156
          <PartialDelivery>0</PartialDelivery>
157
          <IncompleteDelivery>0</IncompleteDelivery>
158
          <ForceOrder>1</ForceOrder>
159
          <MaxAllowableGap>10</MaxAllowableGap>
160
          <Delay>1000000</Delay>
161
          <Jitter>500000</Jitter>
162
          <CostTime>0</CostTime>
163
          <CostBits>0</CostBits>                      
164
      </QosCube>      
165
  </QoSCubesSet>
166
</Configuration>