Switch to unified view

a b/examples/ExtendedPingTwoCSsSimple/config.xml
1
<?xml version="1.0"?>
2
<Configuration>
3
  <Host id="host1">
4
      <DA>
5
          <Directory>
6
              <APN apn="App1">
7
                  <DIF difName="Layer0" ipcAddress="1" />>
8
              </APN>
9
              <APN apn="App2">
10
                  <DIF difName="Layer0" ipcAddress="2" />
11
              </APN>
12
          </Directory>
13
          <NamingInfo>
14
              <APN apn="App2">
15
                  <Synonym apn="AppErr" />
16
              </APN>
17
          </NamingInfo>
18
      </DA>
19
  </Host>
20
  <Host id="host2">
21
      <DA>
22
          <Directory>
23
              <APN apn="App1">
24
                  <DIF difName="Layer0" ipcAddress="1" />
25
              </APN>
26
              <APN apn="App2">
27
                  <DIF difName="Layer0" ipcAddress="2" />
28
              </APN>
29
          </Directory>
30
          <NamingInfo>
31
              <APN apn="App2">
32
                  <Synonym apn="AppErr" />
33
              </APN>
34
          </NamingInfo>
35
          
36
      </DA>   
37
  </Host>
38
  
39
  <QoSCubesSet>
40
      <QoSCube id="1">
41
          <AverageBandwidth>12000000</AverageBandwidth>
42
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
43
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
44
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
45
          <BurstPeriod>10000000</BurstPeriod>
46
          <BurstDuration>1000000</BurstDuration>
47
          <UndetectedBitError>0.01</UndetectedBitError>
48
          <MaxSDUSize>1500</MaxSDUSize>
49
          <PartialDelivery>0</PartialDelivery>
50
          <IncompleteDelivery>0</IncompleteDelivery>
51
          <ForceOrder>0</ForceOrder>
52
          <MaxAllowableGap>0</MaxAllowableGap>
53
          <Delay>1000000</Delay>
54
          <Jitter>500000</Jitter>
55
          <CostTime>0</CostTime>
56
          <CostBits>0</CostBits>
57
          <ATime>0</ATime>                        
58
      </QoSCube>
59
      <QoSCube id="2">
60
          <AverageBandwidth>12000000</AverageBandwidth>
61
          <AverageSDUBandwidth>1000</AverageSDUBandwidth>
62
          <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
63
          <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
64
          <BurstPeriod>10000000</BurstPeriod>
65
          <BurstDuration>1000000</BurstDuration>
66
          <UndetectedBitError>0.01</UndetectedBitError>
67
          <MaxSDUSize>1500</MaxSDUSize>
68
          <PartialDelivery>0</PartialDelivery>
69
          <IncompleteDelivery>0</IncompleteDelivery>
70
          <ForceOrder>1</ForceOrder>
71
          <MaxAllowableGap>0</MaxAllowableGap>
72
          <Delay>1000000</Delay>
73
          <Jitter>500000</Jitter>
74
          <CostTime>0</CostTime>
75
          <CostBits>0</CostBits>
76
          <ATime>0</ATime>                        
77
      </QoSCube>      
78
  </QoSCubesSet>
79
</Configuration>