-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_data.json
More file actions
executable file
·112 lines (112 loc) · 2.65 KB
/
Copy pathexample_data.json
File metadata and controls
executable file
·112 lines (112 loc) · 2.65 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"router": {
"name": "Example Town",
"host": "10.0.0.1",
"dhcp_server": "dhcp1",
"siet": "Example Town",
"parent_queue": "Clients 192.168.100.0/24",
"manage_arp": 0,
"arp_interface": ""
},
"networks": [
{
"name": "Clients 192.168.100.0/24",
"subnet": "192.168.100.0/24",
"parent_queue": "Clients 192.168.100.0/24"
}
],
"customers": [
{
"status": "pripojeny",
"meno": "John",
"priezvisko": "Smith",
"firma": "",
"ulica": "Main Street",
"cislo_domu": "12",
"mesto": "Example Town",
"telefon": "0900123456",
"ip": "192.168.100.10",
"mac": "AA:BB:CC:DD:EE:01",
"circuit_id": "",
"network": "Clients 192.168.100.0/24",
"siet": "Example Town",
"program": "Home Standard",
"real_ul": 5120,
"real_dl": 28672,
"conn_type": "dhcp",
"pppoe_user": "",
"pppoe_pass": "",
"pppoe_profile": "",
"poznamka": "Example customer - DHCP lease bound to the MAC address"
},
{
"status": "pripojeny",
"meno": "Mary",
"priezvisko": "Jones",
"firma": "",
"ulica": "School Road",
"cislo_domu": "7",
"mesto": "Example Town",
"telefon": "0900222333",
"ip": "192.168.100.11",
"mac": "",
"circuit_id": "AVC000123456789",
"network": "Clients 192.168.100.0/24",
"siet": "Example Town",
"program": "Fibre Standard",
"real_ul": 20480,
"real_dl": 71680,
"conn_type": "dhcp",
"pppoe_user": "",
"pppoe_pass": "",
"pppoe_profile": "",
"poznamka": "Example customer - lease bound to the circuit (DHCP Option 82), survives a modem swap"
},
{
"status": "pripojeny",
"meno": "Eve",
"priezvisko": "Taylor",
"firma": "",
"ulica": "Church Lane",
"cislo_domu": "2",
"mesto": "Example Town",
"telefon": "0900654321",
"ip": "",
"mac": "",
"circuit_id": "",
"network": "",
"siet": "Example Town",
"program": "TV + Fibre Maxi",
"real_ul": 20480,
"real_dl": 81920,
"conn_type": "pppoe",
"pppoe_user": "eve.taylor",
"pppoe_pass": "change-this-password",
"pppoe_profile": "80Mbps",
"poznamka": "Example customer - PPPoE"
},
{
"status": "neplatic",
"meno": "",
"priezvisko": "",
"firma": "Acme Corp Ltd.",
"ulica": "Long Street",
"cislo_domu": "3",
"mesto": "Example Town",
"telefon": "",
"ip": "192.168.100.12",
"mac": "AA:BB:CC:DD:EE:03",
"circuit_id": "",
"network": "Clients 192.168.100.0/24",
"siet": "Example Town",
"program": "Office Classic",
"real_ul": 20480,
"real_dl": 20480,
"conn_type": "dhcp",
"pppoe_user": "",
"pppoe_pass": "",
"pppoe_profile": "",
"poznamka": "Example of the non-payer status - the IP ends up in the firewall address-list"
}
]
}