User guide

Appendices dhcpd Files
1005
AlliedView NMS Administration Guide
allow members of "SPSI-AI00-iMG1525Mgmt";
allow members of "SPSI-AI00-iMG2504Mgmt";
allow members of "SPSI-AI00-iMG2524Mgmt";
allow members of "SPSI-AI00-iMG624AMgmt";
allow members of "SPSI-AI00-iMG624A-R2Mgmt";
allow members of "SPSI-AI00-iMG634AMgmt";
allow members of "SPSI-AI00-iMG634A-R2Mgmt";
allow members of "SPSI-AI00-iMG634WAMgmt";
allow members of "SPSI-AI00-RG634AMgmt";
allow members of "SPSI-AI00-RG624AMgmt";
allow members of "SPSI-AI00-RG613TXMgmt";
allow members of "SPSI-AI00-ComtrendMgmt";
}
}
# RG/iMG Internet & PC vlan subnet
subnet 10.52.110.64 netmask 255.255.255.224 {
pool {
authoritative;
range 10.52.110.68 10.52.110.94;
default-lease-time 1200;
min-lease-time 1200;
max-lease-time 3600;
option routers 10.52.110.65;
option subnet-mask 255.255.255.224;
option broadcast-address 10.52.110.95;
option domain-name-servers 10.52.201.36;
allow members of "SPSI-AI00-Internet";
}
}
# STB Video vlan subnet
subnet 10.52.111.192 netmask 255.255.255.192 {
pool {
authoritative;
range 10.52.111.196 10.52.111.254;
default-lease-time 86400;
max-lease-time 86400;
option routers 10.52.111.193;
option subnet-mask 255.255.255.192;
option broadcast-address 10.52.111.255;
allow members of "aminet";
allow members of "thomson";
allow members of "SPSI-AI00-Video";
}