3.1.1.1.48.1 Data Model

FilterId: A primary key. A 64-bit signed integer that is unique for each entry in the table. The data store assigns a unique value when a new row is inserted into the table.

ServerId: A foreign key (ADM_DhcpServersTable, RecordId) on delete cascade; on update cascade. This field represents the DHCPServer that this filter belongs to. This MUST NOT be NULL for any row in the table.

Filter Details: A number of DHCP filter-specific properties that are modeled as the following set of fields in the DhcpFilter data structure (section 2.2.4.113):

MacAddress: The MAC address that needs to be filtered; either allowed or denied.

FilterType: A Boolean, TRUE is equal to IsAllow, FALSE is equal to IsDeny.