User guide

dhcpd Files dhcpd Includes
AlliedView NMS Administration Guide (Appendices)
13-14
range 10.56.3.4 10.56.3.254;
default-lease-time 86400;
max-lease-time 86400;
option routers 10.56.0.1;
option subnet-mask 255.255.252.0;
option broadcast-address 10.56.3.255;
allow members of "CLLISS-AI00-VoIP";
}
}
}
13.2.2.3 CLLISS-AI01-class
######################################################################
# AGENT REMOTE ID:
# CLLISS-AI01
#
# AGENT CIRCUIT ID:
# Vlan 201 (Internet) = \x00\xc9 = 69.178.4.0 255.255.254.0
# Vlan 301 (Video) = \x01\x2d = 10.246.16 .0 255.255.240.0
# Vlan 401 (Voice) = \x01\x91 = 10.48 .4 .0 255.255.252.0
# Vlan 501 (RGMgmt) = \x01\xf5 = 10.56 .4 .0 255.255.252.0
# Vlan 601 (RGBoot) = \x02\x59 = 10.64 .1 .0 255.255.255.0
# Vlan 28 (MAPMgmt) = \x00\x1c = 10.1 .5 .0 255.255.255.0
######################################################################
### RG Mgmt vlan 501 ###
class "CLLISS-AI01-RG634AMgmt" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x01\xf5") and
(option vendor-class-identifier = "RG634A"));
option vendor-class-identifier "RG634A";
}
class "CLLISS-AI01-iMG646BDMgmt" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x01\xf5") and
(option vendor-class-identifier = "iMG646BD"));
option vendor-class-identifier "iMG646BD";
}
class "CLLISS-AI01-iMG646BD-ONMgmt" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x01\xf5") and
(option vendor-class-identifier = "iMG646BD-ON"));
option vendor-class-identifier "iMG646BD-ON";
}
class "CLLISS-AI01-iMG646PX-ONMgmt" {
match if((substring(option agent.remote-id,0,11)="CLLISS-AI01") and (substring(option agent.circuit-
id,2,2)="\x01\xf5") and
(option vendor-class-identifier = "iMG646PX-ON"));
option vendor-class-identifier "iMG646PX-ON";
}
### RG Boot vlan 601 ###