-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.json
44 lines (44 loc) · 1.31 KB
/
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
41
42
43
44
[{
"hostname": "Router1",
"dns_server": "8.8.8.8",
"domain_name": "cisco.local",
"dhcp_pool_name": "test_pool",
"dhcp_pool_net": "10.10.10.0",
"dhcp_pool_mask": "255.255.255.0",
"dhcp_router": "10.10.10.1",
"dhcp_dns_server": "8.8.8.8",
"dhcp_excluded": "10.10.10.1",
"user": "cisco",
"priv": "15",
"password": "cisco",
"loopback0_address": "10.11.12.13",
"loopback0_mask": "255.255.255.255",
"tunnel0_description": "WAN Tunnel",
"tunnel0_destination": "1.2.3.4",
"g0_description": "WAN Interface",
"g1_description": "LAN Interface",
"g1_address": "4.5.6.7",
"g1_mask": "255.255.255.0"
},
{
"hostname": "Router2",
"dns_server": "8.8.8.8",
"domain_name": "cisco.local",
"dhcp_pool_name": "test_pool",
"dhcp_pool_net": "10.10.10.0",
"dhcp_pool_mask": "255.255.255.0",
"dhcp_router": "10.10.10.1",
"dhcp_dns_server": "8.8.8.8",
"dhcp_excluded": "10.10.10.1",
"user": "cisco",
"priv": "15",
"password": "cisco",
"loopback0_address": "10.11.12.13",
"loopback0_mask": "255.255.255.255",
"tunnel0_description": "WAN Tunnel",
"tunnel0_destination": "1.2.3.4",
"g0_description": "WAN Interface",
"g1_description": "LAN Interface",
"g1_address": "4.5.6.7",
"g1_mask": "255.255.255.0"
}]