samanwita pal | f28207b | 2015-09-04 10:41:56 -0700 | [diff] [blame] | 1 | { |
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", | ||||
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 | } |