-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathsubnet_config.json
More file actions
42 lines (42 loc) · 857 Bytes
/
subnet_config.json
File metadata and controls
42 lines (42 loc) · 857 Bytes
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
{
"name": "UVM",
"description": "User VMS only, no CVMs or Nutanix Products",
"subnet_type": "VLAN",
"network_id": 406,
"virtual_switch_reference": "ef6defb7-bfb2-4c08-9ac7-e2cf195077ec",
"is_external": false,
"is_advanced_networking": true,
"subnet_prefix": 25,
"subnet_ip_address": "10.38.141.0",
"subnet_ip_prefix": 32,
"dhcp": {
"dns_servers": [
{
"prefix_length": 32,
"ip_address": "10.42.194.10"
},
{
"prefix_length": 32,
"ip_address": "10.42.196.10"
}
],
"dhcp_server": {
"prefix_length": 32,
"ip_address": "10.38.141.126"
},
"dhcp_pool": {
"start_ip": {
"prefix_length": 32,
"ip_address": "10.38.141.20"
},
"end_ip": {
"prefix_length": 32,
"ip_address": "10.38.141.125"
}
}
},
"gateway": {
"prefix_length": 32,
"ip_address": "10.38.141.1"
}
}