|
|
Required (Yes/No |
Associated GUI |
Associated PAPI Method |
|
Header-SharedNetwork |
String |
Yes |
|
|
Example: SharedNetwork |
name |
String |
Yes |
Name |
name |
Example: Site Network |
_new_name |
String |
No |
|
|
Add this field to overwrite the name field |
|
|
|
|
|
when you select the overwrite or merge |
|
|
|
|
|
option. |
networks |
List |
Yes |
|
|
Example: "10.1.1.0/24,10.1.2.0/24," |
|
|
|
|
|
Note that you must first create the IPv4 |
|
|
|
|
|
networks 10.1.1.0/24 and 10.1.2.0/24 |
|
|
|
|
|
before designating them to the shared |
|
|
|
|
|
network. |
network_view |
String |
No |
Network View |
network_view |
If no view is specified, the Default view is |
|
|
|
|
|
used. Example: Default |
is_authoritative |
Boolean |
No |
Authoritative |
authority |
Example: FALSE |
option_logic_filter |
List of IPv4 |
|
Filter Type/Action |
|
Examples: |
|
logic filter rules |
|
|
|
.com.infoblox.dns.dhcp_mac_filter$mac_fi lter_name,.com.infoblox.dns.nac_filter$na |
|
|
|
|
|
c_filter_name,.com.infoblox.dns.dhcp_opt |
|
|
|
|
|
ion_filters$opt_filter_name |
boot_file |
String |
No |
Boot File |
bootfile |
Example: bootfile1 |
boot_server |
String |
No |
Boot Server |
bootserver |
Example: abc.corp100.com |
comment |
String |
No |
Comment |
comment |
|
generate_hostname |
Boolean |
No |
Generate |
ddns_generate_ |
Example: TRUE |
|
|
|
Hostname |
hostname |
|
always_update_dns |
Boolean |
No |
DNS Zones |
ddns_server_ |
Example: FALSE |
|
|
|
Associations |
always_updates |
|
update_static_leases |
Boolean |
No |
Fixed Address |
ddns_update_ |
Example: FALSE |
|
|
|
Updates |
fixed_address |
|
update_dns_on_ |
Boolean |
No |
Update DNS on |
override_update_ |
Example: TRUE |
lease_renewal |
|
|
DHCP Lease |
dns_on_lease_ |
|
|
|
|
Renewal |
renewal |
|
ddns_ttl |
Integer |
No |
DDNS Update TTL |
ddns_ttl |
This is an inherited field. |
|
|
|
|
|
Example: 1200 |
|
Data Type Required Associated GUI |
|
enable_option81 |
Boolean No Option 81 Support |
ddns_use_option Example: TRUE 81 |
deny_bootp |
Boolean No Deny BOOTP deny_bootp Example: FALSE |
|
disabled |
Boolean No Disable |
disable Example: FALSE |
enable_ddns |
BooleanNo Enable DDNS enable_ddns Example: FALSE |
|
ignore_client_ |
Boolean No Ignore Optionlist ignore_dhcp_ Example: TRUE |
|
requested_ options |
|
option_list_reque st |
next_server |
StringNo Next Server |
nextserver Example: blue.domain.com |
lease_time |
Unsigned No Lease Time |
Example: 1100 |
|
integer |
|
enable_pxe_lease_ |
Boolean No Enable PXE |
lease Example: FALSE |
time |
time |
|
pxe_lease_time |
Unsigned No PXE Lease Ti |
me pxe_lease_time Example: 1100 |
|
integer |
|
routers |
IP address No Routers |
Example: "10.0.0.1,10.0.0.100" |
|
list |
|
domain_name |
FQDN No Domain Name domain_name |
|
domain_name_servers |
IP address No Name Serve |
r Example: "10.2.3.4,11.2.3.4" |
|
list |
|
OPTION-2 |
Integer No Custom DHCP options Example: 50 |
|
OPTION-1 |
String No Custom DHCP options This is an example of a DHCP option. For Optionsinformation, see Data Specific Guidelines |
|
|
|
on page 9. |
|
|
Example: '255.0.0.0' name implies |
|
|
vendor_class='DHCP' (default) |
OPTION-XXXX-200 |
Option No Extensible |
options This is an example of a DHCP option. For e information, see Data Specific Guidelines |
|
|
on page 9. |
|
|
Example: 'dfdfdfd' name implies |
|
|
vendor_class='XXXX', option |
|
|
code/number 200 |
EA-Site |
String No Extensible |
extensible EA-Site is an example of a predefined |
|
Attribute Us |
ers attributes 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-Users |
String No Permissions |
extensible EA-Users is an example of a user defined |
|
Admin |
attributes attribute. You can add other user defined |
|
Group/Role |
attributes to the data file. For information about data format and examples, see Data Specific Guidelines . |
Field NameData TypeRequired Associated GUI (Yes/No) FieldAssociated PAPI MethodUsage and Guidelines
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 .
Examples
This section contains examples of how to create data files for shared networks. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab.
Adding an IPv4 Shared Network
This example shows how to import a new shared Network in the Default DHCP view.
header-SharedNetwork,name*,networks*,network_view,comment,OPTION-2 SharedNetwork,Sharednetwork01,"10.0.0.0/24,20.0.0.0/24",Default,This is a comment.,128
Overwriting IPv4 Shared Network Data
This example shows how to overwrite a shared network with additional networks.
header-SharedNetwork,name*,networks* SharedNetwork,Sharednetwork01,"10.0.0.0/24,20.0.0.0/24,30.0.0.0/24"
Merging IPv4 Shared Network Data
This example shows how to merge the extensible attribute Site and a new admin group DHCP_admins with RW permission to an IPv4 shared network.
header-SharedNetwork,name*,networks*,EA-Site,ADMGRP-DHCP_admins SharedNetwork,Sharednetwork01,"10.0.0.0/24,20.0.0.0/24",USA,RW