summaryrefslogtreecommitdiff
path: root/keama/tests/hostuid4.inn
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/hostuid4.inn')
-rw-r--r--keama/tests/hostuid4.inn29
1 files changed, 29 insertions, 0 deletions
diff --git a/keama/tests/hostuid4.inn b/keama/tests/hostuid4.inn
new file mode 100644
index 00000000..867fa8b4
--- /dev/null
+++ b/keama/tests/hostuid4.inn
@@ -0,0 +1,29 @@
+# host declaration with client-identfiers config
+
+# subnet4 declaration
+subnet 10.5.5.0 netmask 255.255.255.224 {
+ range 10.5.5.5 10.5.5.10;
+}
+
+# recommended when using dhcp-client-identifier options
+ignore-client-uids false;
+
+# host declarations
+host test1 {
+ uid 01:02:03:04:05:0a:0b:0c:0d:0e:0f;
+ option domain-search "example.com", "example.org";
+ default-lease-time 1800;
+ fixed-address 10.5.5.1, 10.10.10.10;
+}
+
+host test2 {
+ hardware ethernet 00:07:0E:36:48:19;
+ fixed-address 10.5.5.2;
+}
+
+host test3 {
+ hardware fddi 00:07:0E:36:48:19;
+ fixed-address 10.10.10.1;
+}
+
+subnet 10.10.10.0 netmask 255.255.255.224 { }