blob: e46d42e4bad7a577d3130098871debc0c28aeada [file] [log] [blame]
Pingping Linba4b0012017-01-25 19:46:31 -08001{
2 "devices": {
3 "of:0000480fcfae5d48": {
4 "segmentrouting": {
5 "name": "oneswitch",
6 "nodeSid": 100,
7 "routerIp": "10.6.0.18",
8 "routerMac": "48:0f:cf:ae:5d:48",
9 "isEdgeRouter": false,
10 "adjacencySids": []
11 },
12 "basic" : {
13 "driver" : "ofdpa3"
14 }
15 }
16 },
17 "hosts": {
18 "00:1e:67:d2:c9:8a/-1" : {
19 "basic": {
20 "ips": ["10.6.1.2"],
21 "location": "of:0000480fcfae5d48/41"
22 }
23 },
Pingping Lin731ca312017-05-02 16:15:38 -070024 "1c:1b:0d:68:7d:15/-1" : {
Pingping Linba4b0012017-01-25 19:46:31 -080025 "basic": {
26 "ips": ["10.6.1.6"],
27 "location": "of:0000480fcfae5d48/42"
28 }
29 },
Pingping Linba4b0012017-01-25 19:46:31 -080030 "00:1e:67:d2:ce:52/-1" : {
31 "basic": {
Pingping Lin731ca312017-05-02 16:15:38 -070032 "ips": ["10.6.1.3"],
Pingping Linba4b0012017-01-25 19:46:31 -080033 "location": "of:0000480fcfae5d48/44"
Pingping Lin731ca312017-05-02 16:15:38 -070034 }
35 }
Pingping Linba4b0012017-01-25 19:46:31 -080036 },
37 "ports": {
38 "of:0000480fcfae5d48/41" : {
39 "interfaces" : [
40 {
41 "ips" : [ "10.6.1.254/24" ]
42 }
43 ]
44 },
45 "of:0000480fcfae5d48/42" : {
46 "interfaces" : [
47 {
48 "ips" : [ "10.6.1.254/24" ]
49 }
50 ]
51 },
52 "of:0000480fcfae5d48/43" : {
53 "interfaces" : [
54 {
55 "ips" : [ "10.6.1.254/24" ]
56 }
57 ]
58 },
59 "of:0000480fcfae5d48/44" : {
60 "interfaces" : [
61 {
62 "ips" : [ "10.6.1.254/24" ]
63 }
64 ]
Pingping Lin731ca312017-05-02 16:15:38 -070065 }
Pingping Linba4b0012017-01-25 19:46:31 -080066 },
67 "links": {},
Pingping Lin731ca312017-05-02 16:15:38 -070068 "apps": {
69 "org.onosproject.segmentrouting": {
70 "xconnect": {
71 "of:0000480fcfae5d48": [{
72 "vlan": 199,
73 "ports": [42, 43],
74 "name": "OLT1"
75 }]
76 }
77 }
78 }
Pingping Linba4b0012017-01-25 19:46:31 -080079}