Field NameData TypeRequired Associated GUI (Yes/No) FieldAssociated PAPI MethodUsage and Guidelines
Header-OptionFilterString Yes Example: OptionFilter nameString Yes Namename Example: Option Filter 1
_new_nameString No Add this field to overwrite the name field when you select the overwrite or merge option.
commentString No Comment comment
boot_fileString No Boot File boot_file Example: bootfile1 boot_server String No Boot Server boot_server Example: abc.corp100.com lease_timeInteger No Lease Time lease_time Example: 7200
pxe_lease_time Unsigned integer
No PXE Lease Time pxe_lease_time Example: 1100
next_server String No Next Server next_server Example: blue.domain.com option_spaceString No Option Space option_space Example: Infoblox_DHCP
OPTION-2 Integer No Custom DHCP
Options
option_list This is an example of a DHCP option. For
information, see Data Specific Guidelines
on page 9.
Example: 50
OPTION-1String No Custom DHCP
Options
options_list This is an example of a DHCP option. For
information, see Data Specific Guidelines
on page 9.
Example: '255.0.0.0' name implies vendor_class='DHCP' (default)
OPTION-XXXX-200 Option
information
Np Extensible Attribute Site
options_list This is an example of a DHCP option. For
information, see Data Specific Guidelines
on page 9.
Example: 'dfdfdfd' name implies vendor_class='XXXX', option
code/number 200
Field NameData TypeRequired Associated GUI (Yes/No) FieldAssociated PAPI
Method Usage and Guidelines
EA-Site String No Extensible Attribute Site
extensible_ attributes
EA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 9.
EA-UsersString No Extensible Attribute Users
extensible_ attributes
EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines .
Examples
This section contains examples of how to create data files for option filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.
Adding an Option Filter
This example shows how to import an option filter with boot file, boot server, and lease time. header-OptionFilter name*,comment,boot_file,boot_server,lease_time OptionFilter,OptionFilter01,This is a comment.,bootfile01 1.2.3.4,12800
Overwriting Option Filter Data
This example shows how to overwrite an option filter name and boot file name. header-OptionFilter,name*,_new_name,boot_file OptionFilter,OptionFilter01,OptionFilter02,bootfile02
Merging Option Filter Data
This example shows how to merge to an option filter the PXE lease time and next server domain name. header-OptionFilter,name*,pxe_lease_time,next_server OptionFilter,OptionFilter02,12800,next.corp100.com