Switch to unified view

a b/examples/SimpleRelayCongestion/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="11" />
8
              </APN>
9
              <APN apn="App2">
10
                  <DIF difName="Layer11" ipcAddress="22" />
11
              </APN>              
12
              <APN apn="11_Layer11">
13
                  <DIF difName="Layer01" ipcAddress="1" />
14
              </APN>  
15
              <APN apn="22_Layer11">
16
                  <DIF difName="Layer02" ipcAddress="2" />
17
              </APN>                                  
18
              <APN apn="33_Layer11">
19
                  <DIF difName="Layer01" ipcAddress="3" />                
20
                  <DIF difName="Layer02" ipcAddress="4" />
21
              </APN>              
22
          </Directory>
23
          <NamingInfo>
24
              <APN apn="App2">
25
                  <Synonym apn="AppErr" />
26
              </APN>
27
          </NamingInfo>
28
          <NeighborTable>
29
              <APN apn="22_Layer11">
30
                  <Neighbor apn="33_Layer11" />
31
              </APN>          
32
          </NeighborTable>
33
      </DA>   
34
  </Host>
35
  <Host id="host2">
36
      <DA>
37
          <Directory>
38
              <APN apn="App1">
39
                  <DIF difName="Layer11" ipcAddress="11" />
40
              </APN>
41
              <APN apn="App2">
42
                  <DIF difName="Layer11" ipcAddress="22" />
43
              </APN>              
44
              <APN apn="11_Layer11">
45
                  <DIF difName="Layer01" ipcAddress="1" />
46
              </APN>  
47
              <APN apn="22_Layer11">
48
                  <DIF difName="Layer02" ipcAddress="2" />
49
              </APN>                                  
50
              <APN apn="33_Layer11">
51
                  <DIF difName="Layer01" ipcAddress="3" />                
52
                  <DIF difName="Layer02" ipcAddress="4" />
53
              </APN>              
54
          </Directory>
55
          <NamingInfo>
56
              <APN apn="App2">
57
                  <Synonym apn="AppErr" />
58
              </APN>
59
          </NamingInfo>
60
          <NeighborTable>
61
              <APN apn="11_Layer11">
62
                  <Neighbor apn="33_Layer11" />
63
              </APN>          
64
          </NeighborTable>
65
          
66
      </DA>   
67
  </Host>
68
  <Router id="interiorRouter">
69
        <IPC id="relayIpc">
70
            <RA>
71
                <Flows>
72
                    <Flow apn="11_Layer11" qosCube="1"/>
73
                    <Flow apn="22_Layer11" qosCube="1"/>
74
                </Flows>
75
            </RA>
76
        </IPC>    
77
      <DA>
78
          <Directory>
79
              <APN apn="App1">
80
                  <DIF difName="Layer11" ipcAddress="11" />
81
              </APN>
82
              <APN apn="App2">
83
                  <DIF difName="Layer11" ipcAddress="22" />
84
              </APN>          
85
              <APN apn="11_Layer11">
86
                  <DIF difName="Layer01" ipcAddress="1" />
87
              </APN>  
88
              <APN apn="22_Layer11">
89
                  <DIF difName="Layer02" ipcAddress="2" />
90
              </APN>                                  
91
              <APN apn="33_Layer11">
92
                  <DIF difName="Layer01" ipcAddress="3" />                
93
                  <DIF difName="Layer02" ipcAddress="4" />
94
              </APN>                              
95
          </Directory>            
96
      </DA>
97
  </Router>
98
  
99
  <QoSCubesSet>
100
      <QoSCube id="1">
101
          <AverageBandwidth>12000000</AverageBandwidth>
102
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
103
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
104
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
105
          <BurstPeriod>10000000</BurstPeriod>
106
          <BurstDuration>1000000</BurstDuration>
107
          <UndetectedBitError>0.01</UndetectedBitError>
108
          <MaxSDUSize>1500</MaxSDUSize>
109
          <PartialDelivery>0</PartialDelivery>
110
          <IncompleteDelivery>0</IncompleteDelivery>
111
          <ForceOrder>0</ForceOrder>
112
          <MaxAllowableGap>0</MaxAllowableGap>
113
          <Delay>1000000</Delay>
114
          <Jitter>500000</Jitter>
115
          <CostTime>0</CostTime>
116
          <CostBits>0</CostBits>
117
          <ATime>0</ATime>                        
118
      </QoSCube>
119
      <QoSCube id="2">
120
          <AverageBandwidth>12000000</AverageBandwidth>
121
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
122
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
123
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
124
          <BurstPeriod>10000000</BurstPeriod>
125
          <BurstDuration>1000000</BurstDuration>
126
          <UndetectedBitError>0.01</UndetectedBitError>
127
          <MaxSDUSize>1500</MaxSDUSize>
128
          <PartialDelivery>0</PartialDelivery>
129
          <IncompleteDelivery>0</IncompleteDelivery>
130
          <ForceOrder>1</ForceOrder>
131
          <MaxAllowableGap>0</MaxAllowableGap>
132
          <Delay>1000000</Delay>
133
          <Jitter>500000</Jitter>
134
          <CostTime>0</CostTime>
135
          <CostBits>0</CostBits>
136
          <ATime>0</ATime>                        
137
      </QoSCube>      
138
  </QoSCubesSet>
139
</Configuration>