blob: f0cf3fb0bda9ed5e58e8253a636bbd225e02ef71 [file] [log] [blame]
Brian O'Connor75e15a82015-09-11 18:09:41 -07001{
2 "apps": {
3 "org.onosproject.dhcp" : {
4 "dhcp" : {
5 "ip": "10.1.11.50",
6 "mac": "ca:fe:ca:fe:ca:fe",
7 "subnet": "255.255.252.0",
8 "broadcast": "10.1.11.255",
9 "router": "10.1.8.1",
10 "domain": "8.8.8.8",
11 "ttl": "63",
12 "lease": "300",
13 "renew": "150",
Brian O'Connorbf445312015-09-14 19:27:20 -070014 "rebind": "200",
15 "delay": "2",
Brian O'Connor75e15a82015-09-11 18:09:41 -070016 "timeout": "150",
17 "startip": "10.1.11.51",
18 "endip": "10.1.11.100"
19 }
20 }
21 }
22}