Switch to unified view

a b/examples/SmallNetwork/config.xml
1
<?xml version="1.0"?>
2
<Configuration>
3
  <Host id="host1">
4
      <DA>
5
          <Directory>
6
              <APN apn="App1">
7
                  <DIF difName="Layer11" ipcAddress="101" />
8
              </APN>
9
              <APN apn="App5">
10
                  <DIF difName="Layer11" ipcAddress="105" />
11
              </APN>
12
              
13
              <APN apn="101_Layer11">
14
                  <DIF difName="Layer01" ipcAddress="1" />
15
              </APN>  
16
              <APN apn="105_Layer11">
17
                  <DIF difName="Layer07" ipcAddress="5" />
18
              </APN>
19
              
20
              <APN apn="106_Layer11">
21
                  <DIF difName="Layer01" ipcAddress="6" />
22
                  <DIF difName="Layer02" ipcAddress="7" />
23
                  <DIF difName="Layer03" ipcAddress="8" />                    
24
              </APN>  
25
              <APN apn="107_Layer11">
26
                  <DIF difName="Layer03" ipcAddress="9" />
27
                  <DIF difName="Layer04" ipcAddress="10" />
28
                  <DIF difName="Layer05" ipcAddress="11" />
29
              </APN>                  
30
              <APN apn="108_Layer11">
31
                  <DIF difName="Layer04" ipcAddress="12" />
32
                  <DIF difName="Layer06" ipcAddress="13" />
33
                  <DIF difName="Layer07" ipcAddress="14" />
34
              </APN>                          
35
          </Directory>
36
          <NeighborTable>
37
              <APN apn="105_Layer11">
38
                  <Neighbor apn="106_Layer11" />
39
              </APN>          
40
          </NeighborTable>
41
      </DA>   
42
  </Host>
43
44
  <Host id="host2">
45
      <DA>
46
47
      </DA>   
48
  </Host>
49
50
  <Host id="host3">
51
      <DA>
52
53
      </DA>   
54
  </Host>
55
56
  <Host id="host4">
57
      <DA>
58
59
      </DA>   
60
  </Host>
61
62
  <Host id="host5">
63
      <DA>
64
          <NeighborTable>
65
              <APN apn="101_Layer11">
66
                  <Neighbor apn="108_Layer11" />
67
              </APN>          
68
          </NeighborTable>
69
      </DA>   
70
  </Host>
71
72
  <Router id="router1">
73
      <DA>
74
          <Directory>
75
              <APN apn="App1">
76
                  <DIF difName="Layer11" ipcAddress="101" />
77
              </APN>
78
              <APN apn="App5">
79
                  <DIF difName="Layer11" ipcAddress="105" />
80
              </APN>              
81
82
              <APN apn="101_Layer11">
83
                  <DIF difName="Layer01" ipcAddress="1" />
84
              </APN>  
85
              <APN apn="105_Layer11">
86
                  <DIF difName="Layer07" ipcAddress="5" />
87
              </APN>
88
89
              <APN apn="106_Layer11">
90
                  <DIF difName="Layer01" ipcAddress="6" />
91
                  <DIF difName="Layer02" ipcAddress="7" />
92
                  <DIF difName="Layer03" ipcAddress="8" />                    
93
              </APN>  
94
              <APN apn="107_Layer11">
95
                  <DIF difName="Layer03" ipcAddress="9" />
96
                  <DIF difName="Layer04" ipcAddress="10" />
97
                  <DIF difName="Layer05" ipcAddress="11" />
98
              </APN>                  
99
              <APN apn="108_Layer11">
100
                  <DIF difName="Layer04" ipcAddress="12" />
101
                  <DIF difName="Layer06" ipcAddress="13" />
102
                  <DIF difName="Layer07" ipcAddress="14" />
103
              </APN>
104
                      
105
          </Directory>
106
          <NeighborTable>
107
              <APN apn="105_Layer11">
108
                  <Neighbor apn="107_Layer11" />
109
              </APN>          
110
          </NeighborTable>
111
      </DA>   
112
  </Router>
113
  <Router id="router2">
114
      <DA>
115
          <NeighborTable>
116
              <APN apn="105_Layer11">
117
                  <Neighbor apn="108_Layer11" />
118
              </APN>
119
              <APN apn="101_Layer11">
120
                  <Neighbor apn="106_Layer11" />
121
              </APN>              
122
          </NeighborTable>
123
      </DA>   
124
  </Router>
125
  <Router id="router3">
126
      <DA>
127
          <NeighborTable>
128
              <APN apn="101_Layer11">
129
                  <Neighbor apn="107_Layer11" />
130
              </APN>                      
131
          </NeighborTable>
132
      </DA>   
133
  </Router>   
134
135
  <QoSCubesSet>
136
      <QosCube id="1">
137
          <AverageBandwidth>12000000</AverageBandwidth>
138
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
139
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
140
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
141
          <BurstPeriod>10000000</BurstPeriod>
142
          <BurstDuration>1000000</BurstDuration>
143
          <UndetectedBitError>0.01</UndetectedBitError>
144
          <MaxSDUSize>1500</MaxSDUSize>
145
          <PartialDelivery>0</PartialDelivery>
146
          <IncompleteDelivery>0</IncompleteDelivery>
147
          <ForceOrder>0</ForceOrder>
148
          <MaxAllowableGap>10</MaxAllowableGap>
149
          <Delay>1000000</Delay>
150
          <Jitter>500000</Jitter>
151
          <CostTime>0</CostTime>
152
          <CostBits>0</CostBits>                      
153
      </QosCube>
154
      <QosCube id="2">
155
          <AverageBandwidth>12000000</AverageBandwidth>
156
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
157
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
158
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
159
          <BurstPeriod>10000000</BurstPeriod>
160
          <BurstDuration>1000000</BurstDuration>
161
          <UndetectedBitError>0.01</UndetectedBitError>
162
          <MaxSDUSize>1500</MaxSDUSize>
163
          <PartialDelivery>0</PartialDelivery>
164
          <IncompleteDelivery>0</IncompleteDelivery>
165
          <ForceOrder>1</ForceOrder>
166
          <MaxAllowableGap>10</MaxAllowableGap>
167
          <Delay>1000000</Delay>
168
          <Jitter>500000</Jitter>
169
          <CostTime>0</CostTime>
170
          <CostBits>0</CostBits>                      
171
      </QosCube>      
172
  </QoSCubesSet>
173
</Configuration>