blob: 699a1a09d9abd7c43d427606eced93c71e31e4ac [file] [log] [blame]
Alexander Afanasyev27e365b2013-01-18 18:03:43 -08001# topo-11-node-two-bottlenecks.txt
2
3# /------\ 0 0 /------\
4# | c1 |<-----+ +----->| p1 |
5# \------/ \ / \------/
6# \ /-----\ /
7# /------\ 0 \ +==>| r12 |<==+ / 0 /------\
8# | c2 |<--+ \ / \-----/ \ / +-->| p2 |
9# \------/ \ \ | | / / \------/
10# \ | | 1Mbps links | | /
11# \ 1 v0 v5 1v 2v 3 /
12# +->/------\ /------\<-+
13# 2| r1 |<===============>| r2 |4
14# +->\------/4 0\------/<-+
15# / 3^ ^5 \
16# / | | \
17# /------\ 0 / / \ \ 0 /------\
18# | c3 |<--+ / \ +-->| p3 |
19# \------/ / \ \------/
20# / "All consumer-router and" \
21# /------\ 0 / "router-producer links are" \ 0 /------\
22# | c4 |<-----+ "10Mbps" +---->| p4 |
23# \------/ \------/
24#
25# "Numbers near nodes denote face IDs. Face ID is assigned based on the order of link"
26# "definitions in the topology file"
27
28router
29
30#name city latitude longitude
31c1 NA 50 30
32c2 NA 30 30
33c3 NA 10 30
34c4 NA 10 40
35n1 NA 40 40
36n12 NA 30 60
37n2 NA 40 80
38p1 NA 50 90
39p2 NA 30 90
40p3 NA 10 90
41p4 NA 10 80
42
43link
44
45#x y capacity(kbps) OSPF Delay MaxPackets
46c1 n1 10Mbps 1 50ms 200
47c2 n1 10Mbps 1 10ms 200
48c3 n1 10Mbps 1 100ms 200
49c4 n1 10Mbps 1 1ms 200
50n1 n2 1Mbps 1176 20ms 20
51n1 n12 1Mbps 587 1ms 20
52n12 n2 1Mbps 846 1ms 20
53n2 p1 10Mbps 260 1ms 200
54n2 p2 10Mbps 700 1ms 200
55n2 p3 10Mbps 1 1ms 200
56n2 p4 10Mbps 1 1ms 200