User guide
Appendices dhcpd Files
997
AlliedView NMS Administration Guide
option vendor-class-identifier "iMG1505";
}
class "SPSI-AI00-iMG1525Boot" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x00\xc8") and
(option vendor-class-identifier = "iMG1525"));
filename "FIBER/AI00/IMG1525";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "iMG1525";
}
class "SPSI-AI00-iMG2504Boot" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x00\xc8") and
(option vendor-class-identifier = "iMG2504"));
filename "FIBER/AI00/IMG2504";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "iMG2504";
}
class "SPSI-AI00-iMG2524Boot" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x00\xc8") and
(option vendor-class-identifier = "iMG2524"));
filename "FIBER/AI00/iMG2524";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "iMG2524";
}
### RG VoIP vlan 400 ###
class "SPSI-AI00-VoIP" {
match if (
(
(substring (option agent.remote-id,0,9)="SPSI-AI00") and
(substring (option agent.circuit-id,2,2)="\x01\x90") and
(substring(option vendor-class-identifier,0,8)="iMG646BD")
)
or
(
(substring (option agent.remote-id,0,9)="SPSI-AI00") and
(substring (option agent.circuit-id,2,2)="\x01\x90") and
(substring(option vendor-class-identifier,0,2)="RG")
)
or
(
(substring (option agent.remote-id,0,9)="SPSI-AI00") and
(substring (option agent.circuit-id,2,2)="\x01\x90") and
(substring(option vendor-class-identifier,0,8)="iMG613RF")
)
or
(