User guide

Appendices dhcpd Files
1006
AlliedView NMS Administration Guide
}
}
13.2.2.4 spsi-ai00-awplus-subnet
# spsi-ai00-awplus-subnet for Service Provider Solutions Interop (SPSI) lab Access Island 0,
# AlliedWare Plus access ports for provisioning 3play iMGs
# Jul-7-08 JWS: copied from spsi-ai00-subnet, modified for AW+
# 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
######################################################################
shared-network SPSI-AI00 {
# RG/iMG bootstrap vlan subnet
subnet 10.52.110.176 netmask 255.255.255.240 {
pool {
authoritative;
range 10.52.110.178 10.52.110.190;
default-lease-time 600;
max-lease-time 600;
option routers 10.52.110.177;
option subnet-mask 255.255.255.240;
option broadcast-address 10.52.110.191;
allow members of "SPSI-AI00-AWPLUS-iMG646MODBoot";
allow members of "SPSI-AI00-AWPLUS-iMG746MODBoot";
allow members of "SPSI-AI00-AWPLUS-iMG1505Boot";
}
}
# RG/iMG Remote Management vlan subnet
subnet 10.52.110.192 netmask 255.255.255.240 {
pool {
authoritative;
range 10.52.110.194 10.52.110.206;
default-lease-time 86400;
max-lease-time 86400;
option routers 10.52.110.193;
option subnet-mask 255.255.255.240;
option broadcast-address 10.52.110.207;
option domain-name-servers 10.52.201.36;
allow members of "SPSI-AI00-AWPLUS-iMG646MODMgmt";
allow members of "SPSI-AI00-AWPLUS-iMG746MODMgmt";
allow members of "SPSI-AI00-AWPLUS-iMG1505Mgmt";
}
}
# RG/iMG Internet & PC vlan subnet
subnet 10.52.110.240 netmask 255.255.255.240 {
pool {
authoritative;
range 10.52.110.242 10.52.110.254;
default-lease-time 1200;
min-lease-time 1200;
max-lease-time 3600;
option routers 10.52.110.241;
option subnet-mask 255.255.255.240;
option broadcast-address 10.52.110.255;
option domain-name-servers 10.52.201.36;
allow members of "SPSI-AI00-AWPLUS-Internet";
}
}