User guide
dhcpd Files dhcpd Includes
AlliedView NMS Administration Guide (Appendices)
13-16
13.2.2.4 CLLISS-AI01-subnet
######################################################################
# AGENT REMOTE ID:
# CLLISS-AI01
#
# AGENT CIRCUIT ID:
# Vlan 201 (Internet) = \x00\xc9 = 69.178.4.0 255.255.254.0 UFO?
# Vlan 301 (Video) = \x01\x2d = 10.246.16.0 255.255.240.0 UFO
# Vlan 401 (Voice) = \x01\x91 = 10.48.4.0 255.255.252.0 UFO
# Vlan 501 (RGMgmt) = \x01\xf5 = 10.56.4.0 255.255.252.0 UFO
# Vlan 601 (RGBoot) = \x02\x59 = 10.64.1.0 255.255.255.0 UFO
# Vlan 27 (MAPMgmt) = \x00\x1b = 10.1.5.0 255.255.255.0 nonUFO
######################################################################
shared-network CLLISS-AI01 {
# MAPMgmt vlan subnet (/24 = ~250 MAP devices)
subnet 10.1.5.0 netmask 255.255.255.0 {
}
# voice vlan subnet as assigned via map-class.conf
subnet 10.48.4.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 4.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
zone 5.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
zone 6.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
zone 7.48.10.in-addr.arpa. {
primary 10.4.0.5;
key rndc-key;
}
pool {
authoritative;
range 10.48.4.4 10.48.4.254;
range 10.48.5.4 10.48.5.254;
range 10.48.6.4 10.48.6.254;
range 10.48.7.4 10.48.7.254;
default-lease-time 86400;
max-lease-time 86400;
option routers 10.48.4.1;
option subnet-mask 255.255.252.0;
option broadcast-address 10.48.7.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-AI01-VoIP";
}
}
# RG/iMG bootstrap vlan subnet
subnet 10.64.1.0 netmask 255.255.255.0 {
pool {
authoritative;
range 10.64.1.4 10.64.1.254;
default-lease-time 86400;
max-lease-time 86400;
option routers 10.64.1.1;
option subnet-mask 255.255.255.0;
option broadcast-address 10.64.1.255;
allow members of "CLLISS-AI00-iMG646BDBoot";
allow members of "CLLISS-AI00-iMG646BD-ONBoot";
allow members of "CLLISS-AI00-iMG646PX-ONBoot";
allow members of "CLLISS-AI00-RG634ABoot";
}
}
# RG/iMG Remote Management vlan subnet
subnet 10.56.4.0 netmask 255.255.252.0 {