summaryrefslogtreecommitdiff
path: root/keama/tests/czb/dhcpd.subnets.ffm14.voip
blob: 8db4571e1555c7818526fbb24f068058e2c4504b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#-------------------------------------------------------------
#Automatisch erzeugte Konfiguration am 1237987025
# FFM14 
subnet 140.5.1.0 netmask 255.255.255.0 {
     option broadcast-address 140.5.1.255;
     option subnet-mask 255.255.255.0;
	pool
	{
             deny dynamic bootp clients;
             failover peer "cobafailover";
             range 140.5.1.64 140.5.1.127;
             range 140.5.1.128 140.5.1.191;
        }
     option domain-name "ffm14.voip.commerzbank.com";
     option routers 140.5.1.6;
     option ntp-servers 140.5.1.6;
     option domain-name-servers 39.101.101.101, 39.102.102.102;
   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 ffm14.voip DLS2 Netz 140.5.1.0/255.255.255.0 _____*****");
   }
}
#