# lease ::= "lease" IP "{" options "}" NEWLINE # IP ::= ipv4_addr | ipv6_addr # options ::= option ";" | options # option ::= token " " value # token ::= "binding state" | "starts" | "ends" | "hardware ethernet" | "client-hostname" # value ::= us-ascii lease 172.16.0.28 { binding state active; starts 2014/07/21 09:15:34; hardware ethernet 8cfabab21168; ends 2014/07/21 11:15:34; client-hostname "iPad"; } lease 192.168.2.84 { client-hostname "router"; ends 2014/07/21 11:12:48; starts 2014/07/21 09:12:48; hardware ethernet 06d364fca6a5; binding state active; } lease 172.16.0.20 { client-hostname "Wii"; ends 2014/07/21 10:11:32; starts 2014/07/21 09:11:32; hardware ethernet d86bf789796b; binding state active; }