User guide
Appendices dhcpd Files
1002
AlliedView NMS Administration Guide
13.2.2.3 spsi-ai00-subnet
# spsi-ai00-subnet for Service Provider Solutions Interop (SPSI) lab Access Island 0
# Jul-15-08 JWS: modified for migration of nms server ip from 10.52.110.4 to 10.52.201.4
# Aug-11-08 JWS: modified for migration of dns domain from stelar.net to spsi.lab.telesyn.corp
# Feb-12-09 JWS: modified to add iMG613RF, iMG616BD
# Feb-13-09 JWS: modified to add iMG606BD
# Mar-31-09 JWS: modified to add iMG726MOD, iMG746MOD
# Jul-22-09 JWS: modified to add iMG616W
# Aug-7-09 JWS: modified to add domain server option in inet pool
# Oct-9-09 JWS: modified for iMG624A-R2
# Oct-22-09 JWS: modified for Comtrend NexusLink 5631 ADSL bonded CPE
# Feb-12-10 JWS: modified to completely add iMG634WA
# Sep-14-10 JWS: added dns options to rgboot, rgmgmt
# Apr-7-11 JWS: added iMG726BD-ON
# May-4-11 JWS: added iMG606BD-R2
# May-19-11 JWS: added iMG616BD-R2
# Aug-1-11 JWS: added iMG2504
# Aug-4-11 JWS: added iMG1525
# Oct-6-11 JWS: added iMG1505
# Dec-2-11 JWS: added iMG2524
######################################################################
# AGENT REMOTE ID:
# SPSI-AI00 (TEST [AI00] ACCESS ISLAND) #
# AGENT CIRCUIT ID:
# Vlan 100 (MAPMgmt) = \x00\x64 = 10.52.110.16 255.255.255.240 nonUFO
# Vlan 200 (RGBoot) = \x00\xc8 = 10.52.111.0 255.255.255.192 UFO
# Vlan 300 (RGMgmt) = \x01\x2c = 10.52.111.64 255.255.255.192 UFO
# Vlan 400 (Voice) = \x01\x90 = 10.52.111.128 255.255.255.192 UFO
# Vlan 500 (Video) = \x01\xf4 = 10.52.111.192 255.255.255.192 UFO
# Vlan 600 (Internet) = \x02\x58 = 10.52.110.64 255.255.252.224 UFO?
######################################################################
shared-network SPSI-AI00 {
# MAPMgmt vlan subnet (/28 = 27 MAP devices)
subnet 10.52.110.16 netmask 255.255.255.240 {
}
# RG/iMG voice vlan subnet (/26 = ~60 subscriber voice RG/iMG devices)
subnet 10.52.111.128 netmask 255.255.255.192 {
authoritative;
ddns-updates on;
ddns-update-style interim;
ddns-domainname "rgvoip.spsi.lab.telesyn.corp";
allow client-updates;
# start change JWS 2-Oct-07
# Changed ddns-ttl from 24h to 5m to workaround failure to ping new rgvoip ddns name
# after failed nms provisioning of img.
# ddns-ttl 86400;
ddns-ttl 300;
ddns-rev-domainname "in-addr.arpa.";
include "/etc/rndc.key";
zone rgvoip.spsi.lab.telesyn.corp. {
primary 10.52.201.36;
key rndckey;
}
zone 111.52.10.in-addr.arpa. {