blob: 1818ca703050a5791e015a63e8acb18fd764a1d9 [file] [log] [blame]
samanwita pal775f6192015-07-28 10:10:13 -07001{
2 "apps": {
3 "org.onosproject.dhcpserver" : {
4 "dhcp" : {
5 "ip": "10.0.0.1",
samanwita palb7900e52015-07-30 11:47:14 -07006 "mac": "1a:2b:3c:4e:5e:6f",
samanwita pal775f6192015-07-28 10:10:13 -07007 "subnet": "255.0.0.0",
8 "broadcast": "10.255.255.255",
samanwita pal792159a2015-07-28 14:07:01 -07009 "router": "10.0.0.1",
10 "domain": "10.0.0.1",
samanwita pal775f6192015-07-28 10:10:13 -070011 "ttl": "63",
12 "lease": "300",
13 "renew": "150",
14 "rebind": "200"
15 },
16 "dhcpstore" : {
17 "delay": "3",
18 "timeout": "150",
19 "startip": "10.0.0.110",
20 "endip": "10.0.0.130"
21 }
22 }
23 }
24}