forked from meraki/dashboard-api-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
41 lines (41 loc) · 764 Bytes
/
Copy pathsettings.json
File metadata and controls
41 lines (41 loc) · 764 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
{
"organizationId": "YOUR ORG ID",
"networkId": "YOUR NETWORK ID",
"switchSerial": "YOUR SWITCH SERIAL",
"applianceSerial": "YOUR APPLIANCE SERIAL",
"vlans": {
"native": {
"id": 1,
"defaultGateway": "10.1.1.1",
"interfaceIp": "10.1.24.1"
},
"others": [
{
"id": 9,
"interfaceIp": "192.168.9.2"
},
{
"id": 10,
"interfaceIp": "192.168.10.2"
},
{
"id": 100,
"interfaceIp": "192.168.100.2"
}
]
},
"fallbacks": [
{
"knownParams": [
{
"name": "dnsCustomNameservers",
"mode": [
"10.1.5.1",
"208.67.222.222",
"208.67.220.220"
]
}
]
}
]
}