blob: caf0a510c9d11acf84483df151f600d3db32e9fa [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 {
Yi Tsengfb71f732018-02-03 17:36:01 -080056 "name": "leaf1-3/0",
Yi Tseng84034d42017-12-20 16:44:57 -080057 "ips": [
Yi Tseng658dd802018-02-01 21:43:18 -080058 "10.6.2.254/24"
Yi Tseng84034d42017-12-20 16:44:57 -080059 ],
60 "vlan-untagged": 10
61 }
62 ]
63 },
64 "device:tofino:leaf2/144": {
65 "interfaces": [
66 {
Yi Tseng658dd802018-02-01 21:43:18 -080067 "name": "leaf2-3/1",
Yi Tseng84034d42017-12-20 16:44:57 -080068 "ips": [
Yi Tsengfb71f732018-02-03 17:36:01 -080069 "118.0.0.1/24",
70 "119.0.0.1/24"
Yi Tseng84034d42017-12-20 16:44:57 -080071 ],
72 "vlan-untagged": 20
73 }
74 ]
75 },
76 "device:tofino:leaf2/145": {
77 "interfaces": [
78 {
79 "name": "leaf2-3/1",
80 "ips": [
Yi Tseng658dd802018-02-01 21:43:18 -080081 "10.6.1.254/24",
Yi Tsengfb71f732018-02-03 17:36:01 -080082 "118.0.0.1/24",
83 "119.0.0.1/24"
Yi Tseng84034d42017-12-20 16:44:57 -080084 ],
85 "vlan-untagged": 20
86 }
87 ]
88 }
89 }
90}