Field Name | Data Type | Required (Yes/No) | Associated GUI |
---|
Field | Associated PAPI Method | Usage and Guidelines |
---|---|---|
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_ |
filters | List of IPv4 logic filter rules |
Filter Type/Action |
Examples: |
logic filter rules
|
filter$nac_filter_name, |
option_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 Hostname | ddns_generate_hostname | Example: TRUE |
Hostname
hostname
always_update_dns | Boolean | No | DNS Zones Associations | ddns_server_always_updates | Example: FALSE |
Associations
always_updates
update_static_leases | Boolean | No | Fixed Address Updates | ddns_update_fixed_address | Example: FALSE |
Updates
update_dns_on_lease_renewal | Boolean | No | Update DNS on DHCP Lease Renewal | override_update_ |
Example: TRUE
lease_renewal
DHCP Lease
dns_on_lease_ |
Renewal
renewal |
Example: TRUE | |||||
ddns_ttl | Integer | No | DDNS Update TTL | ddns_ttl | This is an inherited field. |
Example: 1200 |
enable_option81 | Boolean | No | Option 81 Support | ddns_use_option Example: TRUE 81 | |
deny_bootp | Boolean |
No | Deny BOOTP Requests | deny_bootp | Example: FALSE |
disabled |
Boolean |
No |
Disable | disable | Example: FALSE |
enable_ddns | Boolean | No |
Enable DDNS Updates | enable_ddns | Example: FALSE |
Updates
ignore_client_requested_options | Boolean | No | Ignore Optionlist | ignore_dhcp_ |
requested_ options
option_list_ |
request | Example: TRUE | |
next_server | String | No |
Next Server | nextserver | Example: blue.domain.com | |||
lease_time | Unsigned integer | No | Lease Time | Example: 1100 |
enable_pxe_lease_time | Boolean | No | Enable PXE time | lease | Example: FALSE |
time
time
pxe_lease_time | Unsigned integer | No | PXE Lease |
Time |
pxe_lease_time | Example: 1100 |
integer
routers | IP address list | 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 list | No | Name |
Server |
Example: "10.2.3.4,11.2.3.4" |
list
OPTION-2 | Integer |
No | Custom DHCP Options | options | Example: 50 |
Options
OPTION-1 | No | Custom DHCP Options | options | This is an example of a DHCP option. For |
information, see Data Specific Guidelines |
. |
Example: |
‘255.0.0. |
0’ name implies |
vendor_class= |
’DHCP’ (default) | |||
OPTION-XXXX-200 | Option information | No | Extensible |
information
Attribute |
Site | options | This is an example of a DHCP option. For |
information, see Data Specific Guidelines |
. |
Example: |
’dfdfdfd’ name implies |
vendor_class= |
’XXXX’, option |
code/number 200 | |||||
EA-Site | String | No | Extensible Attribute Users | extensible attributes | EA-Site is an example of a predefined |
Attribute Us
extensible attribute. You can add other |
predefined attributes to the data file. For |
information about data format and examples, |
. | |||||
EA-Users | String | No | Permissions Admin Group/Role | extensible attributes | extensible EA-Users is an example of a user defined |
ADMGRP-JoeSmith |
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 .
...
String | 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, |
...
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.
...
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