User guide

Appendices dhcpd Files
1000
AlliedView NMS Administration Guide
(substring(option vendor-class-identifier,0,11)="iMG606BD-R2") or
(substring(option vendor-class-identifier,0,11)="iMG616BD-R2") or
(substring(option vendor-class-identifier,0,11)="iMG726BD-ON") or
(substring(option vendor-class-identifier,0,7)="iMG1505") or
(substring(option vendor-class-identifier,0,7)="iMG1525") or
(substring(option vendor-class-identifier,0,7)="iMG2504") or
(substring(option vendor-class-identifier,0,7)="iMG2524")
)
)
or
(
(substring (option agent.remote-id,0,9)="SPSI-AI00") and
((substring (option agent.circuit-id,2,2)="\x01\xf4") or (substring (option agent.circuit-id,3,2)="\x01\xf4")) and
(
(substring(option vendor-class-identifier,0,9)="iMG726MOD") or
(substring(option vendor-class-identifier,0,9)="iMG746MOD")
)
)
);
}
### Internet vlan 600 ###
class "SPSI-AI00-Internet" {
match if (
(
(substring(option agent.remote-id,0,9)="SPSI-AI00") and
(substring(option agent.circuit-id,2,2)="\x02\x58")
)
or
(
(substring(option agent.remote-id,0,9)="SPSI-AI00") and
(substring(option agent.circuit-id,3,2)="\x02\x58")
)
);
set circuit-id = concat(option agent.circuit-id,"@",option agent.remote-id);
spawn with pick(option agent.circuit-id, circuit-id);
lease limit 5;
log(info,concat(" EQUIP> ",option vendor-class-identifier, " is being used on Internet"));
}