Committed by
Gerrit Code Review
Update sample config for cross-connect
Change-Id: Iee4becd8d622a948701e609a4e28485c63372005
Showing
2 changed files
with
14 additions
and
28 deletions
This diff is collapsed. Click to expand it.
... | @@ -4,15 +4,6 @@ | ... | @@ -4,15 +4,6 @@ |
4 | "interfaces" : [ | 4 | "interfaces" : [ |
5 | { | 5 | { |
6 | "ips" : [ "10.0.1.254/24" ] | 6 | "ips" : [ "10.0.1.254/24" ] |
7 | - }, | ||
8 | - { | ||
9 | - "vlan" : "20" | ||
10 | - }, | ||
11 | - { | ||
12 | - "vlan" : "10" | ||
13 | - }, | ||
14 | - { | ||
15 | - "vlan" : "222" | ||
16 | } | 7 | } |
17 | ] | 8 | ] |
18 | }, | 9 | }, |
... | @@ -23,25 +14,6 @@ | ... | @@ -23,25 +14,6 @@ |
23 | } | 14 | } |
24 | ] | 15 | ] |
25 | }, | 16 | }, |
26 | - "of:0000000000000001/65" : { | ||
27 | - "interfaces" : [ | ||
28 | - { | ||
29 | - "name" : "fujitsu-olt", | ||
30 | - "vlan" : "20" | ||
31 | - } | ||
32 | - ] | ||
33 | - }, | ||
34 | - "of:0000000000000001/73" : { | ||
35 | - "interfaces" : [ | ||
36 | - { | ||
37 | - "name" : "pmc-olt", | ||
38 | - "vlan" : "10" | ||
39 | - }, | ||
40 | - { | ||
41 | - "vlan" : "222" | ||
42 | - } | ||
43 | - ] | ||
44 | - }, | ||
45 | "of:0000000000000002/5" : { | 17 | "of:0000000000000002/5" : { |
46 | "interfaces" : [ | 18 | "interfaces" : [ |
47 | { | 19 | { |
... | @@ -240,6 +212,20 @@ | ... | @@ -240,6 +212,20 @@ |
240 | "suppressHostByPort" : [ | 212 | "suppressHostByPort" : [ |
241 | "of:0000000000000002/31", "of:0000000000000002/32" | 213 | "of:0000000000000002/31", "of:0000000000000002/32" |
242 | ] | 214 | ] |
215 | + }, | ||
216 | + "xconnect": { | ||
217 | + "of:0000000000000001": [ | ||
218 | + { | ||
219 | + "vlan": 10, | ||
220 | + "ports": [5, 73], | ||
221 | + "name": "OLT1" | ||
222 | + }, | ||
223 | + { | ||
224 | + "vlan": 20, | ||
225 | + "ports": [5, 89], | ||
226 | + "name": "OLT2" | ||
227 | + } | ||
228 | + ] | ||
243 | } | 229 | } |
244 | }, | 230 | }, |
245 | "org.onosproject.router" : { | 231 | "org.onosproject.router" : { | ... | ... |
-
Please register or login to post a comment