Configuring an Internal DHCP Server Policy File Parameters and Syntax
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 22-28
24 Deny
ConnectionList
DenyConnectio
nList=IP 
addresses 
None This policy does not allow connections from listed IP 
addresses and networks. An example of listed IP 
addresses would be:
DenyConnectionList=127.0.0.1,10.0.0.0/8. 
In this example, connections from the loopback 
address and the Class A 10 network are not allowed.
If this policy is set to All, connections from all IP 
addresses and networks are not allowed.
If AllowConnectionList and DenyConnectionList are 
set at the same time, AllowConnectionList takes 
precedence over the DenyConnectionList.
25 AllowConnectio
nList
AllowConnecti
onList=IP 
addresses
All This policy allows connections from all listed IP 
addresses and networks. An example of listed IP 
addresses would be:
AllowConnectionList=127.0.0.1,10.0.0.0/8.
In this example, connections from the loopback 
address and the Class A 10 network are allowed.
If this policy is set to All, connections from all IP 
addresses and networks are allowed.
If AllowConnectionList and DenyConnectionList are 
set at the same time.
AllowConnectionList takes precedence over the 
DenyConnectionList.
26 ListenPort
Any valid port 
number
Ephemeral  This policy specifies which port the service listens for 
messages. Ephemeral indicates that the service will 
use a port that is dynamically allocated by the 
operating system. It will register this port with the 
local message service. To accept messages from 
previous releases of VitalQIP, set this policy to the 
service name qip_ctl, or the port number 1096. Ports 
are usually less than 32,000.
27 ACKPeriod
Numeric
0 This policy specifies how often an ACK will be 
expected when leases are transmitted to the GUI. By 
default, only the last packet is ACKed.
Num Policy Usage
Default 
Value
Description