
B. dhcpd Files dhcpd Includes
959
AlliedView NMS Administration Guide
class "SPSI-AI00-iMG1505Mgmt" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x01\x2c") and
(option vendor-class-identifier = "iMG1505"));
option vendor-class-identifier "iMG1505";
}
class "SPSI-AI00-iMG1525Mgmt" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x01\x2c") and
(option vendor-class-identifier = "iMG1525"));
option vendor-class-identifier "iMG1525";
}
class "SPSI-AI00-iMG2504Mgmt" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x01\x2c") and
(option vendor-class-identifier = "iMG2504"));
option vendor-class-identifier "iMG2504";
}
class "SPSI-AI00-iMG2524Mgmt" {
match if ((substring(option agent.remote-id,0,9)="SPSI-AI00") and (substring(option agent.circuit-id,2,2)="\x01\x2c") and
(option vendor-class-identifier = "iMG2524"));
option vendor-class-identifier "iMG2524";
}
class "SPSI-AI00-ComtrendMgmt"
{
match if
(substring
(option agent.remote-id,0,9)
="SPSI-AI00")
and
(substring
(option agent.circuit-id,2,2)
="\x01\x2c")
and
(substring
(option vendor-class-identifier,0,5)
="uDHCP")
;
# option bootfile-name "10.52.201.4";
}
### RG Boot vlan 200 ###
class "SPSI-AI00-RG613TXBoot" {
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 = "RG613TX"));
filename "FIBER/AI00/RG613TX";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "RG613TX";
}
class "SPSI-AI00-RG624ABoot" {
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 = "RG624A"));
filename "ADSL/AI00/RG600A";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "RG624A";
}
class "SPSI-AI00-RG634ABoot" {
Kommentare zu diesen Handbüchern