Field Name | Data Type | Required |
---|
...
(Yes/No) | Associated GUI Field | Associated PAPI Method | Usage and Guidelines | ||
---|---|---|---|---|---|
Header-MacFilterAddress | String | Yes | Example: MacFilterAddress | ||
parent | String |
...
Yes | MAC |
...
address filter | filter_name | Example: MAC filter 1 | |
mac_address | MAC address | Yes | MAC |
...
address | mac_address | Example: aa:bb:cc:dd:ee:ff |
...
Data Type Required Associated G | UI Associated PAPI Usage and Guidelines Method|||||||||||||||||
_new_mac_address | MAC address | No | Add this field to overwrite the |
|
| mac_address field when you select the |
|
| overwrite or merge option. | ||||||||
is_registered_user | Boolean | No | Register as | UUser | serExample: TRUE | ||||||||||||
registered_user | StringNoString | No | Register as | UUser | serExample: John Doe | ||||||||||||
guest_first_name | String | No | StringNoRegister as Guest: First Name | Example: John |
|
| |||||||||||
guest_middle_name | String | No | Register as Guest: Middle Name | Example: Doe | Middle Name|||||||||||||
|
| guest_last_name | String | No | Register as Guest: Last Name | Example: Doe | Last Name
|
| |||||||||
guest_email | Email address | No | RegisterasRegister as Guest: Email Address | Example: jdoe@infoblox.com | Email Address
| ||||||||||||
guest_phone | String | No | Register as Guest: Phone Number | Example: 408-111-1111 |
| ||||||||||||
guest_custom_field1 | String | No | Register as Guest: Custom Field 1 |
| |||||||||||||
guest_custom_field2 | String | No | Register as Guest: Custom Field 2 |
|
| ||||||||||||
guest_custom_field3 | String | No | Register as Guest: Custom Field 3 |
| |||||||||||||
guest_custom_field4 | String | No | Register as Guest: Custom Field 4 |
| |||||||||||||
never_expires | Boolean | No | Never Expires | Example: FALSE | |||||||||||||
expire_time | Date/Time | No | Expires On | Data must be in this format | :<ac:structured-macro ac: | name=" | unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="a0038fd6-1533-42d8-84fb-3cf97919ede2"><ac:plain-text-body><![CDATA[
|
| "CCYY-MM-DDThh:mm:ss[Z(+-)hh:mm]" | ]]></ac:plain-text-body></ac:structured-macro> |
| Example: 2009-02-29T10:30:00Z | |||||
comment | String | No | Comment | comment | |||||||||||||
EA-Site | String | No | Extensible Attribute Site | extensible_attributes | EA-Site is an example of a predefined |
| Attribute Site | attributes extensible attribute. You can add other |
|
| predefined attributes to the data file. For |
|
| information about data format and examples, see Data Specific Guidelines |
|
| Data Specific Guidelines. |
EA-Users | String | No | Extensible Attribute Users | extensible_attributes | EA-Users is an example of a user defined |
| Attribute Use | rsattributes attribute. You can add other user defined |
|
| attributes to the data file. For information |
|
| about data format and examples, see | Data Specific Guidelines. | ||
ADMGRP-JoeSmith | String | No | Permissions Admin Group/Role | permission | ADMGRP-JoeSmith is an example of an |
| Admin | admin permission of a specific admin |
| Group/Role | group. For information about data format and examples, see Data Specific Guidelines. |
Examples
This section contains examples of how to create data files for DHCP MAC filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.
Adding a DHCP MAC Filter
This example shows how to import MAC filter address, aa:aa:aa:aa:aa:aa, to MacFilter01.
header-macfilteraddress,parent*,mac_address*,is_registered_user,never_expires,comment macfilteraddress,MacFilter01,aa:aa:aa:aa:aa:aa,FALSE,TRUE,This is a comment.
Overwriting DHCP MAC Filter
This example shows how to overwrite a MAC filter address with an expiration time.
header-macfilteraddress,parent*,mac_address*,never_expires,expire_time macfilteraddress,MacFilter01,aa:aa:aa:aa:aa:aa,FALSE,2010-12-30T10:30:00Z
Merging DHCP MAC Filter
This example shows how to merge extensible attributes Site and Users to an existing MAC filter address.
header-macfilteraddress,parent*mac_address*,EA-Site,EA-Users macfilteraddress,MacFilter01,aa:aa:aa:aa:aa:aa,USA,John Smith