blob: 9b7c0227e3992347911d6023af0df40da4cec551 [file] [log] [blame]
Andy Bavier64f5df52016-07-19 14:42:02 -04001{
2 "ports" : {
Charles Chan996dfb12016-07-27 17:57:50 -07003 "of:0000cc37ab6180ca/5" : {
4 "interfaces" : [
5 {
6 "ips" : [ "10.6.1.254/24" ]
7 }
8 ]
9 },
10 "of:0000cc37ab6182d2/5" : {
11 "interfaces" : [
12 {
13 "ips" : [ "10.6.2.254/24" ]
14 }
15 ]
16 },
17 "of:0000cc37ab6182d2/32" : {
18 "interfaces" : [
19 {
20 "name" : "internet-router",
21 "ips" : [ "10.231.254.202/30" ],
22 "mac" : "00:16:3e:4b:5a:04"
23 }
24 ],
25 "pimInterface" : {
26 "interfaceName" : "internet-router",
27 "enabled" : true,
28 "helloInterval" : 1,
29 "holdTime" : 3,
30 "propagationDelay" : 500,
31 "overrideInterval" : 2500
32 }
33 }
Andy Bavier64f5df52016-07-19 14:42:02 -040034 },
35 "devices" : {
36 "of:0000cc37ab6180ca" : {
37 "segmentrouting" : {
38 "name" : "Leaf-R1",
39 "nodeSid" : 101,
40 "routerIp" : "10.6.0.8",
41 "routerMac" : "00:00:00:00:01:80",
42 "isEdgeRouter" : true,
43 "adjacencySids" : []
44 }
45 },
46 "of:0000cc37ab6182d2" : {
47 "segmentrouting" : {
48 "name" : "Leaf-R2",
49 "nodeSid" : 102,
50 "routerIp" : "10.6.0.11",
51 "routerMac" : "00:00:00:00:02:80",
52 "isEdgeRouter" : true,
53 "adjacencySids" : []
54 }
55 },
56 "of:0000cc37ab618048" : {
57 "segmentrouting" : {
58 "name" : "Spine-R1",
59 "nodeSid" : 103,
60 "routerIp" : "10.6.0.18",
61 "routerMac" : "00:00:01:00:11:80",
62 "isEdgeRouter" : false,
63 "adjacencySids" : []
64 }
65 },
66 "of:0000cc37ab617ec2" : {
67 "segmentrouting" : {
68 "name" : "Spine-R2",
69 "nodeSid" : 104,
70 "routerIp" : "10.6.0.17",
71 "routerMac" : "00:00:01:00:22:80",
72 "isEdgeRouter" : false,
73 "adjacencySids" : []
74 }
75 }
76 },
77 "links" : {
78 "of:0000cc37ab6180ca/1-of:0000cc37ab618048/1" : {
79 "basic" : {}
80 },
81 "of:0000cc37ab6180ca/3-of:0000cc37ab617ec2/1" : {
82 "basic" : {}
83 },
84 "of:0000cc37ab6182d2/1-of:0000cc37ab618048/3" : {
85 "basic" : {}
86 },
87 "of:0000cc37ab6182d2/3-of:0000cc37ab617ec2/3" : {
88 "basic" : {}
89 },
90 "of:0000cc37ab618048/1-of:0000cc37ab6180ca/1" : {
91 "basic" : {}
92 },
93 "of:0000cc37ab617ec2/1-of:0000cc37ab6180ca/3" : {
94 "basic" : {}
95 },
96 "of:0000cc37ab618048/3-of:0000cc37ab6182d2/1" : {
97 "basic" : {}
98 },
99 "of:0000cc37ab617ec2/3-of:0000cc37ab6182d2/3" : {
100 "basic" : {}
101 }
102 },
103 "apps" : {
104 "org.onosproject.core" : {
105 "core" : {
106 "linkDiscoveryMode" : "STRICT"
107 },
108 "multicast": {
109 "ingressVlan": "None",
110 "egressVlan": "None"
111 }
112 },
113 "org.onosproject.segmentrouting" : {
114 "segmentrouting" : {
115 "vRouterMacs" : [
116 "a4:23:05:34:56:78", "a4:23:05:34:56:79"
117 ],
118 "vRouterId" : "of:0000cc37ab6182d2",
119 "suppressSubnet" : [
120 "of:0000cc37ab6182d2/31", "of:0000cc37ab6182d2/32"
121 ],
122 "suppressHostByProvider" : [
123 "org.onosproject.provider.host"
124 ],
125 "suppressHostByPort" : [
126 "of:0000cc37ab6182d2/31", "of:0000cc37ab6182d2/32"
127 ]
128 }
129 },
130 "org.onosproject.router" : {
131 "router" : {
132 "controlPlaneConnectPoint" : "of:0000cc37ab6182d2/31",
133 "ospfEnabled" : "true",
134 "pimEnabled" : "true",
135 "interfaces" : [ "internet-router" ]
136 }
137 }
Charles Chan652c4282016-07-28 23:08:34 -0700138 },
139 "hosts" : {
140 "00:02:c9:1e:b4:60/None" : {
141 "basic": {
142 "ips": ["10.6.2.1"],
143 "location": "of:0000cc37ab6182d2/5"
144 }
145 },
146 "00:02:c9:1e:b1:20/None" : {
147 "basic": {
148 "ips": ["10.6.1.1"],
149 "location": "of:0000cc37ab6180ca/5"
150 }
151 }
Andy Bavier64f5df52016-07-19 14:42:02 -0400152 }
153}