aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/configs/network-cfg-4x4-leaf-spine.json
blob: 4efcf97d01fa47e2ba1950f6a1fe2d89a08535a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
    "ports" : {
    "of:0000000000000001/5" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.1.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000001/6" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.1.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000002/5" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.2.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000002/6" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.2.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000003/5" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.3.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000003/6" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.3.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000004/5" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.4.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    },
    "of:0000000000000004/6" : {
        "interfaces" : [
        {
            "ips" : [ "10.0.4.254/24" ],
            "mac" : "08:9e:01:82:38:68",
            "vlan" : "100"
        }
        ]
    }
    },
    "devices" : {
        "of:0000000000000001" : {
            "segmentrouting" : {
                "name" : "Leaf-R1",
                "nodeSid" : 101,
                "routerIp" : "10.0.1.254",
                "routerMac" : "00:00:00:00:01:80",
                "isEdgeRouter" : true,
                "adjacencySids" : []
            }
        },
        "of:0000000000000002" : {
            "segmentrouting" : {
                "name" : "Leaf-R2",
                "nodeSid" : 102,
                "routerIp" : "10.0.2.254",
                "routerMac" : "00:00:00:00:02:80",
                "isEdgeRouter" : true,
                "adjacencySids" : []
            }
        },
        "of:0000000000000003" : {
            "segmentrouting" : {
                "name" : "Leaf-R3",
                "nodeSid" : 103,
                "routerIp" : "10.0.3.254",
                "routerMac" : "00:00:00:00:03:80",
                "isEdgeRouter" : true,
                "adjacencySids" : []
            }
        },
        "of:0000000000000004" : {
            "segmentrouting" : {
                "name" : "Leaf-R4",
                "nodeSid" : 104,
                "routerIp" : "10.0.4.254",
                "routerMac" : "00:00:00:00:04:80",
                "isEdgeRouter" : true,
                "adjacencySids" : []
            }
        },
        "of:0000000000000191" : {
            "segmentrouting" : {
                "name" : "Spine-R1",
                "nodeSid" : 105,
                "routerIp" : "192.168.0.11",
                "routerMac" : "00:00:01:00:11:80",
                "isEdgeRouter" : false,
                "adjacencySids" : []
            }
        },
        "of:0000000000000192" : {
            "segmentrouting" : {
                "name" : "Spine-R2",
                "nodeSid" : 106,
                "routerIp" : "192.168.0.22",
                "routerMac" : "00:00:01:00:22:80",
                "isEdgeRouter" : false,
                "adjacencySids" : []
            }
        },
        "of:0000000000000193" : {
            "segmentrouting" : {
                "name" : "Spine-R3",
                "nodeSid" : 107,
                "routerIp" : "192.168.0.33",
                "routerMac" : "00:00:03:00:33:80",
                "isEdgeRouter" : false,
                "adjacencySids" : []
            }
        },
        "of:0000000000000194" : {
            "segmentrouting" : {
                "name" : "Spine-R4",
                "nodeSid" : 108,
                "routerIp" : "192.168.0.44",
                "routerMac" : "00:00:04:00:44:80",
                "isEdgeRouter" : false,
                "adjacencySids" : []
            }
        }
    },
    "hosts" : {
        "00:00:00:00:00:01/4093" : {
            "basic": {
                "ips": ["10.0.1.1"],
                "location": "of:0000000000000001/5"
            }
        },
        "00:00:00:00:00:02/4093" : {
            "basic": {
                "ips": ["10.0.1.2"],
                "location": "of:0000000000000001/6"
            }
        },
        "00:00:00:00:00:03/4093" : {
            "basic": {
                "ips": ["10.0.2.1"],
                "location": "of:0000000000000002/5"
            }
        },
        "00:00:00:00:00:04/4093" : {
            "basic": {
                "ips": ["10.0.2.2"],
                "location": "of:0000000000000002/6"
            }
        },
        "00:00:00:00:00:05/4093" : {
            "basic": {
                "ips": ["10.0.3.1"],
                "location": "of:0000000000000003/5"
            }
        },
        "00:00:00:00:00:06/4093" : {
            "basic": {
                "ips": ["10.0.3.2"],
                "location": "of:0000000000000003/6"
            }
        },
        "00:00:00:00:00:07/4093" : {
            "basic": {
                "ips": ["10.0.4.1"],
                "location": "of:0000000000000004/5"
            }
        },
        "00:00:00:00:00:08/4093" : {
            "basic": {
                "ips": ["10.0.4.2"],
                "location": "of:0000000000000004/6"
            }
        }
    }
}