blob: 210fc58f3de8c2f95eca8de7a9635721711bf930 [file] [log] [blame]
Jeremy Songster5665f1b2016-06-20 14:38:22 -07001{
2 "devices": {
3 "of:0000ffffffffff01": {
4 "basic": {
5 "type": "ROADM",
6 "name": "OE1"
7 }
8 },
9 "of:0000ffffffffff02": {
10 "basic": {
11 "type": "ROADM",
12 "name": "OE2"
13 }
14 },
15 "of:0000ffffffffff03": {
16 "basic": {
17 "type": "ROADM",
18 "name": "OE3"
19 }
20 },
21 "of:0000000000000002": {
22 "basic": {
23 "type": "SWITCH",
24 "name": "ps2"
25 }
26 },
27 "of:0000000000000001": {
28 "basic": {
29 "type": "SWITCH",
30 "name": "ps1"
31 }
32 }
33 },
34 "links": {
35 "of:0000ffffffffff03/3100-of:0000ffffffffff01/1300": {
36 "basic": {
37 "durable": "true",
38 "type": "OPTICAL"
39 }
40 },
41 "of:0000000000000002/2-of:0000ffffffffff02/1": {
42 "basic": {
43 "durable": "true",
44 "type": "OPTICAL"
45 }
46 },
47 "of:0000ffffffffff01/1200-of:0000ffffffffff02/2100": {
48 "basic": {
49 "durable": "true",
50 "type": "OPTICAL"
51 }
52 },
53 "of:0000ffffffffff02/2300-of:0000ffffffffff03/3200": {
54 "basic": {
55 "durable": "true",
56 "type": "OPTICAL"
57 }
58 },
59 "of:0000000000000001/2-of:0000ffffffffff01/1": {
60 "basic": {
61 "durable": "true",
62 "type": "OPTICAL"
63 }
64 }
65 },
66 "ports": {
67 "of:0000ffffffffff01/1300": {
68 "optical": {
69 "type": "OMS",
70 "speed": 0,
71 "port": 1300
72 }
73 },
74 "of:0000000000000001/1": {
75 "optical": {
76 "speed": 0,
77 "type": "COPPER",
78 "port": 1
79 }
80 },
81 "of:0000ffffffffff03/3200": {
82 "optical": {
83 "type": "OMS",
84 "speed": 0,
85 "port": 3200
86 }
87 },
88 "of:0000ffffffffff02/2100": {
89 "optical": {
90 "type": "OMS",
91 "speed": 0,
92 "port": 2100
93 }
94 },
95 "of:0000ffffffffff01/1200": {
96 "optical": {
97 "type": "OMS",
98 "speed": 0,
99 "port": 1200
100 }
101 },
102 "of:0000000000000002/1": {
103 "optical": {
104 "speed": 0,
105 "type": "COPPER",
106 "port": 1
107 }
108 },
109 "of:0000ffffffffff03/3100": {
110 "optical": {
111 "type": "OMS",
112 "speed": 0,
113 "port": 3100
114 }
115 },
116 "of:0000ffffffffff01/1": {
117 "optical": {
118 "type": "OCH",
119 "speed": 0,
120 "port": 1
121 }
122 },
123 "of:0000ffffffffff02/1": {
124 "optical": {
125 "type": "OCH",
126 "speed": 0,
127 "port": 1
128 }
129 },
130 "of:0000ffffffffff02/2300": {
131 "optical": {
132 "type": "OMS",
133 "speed": 0,
134 "port": 2300
135 }
136 }
137 }
138}