blob: 88ee7d5aea2a61196653ca7588cb1cb250176922 [file] [log] [blame]
Yi Tseng84034d42017-12-20 16:44:57 -08001{
2 "devices": {
3 "device:tofino:leaf1": {
4 "segmentrouting": {
5 "name": "leaf1",
6 "ipv4NodeSid": 204,
7 "ipv4Loopback": "192.168.0.204",
8 "ipv6NodeSid": 214,
9 "ipv6Loopback": "2000::c0a8:0204",
10 "routerMac": "00:00:00:00:02:04",
11 "isEdgeRouter": true,
12 "adjacencySids": []
13 }
14 },
15 "device:tofino:leaf2": {
16 "segmentrouting": {
17 "name": "leaf2",
18 "ipv4NodeSid": 205,
19 "ipv4Loopback": "192.168.0.205",
20 "ipv6NodeSid": 215,
21 "ipv6Loopback": "2000::c0a8:0205",
22 "routerMac": "00:00:00:00:02:05",
23 "isEdgeRouter": true,
24 "adjacencySids": []
25 }
26 },
27 "device:cavium:spine1": {
28 "segmentrouting": {
29 "name": "spine1",
30 "ipv4NodeSid": 226,
31 "ipv4Loopback": "192.168.0.226",
32 "ipv6NodeSid": 236,
33 "ipv6Loopback": "2000::c0a8:0226",
34 "routerMac": "00:00:00:00:02:26",
35 "isEdgeRouter": false,
36 "adjacencySids": []
37 }
38 },
39 "device:mellanox:spine2": {
40 "segmentrouting": {
41 "name": "spine2",
42 "ipv4NodeSid": 227,
43 "ipv4Loopback": "192.168.0.227",
44 "ipv6NodeSid": 237,
45 "ipv6Loopback": "2000::c0a8:0227",
46 "routerMac": "00:00:00:00:02:27",
47 "isEdgeRouter": false,
48 "adjacencySids": []
49 }
50 }
51 },
52 "ports": {
53 "device:tofino:leaf1/144": {
54 "interfaces": [
55 {
56 "name": "leaf1-3/0",
57 "ips": [
58 ],
59 "vlan-untagged": 10
60 }
61 ]
62 },
63 "device:tofino:leaf1/145": {
64 "interfaces": [
65 {
66 "name": "leaf1-3/1",
67 "ips": [
68 ],
69 "vlan-untagged": 10
70 }
71 ]
72 },
73 "device:tofino:leaf1/146": {
74 "interfaces": [
75 {
76 "name": "leaf1-3/2",
77 "ips": [
78 ],
79 "vlan-untagged": 10
80 }
81 ]
82 },
83 "device:tofino:leaf1/147": {
84 "interfaces": [
85 {
86 "name": "leaf1-3/3",
87 "ips": [
88 ],
89 "vlan-untagged": 10
90 }
91 ]
92 },
93 "device:tofino:leaf2/144": {
94 "interfaces": [
95 {
96 "name": "leaf2-3/0",
97 "ips": [
98 ],
99 "vlan-untagged": 20
100 }
101 ]
102 },
103 "device:tofino:leaf2/145": {
104 "interfaces": [
105 {
106 "name": "leaf2-3/1",
107 "ips": [
108 "10.6.1.254/24"
109 ],
110 "vlan-untagged": 20
111 }
112 ]
113 },
114 "device:tofino:leaf2/146": {
115 "interfaces": [
116 {
117 "name": "leaf2-3/2",
118 "ips": [
119 "10.6.1.254/24"
120 ],
121 "vlan-untagged": 20
122 }
123 ]
124 },
125 "device:tofino:leaf2/147": {
126 "interfaces": [
127 {
128 "name": "leaf2-3/3",
129 "ips": [
130 "10.6.1.254/24"
131 ],
132 "vlan-untagged": 20
133 }
134 ]
135 }
136 }
137}