User guide

dhcpd Includes dhcpd Files
13-15
AlliedView NMS Administration Guide (Appendices)
class "CLLISS-AI01-RG634ABoot" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x02\x59") and
(option vendor-class-identifier = "RG634A"));
filename "ADSL/CLLISS/AI00";
option tftp-server-name "10.40.1.11";
option vendor-class-identifier "RG634A";
}
class "CLLISS-AI01-iMG646BDBoot" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x02\x59") and
(option vendor-class-identifier = "iMG646BD"));
filename "FIBER/CLLISS/AI00";
option tftp-server-name "10.40.1.11";
option vendor-class-identifier "iMG646BD";
}
class "CLLISS-AI01-iMG646BD-ONBoot" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x02\x59") and
(option vendor-class-identifier = "iMG646BD-ON"));
filename "FIBER/CLLISS/AI00";
option tftp-server-name "10.40.1.11";
option vendor-class-identifier "iMG646BD-ON";
}
class "CLLISS-AI01-iMG646PX-ONBoot" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x02\x59") and
(option vendor-class-identifier = "iMG646PX-ON"));
filename "FIBER/CLLISS/AI00";
option tftp-server-name "10.40.1.11";
option vendor-class-identifier "iMG646PX-ON";
}
### RG VoIP vlan 401 ###
class "CLLISS-AI01-VoIP" {
match if((substring (option agent.remote-id,0,11)="CLLISS-AI01") and (substring (option agent.circuit-
id,2,2)="\x01\x91"));
}
### Internet vlan 201 ###
class "CLLISS-AI01-Internet" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x00\xc9"));
}