summaryrefslogtreecommitdiff
path: root/keama/tests/hostuid4.out
blob: 7182558389a7ef8900aa203c8c3ac37e5139a427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
  # host declaration with client-identfiers config
  # authoritative is mandatory
  "Dhcp4": {
    "subnet4": [
      # subnet4 declaration
      {
        "subnet": "10.5.5.0/27",
        "pools": [
          {
            "pool": "10.5.5.5 - 10.5.5.10"
          }
        ],
        "reservations": [
          # host declarations
          {
            "hostname": "test1",
            "client-id": "01:02:03:04:05:0a:0b:0c:0d:0e:0f",
            "option-data": [
              {
                "space": "dhcp4",
                "name": "domain-search",
                "code": 119,
                "data": "example.com, example.org"
              }
            ],
//          /// valid-lifetime in unsupported scope
//          "valid-lifetime": 1800,
            "ip-address": "10.5.5.1"
//          "extra-ip-addresses": [
//            "10.10.10.10"
//          ]
          },
          {
            "hostname": "test2",
            "hw-address": "00:07:0e:36:48:19",
            "ip-address": "10.5.5.2"
          }
        ]
      },
      {
        "subnet": "10.10.10.0/27",
        "reservations": [
          {
            "hostname": "test3",
//          "hw-address": "fddi 00:07:0e:36:48:19",
            "ip-address": "10.10.10.1"
          }
        ]
      }
    ],
    "match-client-id": true,
    "host-reservation-identifiers": [
      "client-id",
      "hw-address"
    ]
  }
}