-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzero_create.json
52 lines (52 loc) · 1.21 KB
/
zero_create.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
41
42
43
44
45
46
47
48
49
50
51
52
{
"rulesSource": "Crucible_Default",
"description" : "This is a test network",
"capabilitiesByName": {},
"tagsByName": {},
"config": {
"name" : "zero_tier_test",
"private": true,
"multicastLimit": 32,
"routes": [
{
"target": "10.147.19.0/24"
}
],
"rules": [
{
"etherType": 2048,
"not": true,
"or": false,
"type": "MATCH_ETHERTYPE"
},
{
"etherType": 2054,
"not": true,
"or": false,
"type": "MATCH_ETHERTYPE"
},
{
"etherType": 34525,
"not": true,
"or": false,
"type": "MATCH_ETHERTYPE"
},
{
"type": "ACTION_DROP"
},
{
"type": "ACTION_ACCEPT"
}
],
"tags": [],
"capabilities": [],
"v4AssignMode": {
"zt": true
},
"v6AssignMode": {
"6plane": false,
"rfc4193": false,
"zt": false
}
}
}