User guide
Appendices dhcpd Files
1001
AlliedView NMS Administration Guide
13.2.2.2 spsi-ai00-awplus-class
# spsi-ai00-awplus-class for Service Provider Solutions Interop (SPSI) lab Access Island 0,
# AlliedWare Plus access ports for provisioning 3play iMGs
# Jul-7-10 JWS: copied from spsi-ai00-class, modified for AW+
# Jul-23-10 JWS: changed for aw+ dhcp snooping
# Apr-3-12 JWS: added img1505
######################################################################
# AGENT REMOTE ID:
# None, since not supported by AW+ 5.3.3-0.4
# AGENT CIRCUIT ID:
# Vlan 201 (RGBoot) = vlan201 = 10.52.110.176 255.255.255.240
# Vlan 301 (RGMgmt) = vlan301 = 10.52.110.192 255.255.255.240
# Vlan 401 (Voice) = vlan401 = 10.52.110.208 255.255.255.240
# Vlan 501 (Video) = vlan501 = 10.52.110.224 255.255.255.240
# Vlan 601 (Internet) = vlan601 = 10.52.110.240 255.255.252.240
######################################################################
### RG Boot vlan 201 ###
class "SPSI-AI00-AWPLUS-iMG646MODBoot" {
match if ((option agent.circuit-id="vlan201") or (substring(option agent.circuit-id,2,2)="\x00\xc9"))
and (option vendor-class-identifier = "iMG646MOD");
filename "FIBER/AWPLUS/IMG646MOD";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "iMG646MOD";
}
class "SPSI-AI00-AWPLUS-iMG746MODBoot" {
match if (option agent.circuit-id="vlan201") and (option vendor-class-identifier = "iMG746MOD");
filename "FIBER/AWPLUS/IMG746MOD";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "iMG746MOD";
}
class "SPSI-AI00-AWPLUS-iMG1505Boot" {
match if (option agent.circuit-id="vlan201") and (option vendor-class-identifier = "iMG1505");
filename "FIBER/AWPLUS/IMG1505";
option tftp-server-name "10.52.201.4";
option vendor-class-identifier "iMG1505";
}
### RG Mgmt vlan 301 ###
class "SPSI-AI00-AWPLUS-iMG646MODMgmt" {
match if ((option agent.circuit-id="vlan301") or (substring(option agent.circuit-id,2,2)="\x01\x2d"))
and (option vendor-class-identifier = "iMG646MOD");
option vendor-class-identifier "iMG646MOD";
# For TFTP discovery method
# option bootfile-name "10.52.201.4";
}
class "SPSI-AI00-AWPLUS-iMG746MODMgmt" {
match if (option agent.circuit-id="vlan301") and (option vendor-class-identifier = "iMG746MOD");
option vendor-class-identifier "iMG746MOD";
}
class "SPSI-AI00-AWPLUS-iMG1505Mgmt" {
match if (option agent.circuit-id="vlan301") and (option vendor-class-identifier = "iMG1505");
option vendor-class-identifier "iMG1505";
}
### RG VoIP vlan 401 ###
class "SPSI-AI00-AWPLUS-VoIP" {
match if ((option agent.circuit-id="vlan401") or (substring(option agent.circuit-id,2,2)="\x01\x91"))
and ((option vendor-class-identifier = "iMG646MOD")
or (option vendor-class-identifier = "iMG746MOD"));
}
### Internet vlan 601 ###
class "SPSI-AI00-AWPLUS-Internet" {
match if ((option agent.circuit-id="vlan601") or (substring(option agent.circuit-id,2,2)="\x02\x59"));
}