|
|
Required (Yes/N0) |
Associated GUI Field |
Associated PAPI Method |
|
||
Header-BulkHost |
String |
Yes |
|
|
Identifies the first row as a header row for the bulk host objects. Example: BulkHost |
||
parentfqdn |
FQDN |
Yes |
Name |
zone |
Indicates the FQDN of the zone to which bulk host will be added. |
||
view |
String |
No |
DNS View |
views |
If no view is specified, the Default view is used. Example: Default |
||
prefix |
String |
No |
RFC 2317 |
prefix |
Prefix is used for reverse-mapping zones only. The characters must be prepended to the host in the bulk host. If you include a prefix in a forward-mapping zone, the appliance ignores the prefix. No error message is generated. |
||
_new_prefix |
String |
No |
|
|
Add this field to overwrite the prefix field when you select the Overwrite or Merge option.Use the hostname of the Grid member in this field. Example: infoblox.localdomain |
||
start_address |
IP address |
Yes |
Start |
start_addr |
Indicates the starting IP address. Example: 10.0.0.11 |
||
_new_start_address |
IP address |
No |
|
|
Add this field to overwrite the start_address field when you select the Overwrite or Merge option. Example: 10.0.0.55 |
||
end_address |
IP address |
Yes |
End |
end_addr |
Indicates the last IP address. Example: 10.0.0.22 |
||
_new_end_address |
IP address |
No |
|
|
Add this field to overwrite the end_address field when you select the Overwrite or Merge option. |
||
reverse |
Boolean |
No |
|
|
Example: True |
||
comment |
String |
No |
Comment |
comment |
Example: This is a Bulk Host. |
||
disabled |
Boolean |
No |
Disable |
disable |
Enable or disable the bulk host. Example: FALSE |
||
ttl |
Unsigned integer |
No |
TTL |
ttl |
This is an inherited field. Example: 7200 |
||
EA-Site |
String |
No |
Extensible attribute |
extensible_attributes |
EA-Site is an example of a predefined extensible attribute. You can add other predefined attributes to the data file. Example: California. |
||
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="753a48b6-1f84-4734-9ac0-bcf6b467274f"><ac:plain-text-body><![CDATA[ |
EA-Users |
List |
No |
Extensible attribute |
extensible_attributes |
EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. Example: ['Annie', 'John']. |
]]></ac:plain-text-body></ac:structured-macro> |
ADMGRP-XXXX |
String |
No |
Permissions Admin Group/Role |
permission |
ADMGRP-JimSmith is an example of an admin permission of a specific admin group. |
||
|
|
|
|
|
|
NXDOMAIN and Blacklist Rulesets
Field NameData TypeRequired Associated GUI (Yes/No) FieldAssociated PAPI MethodUsage and Guidelines
Header-Ruleset String Yes Example: Ruleset nameString Yes Namename Example: ruleset1
_new_nameString No Example: ruleset1-new
type String Yes type You can use this field for NXDOMAIN rules or blacklist rules. Valid value is NXDOMAIN or BLACKLIST.
Example: NXDOMAIN disabledBoolean No Disable disabled Example: FALSE commentString No Comment comment
ADMGRP-JoeSmithString No Permissions
Admin Group/Role
permission ADMGRP-JoeSmith is an example of an admin permission of a specific admin group. For information about data format and examples, see Data Specific Guidelines on page 9.
Examples
This section contains examples of how to create data files for NXDOMAIN and blacklist rulesets. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.
Adding an NXDOMAIN Ruleset
This example shows how to import an NXDOMAIN ruleset.
header-Ruleset,name*,type*,comment,disabled ruleset,NXD,NXDOMAIN,This is an NXDOMAIN ruleset,FALSE
Adding a Blacklist Ruleset
This example shows how to import a blacklist ruleset.
header-Ruleset,name*,type*,disabled,comment ruleset,blacklistrule1,BLACKLIST,FALSE,This is a blackset ruleset
Overwriting Blacklist Ruleset Data
This example shows how to overwrite the name of a blacklist ruleset. header-Ruleset,name*,_new_name,type* ruleSet,blacklistrule1,blacklistrule2,BLACKLIST
Merging NXDOMAIN Ruleset Data
This example shows how to merge an admin permission to a NXDOMAIN ruleset. header-Ruleset,name*,type*,ADMGRP-JoeSmith ruleSet,NXD,NXDOMAIN,RW