Switch to unified view

a b/examples/SimpleRelay/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
      <DA>
70
          <Directory>
71
              <APN apn="App1">
72
                  <DIF difName="Layer11" ipcAddress="11" />
73
              </APN>
74
              <APN apn="App2">
75
                  <DIF difName="Layer11" ipcAddress="22" />
76
              </APN>          
77
              <APN apn="11_Layer11">
78
                  <DIF difName="Layer01" ipcAddress="1" />
79
              </APN>  
80
              <APN apn="22_Layer11">
81
                  <DIF difName="Layer02" ipcAddress="2" />
82
              </APN>                                  
83
              <APN apn="33_Layer11">
84
                  <DIF difName="Layer01" ipcAddress="3" />                
85
                  <DIF difName="Layer02" ipcAddress="4" />
86
              </APN>                              
87
          </Directory>            
88
      </DA>
89
  </Router>
90
  
91
  <QoSCubesSet>
92
      <QosCube id="1">
93
          <AverageBandwidth>12000000</AverageBandwidth>
94
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
95
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
96
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
97
          <BurstPeriod>10000000</BurstPeriod>
98
          <BurstDuration>1000000</BurstDuration>
99
          <UndetectedBitError>0.01</UndetectedBitError>
100
          <MaxSDUSize>1500</MaxSDUSize>
101
          <PartialDelivery>0</PartialDelivery>
102
          <IncompleteDelivery>0</IncompleteDelivery>
103
          <ForceOrder>0</ForceOrder>
104
          <MaxAllowableGap>10</MaxAllowableGap>
105
          <Delay>1000000</Delay>
106
          <Jitter>500000</Jitter>
107
          <CostTime>0</CostTime>
108
          <CostBits>0</CostBits>                      
109
      </QosCube>
110
      <QosCube id="2">
111
          <AverageBandwidth>12000000</AverageBandwidth>
112
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
113
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
114
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
115
          <BurstPeriod>10000000</BurstPeriod>
116
          <BurstDuration>1000000</BurstDuration>
117
          <UndetectedBitError>0.01</UndetectedBitError>
118
          <MaxSDUSize>1500</MaxSDUSize>
119
          <PartialDelivery>0</PartialDelivery>
120
          <IncompleteDelivery>0</IncompleteDelivery>
121
          <ForceOrder>1</ForceOrder>
122
          <MaxAllowableGap>10</MaxAllowableGap>
123
          <Delay>1000000</Delay>
124
          <Jitter>500000</Jitter>
125
          <CostTime>0</CostTime>
126
          <CostBits>0</CostBits>                      
127
      </QosCube>      
128
  </QoSCubesSet>
129
</Configuration>