Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Field NameData TypeRequired

...

(Yes/No)Associated GUI FieldAssociated PAPI MethodUsage and Guidelines
Header-MacFilterAddressStringYes

Example: MacFilterAddress

...

parentStringYesMAC

...

address filterfilter_nameExample: MAC filter 1
mac_addressMAC addressYesMAC

...

addressmac_addressExample: aa:bb:cc:dd:ee:ff

...

Field Name

Data Type Required Associated G
(Yes/No) Field

UI Associated PAPI Usage and Guidelines Method
_new_mac_addressMAC addressNo

Add this field to overwrite the

 

 

mac_address field when you select the

 

 

overwrite or merge option.
is_registered_userBooleanNoRegister as
U
User
ser

Example: TRUE
registered_userStringNo
StringNo
Register as
U
User
ser

Example: John Doe
guest_first_nameString
StringNo
NoRegister as Guest: First Name
Example: John

First Name

 

 
guest_middle_nameStringNoRegister as Guest: Middle Name
Example: Doe

Middle Name

 

 

guest_last_nameStringNoRegister as Guest: Last Name
Example: Doe

Last Name

 

 
guest_emailEmail addressNo
Registeras
Register as Guest: Email Address
Example: jdoe@infoblox.com
Email Address

 

 

guest_phoneStringNoRegister as Guest: Phone Number
Example: 408-111-1111

Phone Number

 

 
guest_custom_field1StringNoRegister as Guest: Custom Field 1

 

 


guest_custom_field2StringNoRegister as Guest: Custom Field 2

 

 


guest_custom_field3StringNoRegister as Guest: Custom Field 3

 

 


guest_custom_field4StringNoRegister as Guest: Custom Field 4

 

 



never_expiresBooleanNoNever Expires
Example: FALSE
expire_timeDate/TimeNoExpires On

Data must be in

this "

the following 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

00

The timestamp must be based on UTC time.

commentStringNoCommentcomment
EA-SiteStringNoExtensible Attribute
Site
extensible_attributesEA-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-UsersStringNoExtensible Attribute
Users
extensible_attributesEA-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-JoeSmithStringNoPermissions Admin
Group/Role
permissionADMGRP-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