summaryrefslogtreecommitdiff
path: root/keama/tests/czb/dhcpd.subnets.ffm81.voipt
blob: 118531a05303e1d45b752436aeeeaf8e9fefccff (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
#-------------------------------------------------------------
#Automatisch erzeugte Konfiguration am 1237987025
# FFM80 
subnet 181.0.8.0 netmask 255.255.255.0 {
     option broadcast-address 181.0.8.255;
     option subnet-mask 255.255.255.0;
	pool
	{
             deny dynamic bootp clients;
             failover peer "cobafailover";
             range 181.0.8.64 181.0.8.254;
        }
     option domain-name "ffm81.voipt.commerzbank.com";
     option routers 181.0.8.6;
     option ntp-servers 181.0.8.6;
     option domain-name-servers 39.101.101.101, 39.102.102.102;
     option netbios-name-servers 140.15.241.27, 140.15.248.27;
     min-lease-time 35999;
     default-lease-time 36000;
     max-lease-time 36002;
     option cisco-callmanager 140.14.115.208;
   if substring (option vendor-class-identifier, 0, 11) = "OptiIpPhone" {
     option vendor-encapsulated-options 01:07:53:69:65:6D:65:6E:73:03:19:73:64:6c:70:3a:2f:2f:31:34:30:2e:31:37:2e:31:35:2e:31:30:3a:31:38:34:34:33;
     log (info, "*****_____ SIEMENS IP-Phone TESTFELD ffm81.voipt Netz 181.0.8.0/255.255.255.0 _____*****");
   }
   if substring(option vendor-class-identifier, 0, 9) = "PXEClient" {
     option dhcp-server-identifier 140.15.248.57;
     option tftp-server-name "140.15.248.57";
     next-server 140.15.248.57;
     option vendor-encapsulated-options 06:01:07:08:07:ff:f0:01:8c:0f:f8:39:09:18:ff:f0:15:4e:65:74:53:75:70:70:6f:72:74:42:6f:6f:74:43:6f:6e:74:72:6f:6c:0a:04:00:41:41:41:47:03:00:00:00:ff;
     option vendor-class-identifier "PXEClient";
     option option-128 42:63:52:65:50:32:00;
     option option-129 42:63:53:72:56:8c:0f:f8:39:07:d0;
     log (info, "*****_____ Matched PXE ffm81.voipt Netz 181.0.8.0/255.255.255.0 _____*****");
   }
}
#