Field NameData TypeRequired Associated GUI (Yes/No) FieldAssociated PAPI MethodUsage and Guidelines
Header-MacFilterAddress String Yes Example: MacFilterAddress
parentString 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 |
|
||
_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 U |
ser Example: TRUE |
||
registered_user |
StringNo Register as U |
ser Example: John Doe |
||
guest_first_name |
StringNo Register as Guest:Example: John |
|
|
|
guest_middle_name |
String No Register as Guest:Example: Doe |
|
|
|
guest_last_name |
String No Register as Guest:Example: Doe |
|
|
|
guest_email |
Email address No Registeras Guest:Example: jdoe@infoblox.com Email Address |
|
|
|
guest_phone |
String No Register as Guest: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 |
extensible_ 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 |
||
|
|
|||
EA-Users |
String No Extensible |
extensible_ 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 |
||
ADMGRP-JoeSmith |
String No Permissions |
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