blob: 90cf05251d6a26495db938344395c2ce70fbe2b5 [file] [log] [blame]
Flavio Castro02b43632016-06-20 17:07:27 -07001{
2 "ports" : {
3 "of:0000000000000001/1" : {
4 "interfaces" : [
5 {
Jonghwan Hyun76a02b72018-01-30 16:40:48 +09006 "ips" : [ "10.0.1.254/24" ],
7 "vlan-untagged" : 100
Flavio Castro02b43632016-06-20 17:07:27 -07008 }
9 ]
10 },
11 "of:0000000000000001/2" : {
12 "interfaces" : [
13 {
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090014 "ips" : [ "10.0.1.254/24" ],
15 "vlan-untagged" : 100
Flavio Castro02b43632016-06-20 17:07:27 -070016 }
17 ]
Flavio Castroab163ca2016-07-07 14:05:00 -070018 },
19 "of:0000000000000001/3" : {
20 "interfaces" : [
21 {
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090022 "ips" : [ "10.0.1.254/24" ],
23 "vlan-untagged" : 100
Flavio Castroab163ca2016-07-07 14:05:00 -070024 }
25 ]
26 },
27 "of:0000000000000001/4" : {
28 "interfaces" : [
29 {
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090030 "ips" : [ "10.0.1.254/24" ],
31 "vlan-untagged" : 100
Flavio Castroab163ca2016-07-07 14:05:00 -070032 }
33 ]
Flavio Castro02b43632016-06-20 17:07:27 -070034 }
35 },
36 "devices" : {
37 "of:0000000000000001" : {
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090038 "basic":{ "driver" : "ofdpa-ovs" },
Flavio Castro02b43632016-06-20 17:07:27 -070039 "segmentrouting" : {
40 "name" : "Leaf-R1",
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090041 "ipv4NodeSid" : 1,
42 "ipv4Loopback" : "192.168.0.1",
Flavio Castro02b43632016-06-20 17:07:27 -070043 "routerMac" : "10:00:00:00:00:01",
44 "isEdgeRouter" : true,
45 "adjacencySids" : []
46 }
47 }
48 },
Flavio Castro02b43632016-06-20 17:07:27 -070049 "hosts" : {
50 "00:00:00:00:00:01/-1" : {
51 "basic": {
52 "ips": ["10.0.1.1"],
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090053 "locations": ["of:0000000000000001/1"]
Flavio Castro02b43632016-06-20 17:07:27 -070054 }
55 },
56 "00:00:00:00:00:02/-1" : {
57 "basic": {
58 "ips": ["10.0.1.2"],
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090059 "locations": ["of:0000000000000001/2"]
Flavio Castro02b43632016-06-20 17:07:27 -070060 }
61 }
Flavio Castroe168f7f2016-06-24 15:53:12 -070062 },
63 "apps": {
64 "org.onosproject.segmentrouting": {
Flavio Castroab163ca2016-07-07 14:05:00 -070065 "xconnect": {
66 "of:0000000000000001": [
67 {
68 "vlan": 5,
69 "ports": [5, 7],
70 "name": "OLT 1"
71 },
72 {
73 "vlan": 10,
74 "ports": [5, 8],
75 "name": "OLT 2"
76 }
77 ]
78 }
Flavio Castroe168f7f2016-06-24 15:53:12 -070079 }
Flavio Castro02b43632016-06-20 17:07:27 -070080 }
Flavio Castro02b43632016-06-20 17:07:27 -070081}