User guide

dhcpd Includes dhcpd Files
13-13
AlliedView NMS Administration Guide (Appendices)
13.2.2.2 CLLISS-AI00-subnet
######################################################################
# AGENT REMOTE ID:
# CLLISS-AI00 (TEST [AI00] ACCESS ISLAND)
#
# AGENT CIRCUIT ID:
# Vlan 299 (Internet) = \x01\x2b = 69.178.0.0 255.255.252.0 UFO?
# Vlan 399 (Video) = \x01\x8f = 10.246.0.0 255.255.240.0 UFO
# Vlan 499 (Voice) = \x01\xf3 = 10.48 .0.0 255.255.252.0 UFO
# Vlan 599 (RGMgmt) = \x02\x57 = 10.56 .0.0 255.255.252.0 UFO
# Vlan 699 (RGBBoot) = \x02\xbb = 10.64.0.0 255.255.255.0 UFO
# Vlan 27 (MAPMgmt) = \x00\x1b = 10.0.255.0 255.255.255.0 nonUFO
######################################################################
shared-network CLLISS-AI00 {
# MAPMgmt vlan subnet (/24 = ~250 MAP devices)
subnet 10.0.255.0 netmask 255.255.255.0 {
}
# RG/iMG voice vlan subnet (/22 = ~1000 subscriber voice RG/iMG devices)
subnet 10.48.0.0 netmask 255.255.252.0 {
authoritative;
ddns-updates on;
ddns-update-style interim;
ddns-domainname "rg";
ignore client-updates;
ddns-ttl 86400;
ddns-rev-domainname "in-addr.arpa.";
key rndc-key {
algorithm hmac-md5;
secret VBd+VWbIpNu5ZtKJbRKg1Q==;
};
zone rg. {
primary 10.4.0.5;
key rndc-key;
}
zone 0.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
zone 1.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
zone 2.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
zone 3.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
pool {
authoritative;
range 10.48.0.4 10.48.0.254;
range 10.48.1.4 10.48.1.254;
range 10.48.2.4 10.48.2.254;
range 10.48.3.4 10.48.3.254;
default-lease-time 86400;
max-lease-time 86400;
option routers 10.48.0.1;
option subnet-mask 255.255.252.0;
option broadcast-address 10.48.3.255;
option domain-name "rg";
option host-name = concat ("rgvoip-",(binary-to-ascii(16,8,"-",substring(hardware,1,6))));
ddns-hostname = concat ("rgvoip-",(binary-to-ascii(16,8,"-",substring(hardware,1,6))));
allow members of "CLLISS-AI00-VoIP";
}
}
# RG/iMG bootstrap vlan subnet
subnet 10.64.0.0 netmask 255.255.255.0 {
pool {
authoritative;
range 10.64.0.4 10.64.0.254;
default-lease-time 600;
max-lease-time 600;
option routers 10.64.0.1;
option subnet-mask 255.255.255.0;
option broadcast-address 10.64.0.255;
allow members of "CLLISS-AI00-VoIP";
}
}
# RG/iMG Remote Management vlan subnet
subnet 10.56.0.0 netmask 255.255.252.0 {
pool {
authoritative;
range 10.56.0.4 10.56.0.254;
range 10.56.1.4 10.56.1.254;
range 10.56.2.4 10.56.2.254;