Switch to unified view

a b/examples/DC/config.xml
1
<?xml version="1.0"?>
2
<Configuration>
3
    <ConnectionSets>
4
        <ConnectionSet id="all">
5
            <SimTime t="0">
6
                <Connection src="0_DCDIF" dst="1_DCDIF" qosCube="1"/>
7
                <Connection src="1_DCDIF" dst="2_DCDIF" qosCube="1"/>
8
                <Connection src="1_DCDIF" dst="3_DCDIF" qosCube="1"/>
9
                <Connection src="2_DCDIF" dst="4_DCDIF" qosCube="1"/>
10
                <Connection src="3_DCDIF" dst="5_DCDIF" qosCube="1"/>
11
                <Connection src="4_DCDIF" dst="6_DCDIF" qosCube="1"/>
12
                <Connection src="5_TenantDIF" dst="7_TenantDIF" qosCube="1"/>
13
                <Connection src="6_TenantDIF" dst="8_TenantDIF" qosCube="1"/>
14
            </SimTime>
15
        </ConnectionSet>
16
    </ConnectionSets>
17
18
    <Node id="all">
19
        <DA>
20
            <Directory>
21
                <APN apn="0_TentantDIF">
22
                    <DIF difName="DCIPC" ipcAddress="0"/>
23
                </APN>
24
                <APN apn="0_DCDIF">
25
                    <DIF difName="Shim0To1" ipcAddress="0"/>
26
                </APN>
27
                <APN apn="1_DCDIF">
28
                    <DIF difName="Shim0To1" ipcAddress="1"/>
29
                    <DIF difName="Shim1To2" ipcAddress="1"/>
30
                    <DIF difName="Shim1To3" ipcAddress="1"/>
31
                </APN>
32
                <APN apn="2_DCDIF">
33
                    <DIF difName="Shim1To2" ipcAddress="2"/>
34
                    <DIF difName="Shim2To4" ipcAddress="2"/>
35
                </APN>
36
                <APN apn="3_DCDIF">
37
                    <DIF difName="Shim1To3" ipcAddress="3"/>
38
                    <DIF difName="Shim3To5" ipcAddress="3"/>
39
                </APN>
40
                <APN apn="4_DCDIF">
41
                    <DIF difName="Shim2To4" ipcAddress="4"/>
42
                    <DIF difName="Shim4To6" ipcAddress="4"/>
43
                </APN>
44
                <APN apn="5_DCDIF">
45
                    <DIF difName="Shim3To5" ipcAddress="5"/>
46
                </APN>
47
                <APN apn="6_DCDIF">
48
                    <DIF difName="Shim4To6" ipcAddress="6"/>
49
                </APN>
50
                <APN apn="5_TenantDIF">
51
                    <DIF difName="DCIPC" ipcAddress="5"/>
52
                    <DIF difName="Shim5To7" ipcAddress="5"/>
53
                </APN>
54
                <APN apn="7_TenantDIF">
55
                    <DIF difName="Shim5To7" ipcAddress="7"/>
56
                </APN>
57
                <APN apn="App0VM7">
58
                    <DIF difName="TenantDIF" ipcAddress="7"/>
59
                </APN>
60
                <APN apn="6_TenantDIF">
61
                    <DIF difName="DCIPC" ipcAddress="6"/>
62
                    <DIF difName="Shim6To8" ipcAddress="6"/>
63
                </APN>
64
                <APN apn="8_TenantDIF">
65
                    <DIF difName="Shim6To8" ipcAddress="8"/>
66
                </APN>
67
                <APN apn="App0VM8">
68
                    <DIF difName="TenantDIF" ipcAddress="8"/>
69
                </APN>
70
            </Directory>
71
        </DA>
72
    </Node>   <QoSCubesSet>
73
        <QosCube id="1">
74
            <AverageBandwidth>12000000</AverageBandwidth>
75
            <AverageSDUBandwidth>1000</AverageSDUBandwidth>
76
            <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
77
            <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
78
            <BurstPeriod>10000000</BurstPeriod>
79
            <BurstDuration>1000000</BurstDuration>
80
            <UndetectedBitError>0.01</UndetectedBitError>
81
            <MaxSDUSize>1500</MaxSDUSize>
82
            <PartialDelivery>0</PartialDelivery>
83
            <IncompleteDelivery>0</IncompleteDelivery>
84
            <ForceOrder>0</ForceOrder>
85
            <MaxAllowableGap>10</MaxAllowableGap>
86
            <Delay>1000000</Delay>
87
            <Jitter>500000</Jitter>
88
            <CostTime>0</CostTime>
89
            <CostBits>0</CostBits>
90
        </QosCube>
91
        <QosCube id="2">
92
            <AverageBandwidth>12000000</AverageBandwidth>
93
            <AverageSDUBandwidth>1000</AverageSDUBandwidth>
94
            <PeakBandwidthDuration>24000000</PeakBandwidthDuration>
95
            <PeakSDUBandwidthDuration>2000</PeakSDUBandwidthDuration>
96
            <BurstPeriod>10000000</BurstPeriod>
97
            <BurstDuration>1000000</BurstDuration>
98
            <UndetectedBitError>0.01</UndetectedBitError>
99
            <MaxSDUSize>1500</MaxSDUSize>
100
            <PartialDelivery>0</PartialDelivery>
101
            <IncompleteDelivery>0</IncompleteDelivery>
102
            <ForceOrder>1</ForceOrder>
103
            <MaxAllowableGap>10</MaxAllowableGap>
104
            <Delay>1000000</Delay>
105
            <Jitter>500000</Jitter>
106
            <CostTime>0</CostTime>
107
            <CostBits>0</CostBits>
108
        </QosCube>
109
    </QoSCubesSet>
110
</Configuration>