blob: c29a6cbc8646b657dc88d1ff955c4f773556b9ee [file] [log] [blame]
gunjan56e19d272016-07-07 14:23:26 -07001{
2 "devices" : {
3
4 "of:0000000000000021" : {
5 "segmentrouting" : {
6 "name" : "device-21",
gunjan50e64b592016-07-20 18:11:04 -07007 "nodeSid" : 100,
gunjan56e19d272016-07-07 14:23:26 -07008 "routerIp" : "10.6.0.7",
gunjan50e64b592016-07-20 18:11:04 -07009 "routerMac" : "cc:37:ab:00:00:00",
gunjan56e19d272016-07-07 14:23:26 -070010 "isEdgeRouter" : true,
11 "adjacencySids" : []
12 }
13 },
gunjan587fd4062016-08-11 13:51:19 -070014 "of:0000000000000022" : {
gunjan56e19d272016-07-07 14:23:26 -070015 "segmentrouting" : {
gunjan587fd4062016-08-11 13:51:19 -070016 "name" : "device-22",
gunjan50e64b592016-07-20 18:11:04 -070017 "nodeSid" : 101,
gunjan587fd4062016-08-11 13:51:19 -070018 "routerIp" : "10.6.0.10",
gunjan50e64b592016-07-20 18:11:04 -070019 "routerMac" : "cc:37:ab:00:00:01",
gunjan56e19d272016-07-07 14:23:26 -070020 "isEdgeRouter" : true,
21 "adjacencySids" : []
22 }
23 },
gunjan587fd4062016-08-11 13:51:19 -070024 "of:0000000000000011" : {
gunjan56e19d272016-07-07 14:23:26 -070025 "segmentrouting" : {
gunjan587fd4062016-08-11 13:51:19 -070026 "name" : "device-11",
gunjan50e64b592016-07-20 18:11:04 -070027 "nodeSid" : 102,
gunjan587fd4062016-08-11 13:51:19 -070028 "routerIp" : "10.6.0.6",
gunjan50e64b592016-07-20 18:11:04 -070029 "routerMac" : "cc:37:ab:00:00:02",
gunjan56e19d272016-07-07 14:23:26 -070030 "isEdgeRouter" : true,
31 "adjacencySids" : []
32 }
33 },
34 "of:0000000000000012" : {
35 "segmentrouting" : {
36 "name" : "device-12",
gunjan50e64b592016-07-20 18:11:04 -070037 "nodeSid" : 103,
gunjan56e19d272016-07-07 14:23:26 -070038 "routerIp" : "10.6.0.8",
gunjan50e64b592016-07-20 18:11:04 -070039 "routerMac" : "cc:37:ab:00:00:03",
gunjan56e19d272016-07-07 14:23:26 -070040 "isEdgeRouter" : true,
41 "adjacencySids" : []
42 }
43 }
44 },
45
46 "links": {
47
48 "of:0000000000000011/2-of:0000000000000022/31": {
49 "basic": {}
50 },
51 "of:0000000000000022/31-of:0000000000000011/2": {
52 "basic": {}
53 },
gunjan587fd4062016-08-11 13:51:19 -070054 "of:0000000000000021/31-of:0000000000000011/1": {
gunjan56e19d272016-07-07 14:23:26 -070055 "basic": {}
56 },
gunjan587fd4062016-08-11 13:51:19 -070057 "of:0000000000000022/32-of:0000000000000012/2": {
gunjan56e19d272016-07-07 14:23:26 -070058 "basic": {}
59 },
60 "of:0000000000000012/1-of:0000000000000021/32": {
61 "basic": {}
62 },
63 "of:0000000000000012/2-of:0000000000000022/32": {
64 "basic": {}
65 },
66 "of:0000000000000021/32-of:0000000000000012/1": {
67 "basic": {}
68 },
69 "of:0000000000000011/1-of:0000000000000021/31": {
70 "basic": {}
71 }
72 },
73
74"ports": {
75
gunjan587fd4062016-08-11 13:51:19 -070076 "of:0000000000000021/4" : {
gunjan56e19d272016-07-07 14:23:26 -070077 "interfaces": [
78 {
gunjan587fd4062016-08-11 13:51:19 -070079 "ips" : [ "10.6.1.254/24" ]
gunjan56e19d272016-07-07 14:23:26 -070080 }
81 ]
82 },
gunjan587fd4062016-08-11 13:51:19 -070083 "of:0000000000000021/3" : {
gunjan56e19d272016-07-07 14:23:26 -070084 "interfaces": [
85 {
gunjan587fd4062016-08-11 13:51:19 -070086 "ips" : [ "10.6.1.254/24" ]
gunjan56e19d272016-07-07 14:23:26 -070087 }
88 ]
89 },
90 "of:0000000000000021/2" : {
91 "interfaces": [
92 {
93 "ips" : [ "10.6.1.254/24" ]
94 }
95 ]
96 },
97 "of:0000000000000021/1" : {
98 "interfaces": [
99 {
100 "ips" : [ "10.6.1.254/24" ]
101 }
102 ]
103 }
104 },
105
106 "hosts" : {
107
gunjan587fd4062016-08-11 13:51:19 -0700108 "3C:FD:FE:9E:94:28/-1" : {
gunjan56e19d272016-07-07 14:23:26 -0700109 "basic" : {
gunjan587fd4062016-08-11 13:51:19 -0700110 "ips" : ["10.6.1.4"],
111 "location" : "of:0000000000000021/4"
gunjan56e19d272016-07-07 14:23:26 -0700112 }
113 },
gunjan587fd4062016-08-11 13:51:19 -0700114 "3C:FD:FE:9E:95:98/-1" : {
gunjan56e19d272016-07-07 14:23:26 -0700115 "basic" : {
gunjan587fd4062016-08-11 13:51:19 -0700116 "ips" : ["10.6.1.2"],
117 "location" : "of:0000000000000021/3"
gunjan56e19d272016-07-07 14:23:26 -0700118 }
119 },
120 "3C:FD:FE:9E:98:68/-1" : {
121 "basic" : {
122 "ips" : ["10.6.1.2"],
123 "location" : "of:0000000000000021/2"
124 }
125 },
126 "3C:FD:FE:9E:94:30/-1" : {
127 "basic" : {
128 "ips" : ["10.6.1.1"],
129 "location" : "of:0000000000000021/1"
130 }
131 }
132 },
133 "apps" : {
134 "org.onosproject.core" : {
135 "core" : {
136 "linkDiscoveryMode" : "STRICT"
137 }
138 }
139 }
140}