forked from sdn-ixp/iSDX
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathxctrl-gss.cfg
80 lines (71 loc) · 1.47 KB
/
xctrl-gss.cfg
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
{
"Mode" : "Multi-Switch",
"VMAC" : {
"Mode": "Superset",
"Options": {
"Participant Field": 31,
"Next Hop Field": 12,
"Port Field": 10,
"VMAC Size": 48
}
},
"RefMon Server" : {
"address" : "localhost",
"url" : "localhost/refmon/flowmod"
},
"Flanc Auth Info": {
"participant": "sdxcontroller",
"key": "no key"
},
"VNHs": "172.0.1.1/24",
"Route Server": {
"Port": 4,
"MAC": "AA:BB:CC:00:00:00",
"IP": "172.0.0.1"
},
"ARP Proxy": {
"Port": 5,
"MAC": "AA:BB:CC:DD:00:00",
"IP": "172.0.0.1"
},
"Participants": {
"1": {
"Ports": [
{
"Id": 6,
"MAC": "08:00:27:89:3b:9f",
"IP": "172.0.0.1"
}
],
"Inbound Rules": false,
"Outbound Rules": false
},
"2": {
"Ports": [
{
"Id": 7,
"MAC": "08:00:27:92:18:1f",
"IP": "172.0.0.11"
}
],
"Inbound Rules": true,
"Outbound Rules": true
},
"3": {
"Ports": [
{
"Id": 8,
"MAC": "08:00:27:54:56:ea",
"IP": "172.0.0.21"
},
{
"Id": 9,
"MAC": "08:00:27:bd:f8:b2",
"IP": "172.0.0.22"
}
],
"Inbound Rules": true,
"Outbound Rules": false
}
}
}