-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONFIG.json
40 lines (40 loc) · 881 Bytes
/
CONFIG.json
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
{
"switches":
[
{
"type": "VXLAN_ENABLED",
"id": "00007e8c42e91649",
"host_ip": "14.0.0.2",
"vni_to_local_and_vxlan_port": {
"1001": ["1,4", "10, 11"],
"1002": ["2", "10, 11"],
"1003": ["3", "10, 11"]
}
},
{
"type": "VXLAN_ENABLED",
"id": "00008ea93bb99d4e",
"host_ip": "15.0.0.2",
"vni_to_local_and_vxlan_port": {
"1001": ["1,4", "10, 11"],
"1002": ["2", "10, 11"],
"1003": ["3", "10, 11"]
}
},
{
"type": "VXLAN_GATEWAY",
"id": "000022296b750c40",
"host_ip": "13.0.0.2",
"vni_to_vlan_and_vxlan_port": {
"1001": ["101", "10, 11"],
"1002": ["102", "10, 11"],
"1003": ["103", "10, 11"]
},
"vlan_to_trunk_port":{
"101": [1],
"102": [1],
"103": [1]
}
}
]
}