blob: eb7d2326684af836abf155701b78ed85c61d8a5a [file] [log] [blame]
Gilles Depatie2e683692019-02-22 16:06:52 -05001{
2 "org.onosproject.dhcp":{
3 "dhcp":{
4 "ip":"10.1.11.50",
5 "mac":"ca:fe:ca:fe:ca:fe",
6 "subnet":"255.255.252.0",
7 "broadcast":"10.1.11.255",
8 "router":"10.1.8.1",
9 "domain":"8.8.8.8",
10 "ttl":"63",
11 "lease":"300",
12 "renew":"150",
13 "rebind":"200",
14 "delay":"2",
15 "timeout":"150",
16 "startip":"10.1.11.51",
17 "endip":"10.1.11.100"
18 }
19 }
20}