blob: abc48a833355012ae4605b8c2dab3878374cc380 [file] [log] [blame]
samanwita palf28207b2015-09-04 10:41:56 -07001{
2 "apps": {
3 "org.onosproject.dhcp" : {
4 "dhcp" : {
5 "ip": "10.0.0.1",
6 "mac": "1a:2b:3c:4e:5e:6f",
7 "subnet": "255.0.0.0",
8 "broadcast": "10.255.255.255",
9 "router": "10.0.0.1",
10 "domain": "10.0.0.1",
11 "ttl": "63",
12 "lease": "300",
13 "renew": "150",
samanwita pal2a313402015-09-14 16:03:22 -070014 "rebind": "200",
samanwita palf28207b2015-09-04 10:41:56 -070015 "delay": "3",
16 "timeout": "150",
17 "startip": "10.0.0.110",
18 "endip": "10.0.0.130"
19 }
20 }
21 }
22}