blob: 2b787178ab25bd531233b27215c1f8c438639352 [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",
Jon Hall10e2ab82020-09-15 17:14:54 -070041 "ipv4NodeSid" : 101,
Jonghwan Hyun76a02b72018-01-30 16:40:48 +090042 "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 Castro02b43632016-06-20 17:07:27 -070062 }
Flavio Castro02b43632016-06-20 17:07:27 -070063}