User guide
Appendices dhcpd Files
1003
AlliedView NMS Administration Guide
primary 10.52.201.36;
key rndckey;
}
pool {
authoritative;
range 10.52.111.132 10.52.111.190;
# default-lease-time 86400;
default-lease-time 300;
# max-lease-time 86400;
max-lease-time 300;
option routers 10.52.111.129;
option subnet-mask 255.255.255.192;
option broadcast-address 10.52.111.191;
option domain-name "rgvoip.spsi.lab.telesyn.corp";
option domain-name-servers 10.52.201.36;
option host-name = concat ("rgvoip-",(binary-to-ascii(16,8,"-",substring(hardware,1,6))));
ddns-hostname = concat ("rgvoip-",(binary-to-ascii(16,8,"-",substring(hardware,1,6))));
allow members of "SPSI-AI00-VoIP";
}
}
# RG/iMG bootstrap vlan subnet
subnet 10.52.111.0 netmask 255.255.255.192 {
pool {
authoritative;
range 10.52.111.4 10.52.111.62;
default-lease-time 600;
max-lease-time 600;
option routers 10.52.111.1;
option subnet-mask 255.255.255.192;
option broadcast-address 10.52.111.63;
option domain-name "spsi.lab.telesyn.corp";
option domain-name-servers 10.52.201.36;
allow members of "SPSI-AI00-iBG915FXBoot";
allow members of "SPSI-AI00-iMG613RFBoot";
allow members of "SPSI-AI00-iMG606BDBoot";
allow members of "SPSI-AI00-iMG606BD-R2Boot";
allow members of "SPSI-AI00-iMG616BDBoot";
allow members of "SPSI-AI00-iMG616BD-R2Boot";
allow members of "SPSI-AI00-iMG616WBoot";
allow members of "SPSI-AI00-iMG646BDBoot";
allow members of "SPSI-AI00-iMG646BD-ONBoot";
allow members of "SPSI-AI00-iMG646PX-ONBoot";
allow members of "SPSI-AI00-iMG626MODBoot";
allow members of "SPSI-AI00-iMG646MODBoot";
allow members of "SPSI-AI00-iMG726BD-ONBoot";