Infoblox CSV Import Reference. NIOS 6.5 for Infoblox Core Network Services Appliances

Size: px
Start display at page:

Download "Infoblox CSV Import Reference. NIOS 6.5 for Infoblox Core Network Services Appliances"

Transcription

1 Infoblox CSV Import Reference NIOS 6.5 for Infoblox Core Network Services Appliances

2 Copyright Statements 2012, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form, in whole or in part, without the prior written permission of Infoblox, Inc. The information in this document is subject to change without notice. Infoblox, Inc. shall not be liable for any damages resulting from technical errors or omissions which may be present in this document, or from use of this document. This document is an unpublished work protected by the United States copyright laws and is proprietary to Infoblox, Inc. Disclosure, copying, reproduction, merger, translation, modification, enhancement, or use of this document by anyone other than authorized employees, authorized users, or licensees of Infoblox, Inc. without the prior written consent of Infoblox, Inc. is prohibited. For Open Source Copyright information, refer to the Infoblox Administrator Guide. Trademark Statements Infoblox, the Infoblox logo, Grid, NIOS, bloxtools, NetMRI and PortIQ are trademarks or registered trademarks of Infoblox Inc. All other trademarked names used herein are the properties of their respective owners and are used for identification purposes only. Company Information Infoblox is located at: 4750 Patrick Henry Drive Santa Clara, CA , USA Web: support.infoblox.com Phone: Toll Free: Outside North America: Fax: Product Information Hardware Models: Trinzic 800, 1400, 2200, and 4000 series; Infoblox-250-A, -550-A, A, A, A, A, -2000, A, -4010, and Document Number: Rev. A Document Updated: July 23, 2012 Warranty Information Your purchase includes a 90-day software warranty and a one year limited warranty on the Infoblox appliance, plus an Infoblox Warranty Support Plan and Technical Support. For more information about Infoblox Warranty information, refer to the Infoblox Web site, or contact Infoblox Technical Support.

3 Preface This preface describes the document conventions of this guide, and provides information about how to find additional product information, including accessing Infoblox Technical Support. It includes the following sections: Document Overview on page 4 Documentation Conventions on page 4 Related Documentation on page 4 Customer Care on page 5 User Accounts on page 5 Software Upgrades on page 5 Technical Support on page 5 NIOS 6.5 CSV Import Reference (Rev. A) 3

4 Preface Document Overview The CSV import reference provides general guidelines and file format information about CSV import. It was last updated on July 23, For updated documentation, visit our Support site at Documentation Conventions The text in this guide follows the following style conventions. Style bold data Usage Indicates examples of the field names. Signifies the data in a CSV file. Related Documentation Other Infoblox appliance documentation: Infoblox NIOS Administrator Guide Infoblox IBOS Administrator Guide Infoblox API Documentation Infoblox CSV Import Reference Infoblox Installation Guide for the Trinzic 800 Appliances Infoblox Installation Guide for the Trinzic 1400 Appliances Infoblox Installation Guide for the Trinzic 2200 Appliances Infoblox Installation Guide for the Infoblox-4010 Appliance Infoblox Installation Guide for the Infoblox-4030 Appliance Quick Start Guide for Installing vnios Software on Riverbed Services Platforms Quick Start Guide for Installing vnios Software on Cisco Application extension Platforms Infoblox Installation Guide for vnios Software on VMware Infoblox Installation Guide for vnios on Microsoft 2008 R2 for Hyper-V Quick Start Guide for Installing vibos Software on VMware Platforms Infoblox Safety Guide To provide feedback on any of the Infoblox technical documents, please [email protected]. 4 CSV Import Reference (Rev. A) NIOS 6.5

5 Customer Care Customer Care This section addresses user accounts, software upgrades, licenses and warranties, and technical support. User Accounts The Infoblox appliance ships with a default user name and password. Change the default admin account password immediately after the system is installed to safeguard its use. Make sure that the NIOS appliance has at least one administrator account with superuser privileges at all times, and keep a record of your account information in a safe place. If you lose the admin account password, and did not already create another superuser account, the system will need to be reset to factory defaults, causing you to lose all existing data on the NIOS appliance. You can create new administrator accounts, with or without superuser privileges. For more information, refer to the Infoblox Administrator Guide. Software Upgrades Software upgrades are available according to the Terms of Sale for your system. Infoblox notifies you when an upgrade is available. Register immediately with Infoblox Technical Support at to maximize your Technical Support. Technical Support Infoblox Technical Support provides assistance via the Web, , and telephone. The Infoblox Support web site at provides access to product documentation and release notes, but requires the user ID and password you receive when you register your product online at: NIOS 6.5 CSV Import Reference (Rev. A) 5

6 Preface 6 CSV Import Reference (Rev. A) NIOS 6.5

7 Chapter 1 CSV Import Reference This chapter provides general guidelines and file format information about each supported object type for CSV import. You must follow the format and syntax described in this section to ensure a successful data import. This appendix includes the following sections: Guidelines for CSV Import on page 8 General Guidelines on page 8 Data Specific Guidelines on page 8 CSV File Format on page 9 Supported Object Types on page 12 NIOS 6.5 CSV Import Reference (Rev. A) 7

8 CSV Import Reference Guidelines for CSV Import You can create a data file using a text editor, such as Microsoft Notepad, or an application that supports CSV file format, such as Microsoft Excel. General Guidelines Follow these rules to start a data file: Do not use UTF-8 characters in the CSV file name. Specify the version number in the first line of the data file. For example, enter version 1.0 in the first line. Use a new line to enter data for each row. Separate each data field with a supported separator, such as a comma, semicolon, space, or tab. Do not include blank lines in the data file names: Specify the field names in the second line. You can include multiple rows of field names as long as you define the fields before the data. The first column in the field name row must be defined as Header. The rest of the columns are field names of the data. Columns without a field name are ignored. If multiple field names are specified, the latest field names are used to import the data. Use the overwrite function, not the merge function, to overwrite existing data. When you use the merge function, the appliance does not overwrite existing data, even if the data file contains new data. When you import a small file, the appliance processes the import quickly. Under this circumstance, the appliance may generate an error message when you try to stop the import because the import is completed before you can stop it. When you stop an import, the appliance finishes importing the data row that it is currently processing before it stops the import. The error files of the last two imports are stored on the appliance. You can download these files using the API import_id method. For information, refer to the Infoblox API Documentation. When you use Microsoft Excel to create or view a data file, ensure that you review the settings of the file. Some data, such as dates, may show up in a different format depending on your settings. All operations triggered by a CSV import are recorded in the audit log. Data Specific Guidelines Follow these guidelines to enter data: The appliance uses double quotes ( ) as the escape characters in CSV import. If you want to include supported separators in a field, you must enclose the data in a pair of double quotes ( ). This applies to the field names and data. For example, if you want to use the field name ADMGRP-CSV,; Import, you must enter ADMGRP-CSV,; Import as the value. Otherwise, the import fails. When you enter , the imported data is , and when you enter \\, the imported data is \\. If you have an empty value in the last field, you must still include the separator at the end of the data row. Otherwise, the corresponding column and all its data are not imported, and the appliance generates an error. For each supported object type, you must include all the required fields in the data file. For information, see Supported Object Types on page 12. Note that all required fields are marked with an asterisk (*) in an exported file. Note: If you want to modify a required field XXX (for either the overwrite or merge function), you must add a corresponding field, _new_xxx, to include the new value. For example, fqdn is a required field in an A record. If you want to update this field, you must include a new field _new_fqdn and define the new value here. The appliance overwrites the existing data in the required field using the values you specify in the new field. 8 CSV Import Reference (Rev. A) NIOS 6.5

9 CSV File Format When you perform an overwrite function, you must define all boolean and data types in each supported object type in order for the appliance to overwrite existing data. You can perform a CSV import of an object even if it has been scheduled for addition, modification, or deletion. Inherited fields: The appliance uses the following conventions to override inherited fields: When a value is specified in a field, the appliance overrides the inherited value with the new value. When a value is set to or an empty value, the appliance does not override the inherited value. When a value is set to a string with a value of \<empty\>, the appliance overrides the inherited value with an empty value. Extensible attributes: A field name of EA-XXX indicates an extensible attribute, where XXX is the attribute name. The value of an extensible attribute can be a string, a list, an, an address, a URL, or a date in YYYY-MM-DD format. Note that extensible attributes do not support time zones. Following are some examples: EA-Site is a predefined string type for locations. It can have a value of Santa Clara. EA-User is a user defined list type for employee types. It can have a list of values, such as Local,Remote,Temp. Note that only one value can be specified when importing the extensible attribute. EA-Building is a predefined type for building numbers. It can have a value of 5. EA-TechPubs is a user defined address type. It can have a value of [email protected]. EA-IB is a user defined URL type. It can have a value of EA-Date is a user defined date type attribute. It can have a value of Admin permissions: A field name of ADMGRP-XXX indicates the admin permission of a specific admin group, where XXX is the name of the admin group. The value of an admin permission can be a string or a list of strings with subtypes. If there is a single value in the permission, use RW, RO, or DENY. If there is a subtype in the permission, use a list format, such as RW, ARecord/RO. DHCP options: A field name of OPTION-XXX-nn indicates a DHCP option, where XXX is the vendor name of the option and nn is the option number. If the option is of the DHCP vendor class, you can omit -XXX in the field name. For example, OPTION-1 implies vendor class = DHCP and option number = 1, and OPTION-CISCO-122 implies vendor class = CISCO and option number = 122. CSV File Format A CSV file is typically created and edited using a spreadsheet, though you can create a CSV file in a text editor using any supported separator. You can include more than one object type in a single CSV file when you add or modify data. For information, see Supported Object Types on page 12. You can also organize field names and data in a CSV file using different formats, as shown in the following examples. For additional information about how to create a CSV file, see Guidelines for CSV Import on page 8. You can create one CSV file to update data of multiple object types (Network and Host Record), as illustrated in CSV File Example 1. In this example, you define the field names you want to modify for the two object types in rows 1 and 2. You then include the corresponding data as shown in rows 3 to 6. NIOS 6.5 CSV Import Reference (Rev. A) 9

10 CSV Import Reference Table 1.1 CSV File Example 1 A B C D E 1 HEADER-NETWORK ADDRESS* NETMASK* EA-Gateway EA-Secondary Address 2 HEADER-HostRecord configure_for_dns* FQDN* ADDRESSES 3 NETWORK NETWORK HostRecord TRUE host1.dhcp.corp100.com HostRecord TRUE host2.dhcp.corp100.com In CSV File Example 1, the field name HEADER-NETWORK identifies the first row as a header row for the Network objects. The field names ADDRESS, NETMASK, EA-Gateway, and EA-Secondary Address (in rows B1 to E1) tell NIOS how to interpret a row of network data in the CSV file. Each row of data that begins with Network in column A is identified as a network data row. Therefore, NIOS interprets rows 3 and 4 as network data rows, in which column B contains the network addresses, column C contains the network masks, and columns D and E contain extensible attribute values for gateway and secondary address. Similarly, the field name HEADER-HostRecord identifies the second row as a header row for the Host Record objects. This header declaration tells NIOS that for each subsequent row of data that begins with HostRecord in column A, column B contains the FQDN of the host, and column C contains the host address. Therefore, NIOS interprets rows 5 and 6 as host record data rows that contain the FQDNs of the hosts in column B and the host addresses in column C. Alternatively, you can organize the information in CSV File Example 1 so that the data rows immediately follow the header rows, as shown in CSV File Example 2. Table 1.2 CSV File Example 2 A B C D E 1 HEADER-NETWORK ADDRESS* NETMASK* EA-Gateway EA-Secondary Address 2 NETWORK NETWORK HEADER-HostRecord configure_for_dns* FQDN* ADDRESSES 5 HostRecord TRUE host1.dhcp.corp100.com HostRecord TRUE host2.dhcp.corp100.com CSV Import Reference (Rev. A) NIOS 6.5

11 CSV File Format You can also specify multiple header declarations for the same object type, as shown in CSV File Example 3. In this example, you specify the field names (in row 1) and data (in rows 2 and 3) to modify the extensible attributes (EA-Gateway and EA-Secondary Address) of two network addresses. You then specify the field names (in row 4) and data (in rows 5 and 6) to add new extensible attributes (EA-Gateway and EA-Host Range) of two other network addresses. Table 1.3 CSV File Example 3 A B C D E 1 HEADER-NETWORK ADDRESS* NETMASK* EA-Gateway EA-Secondary Address 2 NETWORK NETWORK HEADER-NETWORK ADDRESS* NETMASK* EA-Gateway EA-Host Range 5 NETWORK NETWORK The examples in this section are illustrated using tables that resemble spreadsheet layouts. However, all other examples in this appendix use the comma separated value text file format. For example, the following is the CSV file notation equivalent of CSV File Example 2 on page 10. HEADER-NETWORK,ADDRESS*,NETMASK*,EA-Gateway,EA-Secondary Address NETWORK, , , NETWORK, , , , HEADER-HostRecord,FQDN*,ADDRESSES HostRecord,host1.dhcp.corp100.com, HostRecord,host2.dhcp.corp100.com, NIOS 6.5 CSV Import Reference (Rev. A) 11

12 CSV Import Reference Supported Object Types This section describes the supported object types and their corresponding fields for CSV import and export. It also includes examples of how to create data files. Ensure that you review this information before you import or export a data file. Note: All inherited fields follow the override conventions described in Data Specific Guidelines on page 8. Table 1.4 Supported DNS Object Types DNS Object Type s & Syntax Authoritative Zone Authoritative DNS Zone on page 13. A Record A Record on page 17 AAAA Record AAAA Record on page 18 CNAME Record CNAME Record on page 19 DNAME Record DNAME Record on page 20 MX Record MX Record on page 22 NAPTR Record NAPTR Record on page 23 NS Record NS Record on page 25 PTR Record PTR Record on page 26 SRV Record SRV Record on page 29 TXT Record TXT Record on page 27 Host Record Host Record on page 30 IPv4 Host Address IPv4 Host Address on page 32 IPv6 Host Address IPv6 Host Address on page 34 Rulesets NXDOMAIN and Blacklist Rulesets on page 36 NXDOMAIN Rule NXDOMAIN Rule on page 37 Blacklist Rule Blacklist Rule on page 37 DNS64 Synthesis Group DNS64 Synthesis Group on page 38 Table 1.5 Supported DHCP Object Types DHCP Object Type s & Syntax IPv4 Network IPv4 Network on page 39 IPv6 Network IPv6 Network on page 42 IPv4 Shared Network IPv4 Shared Network on page 44 IPv6 Shared Network IPv6 Shared Network on page 46 IPv4 DHCP Range IPv4 DHCP Range on page CSV Import Reference (Rev. A) NIOS 6.5

13 Supported Object Types DHCP Object Type s & Syntax IPv6 DHCP Range IPv6 DHCP Range on page 52 IPv4 Fixed Address and Reservation IPv4 Fixed Address/Reservation on page 53 IPv6 Fixed Address IPv6 Fixed Address on page 56 DHCP MAC Filter DHCP MAC Filter on page 58 MAC Filter Address Item MAC Filter Address on page 59 Option Filter Option Filter on page 61 Option Filter Match Rule Option Filter Match Rule on page 62 Relay Agent Filter Relay Agent Filter on page 64 NAC Filter NAC Filter on page 65 IPv4 Option Space IPv4 Option Space on page 66 IPv6 Option Space IPv6 Option Space on page 67 IPv4 Option Definition IPv4 Option Definition on page 67 IPv6 Option Definition IPv6 Option Definition on page 68 Table 1.6 Other Supported Objects Upgrades Upgrade Groups Distribution Schedules Upgrade Schedules s and Syntax Upgrade Groups and Schedules on page 69 Authoritative DNS Zone (Yes/N0) Associated GUI Method Header-AuthZone String Yes fqdn FQDN Yes Name name Example: test.com zone_format String Yes Valid values are FORWARD, IPV4,and IPV6 view String No DNS view views If no view is specified, the Default view is used. prefix String No prefix Prefix is used for reverse-mapping RFC2317 zones only. 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 grid_primary Grid member No Grid Primary primary grid_primary_stealth Boolean No Stealth stealth Example: FALSE NIOS 6.5 CSV Import Reference (Rev. A) 13

14 CSV Import Reference (Yes/N0) Associated GUI Method external_primaries Server list No External Primary primary Data must be in the following format: name/ip/stealth/use_2x_tsig/ use_tsig/tsig_name/tsig_key/ tsig_key_algorithm. Only name and ip are required fields. If no value is specified for stealth, use_2x_tsig, and use_tsig, the default value FALSE is used. If either use_2x_tsig or use_tsig is TRUE, tsig_name and tsig_key are required. If no value is specified for tsig_key_algorithm, the default value is HMAC-MD5. If both use_2x_tsig and use_tsig are TRUE, only use_tsig = TRUE and the tsig key name and key are imported. Example: "ext1.test.com/ /false" grid_secondaries Member server list No Grid Secondary secondaries Data must be in the following format: hostname/stealth/lead/grid_ replicate. Only hostname is required. If you do not specify values for stealth, lead, and grid_replicate, the default value FALSE is used. Example: "member1.localdomain/false /TRUE/FALSE" external_secondaries Server list No External Secondary ns_group String No Name server group secondaries ns_group Data must be in the following format: name/ip/stealth/use_2x_tsig/use_ tsig/tsig_name/tsig_key/ tsig_key_algorithm. Only name and ip are required fields. If no value is specified for stealth, use_2x_tsig, and use_tsig, the default value FALSE is used. If either use_2x_tsig or use_tsig is TRUE, tsig_name and tsig_key are required. If no value is specified for tsig_key_algorithm, the default value is HMAC-MD5. If both use_2x_tsig and use_tsig are TRUE, only use_tsig = TRUE and the tsig key name and key are imported. Example: "sec1.com/ /false/false/ FALSE/foo/sdfssdf86ew" Example: name-ns-group1 comment String No Comment comment disabled Boolean No Disable disable Example: FALSE create_underscore_ zones Boolean No Automatically create underscore zones create_underscore_ zones Example: FALSE allow_active_dir List of IP addresses No Allow unsigned updates from these domain controllers enable_ad_server The Valid value is a list of IP addresses. Example: , soa_refresh No Refresh soa_refresh When you modify this field to override an inherited value, you must include values for all SOA timer fields. The appliance updates all the SOA timers when you update any of them. 14 CSV Import Reference (Rev. A) NIOS 6.5

15 Supported Object Types (Yes/N0) Associated GUI Method soa_retry soa_expire soa_default_ttl No Retry soa_retry Ensure that you include this field when you override the soa_refresh field. No Expire soa_expire Ensure that you include this field when you override the soa_refresh field. No Default TTL soa_default_ttl Ensure that you include this field when you override the soa_refresh field. soa_negative_ttl No Negativecaching TTL soa_negative_ttl Ensure that you include this field when you override the soa_refresh field. soa_mname FQDN No SOA MNAME field soa_mname Example: infoblox.localdomain soa_ address No address for SOA MNAME field soa_ Example: soa_serial_number No Serial Number soa_serial_number disable_forwarding Boolean No Don t user forwarders... disable_forwarding Example: TRUE allow_update_ forwarding Boolean No Allow updates from forward_to Example: FALSE update_forwarding ACL No Allow updates from... Permission table allow_transfer ACL No Allow zone transfers to allow_update ACL No Allow updates from allow_query ACL No Allow queries from forward_to allow_transfer allow_update allow_query Data must be in the following formats: ip address/permission network/network cidr/permission ANY/permission TSIG-XXX/permission Permission can be ALLOW or DENY If the first value is not Any or TSIG-, it is assumed to be an IP or network address. Example: " /Allow, /16/Deny,TSIG-foo /sdfdsfwhsdgfsw8sdf/allow" Example: " /Deny,1234::/64/Allow" Example: /8/Allow Example: /Allow notify_delay No notify_delay This field specifies the seconds of delay the notify messages are sent to the secondaries. The valid value is between 5 and seconds. Example: 10 EA-Site String No Extensible attribute EA-Users List No Extensible attribute extensible_attributes extensible_attributes EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. NIOS 6.5 CSV Import Reference (Rev. A) 15

16 CSV Import Reference (Yes/N0) Associated GUI Method ADMGRP-JoeSmith 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, see Data Specific Guidelines on page 8. Examples This section contains examples of how to create data files for DNS zones. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding DNS Zones This example shows how to add a forward mapping zone, corp100.com, with a grid primary and a grid secondary, where the gird secondary = hostname/stealth/lead/grid_replicate. header-authzone,fqdn*,zone_format*,comment,grid_primary,grid_primary_stealth, grid_secondaries authzone,corp100.com,forward,usa,grid.infoblox.com,false,member.infoblox.com/false/ False3 This example shows how to create a data file to add an IPv4 reverse mapping zone, /8, with a grid primary and an external secondary, where the external secondary = name/ip/stealth/use_2x_tsig/use_tsig/ tsig_name/tsig_key. header-authzone,fqdn*,zone_format*,external_secondaries,grid_primary, grid_primary_stealth authzone, /8,ipv4,ns2.com/ /false/false/false/none/none, grid.infoblox.com,false This example shows how to create a data file to add an IPv6 reverse-mapping zone, 1234::/64, with an external primary and a grid secondary, where the external primary = name/ip/stealth/use_2x_tsig/use_tsig/ tsig_name/tsig_key. header-authzone,fqdn*,zone_format*,external_primaries,grid_secondaries authzone,1234::/64,ipv6,ns1.com/ /false/false/false/none/none, member.infoblox.com/false/false/false Overwriting DNS Zone Data This example shows how to overwrite a comment from USA to Japan and remove the grid secondary. header-authzone,fqdn*,zone_format*,comment,grid_primary,grid_primary_stealth,grid_seco ndaries authzone,corp100.com,forward,japan,grid.infoblox.com,false This example shows how to overwrite a grid primary from grid.infoblox.com to member.infoblox.com. header-authzone,fqdn*,zone_format*,external_secondaries,grid_primary, grid_primary_stealth authzone, /8,ipv4,ns2.com/ /false/false/false/none/none, member.infoblox.com,false Merging DNS Zone Data This example shows how to merge the extensible attribute Site = HQ and add the RW permission to an admin group DNS_admins. header-authzone,fqdn*,zone_format*,admgrp-dns_admins,ea-site authzone,corp100.com,forward,rw,hq This example shows how to add an external secondary with these values: ns3.com/ /false/false/false/none/none. 16 CSV Import Reference (Rev. A) NIOS 6.5

17 Supported Object Types header-authzone,fqdn*,zone_format*,external_secondaries,grid_primary, grid_primary_stealth authzone, /8,ipv4,ns2.com/ /false/false/false/none/none,ns3.com/ / False/False/False/None/None,FALSE A Record Method Header-ARecord String Yes Example: ARecord fqdn FQDN Yes Name name This field combines the A record name and the zone name to form the FQDN. Example: a1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. address IP address Yes IP Address ipv4addr Example: _new_address IP address No Add this field to overwrite the address field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disable Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: 7200 EA-Site String No Extensible attribute Site EA-Users List No Extensible attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes extensible_attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for A records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an A Record This example shows how to add an A record, bind_a.corp100.com, with the extensible attribute Site = Infoblox, and the permission, DNS_Adams = RO. NIOS 6.5 CSV Import Reference (Rev. A) 17

18 CSV Import Reference header-arecord,address*,fqdn*,admgrp-dns_admins,ea-site arecord, ,bind_a.corp100.com,ro,infoblox Overwriting A Record Data This example shows how to to modify the permission of the admin group DNS_Adams from RO to DENY in an existing A record, bind_a.corp100.com. header-arecord,address*,fqdn*,admgrp-dns_admins arecord, ,bind_a.corp100.com,deny Merging DNS Zone Data This example shows how to merge the TTL value = 1280 to an existing A record, bind_a.corp100.com. header-arecord,address*,fqdn*,ttl arecord, ,bind_a.corp100.com,1280 AAAA Record Method Header-AaaaRecord String Yes Example: AaaaRecord fqdn FQDN Yes Name zone This field combines the AAAA record name and the zone name to form the FQDN. Example: aaaa1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default address IPv6 address Yes IP Address ipv6addr Example: 100::10 _new_address IPv6 address No Add this field to overwrite the address field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disabled Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: 7200 EA-Site String No Extensible attribute Site EA-Users List No Extensible attribute Users extensible_attributes extensible_attributes EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page CSV Import Reference (Rev. A) NIOS 6.5

19 Supported Object Types Method ADMGRP-JoeSmith 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, see Data Specific Guidelines on page 8. Examples This section contains examples of how to create data files for AAAA records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an AAAA Record This example shows how to add an AAAA record, bind_aaaa.corp100.com, with a comment = add by superuser, and TTL = header-aaaarecord,address*,fqdn*,comment,ttl aaaarecord,1234:1234::1,bind_aaaa.corp100.co,add by superuser,3600 Overwriting AAAA Record Data This example shows how to modify an existing AAAA record from address 1234:1234::1 to 1234:1234::2, and TTL from 3600 to header-aaaarecord,address*,_new_address,fqdn*,ttl aaaarecord,1234:1234::1,1234:1234:2,bind_aaaa.corp100.com,3800 Merging AAAA Record Data This example shows how to disable an existing AAAA record. header-aaaarecord,address*,fqdn*,disabled aaaarecord,1234:1234::2,bind_aaaa.corp100.com,true CNAME Record Method Header-CnameRecord String Yes Example: CnameRecord fqdn FQDN Yes Alias zone This field combines the CNAME record name and the zone name to form the FQDN. Example: c1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default canonical_name Domain name Yes Canonical Name canonical Example: comment String No Comment comment disabled Boolean No Disable disabled Example: FALSE NIOS 6.5 CSV Import Reference (Rev. A) 19

20 CSV Import Reference Method ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: EA-Site String No Extensible attribute Site ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes permission EA-Site is an example of a predefined 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 8. 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 8. Examples This section contains examples of how to create data files for CNAME records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a CNAME Record This example shows how to add a CNAME record, bind_cname.corp100.com, to the Default DNS view. header-cnamerecord,fqdn*,canonical_name*,view cnamerecord,bind_cname.corp100.com,somewhere.corp100.com,default Overwriting CNAME Record Data This example shows how to override a canonical name from somewhere.corp100.com to somewhere2.corp100.com. header-cnamerecord,fqdn*,canonical_name* cnamerecord,bind_cname.corp100.com,somewhere2.corp100.com Merging CNAME Record Data This example shows how to merge the following data: admin group DNS_Admins with RW permission and extensible attribute Site = New York. header-cnamerecord,fqdn*,admgrpdns_admins,ea-site cnamerecord,bind_cname.corp100.com,rw,new York DNAME Record Method Header-DnameRecord String Yes Example: DnameRecord fqdn FQDN Yes Alias zone This field combines the DNAME record name and the zone name to form the FQDN. Example: d1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default 20 CSV Import Reference (Rev. A) NIOS 6.5

21 Supported Object Types Method target Domain name Yes Target target Example: d1.foo.com comment String No Comment comment disabled Boolean No Disable disabled Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: EA-Site String No Extensible attribute Site ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes permission EA-Site is an example of a predefined 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 8. 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 8. Examples This section contains examples of how to create data files for DNAME records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a DNAME Record This example shows how to add a DNAME record, bind_dname.corp100.com, with target = bind_dname.corp200.com, extensible attribute Site = HQ, and disabled = TRUE. header-dnamerecord,fqdn*,target*,disabled,ea-site dnamerecord,bind_dname.corp100.com,bind_dname.corp200.com,true,hq Overwriting DNAME Record Data This example shows how to enable the existing DNAME record, bind_dname.corp100.com, and add admin group DNS_Adams with RO permission. header-dnamerecord,fqdn*,target*,disabled,admgrpdns_admins dnamerecord,bind_dname.corp100.com,bind_dname.corp200.com,false,ro Merging DNAME Record Data This example shows how to add a comment to the existing DNAME record, bind_dname.corp100.com, and change the TTL to header-dnamerecord,fqdn,target*,comment,ttl dnamerecord,bind_dname.corp100.com,bind_dname.corp200.com,add by DNS admin,3860 NIOS 6.5 CSV Import Reference (Rev. A) 21

22 CSV Import Reference MX Record Method Header-MxRecord String Yes Example: MxRecord fqdn FQDN Yes Mail Destination zone This field combines the MX record name and the zone name to form the FQDN. Example: MX1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default mx Domain name Yes Mail Exchange exchanger Example: mailer.foo.com _new_mx Domain name No Add this field to overwrite the mx field when you select the overwrite or merge option. priority Yes Preference pref Example: 10 _new_priority No Add this field to overwrite the priority field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disable Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: EA-Site String No Extensible attribute Site EA-Users String No Extensible attribute Country ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes extensible_attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for MX records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. 22 CSV Import Reference (Rev. A) NIOS 6.5

23 Supported Object Types Adding an MX Record This example shows how to add an MX record, bind_mx.corp100.com, with a mail exchanger, exchange.corp100.com and priority = 20. header-mxrecord,fqdn*,mx*,priority* mxrecord,bind_mx.corp100.com,exchange.corp100.com,20 Overwriting MX Record Data This example shows how to overwrite an existing MX record with a new fqdn, bind_mx2.corp100.com, and a new mail exchanger, new_exchange.corp100.com. header-mxrecord,fqdn*,_new_fqdn,mx*,_new_mx mxrecord,bind_mx.corp100.com,bind_mx2.corp100.com,exchange.corp100.com,new_exchange.co rp100.com Merging MX Record Data This example shows how to merge data to the existing MX record, bind_mx2.corp100.com, by adding inherited TTL value and extensible attributes Site = USA. header-mxrecord,fqdn*,mx*,priority*,ttl,ea-site mxrecord,bind_mx2.corp100.com,new_exchange.corp100.com,20,usa NAPTR Record Object Header-NaptrRecord String Yes Example: NaptrRecord fqdn FQDN Yes Domain name This field combines the domain name and the zone name to form the FQDN. Example: aptr1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default order Yes Order order Example: 10 _new_order No Add this field to overwrite the order field when you select the overwrite or merge option. preference Yes Preference preference Example: 20 _new_preference No Add this field to overwrite the preference field when you select the overwrite or merge option. flags String Yes Flags flags You can leave this field empty. Example: U _new_flags String No Add this field to overwrite the flags field when you select the overwrite or merge option. services String Yes Service services You can leave this field empty. Example: SIP+D2U NIOS 6.5 CSV Import Reference (Rev. A) 23

24 CSV Import Reference Object _new_services String No Add this field to overwrite the services field when you select the overwrite or merge option. regexp String Yes REGEX regexp You can leave this field empty. Example: _new_regexp String No Add this field to overwrite the regexp field when you select the overwrite or merge option. replacement String Yes Replacement replacement Example: corp100.com _new_replacement String No Add this field to overwrite the replacement field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disable Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: EA-Site String No Extensible attribute Site EA-Users String No Extensible attribute Country ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attrib utes extensible_attrib utes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for NPATR records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a NAPTR Record This example shows how to add a NAPTR record, bind_naptr.corp100.com, with order = 10, preference = 20, and replacement = corp200.com. header-naptrrecord,fqdn*,order*,preference*,replacement* naptrrecord,bind_naptr.corp100.com,10,20,corp200.com Overwriting NAPTR Record Data This example shows how to overwrite the FQDN of an existing NAPTR record from bind_naptr.corp100.com to bind_naptr2.corp100.com. header-naptrrecord,fqdn*,_new_fqdn order*,preference*,replacement* naptrrecord,bind_naptr.corp100.com,bind_naptr2.corp100.com,10,20,corp200.com 24 CSV Import Reference (Rev. A) NIOS 6.5

25 Supported Object Types This example shows how to override the preference of an existing NAPTR record from 20 to 25 and replacement from corp200.com to corp300.com. header-naptrrecord,fqdn*,order*,preference*,_new_preference,replacement*,_new_replacem ent naptrrecord,bind_naptr.corp100.com, ,corp200.com,corp300.com Merging NAPTR Record Data This example shows how to merge Service = http+e2u and TTL = 3600 seconds to an existing NAPTR record. header-naptrrecord,fqdn*,order*,preference*,replacement*,services,ttl naptrrecord,bind_naptr.corp100.com,10,25,corp300.com,http+e2u,3600 NS Record Object Header-NsRecord String Yes Example: NsRecord fqdn FQDN Yes Zone name This field combines the domain name and the zone name to form the FQDN. Example: test.corp100.com view String No DNS View views If no view is specified, the Default view is used. Example: Default dname Domain name Yes Name Server nameserver Example: ns1.corp100.com _new_dname Domain name No Add this field to overwrite the dname field when you select the overwrite or merge option. zone_nameservers Server list Yes Name server list addresses Data must be in the following format: IPAddress1/auto_create_ptr1, IPAddress2/auto_create_ptr2 Example: /TRUE, /FALSE, /TRUE Examples This section contains examples of how to create data files for NS records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an NS Record This example shows how to add an NS record corp100.com in the Default DNS view with DNAME (name server) = ns1.corp100.com, name server address = , and TRUE for adding a PTR Record. header-nsrecord,fqdn*,view,dname*,zone_nameservers* nsrecord,corp100.com,default,ns1.corp100.com, /TRUE This example shows how to add an NS record corp200.com in the Internal DNS view with DNAME (name server) = ns1.corp200.com and two name server addresses: with TRUE for adding a PTR Record and with TRUE for adding a PTR record. header-nsrecord,fqdn*,view,dname*,zone_nameservers* nsrecord,corp200.com,internal,ns1.corp200.com, /TRUE, /TRUE NIOS 6.5 CSV Import Reference (Rev. A) 25

26 CSV Import Reference Overwriting NS Record Data This example shows how to overwrite the DNAME of an existing NS record from ns1.corp100.com to ns2.corp100.com. header-nsrecord,fqdn*,dname*,_new_dname,zone_nameservers* nsrecord,corp100.com,ns1.corp100.com,ns2.corp100.com, /TRUE This example shows how to overwrite the zone name servers of an existing NS record to /TRUE and /TRUE. header-nsrecord,fqdn*,dname*,zone_nameservers* nsrecord,corp100.com,ns2.corp100.com, /TRUE, /TRUE Merging NS Record Data This example shows how to merge zone name servers /TRUE and /TRUE to an NS record. header-nsrecord,fqdn*,dname*,zone_nameservers* nsrecord,corp200.com,ns1.corp200.com, /TRUE, /TRUE PTR Record Object Header-PtrRecord String Yes Example: PtrRecord fqdn FQDN No Domain Name name zone This field is required if you do not use the address field. Either the IP address or FQDN is required. Example: in.addr.arpa _new_fqdn Reverse FQDN No Add this field to overwrite the fqdn field when you use the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default address IP address No IP Address ipv4addr ipv6addr This field is required if you do not use the fqdn field. Either the IP address or FQDN is required. Example: If the PTR record belongs to a forward-mapping zone, this field is empty. _new_address IP address No Add this field to overwrite the address field when you use the overwrite or merge option. dname FQDN Yes Name ptrdname Example: ss.dd.ff _new_dname FQDN No Add this field to overwrite the dname field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disable Example: FALSE ttl No TTL ttl This is an inherited field. Example: CSV Import Reference (Rev. A) NIOS 6.5

27 Supported Object Types Object EA-Site String No Extensible attribute Site ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes permission EA-Site is an example of a predefined 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 8. 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 8. Examples This section contains examples of how to create data files for PTR records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a PTR Record This example shows how to add a PTR record. header-ptrrecord,dname*,fqdn ptrrecord,ptr.corp100.com, in-addr.arpa Overwriting PTR Record Data This example shows how to overwrite an existing PTR record with a new FQDN, in-addr.arpa. header-ptrrecord,dname*,fqdn ptrrecord,ptr.corp100.com, in-addr.arpa This example shows how to overwrite an existing PTR record with a new IP address, header-ptrrecord,dname*,address ptrrecord,ptr.corp100.com, Merging PTR Record Data This example shows how to change the DNAME of a PTR record from ptr.corp100.com to ptr2.corp100.com, and to add comment = East Asia. header-ptrrecord,dname*,_new_dname,comment ptrrecord,ptr.corp100.com,ptr2.corp100.com,east Asia TXT Record Object Header-TxtRecord String Yes Example: TxtRecord fqdn FQDN Yes Name name zone This field combines the record name and the zone name to form the FQDN. Example: t1.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default NIOS 6.5 CSV Import Reference (Rev. A) 27

28 CSV Import Reference Object text String No Text text You can leave this field empty. _new_txt String No Add this field to overwrite the txt field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disable Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: EA-Site String No Extensible attribute Site ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes permission EA-Site is an example of a predefined 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 8. 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 8. Examples This section contains examples of how to create data files for TXT record data import. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a TXT Record This example shows how to add a TXT record, bind_txt.corp100.com, with text = this is a TXT record and TTL set to 3600 seconds. header-txtrecord,fqdn*,text,ttl txtrecord,bind_txt.corp100.com,this is a TXT record,3600 Overwriting TXT Record Data This example shows how to overwrite the text field of a TXT record. header-txtrecord,fqdn*,text,_new_text txtrecord,bind_txt.corp100.com,this is a TXT record,this is a new TXT record Merging TXT Record Data This example shows how to add comment = USA and disabled = TRUE to an existing TXT record. header-txtrecord,fqdn*,text,comment,disabled txtrecord,bind_txt.corp100.com,this is a TXT record,usa,true 28 CSV Import Reference (Rev. A) NIOS 6.5

29 Supported Object Types SRV Record Object Header-SrvRecord String Yes Example: SrvRecord fqdn FQDN Yes Service name zone This field combines the service name and the zone name to form the FQDN. Example: _http._tcp.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default priority Yes Priority priority Example: 10 _new_priority No Add this field to overwrite the priority field when you select the overwrite or merge option. weight Yes Weight weight Example: 20 _new_weight No Add this field to overwrite the weight field when you select the overwrite or merge option. port Yes Port port Example: 80 _new_port No Add this field to overwrite the port field when you select the overwrite or merge option. target Domain name Yes Target target Example: foo.test.com _new_target Domain name No Add this field to overwrite the target field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disable Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: EA-Site String No Extensible attribute Site ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes permission EA-Site is an example of a predefined 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 8. 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 8. NIOS 6.5 CSV Import Reference (Rev. A) 29

30 CSV Import Reference Examples This section contains examples of how to create data files for SRV records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a SRV Record This example shows how to add a new SRV record. header-srvrecord,fqdn*,port*,priority*,target*,weight* srvrecord,bind_srv.corp100.com,80,10,srv.corp100.com,20 Overwriting SRV Record Data This example shows how to overwrite the following data of a SRV record: port from 80 to 88 and priority from 10 to 20. header-srvrecord,fqdn*,port*,_new_port,priority*,_new_priority,target*,weight* srvrecord,bind_srv.corp100.com,80,88,10,20,srv.corp100.com,20 This example shows how to overwrite the following data of a SRV record: target from srv.corp100.com to srv2corp100.com and weight from 20 to 30. header-srvrecord,fqdn*,port*,priority*,target*,_new_target,weight*,_new_weight srvrecord,bind_srv.corp100.com,88,20,srv.corp100.com,sv2.corp100.com,20,30 Merging SRV Record Data This example shows how to merge the following data to a SRV record: comment = USA and disabled = TRUE. header-srvrecord,fqdn*,port*,priority*,target*,weight*,comment,disabled srvrecord,bind_srv.corp100.com,80,10,srv.corp100.com,20,usa,true Host Record If only one IPv4 address is specified in the host record, you can add DHCP options to the host address. Object Header-HostRecord String Yes Example: HostRecord fqdn FQDN Yes Name name zone This field combines the host record name and the zone name to form the FQDN. Example: h2.corp100.com _new_fqdn FQDN No Add this field to overwrite the fqdn field when you select the overwrite or merge option. view String No DNS View views If no view is specified, the Default view is used. Example: Default addresses ipv6_addresses IP address or IP address list IP address or IP address list No IP Addresses ipv4addr You must specify a value in this field or in the ipv6_addresses field. Example: or , If there are multiple addresses in the host record, use HostAddress to specify the parameters for each address. For information, see IPv4 Host Address on page 32 and IPv6 Host Address on page 34. No IP Addresses ipv6addr You must specify a value in this field or in the addresses field. If there are multiple addresses in the host record, use HostAddress to specify the parameters for each address. For information, see IPv4 Host Address on page 32 and IPv6 Host Address on page 34. aliases Alias list No Aliases aliases Example: 30 CSV Import Reference (Rev. A) NIOS 6.5

31 Supported Object Types Object configure_for_dns Boolean No Enable in DNS configure_for_ dns Example: TRUE _new_configure_for_ dns Boolean No Enable in DNS configure_for_ dns Add this field to overwrite the configure_for_dns field when you select the overwrite or merge option. comment String No Comment comment disabled Boolean No Disable disabled Example: FALSE ttl No TTL ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: mac_address MAC address No MAC Address mac_address This field applies to the host address. This is required if the IP address is configured for DHCP. Example: aa:bb:c2:dd:e1:ff configure_for_dhcp Boolean No DHCP check box configure_for_ dhcp This field applies to the host address. Example: TRUE deny_bootp Boolean No Deny BOOTP Requests broadcast_address String No Broadcast Address deny_bootp This field applies to the host address. Example: FALSE This field applies to the host address. boot_file String No Boot File boot_file This field applies to the host address. boot_server String No Boot Server boot_server This field applies to the host address. next_server String No Next Server next_server This field applies to the host address. lease_time No Lease Time lease_time This field applies to the host address. pxe_lease_time_ enabled Boolean No Enable PXE Lease Time This field applies to the host address. pxe_lease_time No PXE Lease Time pxe_lease_time This field applies to the host address. domain_name FQDN No Domain Name domain_name This field applies to the host address. domain_name_ servers IP list No Name Server This field applies to the host address. Example: , routers IP list No Router This field applies to the host address. Example: , match_option String No match_client This field applies to the host address. Data must be in the following format: MAC_ADDRESS/RESERVED ignore_dhcp_param _request_list Boolean No Ignore Optionalist ignore-dhcp_ option_list_ request This field applies to the host address. OPTION-1 String No Custom DHCP Options options This field applies to the host address. Example: name implies vendor_class= DHCP (default) OPTION-XXXX-200 Option information No Custom DHCP Options options This field applies to the host address. Example: dfdfdfd name implies vendor_class= XXXX, optioncode/number 200 NIOS 6.5 CSV Import Reference (Rev. A) 31

32 CSV Import Reference Object EA-Site String No Extensible attribute Site ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes permission EA-Site is an example of a predefined 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 8. 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 8. Examples This section contains examples of how to create data files for host records. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a Host Record This example shows how to add a new host record, host1, in zone corp100.com and DNS view Initial. header-hostrecord,addresses,configure_for_dns*,fqdn*,view hostrecord, ,true,host1.corp100.com,inital This example shows how to add a new host record, host2, in zone corp100.com with aliases = comment = USA, and TTL = 3600 seconds. header-hostrecord,addresses,configure_for_dns*,fqdn*,aliases,comment,ttl hostrecord, ,true,host2.corp100.com, Overwriting Host Record Data This example shows how to overwrite the FQDN of an existing host record from host1.corp100.com to new_host1.corp100.com, and to change the TTL to 128 seconds. header-hostrecord,addresses,configure_for_dns*,fqdn*,_new_fqdn,ttl hostrecord, ,true,host1.corp100.com,new_host1.corp100.com,1280 This example shows how to overwrite the aliases of a host record from to and comment from USA to Japan. header-hostrecord,addresses*,configure_for_dns*,fqdn*,aliases,comment hostrecord, ,true,host2.corp100.com, Merging Host Record Data This example shows how to disable an existing host record. header-hostrecord,configure_for_dns*,addresses*,fqdn*,disabled hostrecord, ,true,new_host1.corp100.com,true This example shows how to add additional aliases to a host record. header-hostrecord,configure_for_dns*,addresses*,fqdn*,aliases hostrecord, ,true,host2.corp100.com, IPv4 Host Address Use this object type to define parameters for each IP address in an IPv4 host record. The appliance updates an existing host address when you use the add mode in an import. For information about host records, refer to the Infoblox Administrator Guide. 32 CSV Import Reference (Rev. A) NIOS 6.5

33 Supported Object Types Method Header-HostAddress String Yes Example: HostAddress parent FQDN Yes Example: h1.corp100.com view String No DNS View views If no view is specified, the Default view is used. Example: Default address IP address Yes IP Address ipv4addr Example: _new_address IP address No Add this field to overwrite the address field when you select the overwrite or merge option. mac_address MAC address No MAC Address mac_address This is required if the IP address is configured for DHCP. Example: aa:bb:c2:dd:e1:ff configure_for_dhcp Boolean No DHCP check box configure_for_ dhcp Example: TRUE deny_bootp Boolean No Deny BOOTP Requests broadcast_address String No Broadcast Address deny_bootp Example: FALSE boot_file String No Boot File boot_file boot_server String No Boot Server boot_server next_server String No Next Server next_server lease_time No Lease Time lease_time pxe_lease_time_ enabled Boolean No Enable PXE Lease Time Example: TRUE pxe_lease_time No PXE Lease Time pxe_lease_time domain_name FQDN No Domain Name domain_name domain_name_ servers IP list No Name Server Example: [ , ] routers IP list No Router Example: [ , ] match_option String No match_client Data must be in the following format: MAC_ADDRESS/CLIENT_IDENTIFIER/RESERVED ignore_dhcp_param_ request_list Boolean No Ignore Optionlist ignore-dhcp_ option_list_ request OPTION-1 String No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: implies vendor_class= DHCP (default) OPTION-XXXX-200 Option information No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, optioncode/number 200 NIOS 6.5 CSV Import Reference (Rev. A) 33

34 CSV Import Reference Examples This section contains examples of how to create data files for host addresses. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv4 Host Address This example shows how to import the host address in host record h1.corp100.com with a MAC address, enabled DHCP, and a domain name. header-hostaddress,parent*,address*,mac_address,configure_for_dhcp,domain_name hostaddres,h1.corp100.com, ,aa:aa:aa:aa:aa:aa,true,corp200.com This example shows how to import the host address in host record h2.corp100.com with a MAC address, and two routers with addresses and header-hostaddress,parent*,address*,mac_address,configure_for_dhcp,routers hostaddress,h2.corp100.com, ,bb:aa:aa:aa:aa:aa,false, , Overwriting IPv4 Host Address Data This example shows how to overwrite the MAC address and domain name of a host address, and to set configure DHCP to TRUE. header-hostaddress,parent*,address*,mac_address,configure_for_dhcp,domain_name hostaddress,h1.corp100.com, ,cc:aa:aa:aa:aa:aa,false,corp300.com This example shows how to overwrite the router address of a host address from , to header-hostaddress,parent*,address*,routers hostaddress,h2.corp100.com, , Merging IPv4 Host Address Data This example shows how to merge the following data of a host address: change a new address from to , change bootp to DENY, and add lease time. header-hostaddress,parent*,address*,_new_address,deny_bootp,lease_time hostaddress,h1.corp100.com, , ,false,3600 This example shows how to merge the broadcast address, PXE lease time, and enabled ignore option list to an IPv4 host address. header-hostaddress,parent*,address*,broadcast_address,pxe_lease_time,ignore_dhcp_param _request_list hostaddress,h2.corp100.com, , ,1280,true IPv6 Host Address Associated PAPI Method Header-IPv6HostAddress String Yes Example: IPv6hostaddress view String No DNS View view If no view is specified, the Default view is used. Example: Default parent String Yes Example: 2000::/64 address_type Enumeration No address_type Valid values are ADDRESS, PREFIX, or BOTH. If no value is specified, ADDRESS (default) is used. Example: PREFIX address IPv6 address Yes IPv6 Address ipv6addr Example: 1001:: CSV Import Reference (Rev. A) NIOS 6.5

35 Supported Object Types Associated PAPI Method _new_address IPv6 address No Add this field to overwrite the address field when you select the overwrite or merge option. ipv6_prefix IPv6 prefix No ipv6prefix This field is required if address_type is ADDRESS or BOTH. Example: 2000:1111:: _new_ipv6_prefix IPv6 prefix No Add this field to overwrite the ipv6_prefix field when you select the overwrite or merge option. ipv6_prefix_bits Integer No IPv6_prefix_ bits configure_for_dhcp Boolean No DHCP check box configure_for_ dhcp This field is required if address_type is ADDRESS or BOTH. Example: 32 Example: TRUE match_option String No match_client Only DUID is allowed. Example: DUID duid String No DUID duid Example: 0001 domain_name FQDN No Domain Name domain_name_servers valid_lifetime IPv6 address list No Name Server Example: 2000::10,3000::10 No Valid Lifetime valid_lifetime Example: preferred_lifetime No Preferred Lifetime preferred_ lifetime Example: OPTION-7 Integer No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 12 name implies option space = DHCPv6, option code/number 7 OPTION-XXXX-200 Option information No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 Examples This section contains examples of how to create data files for IPv6 host addresses. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv6 Host Address This example shows how to import an IPv6 host address to a host record in the Default DNS view. header-ipv6hostaddress,parent*,address*,view IPv6hostaddress,h1.corp100.com,1001::001,Default Overwriting IPv6 Host Address Data This example shows how to overwrite an IPv6 host address. header-ipv6hostaddress,parent*,address*,_new_address IPv6hostaddress,h1.corp100.com,1001::001,2000::10 NIOS 6.5 CSV Import Reference (Rev. A) 35

36 CSV Import Reference Merging IPv6 Host Address Data This example shows how to merge a DUID to an IPv6 host address. header-ipv6hostaddress,parent*,address*,duid IPv6hostaddress,h1.corp100.com,2000::10,0001 NXDOMAIN and Blacklist Rulesets Associated PAPI Method Header-Ruleset String Yes Example: Ruleset name String Yes Name name Example: ruleset1 _new_name String 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 disabled Boolean No Disable disabled Example: FALSE comment String No Comment comment ADMGRP-JoeSmith 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, see Data Specific Guidelines on page 8. 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 36 CSV Import Reference (Rev. A) NIOS 6.5

37 Supported Object Types NXDOMAIN Rule Method Header-nxdomainrule String Yes Example: NxdomainRule parent String Yes Name nxdomain_rules This field indicates the ruleset to which the NXDOMAIN rule belongs. Example: nxdomain-ruleset1 pattern String Yes Pattern pattern Use this to match domain names. You cannot use the characters * and,, in the domain name. Example: foo _new_pattern String No Example: foo-new action String Yes Action action The valid value is PASS, MODIFY or REDIRECT. Example: PASS Examples This section contains examples of how to create data files for NXDOMAIN rules. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an NXDOMAIN Rule This example shows how to import an NXDOMAIN rule. header-nxdomainrule,action*,parent*,pattern* nxdomainrule,redirect,nxd,*foo.com Overwriting NXDOMAIN Rule Data This example shows how to overwrite the action of an NXDOMAIN rule. header-nxdomainrule,action*,parent*,pattern* nxdomainrule,redirct,nxd,*bar.com Blacklist Rule Method Header-blacklistrule String Yes Example: BlacklistRule parent String Yes Name blacklist_rulesets Example: blacklist-ruleset1 domain_name String Yes Domain Name Use this to match domain names. You cannot use the characters * and,, in the domain name. The domain name cannot exceed 255 characters. Example: _new_domain_name String No Example: action String Yes Action blacklist_action The valid value is PASS or REDIRECT. Example: PASS NIOS 6.5 CSV Import Reference (Rev. A) 37

38 CSV Import Reference Examples This section contains examples of how to create data files for blacklist rules. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a Blacklist Rule This example shows how to import a blacklist rule. header-blacklistrule,parent*,domain_name*,action* BlacklistRule,BlackList,foobar.com,REDIRECT Overwriting Blacklist Rule Data This example shows how to overwrite the action of a blacklist rule. header-blacklistrule,parent*,domain_name*,action* BlacklistRule,BlackList,foobar.com,PASS DNS64 Synthesis Group Method Header-Dns64Synthesis Group String Yes Example: Dns64SynthesisGroup name String Yes Name name Example: group1 prefix IPv6 network Yes Prefix prefix Example: 64:FF9B::/96 comment String No Comment comment clients Access control list No Name clients Valid values are IPv4 and IPv6 addresses and networks only. The default value is Any. Example: 2000::/64/Allow mapped Access control list No Mapped IPv4 Address -> Name mapped Valid values are IPv4 addresses and networks only. The default value is Any. Example: /8/Allow exclude Access control list No Excluded IPv6 Address -> Name exclude Valid values are IPv6 addresses and networks only. The default is None. Example: 2000::/Allow disabled Boolean No Disabled disable Example: FALSE Examples This section contains examples of how to create data files for DNS64 synthesis groups. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a DNS64 Synthesis Group This example shows how to import a DNS64 Synthesis Group. header-dns64synthesisgroup,name*,prefix*,mapped Dns64SynthesisGroup,DNS64Group1,64:FF9B::/96, /8/Allow Overwriting DNS64 Synthesis Group Data This example shows how to overwrite the mapped IPv4 address of a DNS64 synthesis group. header-dns64synthesisgroup,name*,prefix*,mapped Dns64SynthesisGroup,DNS64Group1,64:FF9B::/96, /24/Allow 38 CSV Import Reference (Rev. A) NIOS 6.5

39 Supported Object Types IPv4 Network Method Usage and Comments Header-Network String Yes Example: Network address IP address Yes Address network Example: netmask Netmask Yes Netmask network Example: network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default comment String No Comment comment auto_create_ reversezone Boolean No Automatically create reverse mapping zone auto_create_ reversezone Example: TRUE is_authoritative Boolean No Authoritative authority Example: FALSE boot_file String No Boot File bootfile Example: bootfile1 boot_server String No Boot Server bootserver Example: abc.corp100.com ddns_ domainname String No DDNS Domain Name ddns_ domainname Example: ddns.corp100.com generate_ hostname Boolean No Generate Hostname ddns_generate_ hostname Example: TRUE always_update_ dns Boolean No DNS Zones Associations ddns_server_ always_updates Example: FALSE update_static_ leases Boolean No Fixed Address Updates ddns_update_fixed_ address Example: FALSE update_dns_on_ lease_renewal Boolean No Update DNS on DHCP Lease Renewal override_update_ dns_on_lease_ renewal Example: TRUE ddns_ttl No DDNS Update TTL ddns_ttl This is an inherited field. For information, see Data Specific Guidelines on page 8. Example: 1200 enable_option81 Boolean No Option 81 Support ddns_use_option81 Example: TRUE deny_bootp Boolean No Deny BOOTP Requests deny_bootp Example: FALSE broadcast_ address String No Broadcast Address disabled Boolean No Disabled disable Example: FALSE enable_ddns Boolean No Enable DDNS Updates enable_thresholds Boolean No Enable DHCP Thresholds enable_ddns enable_dhcp_ thresholds Example: FALSE When you set this field to TRUE, you must enter values in the range_high_water_mark and range_low_water_mark fields. You cannot leave those fields empty. Otherwise, the appliance generates an error. NIOS 6.5 CSV Import Reference (Rev. A) 39

40 CSV Import Reference Method Usage and Comments enable_threshold_ _ warnings Boolean No Enable Warnings enable_ _ warnings When you use the merge function, the appliance preserves the existing value in this field. When you use the overwrite function, you must include a value (TURE or FALSE). Otherwise, the appliance generates an error. Example: TRUE enable_threshold_ snmp_ warnings Boolean No Enable SNMP Warnings enable_snmp_ warnings When you use the merge function, the appliance preserves the existing value in this field. When you use the overwrite function, you must include a value (TURE or FALSE). Otherwise, the appliance generates an error. Example: TRUE range_high_water _mark Integer No High Water Mark high_water_mark When you set enable_thresholds to TRUE, you must enter values in this field and in the range_low_water_mark field. You cannot leave these fields empty. Otherwise, the appliance generates an error. Example: 80 ignore_client_ requested_ options Boolean No Ignore Optionlist ignore_dhcp_ option_list_request Example: TRUE range_low_water_ mark Integer No Low Water Mark low_water_mark When you set enable_thresholds to TRUE, you must enter values in this field and in the range_high_water_mark field. You cannot leave these fields empty. Otherwise, the appliance generates an error. Example: 10 next_server String No Next Server nextserver Example: blue.domain.com lease_time No Lease Time Example: 1100 enable_pxe_lease _time Boolean No Enable PXE lease time Example: FALSE pxe_lease_time No PXE Lease Time pxe_lease_time Example: 1100 recycle_leases Boolean No Lease Deletion recycle_leases This field is set to TRUE by default. Ensure that you use the overwrite option if you want to change the value to FALSE. Merging data from an import preserves the default value. threshold_ _ addresses dhcp_members routers address list Grid member list IP address list No Addresses Example: "'[email protected]','admin2@somewh ere.com'" No Members members Example: "host1.infoblox.com,host2.infoblox.com" No Routers Example: " , ," domain_name FQDN No Domain Name domain_name_ servers IP address list No DNS Servers Example: " , " 40 CSV Import Reference (Rev. A) NIOS 6.5

41 Supported Object Types Method Usage and Comments zone_associations Zone list No Example: test.com/true OPTION-1 String No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: name implies vendor_class= DHCP (default) OPTION-XXXX-200 Option information No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute User ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes extensible_attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for networks. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv4 Network This example shows how to import network /24 in the network view External with auto create reverse zone enabled and a comment. header-network,address*,netmask*,network_view,auto_create_reversezone,comment network, , ,external,true,this is comment field Overwriting IPv4 Network Data This example shows how to overwrite the following data in an existing network: enable the network to be authoritative and to add boot files bppt_file_001 and boot server header-network,address*,netmask*,is_authoritative,boot_file,boot_server network, , ,true,boot_file_001, Merging IPv4 Network Data This example shows how to merge the following data to an existing network: DDNS domain name, enable generate hostname, and disable always update DNS. header-network,address*,netmask*,ddns_domainname,generate_hostname,always_update_dns network, , ,ddns.corp100.com,true,false NIOS 6.5 CSV Import Reference (Rev. A) 41

42 CSV Import Reference Adding IPv4 Networks with Zone Associations Enabled This example shows how to add networks to a member in the default network view with zone association added as the default. The first row adds a network /24 that maps to member ib infoblox.com in the default network view with zone association dnszone1.com added as the default zone association. The second row adds a network /24 that maps to member ib infoblox.com in the default network view with zone associations dnszone1.com and dnszone2.com added, where zone dnszone2.com is configured as the default zone association. network,address*,netmask*,dhcp_members,network_view,zone_associations network, , ,ib infoblox.com,default,dnszone1.com/true/default network, , ,ib infoblox.com,default,dnszone1.com/false/default, dnszone2.com/true/default Overwriting IPv4 Network Data with Zone Associations Enabled This example shows how to overwrite network data with zone association enabled. The first row modifies network /24 zone association from dnszone1.com to dnszone2.com. The second row modifies network /24 default zone association from dnszone2.com to dnszone1.com. header-network,address*,netmask*,dhcp_members,network_view,zone_associations network, , ,ib infoblox.com,default,dnszone2.com/true/default network, , ,ib infoblox.com,default,dnszone1.com/true/default, dnszone2.com/false/default IPv6 Network Method Header-IPv6Network String Yes Example: IPv6Network address IPv6 address Yes Address ipv6addr Example: 2001:: cidr Prefix Yes Netmask Example: 32 network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default comment String No Comment comment Example: This is an IPv6 network. disabled Boolean No Disabled disable Example: TRUE auto_create_reversezone Boolean No Automatically create reverse-mapping zone zone_associations Zone list No DNS Zone Associations auto_create_ reversezone zone_ associations Example: TRUE Example: test.com/true dhcp_members Grid member list No Members members Example: host1.infoblox.com, host2.infoblox.com domain_name String No Domain Name Example: testdomain.com domain_name_servers IP address list No Name Server Example: 2000::10,3000::10 valid_lifetime Integer No Valid Lifetime valid_lifetime Example: Preferred_lifetime Integer No Preferred Lifetime preferred_ lifetime Example: recycle_leases Boolean No recycle_leases Example: FALSE 42 CSV Import Reference (Rev. A) NIOS 6.5

43 Supported Object Types Method enable_ddns Boolean No Enable DDNS Updates enable_ddns Example: TRUE always_update_dns Boolean No FQDN Support ddns_server_ always_updates Example: TRUE ddns_domain_name String No DDNS Domain Name ddns_ domainname Example: ddnsdomain.com ddns_ttl No DDNS Update TTL ddns_ttl Example: 3600 generate_hostname Boolean No Generate Hostname update_dns_on_lease_renewal Boolean No Lease Renewal Update OPTION-7 Integer No Custom DHCP Options override_ddns_ generate_ hostname override_ update_dns_ on_lease_ renewal override_ options Example: TRUE Example: TRUE This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 12 name implies option space = DHCPv6, option code/number 7 OPTION-XXXX-200 Option information No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible attribute Site EA-Users String No Extensible attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes extensible_ attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. NIOS 6.5 CSV Import Reference (Rev. A) 43

44 CSV Import Reference Examples This section contains examples of how to create data files for IPv6 networks. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv6 Network This example shows how to import an IPv6 network 3333::/64 in the Default DHCP view. header-ipv6network,address*,cidr*,network_view,comment,auto_create_reversezone IPv6network,3333::,64,Default,This is a comment,true Overwriting IPv6 Network Data This example shows how to overwrite the following data of an IPv6 network: address and cidr. header-ipv6network,address*,_new_address,cidr*,_new_cidr IPv6network,3333::,2222::,64,32 Merging IPv6 Network Data This example shows how to merge the extensible attribute State and admin group USA_admins to an IPv6 network. header-ipv6network.address*,cidr*,ea-state,admgrp-usa_admins IPv6network,3333::,64,CA,RW IPv4 Shared Network 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: /24, /24, 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 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 always_update_dns Boolean No DNS Zones Associations update_static_leases Boolean No Fixed Address Updates ddns_server_ always_updates ddns_update_ fixed_address Example: FALSE Example: FALSE update_dns_on_ lease_renewal Boolean No Update DNS on DHCP Lease Renewal override_update_ dns_on_lease_ renewal Example: TRUE ddns_ttl Integer No DDNS Update TTL ddns_ttl This is an inherited field. Example: CSV Import Reference (Rev. A) NIOS 6.5

45 Supported Object Types Method enable_option81 Boolean No Option 81 Support deny_bootp Boolean No Deny BOOTP Requests ddns_use_option 81 deny_bootp Example: TRUE Example: FALSE disabled Boolean No Disable disable Example: FALSE enable_ddns Boolean No Enable DDNS Updates enable_ddns Example: FALSE ignore_client_ requested_ options Boolean No Ignore Optionlist ignore_dhcp_ option_list_reque st Example: TRUE next_server String No Next Server nextserver Example: blue.domain.com lease_time No Lease Time Example: 1100 enable_pxe_lease_ time Boolean No Enable PXE lease time Example: FALSE pxe_lease_time routers IP address list No PXE Lease Time pxe_lease_time Example: 1100 No Routers Example: " , " domain_name FQDN No Domain Name domain_name domain_name_servers IP address list No Name Server Example: " , " OPTION-2 Integer No Custom DHCP Options options Example: 50 OPTION-1 String No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: name implies vendor_class= DHCP (default) OPTION-XXXX-200 Option information No Extensible Attribute Site options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible Attribute Users EA-Users String No Permissions Admin Group/Role extensible attributes extensible attributes EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. NIOS 6.5 CSV Import Reference (Rev. A) 45

46 CSV Import Reference Method ADMGRP-JoeSmith 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, see Data Specific Guidelines on page 8. 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, /24, /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, /24, /24, /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, /24, /24,USA,RW IPv6 Shared Network Note: This object is supported in CSV export only. Method Header-IPv6SharedNet work String Yes Example: IPv6SharedNetwork name String Yes Name name Example: IPv6Shared01 _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. networks List Yes Select Network networks Example: 2000::/64,3000::/64 network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default comment String No Comment comment disabled Boolean No Disabled disable Example: FALSE domain_name String No Domain Name Example: testdomain.com 46 CSV Import Reference (Rev. A) NIOS 6.5

47 Supported Object Types Method domain_name_servers IP address list No Name Server Example: 2000::10,3000::10 valid_lifetime Integer No Valid Lifetime valid_lifetime Example: Preferred_lifetime Integer No Preferred Lifetime preferred_ lifetime Example: enable_ddns Boolean No Enable DDNS Updates always_update_dns Boolean No DNS Zones Associations ddns_domain_name String No DDNS Domain Name enable_ddns ddns_server_ always_updates ddns_ domainname Example: TRUE Example: TRUE Example: DDNSdomain ddns_ttl Integer No DDNS Update TTL override_ddns_ttl This is an inherited field. Example: 1200 generate_hostname Boolean No Generate Hostname override_ddns_ generate_ hostname Example: TRUE update_dns_on_ lease_renewal Boolean No Update DNS on DHCP Lease Renewal override_update_ dns_on_lease_ renewal Example: TRUE OPTION-7 Integer No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 12 name implies option space = DHCPv6, option code/number 7 OPTION-XXXX-200 Option information No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible attribute Site EA-Users String No Extensible attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes extensible_ attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. NIOS 6.5 CSV Import Reference (Rev. A) 47

48 CSV Import Reference IPv4 DHCP Range Object Header-DhcpRange String Yes Example: DhcpRange start_address IP address Yes Start start_addr Example: _new_start_address IP address No Add this field to overwrite the start_address field when you select the overwrite or merge option. Example: end_address IP address Yes End end_addr Example: _new_end_address IP address No Add this field to overwrite the end_address field when you select the overwrite or merge option. Example: network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default name String No Name name comment String No Comment comment is_authoritative Boolean No Authoritative authority Example: FALSE boot_file String No Boot File bootfile Example: bootfile1 boot_server String No Boot Server bootserver Example: abc.corp100.com ddns_domainname String No DDNS Domain Name generate_hostname Boolean No Generate Hostname ddns_domainname ddns_generate_ hostname Example: ddns.corp100.com Example: TRUE deny_all_clients Boolean No deny_all_clients Example: FALSE deny_bootp Boolean No Deny BOOTP Requests deny_bootp Example: FALSE disabled Boolean No Disabled disable Example: FALSE domain_name_servers IP address list No Name Servers Example: " , ," enable_ddns Boolean No Enable DDNS Updates enable_thresholds Boolean No Enable DHCP Thresholds enable_ddns enable_dhcp_ thresholds Example: FALSE When you set this field to TRUE, you must enter values in the range_high_water_mark and range_low_water_mark fields. You cannot leave those fields empty. Otherwise, the appliance generates an error. enable_threshold_ _ warnings Boolean No Enable Warnings enable_ _ warnings When you use the merge function, the appliance preserves the existing value in this field. When you use the overwrite function, you must include a value (TURE or FALSE). Otherwise, the appliance generates an error. Example: TRUE 48 CSV Import Reference (Rev. A) NIOS 6.5

49 Supported Object Types Object enable_threshold_ snmp_ warnings Boolean No Enable SNMP Warnings enable_snmp_ warnings When you use the merge function, the appliance preserves the existing value in this field. When you use the overwrite function, you must include a value (TURE or FALSE). Otherwise, the appliance generates an error. Example: TRUE threshold_ _ addresses address list No Addresses Example: "'[email protected]','admin2@somew here.com'" range_high_water_ mark Integer No High Water Mark high_water_mark When you set enable_thresholds to TRUE, you must enter values in this field and in the range_low_water_mark field. You cannot leave these fields empty. Otherwise, the appliance generates an error. Example: 80 ignore_client_ requested_ options Boolean No Ignore Optionlist ignore_dhcp_ option_list_reques t Example: TRUE range_low_water_mark Integer No Low Water Mark low_water_mark When you set enable_thresholds to TRUE, you must enter values in this field and in the range_high_water_mark field. You cannot leave these fields empty. Otherwise, the appliance generates an error. Example: 10 next_server String No Next Server nextserver Example: blue.domain.com lease_time No Lease Time Example: 1100 enable_pxe_lease_ time Boolean No Enable PXE lease time Example: FALSE pxe_lease_time No PXE Lease Time pxe_lease_time Example: 1100 use_unknown_clients Boolean No Allow/Deny Clients: Unknown Clients unknown_client_ option Example: FALSE unknown_clients_ option String No Unknown Clients drop-down unknown_client_ option Example: Allow use_known_clients Boolean No Allow/Deny Clients: Known Clients known_clients_option String No Known Clients drop-down known_clients_ option known_clients_ option Example: TRUE Example: Deny recycle_leases Boolean No Lease Deletion recycle_leases This field is set to TRUE by default. Ensure that you use the overwrite option if you want to change the value to FALSE. Merging data from an import preserves the default value. NIOS 6.5 CSV Import Reference (Rev. A) 49

50 CSV Import Reference Object update_dns_on_ lease_renewal Boolean No Update DNS on DHCP Lease Renewal override_update_ dns_on_lease_ renewal Example: TRUE always_update_dns Boolean No DNS Zones Associations always_update_ dns Example: FALSE exclusion_ranges IP address range No Exclusion Ranges exclude This field indicates the start to end address range. You can also include a comment. The valid format is start address-end address/comment. Example: / The range for printers, / member Grid member No Served by Grid Member member Example: member.infoblox.com server_association_ type Sting No Valid values are MEMBER, NONE, and FAILOVER failover_association String No Served by Failover Association failover_assoc broadcast_address IP address No Broadcast Address Example: routers IP address list No Routers Example: " , ," domain_name FQDN No Domain Name domain_name mac_filter_rules nac_filter_rules List of MAC filter rules List of NAC Filter rules No Filter Type/Action Example: "MACfiltername1/allow, MACfiltername2/deny" No Filter Type/Action Example: "NACfiltername1/allow, NACfiltername2/deny" relay_agent_filter_rules List of relay agent filter rules Filter Type/Action Example: "RAfiltername1/allow, RAfiltername2/deny" option_filter_rules List of option filter rules Filter Type/Action Example: "Optionfiltername1/allow, Optionfiltername2/deny" OPTION-2 Integer No Custom DHCP Options OPTION-1 String No Custom DHCP Options options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 50 This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: name implies vendor_class= DHCP (default) OPTION-XXXX-200 Option information No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number CSV Import Reference (Rev. A) NIOS 6.5

51 Supported Object Types Object EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible attributes extensible attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for DHCP ranges. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a DHCP Range This example shows how to import a new DHCP range, Range01, with starting IP of and ending IP The range is assigned to a member, master.corp100.com. header-dhcprange,start_address*,end_address*,name,comment,member DhcpRange, , ,Range01,This is a comment.,master.corp100.com Overwriting DHCP Range Data This example shows how to overwrite the starting address and the name of an existing DHCP range,. header-dhcprange,start_address*,_new_start_address,end_address*,name DhcpRange, , , ,Range02 Merging DHCP Range Data This example shows how to merge an exclusion range to to an existing DHCP range, and to replace a member assignment with a failover association, Failover01. header-dhcprange,start_address*,end_address*,exclusion_ranges,failover_association DhcpRange, , , ,Fileaover01 NIOS 6.5 CSV Import Reference (Rev. A) 51

52 CSV Import Reference IPv6 DHCP Range Note: This object is supported in CSV export only. Object Header-IPv6DhcpRange String Yes Example: IPv6DhcpRange address_type Enumeration No address_type Valid values are ADDRESS, PREFIX, and BOTH. If no value is specified, ADDRESS (default) is used. Example: PREFIX parent String No Select Network network This field is required when address_type is PREFIX. Example: 2000::/16 start_address IP address No Address Start start_addr This field is required if address_type is ADDRESS or BOTH. Example: 2000::1 _new_start_address IP address No Add this field to overwrite the start_address field when you select the overwrite or merge option. end_address IP address No Address End end_addr This field is required if address_type is ADDRESS or BOTH. Example: 2000::1 _new_end_address IP address No Add this field to overwrite the end_address field when you select the overwrite or merge option. ipv6_start_prefix IPv6 address prefix No Prefix Delegated Start ipv6_start_prefix This field is required if address_type is PREFIX or BOTH. Example: 2000:1111:: _new_ipv6_start_prefix IPv6 address prefix No Add this field to overwrite the ipv6_start_address field when you select the overwrite or merge option. ipv6_end_prefix IPv6 address prefix No Prefix Delegated End ipv6_end_prefix This field is required if address_type is PREFIX or BOTH. Example: 2000:1111:: _new_ipv6_end_prefix IPv6 address prefix No Add this field to overwrite the ipv6_end_address field when you select the overwrite or merge option. ipb6_prefix_bits Integer No ipv6_prefix_bits This field is required if address_type is PREFIX or BOTH. Example: 32 network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default name String No Name name comment String No Comment comment Example: This is an IPv6 DHCP range. disabled Boolean No Disabled disable Example: FALSE member Grid member No Grid Member member Example: member.infoblox.com server_association_ type Sting No server_association _type Valid values are MEMBER and NONE. If no value is specified, None (default) is used. 52 CSV Import Reference (Rev. A) NIOS 6.5

53 Supported Object Types Object exclusion_ranges IP address range No Exclusion Ranges exclude This field indicates the start to end address range. You can also include a comment. The valid format is: start address-end address/comment. Example: 2000::1-2000::5/ The range for printers recycle_leases Boolean No Lease Deletion recycle_leases This field is set to TRUE by default. Ensure that you use the overwrite option if you want to change the value to FALSE. Merging data from an import preserves the default value. EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible attributes extensible attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. IPv4 Fixed Address/Reservation Note: You can use the fixed address header to import reservations. When you import a reservation, you must specify 00:00:00:00:00:00 in the mac_address field. Object Header-FixedAddress String Yes Example: FixedAddress ip_address IP address Yes IP Address ipv4addr Example: _new_ip_address IP address No Add this field to overwrite the ip_address field when you use the overwrite or merge option. network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default name String No Name name always_update_dns Boolean No DNS Zones Associations always_update_ dns Example: FALSE boot_file String No Boot File bootfile Example: bootfile1 boot_server String No Boot Server bootserver Example: abc.corp100.com prepared_zero Boolean No Example: FALSE NIOS 6.5 CSV Import Reference (Rev. A) 53

54 CSV Import Reference Object comment String No Comment comment ddns_domainname String No DDNS Domain Name deny_bootp Boolean No Deny BOOTP Requests ddns_domainname deny_bootp Example: ddns.corp100.com Example: FALSE broadcast_address IP address No Broadcast Address Example: routers IP address list No Routers Example: " , ," domain_name FQDN No Domain Name domain_name_ servers IP address list No Name Servers Example: " , ," dhcp_client_ identifier String No Client Identifier dhcp_client_ identifier disabled Boolean No Disabled disable Example: FALSE enable_ddns Boolean No Enable DDNS Updates Example: FALSE ignore_client_ requested_ options Boolean No Ignore Optionlist ignore_dhcp_ option_list_request Example: TRUE circuit_id String No agent_circuit_id This field is required when match_option = CIRCUIT_ID. Example: 11 remote_id String No agent_remote_id This field is required when match_option = REMOTE_ID. Example: xyz mac_address MAC address No Yes for reservation MAC Address mac This field is required if match_option = MAC_ADDRESS, or if you are importing a reservation. For reservations, you must enter 00:00:00:00:00:00 in this field. Example: aa:bb:cc:dd:ee:ff match_option String No match_client Data must be in the following format: ['MAC_ADDRESS','CLIENT_ID','CIRCUIT_I D','REMOTE_ID'] next_server String No Next Server nextserver Example: blue.domain.com lease_time No Lease Time Example: 1100 enable_pxe_lease_ time Boolean No Enable PXE lease time Example: FALSE ddns_hostname String No ddns_hostname Example: host1.test.com pxe_lease_time No PXE Lease Time pxe_lease_time Example: 1100 OPTION-2 Integer No Custom DHCP Options OPTION-1 String No Custom DHCP Options options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 50 This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: name implies vendor_class= DHCP (default) 54 CSV Import Reference (Rev. A) NIOS 6.5

55 Supported Object Types Object OPTION-XXXX-200 Option information No Custom DHCP Options options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes extensible_ attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute this is of a List type (enumeration list). You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for IPv4 fixed addresses. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv4 Fixed Address This example shows how to import a new IPv4 fixed address. header-fixedaddress,ip_address*,network_view,mac_address*,match_option,remote_id, EA-Site FixedAddress, ,Default,aa:aa:aa:aa:aa:aa,Remote_ID,xyz,USA Overwriting IPv4 Fixed Address Data This example shows how to overwrite the MAC address of an existing IPv4 fixed address from aa:aa:aa:aa:aa:aa to bb:aa:aa:aa:aa:aa. header-fixedaddress,ip_address*,mac_address* FixedAddress, ,bb:aa:aa:aa:aa:aa This example shows how to overwrite the address of an existing IPv4 fixed address from to header-fixedaddress,ip_address*,_new_ip_address,mac_address* FixedAddress, , ,bb:aa:aa:aa:aa:aa NIOS 6.5 CSV Import Reference (Rev. A) 55

56 CSV Import Reference Merging IPv4 Fixed Address Data This example shows how to merge a new comment to an existing IPv4 fixed address. header-fixedaddress,ip_address,mac_address*,comment FixedAddress, ,bb:aa:aa:aa:aa:aa,A new comment here. This example shows how to merge new routers addresses and the domain name to an existing IPv4 fixed address. header-fixedaddress,ip_address*,mac_address*,routers,domain_name FixedAddress, ,bb:aa:aa:aa:aa:aa, , ,ns1.corp100.com Adding an IPv4 Reservation This example shows how to import a new IPv4 reservation. header-fixedaddress,ip_address*,network_view,mac_address*,ea-site FixedAddress, ,Default,00:00:00:00:00:00,USA IPv6 Fixed Address Note: This object is supported in CSV export only. Object Header-IPv6FixedAdd ress String Yes Example: IPv6FixedAddress address_type Enumeration No Address address_type Valid values are ADDRESS, PREFIX, and BOTH. If no value is specified, ADDRESS (default) is used. Example: PREFIX parent String No Select Network network This field is required when address_type is PREFIX. Example: 2000::/16 ip_address IP address No Address ipv6addr This field is required if address_type is ADDRESS or BOTH. Example: 2000::5 _new_ip_address IP address No Add this field to overwrite the ip_address field when you select the overwrite or merge option. ipv6_prefix IPv6 address prefix No Prefix Delegated ipv6prefix This field is required if address_type is PREFIX or BOTH. Example: 2000:1111:: _new_ipv6_prefix IPv6 address prefix No Add this field to overwrite the ipv6_prefix field when you select the overwrite or merge option. ipv6_prefix_bits Integer No ipv6prefix_bits This field is required if address_type is PREFIX or BOTH. Example: 32 network_view String No Network View network_view If no view is specified, the Default view is used. Example: Default name String No Name name Example: IPv6FixedAddr comment String No Comment comment disabled Boolean No Disabled disable Example: FALSE 56 CSV Import Reference (Rev. A) NIOS 6.5

57 Supported Object Types Object match_option String No match_client Only DUID is allowed. Example: DUID duid String No DUID duid Example: 0001 domain_name FQDN No Domain Name Example: ns1.corp100.com domain_name_ servers valid_lifetime preferred_lifetime IPv6 address list No Name Servers Example: 2000::10,3000::10 No Valid Lifetime valid_lifename Example: No Preferred Lifename preferred_lifetime Example: OPTION-7 Integer No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 12 name implies option space = DHCPv6, option code/number 7 OPTION-XXXX-200 Option information No Custom DHCP Options override_ options This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes extensible_ attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute this is of a List type (enumeration list). You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. Examples This section contains examples of how to create data files for IPv6 fixed addresses. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv6 Fixed Address This example shows how to import a new IPv6 fixed address. header-ipv6fixedaddress,address_type,ip_address,network_view,match_option,ea-site IPv6FixedAddress,ADDRESS,2000::5,Default,DUID,USA NIOS 6.5 CSV Import Reference (Rev. A) 57

58 CSV Import Reference Overwriting IPv6 Fixed Address Data This example shows how to overwrite an existing IPv6 fixed address from 2000::5 to 2000::1. header-ipv6fixedaddress,address_type,ip_address,_new_ip_address IPv6FixedAddress,ADDRESS,2000::5,2000::1 Merging IPv6 Fixed Address Data This example shows how to merge a new comment to an existing IPv6 fixed address. header-ipv6fixedaddress,ip_address,comment IPv6FixedAddress,2000::1,A new comment. This example shows how to merge a new domain name to an existing IPv6 fixed address. header-ipv6fixedaddress,ip_address,domain_name IPv6FixedAddress,2000::1,ns1.corp100.com DHCP MAC Filter Object Header-DhcpMacFilter String Yes Example: DhcpMacFilter name String Yes Name name Example: MAC filter 1 _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. never_expires Boolean No Never Expires Example: TRUE expiration_interval Integer No Automatically expires in enforce_expiration_time Boolean No Enforce Expiration Times default_mac_address _expiration enforce_expiration_ times Example: 3624 Example: FALSE comment String No Comment comment EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_attributes extensible_attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 CSV Import Reference (Rev. A) NIOS 6.5

59 Supported Object Types 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 a DHCP MAC filter. header-dhcpmacfilter,name*,never_expires,expiration_interval,enforce_expiration_time,c omment dhcpmacfilter,macfilter01,false,3600,true,this is a comment. Overwriting DHCP MAC Filter Data This example shows how to overwrite the MAC filter name from MacFilter01 to MacFilter02. header-dhcpmacfilter,name*,_new_name dhcpmacfilter,macfilter01,macfilter02 Merging DHCP MAC Filter Data This example shows how to merge extensible attributes Site and Users, as well as admin group DHCP_admins with a RO permission. header-dhcpmacfilter,name*,ea-site,ea-users,admgrpdhcp_admins dhcpmacfilter,macfilter02,usa,john Smith,RO MAC Filter Address Method Header-MacFilterAddress String Yes Example: MacFilterAddress parent String 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 _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 User Example: TRUE registered_user String No Register as User Example: John Doe guest_first_name String No Register as Guest: First Name guest_middle_name String No Register as Guest: Middle Name guest_last_name String No Register as Guest: Last Name guest_ address No Register as Guest: Address guest_phone String No Register as Guest: Phone Number Example: John Example: Doe Example: Doe Example: [email protected] Example: guest_custom_field1 String No Register as Guest: Custom 1 NIOS 6.5 CSV Import Reference (Rev. A) 59

60 CSV Import Reference Method guest_custom_field2 String No Register as Guest: Custom 2 guest_custom_field3 String No Register as Guest: Custom 3 guest_custom_field4 String No Register as Guest: Custom 4 never_expires Boolean No Never Expires Example: FALSE expire_time Date/Time No Expires On Data must be in this format: "CCYY-MM-DDThh:mm:ss[Z(+-)hh:mm]" Example: T10:30:00Z comment String No Comment comment EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users ADMGRP-JoeSmith String No Permissions Admin Group/Role extensible_ attributes extensible_ attributes permission EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. 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 8. 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, t10: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 60 CSV Import Reference (Rev. A) NIOS 6.5

61 Supported Object Types Option Filter Method Header-OptionFilter String Yes Example: OptionFilter name String Yes Name name Example: Option Filter 1 _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. comment String No Comment comment boot_file String No Boot File boot_file Example: bootfile1 boot_server String No Boot Server boot_server Example: abc.corp100.com lease_time Integer No Lease Time lease_time Example: 7200 pxe_lease_time No PXE Lease Time pxe_lease_time Example: 1100 next_server String No Next Server next_server Example: blue.domain.com option_space String No Option Space option_space Example: Infoblox_DHCP OPTION-2 Integer No Custom DHCP Options OPTION-1 String No Custom DHCP Options option_list options_list This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: 50 This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: name implies vendor_class= DHCP (default) OPTION-XXXX-200 Option information Np Extensible Attribute Site options_list This is an example of a DHCP option. For information, see Data Specific Guidelines on page 8. Example: dfdfdfd name implies vendor_class= XXXX, option code/number 200 EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users extensible_ attributes extensible_ attributes EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. NIOS 6.5 CSV Import Reference (Rev. A) 61

62 CSV Import Reference Examples This section contains examples of how to create data files for option filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an Option Filter This example shows how to import an option filter with boot file, boot server, and lease time. header-optionfilter name*,comment,boot_file,boot_server,lease_time OptionFilter,OptionFilter01,This is a comment.,bootfile ,12800 Overwriting Option Filter Data This example shows how to overwrite an option filter name and boot file name. header-optionfilter,name*,_new_name,boot_file OptionFilter,OptionFilter01,OptionFilter02,bootfile02 Merging Option Filter Data This example shows how to merge to an option filter the PXE lease time and next server domain name. header-optionfilter,name*,pxe_lease_time,next_server OptionFilter,OptionFilter02,12800,next.corp100.com Option Filter Match Rule Object Header-OptionFileterMatchRule String Yes Example: OptionFilterMatchRule parent Option filter Yes Option Filter Name filter The name of the parent option filter. Example: Option filter 1 match_option String Yes Match Option num Example: OPTION-1 (option space is DHCP) match_value String Yes Match Value value Example: _new_match_value String No Add this field to overwrite the match_value field when you select the overwrite or merge option. comment String No Comment comment is_substring Boolean No Value is a substring is_substring Example: FALSE substring_offset Integer No Substring Offset substring_offset Example: 2 substring_length No Substring Length substring_length Example: Doe 62 CSV Import Reference (Rev. A) NIOS 6.5

63 Supported Object Types Examples This section contains examples of how to create data files for option filter match rules. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an Option Filter Match Rule This example shows how to import an option filter match rule. header-optionfiltermatchrule,parent*,match_option*,match_value*,is_substring,substring _offset OptionFilterMatchRule,OptionFilter01,OPTION-1, ,FALSE,0 Overwriting Option Filter Match Rule Data This example shows how to overwrite an existing match option with OPTION-2 and add a new match value of header-optionfiltermatchrule,parent*,match_option*,match_value*,_new_match_value OptionFilterMatchRule,OptionFilter01,OPTION-2, , Merging Option Filter Match Rule Data This example shows how to merge a substring length to an existing option filter match rule. header-optionfiltermatchrule,parent*,match_option*,match_value*,substring_length OptionFilterMatchRule,OptionFilter02,OPTION-2, ,256 NIOS 6.5 CSV Import Reference (Rev. A) 63

64 CSV Import Reference Relay Agent Filter Object Header-RelayAgentFilter String Yes Example: RelayAgentFilter name String Yes Name name Example: Relay Agent Filter 1 _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. comment String No Comment comment circuit_id_rule String No Circuit ID: Match Value is_circuit_id Example: MATCHES_VALUE circuit_id String No Circuit ID circuit_id_name remote_id_rule String No Remote ID: Match Value is_remote_id Example: MATCHES_VALUE remote_id Integer No Remote ID remote_id_name Example: 50 EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users extensible_ attributes extensible_ attributes EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. Examples This section contains examples of how to create data files for relay agent filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a Relay Agent Filter This example shows how to import a relay agent filter with a circuit ID and a remote ID. header-relayagentfilter,name*,circuit_id_rule,circuit_id,remote_id_rule,remote_id RelayAgentFilter,relayagent1,MATCHES_VALUE,123456,MATCHES_VALUE,abcd Overwriting Relay Agent Filter Data This example shows how to overwrite the circuit ID and remote ID of an existing relay agent filter. header-relayagentfilter,name*,circuit_id_rule,circuit_id,remote_id_rule remote_id RelayAgentFilter,relayagent1,MATCHES_VALUE,336699,MATCHES_VALUE,xyz Merging Relay Agent Filter Data This example shows how to merge a comment and extensible attribute Site to an existing relay agent filter. header-relayagentfilter,name*,comment,ea-site RelayAgentFilter,relayagent1,This is a comment.,usa 64 CSV Import Reference (Rev. A) NIOS 6.5

65 Supported Object Types NAC Filter Object Header-NACFilter String Yes Example: NACFilter name String Yes Name name Example: NAC Filter _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. comment String No Comment comment expression Option list No Match the following rule EA-Site String No Extensible Attribute Site EA-Users String No Extensible Attribute Users expression extensible_attributes extensible_attributes To include the option list in the Matching the following rules table in Grid Manager, you must enclose the expression in brackets. Example: (Sophos.ComplianceState="Compliant" AND RADIUS.ServerError="TRUE") EA-Site is an example of a predefined 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 8. EA-Users is an example of a user defined attribute. You can add other user defined attributes to the data file. For information about data format and examples, see Data Specific Guidelines on page 8. Examples This section contains examples of how to create data files for NAC filters. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding a NAC Filter This example shows how to import a new NAC filter. header-nacfilter,name*,comment,expression,ea-site NacFilter,nacfilter01,This is a comment.,option ServerError="true",USA Overwriting NAC Filter Data This example shows how to overwrite the name and comment of an existing NAC filter. header-nacfilter,name*,_new_name,comment NacFilter,nacfilter01,nacfilter02,This is a new comment. Merging NAC Filter Data This example shows how to merge the extensible attribute Users to an existing NAC filter. header-nacfilter,name*,ea-users NacFilter,nacfilter02,John Smith NIOS 6.5 CSV Import Reference (Rev. A) 65

66 CSV Import Reference IPv4 Option Space Object Header-OptionSpace String Yes Example: OptionSpace name String Yes Name name Example: ABC-co options _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. comment String No Comment comment Examples This section contains examples of how to create data files for option spaces. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv4 Option Space This example shows how to import a new IPv4 option space. header-optionspace,name*,space_type OptionSpace,Optionspace01,VENDOR_SPACE Overwriting IPv4 Option Space Data This example shows how to overwrite the IPv4 option space name with Optionspace02. header-optionspace,name*,_new_name OptionSpace,Optionspace01,Optionspace02 Merging IPv4 Option Space Data This example shows how to merge a comment to the IPv4 option space Optionspace02. header-optionspace,name*,comment OptionSpace,Optionspace02,This is a comment. 66 CSV Import Reference (Rev. A) NIOS 6.5

67 Supported Object Types IPv6 Option Space Note: This object is supported in CSV export only. Object Header-IPv6OptionS pace String Yes Example: IPv6OptionSpace name String Yes Name name Example: MySpace _new_name String No Add this field to overwrite the name field when you select the overwrite or merge option. comment String No Comment comment Example: Custom option space ipv6_enterprise_ number String No Enterprise Number This is the vendor s enterprise number that is registered with IANA. Example: 7779 IPv4 Option Definition Object Header-OptionDefinition String Yes Example: OptionDefinition space String Yes Option Space space Example: ABC-co options _new_space String No Add this field to overwrite the space field when you select the overwrite or merge option. name String Yes Name name Example: Option one _new_name String No Add this field to overwrite the name field when you use the overwrite or merge option. code String Yes Options: Code code type String Yes Options: Type type Use any of the following values: T_FLAG, T_STRING, T_TEXT, T_IP_ADDRESS, T_ARRAY_IP_ADDRESS, T_DOMAIN, T_ARRAY_DOMAIN, T_UINT8,T_UINT16, T_UINT32, T_INT8, T_INT16 Example: T_TEXT Examples This section contains examples of how to create data files for option definitions. All examples use comma as the separator. You can use other supported separators, such as semicolon, space, or tab. Adding an IPv4 Option Definition This example shows how to import an option definition to the IPv4 option space Space01. header-optiondefinition,space*,name*,code*,type* OptionDefinition,Space01,Option99,99,T_IP_ADDRESS NIOS 6.5 CSV Import Reference (Rev. A) 67

68 CSV Import Reference Overwriting IPv4 Option Definition Data This example shows how to overwrite the IPv4 option definition type from T_IP_ADDRESS to T_FLAG. header-optiondefinition,space*,name*,code*,type* OptionDefinition,Space01,Option99,99,T_FLAG Merging IPv4 Option Definition Data This example shows how to merge a new space and a new name to an existing IPv4 option definition. header-optiondefinition,space*,_new_space,name*,_new_name OptionDefinition,Space01,New_Space01,Option99,New_Option99 IPv6 Option Definition Note: This object is supported in CSV export only. Object Header-IPv6OptionDefin ition String Yes Example: IPv6OptionDefinition space String Yes Option Space space Example: MySpace _new_space String No Add this field to overwrite the space field when you select the overwrite or merge option. name String Yes Name name Example: MyOption1 _new_name String No Add this field to overwrite the name field when you use the overwrite or merge option. code String Yes Options: Code code Example: 10 type String Yes Options: Type type Use any of the following values: 'T_ARRAY_DOMAIN', 'T_ARRAY_INT16', 'T_ARRAY_INT32', 'T_ARRAY_INT8', 'T_ARRAY_IP_ADDRESS','T_ARRAY_IP_AD DRESS_PAIR','T_ARRAY_UINT16', 'T_ARRAY_UINT32', 'T_ARRAY_UINT8', 'T_DOMAIN', 'T_FLAG', 'T_FLAG_IP_ADDRESS', 'T_FLAG_TEXT', 'T_INT16', 'T_INT32', 'T_INT8', 'T_IP_ADDRESS', 'T_STRING', 'T_TEXT', 'T_UINT16', 'T_UINT32', 'T_UINT8', 'T_UINT8_1_2_4_8' Example: T_INT8 68 CSV Import Reference (Rev. A) NIOS 6.5

69 Supported Object Types Upgrade Groups and Schedules Consider the following when you import upgrade groups and their distribution and upgrade schedules: The appliance imports a new upgrade group only when both the distribution and upgrade schedules are inactive. You can modify members and the comment field of an existing upgrade group only when both the distribution and upgrade schedules are inactive. You can modify distribution related fields of an existing upgrade group only when the distribution schedule is inactive. You can modify upgrade related fields of an existing upgrade group only when the upgrade schedule is inactive. The Grid Master is the only member of the Grid Master group. You cannot move it to another upgrade group. You cannot change the members of the Reporting Member group nor move them to another upgrade group. When you remove a member from its original group, it will be placed in the Default group. You may notice additional members in the Default group if you remove members from any upgrade groups. When you specify both dependency and distribution or upgrade time for an upgrade group, dependency takes precedence. Note: When you import an upgrade group and its distribution and upgrade schedules, you cannot control the activation and deactivation of the schedules. You can activate and deactivate the schedules through the GUI after the import. Object/Name Header-upgrade_group String Yes UpgradeGroup Example: UpgradeGroup name String Yes Name Example: UpgradeGp1 comment String No Comment comment Add this field to overwrite the comment you entered for the upgrade group. members Grid member list No Member Assignment Name members Enter a list of Grid members separated by commas. Use the FQDNs of the Grid members. Enclose the entire string in double quotes. Example: corp100.mktg.com,corp100.dev.com time_zone String No Time Zone time_zone The value in this field applies to both distribution_time and upgrade_time. If you do not specify a time zone, the Grid level time zone is used. distribution_dependent_group String No Name distribution_ dependent_group Enter the name of the preceding upgrade group that this group depends on during a distribution. distribution_policy String No Distribute to Members distribution_time Time No Start Distribution (Date/Time) distribution_policy distribution_time Valid values are: SIMULTANEOUSLY or SEQUENTIALLY. Enter the distribution start date and time in YYYY-MM-DDTHH:MM:SS format. upgrade_dependent_group String No Name upgrade_dependent_ group Enter the name of the upgrade group that this group depends on during an upgrade. NIOS 6.5 CSV Import Reference (Rev. A) 69

70 CSV Import Reference Object/Name upgrade_policy String No Upgrade Members upgrade_policy Valid values are: SIMULTANEOUSLY or SEQUENTIALLY. upgrade_time Time No Start Upgrade upgrade_time Enter the upgrade start date and time in YYYY-MM-DDTHH:MM:SS format. 70 CSV Import Reference (Rev. A) NIOS 6.5

Quick Start Guide. for Installing vnios Software on. VMware Platforms

Quick Start Guide. for Installing vnios Software on. VMware Platforms Quick Start Guide for Installing vnios Software on VMware Platforms Copyright Statements 2010, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form,

More information

bloxtools Installation and User Guide

bloxtools Installation and User Guide bloxtools Installation and User Guide Copyright Statements 2011, Infoblox Inc. All rights reserved. The contents of this document may not be copied or duplicated in any form, in whole or in part, without

More information

API of DNS hosting. For DNS-master and Secondary services Table of contents

API of DNS hosting. For DNS-master and Secondary services Table of contents API of DNS hosting. For DNS-master and Secondary services Table of contents API of DNS hosting. For DNS-master and Secondary services... 1 1. Introduction... 3 2. Setting access area of application for

More information

2 HDE Controller X DNS Server Manual

2 HDE Controller X DNS Server Manual DNS Server Manual 2 HDE Controller X DNS Server Manual Please note that this user manual may be subjected to change due to product upgrades without any prior notice. HDE and HDE Controller is a registered

More information

How to Configure DNS Zones

How to Configure DNS Zones How to Configure DNS Zones The Barracuda NG Firewall DNS configuration object contains two predefined zones: _template and. To be able to edit and specify DNS zones within the Barracuda NG Firewall DNS

More information

Copyright 2012 http://itfreetraining.com

Copyright 2012 http://itfreetraining.com In order to find resources on the network, computers need a system to look up the location of resources. This video looks at the DNS records that contain information about resources and services on the

More information

Domain Name System 2015-04-28 17:49:44 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement

Domain Name System 2015-04-28 17:49:44 UTC. 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Domain Name System 2015-04-28 17:49:44 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents Domain Name System... 4 Domain Name System... 5 How DNS Works

More information

- Domain Name System -

- Domain Name System - 1 Name Resolution - Domain Name System - Name resolution systems provide the translation between alphanumeric names and numerical addresses, alleviating the need for users and administrators to memorize

More information

STARTER KIT. Infoblox DNS Firewall for FireEye

STARTER KIT. Infoblox DNS Firewall for FireEye STARTER KIT Introduction Infoblox DNS Firewall integration with FireEye Malware Protection System delivers a unique and powerful defense against Advanced Persistent Threats (APT) for business networks.

More information

How to Add Domains and DNS Records

How to Add Domains and DNS Records How to Add Domains and DNS Records Configure the Barracuda NextGen X-Series Firewall to be the authoritative DNS server for your domains or subdomains to take advantage of Split DNS or dead link detection.

More information

DNS. Computer networks - Administration 1DV202. fredag 30 mars 12

DNS. Computer networks - Administration 1DV202. fredag 30 mars 12 DNS Computer networks - Administration 1DV202 DNS History Who needs DNS? The DNS namespace How DNS works The DNS database The BIND software Server and client configuration The history of DNS RFC 882 and

More information

Installing and Using the vnios Trial

Installing and Using the vnios Trial Installing and Using the vnios Trial The vnios Trial is a software package designed for efficient evaluation of the Infoblox vnios appliance platform. Providing the complete suite of DNS, DHCP and IPAM

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

Infoblox Education Services Course Catalog

Infoblox Education Services Course Catalog Infoblox Education Services Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career FEBRUARY 2016 training.infoblox.com

More information

The Use of DNS Resource Records

The Use of DNS Resource Records International Journal of Advances in Electrical and Electronics Engineering 230 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee/ ISSN: 2319-1112 Simar Preet Singh Systems Engineer,

More information

Section 1 Overview... 4. Section 2 Home... 5

Section 1 Overview... 4. Section 2 Home... 5 ecogent User Guide 2012 Cogent Communications, Inc. All rights reserved. Every effort has been made to ensure that the information in this User Guide is accurate. Information in this document is subject

More information

Bulk DNS Update CSV File

Bulk DNS Update CSV File Bulk DNS Updates Bulk DNS Update CSV File Each line in the comma-separated value (CSV) file represents a resource record. A line break must follow each line, and the file may contain up to 5000 lines.

More information

EMC Data Domain Management Center

EMC Data Domain Management Center EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes

More information

Networking Domain Name System

Networking Domain Name System System i Networking Domain Name System Version 5 Release 4 System i Networking Domain Name System Version 5 Release 4 Note Before using this information and the product it supports, read the information

More information

Talk-101 User Guide. DNSGate

Talk-101 User Guide. DNSGate Talk-101 User Guide DNSGate What is DNSGate? DNSGate is a management interface to allow you to make DNS changes to your domain. The interface supports A, CNAME, MX and TXT records. What is DNS? DNS stands

More information

How to Configure the Windows DNS Server

How to Configure the Windows DNS Server Windows 2003 How to Configure the Windows DNS Server How to Configure the Windows DNS Server Objective This document demonstrates how to configure domains and record on the Windows 2003 DNS Server. Windows

More information

Nimsoft Monitor. dns_response Guide. v1.6 series

Nimsoft Monitor. dns_response Guide. v1.6 series Nimsoft Monitor dns_response Guide v1.6 series CA Nimsoft Monitor Copyright Notice This online help system (the "System") is for your informational purposes only and is subject to change or withdrawal

More information

DNS and E-mail Interface User Guide

DNS and E-mail Interface User Guide DNS and E-mail Interface User Guide Document Revision 04 // 2012 www.twcbc.com back back to TOC to TOC Header Text and Info Table of Contents 1. Introduction 3 2. Accessing the Application 4 3. Working

More information

Networking Domain Name System

Networking Domain Name System System i Networking Domain Name System Version 6 Release 1 System i Networking Domain Name System Version 6 Release 1 Note Before using this information and the product it supports, read the information

More information

Configuring the BIND name server (named) Configuring the BIND resolver Constructing the name server database files

Configuring the BIND name server (named) Configuring the BIND resolver Constructing the name server database files Configuring DNS BIND: UNIX Name Service Configuring the BIND name server (named) Configuring the BIND resolver Constructing the name server database files Zone: a collection of domain information contained

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

4PSA DNS Manager 3.7.0. Administrator's User Guide

4PSA DNS Manager 3.7.0. Administrator's User Guide 4PSA DNS Manager 3.7.0 Administrator's User Guide For more information about 4PSA DNS Manager, check: http://www.4psa.com Copyrights 2002-2010 Rack-Soft, Inc. Administrator's User Guide Manual Version

More information

Infoblox Education Services Course Catalog

Infoblox Education Services Course Catalog Infoblox Education Services Course Catalog Enhance Your Contribution to the Business, Earn Industry-recognized Accreditations, and Develop Skills that Help You Advance in Your Career SEPTEMBER 2015 training.infoblox.com

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

ECE 4321 Computer Networks. Network Programming

ECE 4321 Computer Networks. Network Programming ECE 4321 Computer Networks Network Programming Name Space System.Net Domain Name System (DNS) To resolve computer naming Host database is split up and distributed among multiple systems on the Internet

More information

Using Microsoft Active Directory (AD) with HA3969U in Windows Server

Using Microsoft Active Directory (AD) with HA3969U in Windows Server Using Microsoft Active Directory (AD) with HA3969U in Windows Server Application Note Abstract This application note describes how to use Microsoft Active Directory (AD) service with HA3969U systems in

More information

LifeSize UVC Access Deployment Guide

LifeSize UVC Access Deployment Guide LifeSize UVC Access Deployment Guide November 2013 LifeSize UVC Access Deployment Guide 2 LifeSize UVC Access LifeSize UVC Access is a standalone H.323 gatekeeper that provides services such as address

More information

Request for Information RFI Windows Active Directory Update and IP Management

Request for Information RFI Windows Active Directory Update and IP Management Request for Information RFI Windows Active Directory Update and IP Management East Side Union High School District 830 N. Capitol Avenue San Jose, CA 95133 Capital Projects Purchasing Department Version:

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

USING THE DNS/DHCP ADMINISTRATIVE INTERFACE Last Updated: 2012-3-5

USING THE DNS/DHCP ADMINISTRATIVE INTERFACE Last Updated: 2012-3-5 USING THE DNS/DHCP ADMINISTRATIVE INTERFACE TABLE OF CONTENTS When is registration needed? What about the zoned network?... 3 What about guests?... 3 Explaining split horizon DNS... 3 Accessing the DNS/DHCP

More information

CA Nimsoft Monitor. Probe Guide for DNS Response Monitoring. dns_response v1.6 series

CA Nimsoft Monitor. Probe Guide for DNS Response Monitoring. dns_response v1.6 series CA Nimsoft Monitor Probe Guide for DNS Response Monitoring dns_response v1.6 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject to change

More information

Installing and Setting up Microsoft DNS Server

Installing and Setting up Microsoft DNS Server Training Installing and Setting up Microsoft DNS Server Introduction Versions Used Windows Server 2003 Setup Used i. Server Name = martini ii. Credentials: User = Administrator, Password = password iii.

More information

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series

CA Nimsoft Monitor. Probe Guide for URL Endpoint Response Monitoring. url_response v4.1 series CA Nimsoft Monitor Probe Guide for URL Endpoint Response Monitoring url_response v4.1 series Legal Notices This online help system (the "System") is for your informational purposes only and is subject

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Polycom RealPresence Resource Manager System Getting Started Guide

Polycom RealPresence Resource Manager System Getting Started Guide [Type the document title] Polycom RealPresence Resource Manager System Getting Started Guide 8.0 August 2013 3725-72102-001B Polycom Document Title 1 Trademark Information POLYCOM and the names and marks

More information

NetBrain Discovery Appliance Manual

NetBrain Discovery Appliance Manual NetBrain Discovery Appliance Manual NetBrain Technologies, Inc. 2009-07-20-1 - Table of Contents 1. Overview... 4 2. Installation... 5 2.1 Installation Software... 5 2.1.1 Install ActivePerl... 5 2.1.2

More information

Local DNS Attack Lab. 1 Lab Overview. 2 Lab Environment. SEED Labs Local DNS Attack Lab 1

Local DNS Attack Lab. 1 Lab Overview. 2 Lab Environment. SEED Labs Local DNS Attack Lab 1 SEED Labs Local DNS Attack Lab 1 Local DNS Attack Lab Copyright c 2006 Wenliang Du, Syracuse University. The development of this document was partially funded by the National Science Foundation s Course,

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

Simple DNS Plus. Version 4.00. Copyright 1999-2005 JH Software

Simple DNS Plus. Version 4.00. Copyright 1999-2005 JH Software Simple DNS Plus Version 4.00 I Simple DNS Plus Table of Contents Part I Welcome 4 Part II How to... 4 1 Get started... 4 2 Host a domain... name 5 3 Setup primary... / secondary 6 4 Secure you server...

More information

Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring.

Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring. DomainAPI v2.1 ARCHITECTURE Server platform Our server platform consists of Microsoft Windows 2008 servers with SQL Server 2005 which are under 24/24 monitoring. Application The Register.eu Gateway is

More information

Copyright International Business Machines Corporation 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure

Copyright International Business Machines Corporation 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure iseries DNS iseries DNS Copyright International Business Machines Corporation 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure restricted by GSA ADP Schedule

More information

Domain Name System (DNS) Fundamentals

Domain Name System (DNS) Fundamentals Domain Name System (DNS) Fundamentals Mike Jager Network Startup Resource Center [email protected] These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International

More information

System Administration and Log Management

System Administration and Log Management CHAPTER 6 System Overview System Administration and Log Management Users must have sufficient access rights, or permission levels, to perform any operations on network elements (the devices, such as routers,

More information

GX-V. Quick Start Guide. Microsoft Hyper-V Hypervisor. Before You Begin SUMMARY OF TASKS. Before You Begin WORKSHEET VIRTUAL GMS SERVER

GX-V. Quick Start Guide. Microsoft Hyper-V Hypervisor. Before You Begin SUMMARY OF TASKS. Before You Begin WORKSHEET VIRTUAL GMS SERVER Quick Start Guide GX-V VIRTUAL GMS SERVER Microsoft Hyper-V Hypervisor 2012 Silver Peak Systems, Inc. Before You Begin Windows 2008 server installed and Hyper-V is running Hyper-V management software is

More information

CipherMail Gateway Quick Setup Guide

CipherMail Gateway Quick Setup Guide CIPHERMAIL EMAIL ENCRYPTION CipherMail Gateway Quick Setup Guide October 10, 2015, Rev: 9537 Copyright 2015, ciphermail.com. CONTENTS CONTENTS Contents 1 Introduction 4 2 Typical setups 4 2.1 Direct delivery............................

More information

Leveraging Best Practices for SolarWinds IP Address Manager

Leveraging Best Practices for SolarWinds IP Address Manager Leveraging Best Practices for SolarWinds IP Address Manager Share: Leveraging Best Practices for SolarWinds IPAM SolarWinds IP Address Manager (IPAM) is a comprehensive IP address management solution that

More information

Configuring Infoblox DHCP

Configuring Infoblox DHCP Copyright 2008 Sophos Group. All rights reserved. No part of this publication may be reproduced, stored in retrieval system, or transmitted, in any form or by any means electronic, mechanical, photocopying,

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Dual DHCP/DNS Server

Dual DHCP/DNS Server Dual DHCP/DNS Server Installation and Configuration Edison 2 1 Contents 1 Contents... 2 2 Preface... 5 3 Installation... 6 3.1 Windows Installation... 6 3.2 Windows Compiling... 7 3.3 Linux Installation...

More information

Symantec Mobile Management for Configuration Manager

Symantec Mobile Management for Configuration Manager Symantec Mobile Management for Configuration Manager Replication Services Installation Guide 7.5 Symantec Mobile Management for Configuration Manager: Replication Services Installation Guide The software

More information

Elfiq Link Balancer (Link LB) Quick Web Configuration Guide

Elfiq Link Balancer (Link LB) Quick Web Configuration Guide Elfiq Link Balancer (Link LB) Quick Web Configuration Guide Elfiq Operating System (EOS) - Version 3.5.0 and higher Document Version 2.0 -January 2012 Elfiq Networks (Elfiq Inc.) www.elfiq.com 1. About

More information

Connector for CA Unicenter Asset Portfolio Management Product Guide - On Premise. Service Pack 02.0.02

Connector for CA Unicenter Asset Portfolio Management Product Guide - On Premise. Service Pack 02.0.02 Connector for CA Unicenter Asset Portfolio Management Product Guide - On Premise Service Pack 02.0.02 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

ReadyNAS Setup Manual

ReadyNAS Setup Manual ReadyNAS Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA October 2007 208-10163-01 v1.0 2007 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR, the NETGEAR logo,

More information

DNS ActiveX Control for Microsoft Windows. Copyright Magneto Software All rights reserved

DNS ActiveX Control for Microsoft Windows. Copyright Magneto Software All rights reserved DNS ActiveX Control for Microsoft Windows Copyright Magneto Software All rights reserved 1 DNS Overview... 3 1.1 Introduction... 3 1.2 Usage... 3 1.3 Property... 4 1.4 Event... 4 1.5 Method... 4 1.6 Error

More information

DNS and DHCP. 14 October 2008 University of Reading 2006 www.reading.ac.uk

DNS and DHCP. 14 October 2008 University of Reading 2006 www.reading.ac.uk DNS and DHCP 14 October 2008 University of Reading 2006 www.reading.ac.uk Contents Introduction DNS at the University of Reading DHCP myths DHCP at the University of Reading 2 Introduction DNS: Domain

More information

Symantec Data Center Security: Server Advanced v6.0. Agent Guide

Symantec Data Center Security: Server Advanced v6.0. Agent Guide Symantec Data Center Security: Server Advanced v6.0 Agent Guide Symantec Data Center Security: Server Advanced Agent Guide The software described in this book is furnished under a license agreement and

More information

My Services Online Service Support. User Guide for DNS and NTP services

My Services Online Service Support. User Guide for DNS and NTP services My Services Online Service Support User Guide for DNS and NTP services Table of Contents 1 MY SERVICES... 3 2 ACCESSING MY SERVICES VIA THE INTERNET... 3 2.1 Logging into My Services... 3 2.2 My Services

More information

How To Set Up A Thermal Cycler With Veritilink Remote Management Software

How To Set Up A Thermal Cycler With Veritilink Remote Management Software Installation Guide VeritiLink Remote Management Software Version 1.0 Installation Guide Getting Started VeritiLink Remote Management Software Version 1.0 Setting Up the Veriti Thermal Cyclers Setting

More information

SevOne NMS Download Installation and Implementation Guide

SevOne NMS Download Installation and Implementation Guide SevOne NMS Download Installation and Implementation Guide 5.3.X 530 V0002 Contents 1. Get Started... 3 2. SevOne Download Installation... 6 3. Appliance Network Configuration... 9 4. Install License and

More information

Admin Guide Exchange 2010 & Related Services Apptix Hosting Control Panel (CP)

Admin Guide Exchange 2010 & Related Services Apptix Hosting Control Panel (CP) Admin Guide Exchange 2010 & Related Services Apptix Hosting Control Panel (CP) Exchange 2010 Admin Guide / Table of Contents Page 2 of 103 Table of Contents HOW TO USE THIS EXCHANGE HOSTING CP ADMIN GUIDE...

More information

Quick Start Guide Sendio Hosted

Quick Start Guide Sendio Hosted Sendio Email System Protection Appliance Quick Start Guide Sendio Hosted Sendio 6.x and 7.x Sendio, Inc. 4911 Birch St, Suite 150 Newport Beach, CA 92660 USA +1.949.274.4375 www.sendio.com QUICK START

More information

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP

Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Cisco TelePresence Authenticating Cisco VCS Accounts Using LDAP Deployment Guide Cisco VCS X8.1 D14465.06 December 2013 Contents Introduction 3 Process summary 3 LDAP accessible authentication server configuration

More information

Strategic Asset Tracking System User Guide

Strategic Asset Tracking System User Guide Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data

More information

DigiCert User Guide. Version 4.1

DigiCert User Guide. Version 4.1 DigiCert User Guide Version 4.1 Contents 1 User Management... 7 1.1 Roles and Account Access... 7 1.1.1 Administrator Role... 7 1.1.2 User Role... 7 1.1.3 CS Verified User... 7 1.1.4 EV Verified User...

More information

KAREL UCAP DNS AND DHCP CONCEPTS MANUAL MADE BY: KAREL ELEKTRONIK SANAYI ve TICARET A.S. Organize Sanayi Gazneliler Caddesi 10

KAREL UCAP DNS AND DHCP CONCEPTS MANUAL MADE BY: KAREL ELEKTRONIK SANAYI ve TICARET A.S. Organize Sanayi Gazneliler Caddesi 10 KAREL UCAP DNS AND DHCP CONCEPTS MANUAL MADE BY: KAREL ELEKTRONIK SANAYI ve TICARET A.S. Organize Sanayi Gazneliler Caddesi 10 Sincan 06935 Ankara, Turkey Version Table Manual Version/Date AAA/22.03.2011

More information

Savvius Insight Initial Configuration

Savvius Insight Initial Configuration The configuration utility on Savvius Insight lets you configure device, network, and time settings. Additionally, if you are forwarding your data from Savvius Insight to a Splunk server, You can configure

More information

ProSafe Plus Switch Utility

ProSafe Plus Switch Utility ProSafe Plus Switch Utility User Guide 350 East Plumeria Drive San Jose, CA 95134 USA September 2010 202-10524-03 v1.0 ProSafe Plus Switch Utility User Guide 2010 NETGEAR, Inc. All rights reserved. No

More information

HP JETADVANTAGE SECURITY MANAGER. Adding and Tracking Devices

HP JETADVANTAGE SECURITY MANAGER. Adding and Tracking Devices HP JETADVANTAGE SECURITY MANAGER Adding and Tracking Devices CONTENTS Overview... 2 General Description... 2 Detailed Description... 4 Resolve IP Address to Hostname... 4 Resolve Hostname/DNS Alias to

More information

Conexim DNS Administrator s Guide

Conexim DNS Administrator s Guide Conexim DNS Administrator s Guide Last Updated August 2013 Contents Conexim DNS Quick Reference... 1 DNS Delegation Information... 1 Control Panel Access... 1 Supported Record Types... 1 Getting Support...

More information

Administration Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.

Administration Guide. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Inventory and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Inventory is a trademark owned by Specops Software.

More information

Operational Problems in IPv6: Fallback and DNS issues

Operational Problems in IPv6: Fallback and DNS issues Operational Problems in : Fallback and DNS issues Tomohiro Fujisaki, Arifumi Matsumoto, Katsuyasu Toyama,Tsuyoshi Toyono and Shirou Niinobe Nippon Telegraph and Telephone Corporation Network problems associated

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Setting up SMTP Archiving 10.0 Symantec Enterprise Vault: Setting up SMTP Archiving The software described in this book is furnished under a license agreement and may be used

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Dell Compellent Storage Center

Dell Compellent Storage Center Dell Compellent Storage Center Active Directory Integration Best Practices Guide Dell Compellent Technical Solutions Group January, 2013 THIS BEST PRACTICES GUIDE IS FOR INFORMATIONAL PURPOSES ONLY, AND

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 USING THE WEB CONSOLE Table Of Contents Getting Started with ZENworks Asset Management Web Console... 1 How to Get Started...

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Domain Name Server. Training Division National Informatics Centre New Delhi

Domain Name Server. Training Division National Informatics Centre New Delhi Domain Name Server Training Division National Informatics Centre New Delhi Domain Name Service (DNS) I. History of DNS II. DNS structure and its components III. Functioning of DNS IV. Possible Configurations

More information

Configuration Information

Configuration Information This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard. Other topics covered include Email Security interface navigation,

More information

DNS (Domain Name System) is the system & protocol that translates domain names to IP addresses.

DNS (Domain Name System) is the system & protocol that translates domain names to IP addresses. Lab Exercise DNS Objective DNS (Domain Name System) is the system & protocol that translates domain names to IP addresses. Step 1: Analyse the supplied DNS Trace Here we examine the supplied trace of a

More information

DNS. Computer Networks. Seminar 12

DNS. Computer Networks. Seminar 12 DNS Computer Networks Seminar 12 DNS Introduction (Domain Name System) Naming system used in Internet Translate domain names to IP addresses and back Communication works on UDP (port 53), large requests/responses

More information

Secure Web Appliance. Reverse Proxy

Secure Web Appliance. Reverse Proxy Secure Web Appliance Reverse Proxy Table of Contents 1. Introduction... 1 1.1. About CYAN Secure Web Appliance... 1 1.2. About Reverse Proxy... 1 1.3. About this Manual... 1 1.3.1. Document Conventions...

More information

Adeptia Suite LDAP Integration Guide

Adeptia Suite LDAP Integration Guide Adeptia Suite LDAP Integration Guide Version 6.2 Release Date February 24, 2015 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 DOCUMENT INFORMATION Adeptia

More information

Unified Security Management (USM) 5.2 Vulnerability Assessment Guide

Unified Security Management (USM) 5.2 Vulnerability Assessment Guide AlienVault Unified Security Management (USM) 5.2 Vulnerability Assessment Guide USM 5.2 Vulnerability Assessment Guide, rev 1 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

Email Address Registration. Administrator Guide

Email Address Registration. Administrator Guide Email Address Registration Administrator Guide Address Registration Administrator Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec,

More information

Trustwave SEG Cloud Customer Guide

Trustwave SEG Cloud Customer Guide Trustwave SEG Cloud Customer Guide Legal Notice Copyright 2015 Trustwave Holdings, Inc. All rights reserved. This document is protected by copyright and any distribution, reproduction, copying, or decompilation

More information

DNS. The Root Name Servers. DNS Hierarchy. Computer System Security and Management SMD139. Root name server. .se name server. .

DNS. The Root Name Servers. DNS Hierarchy. Computer System Security and Management SMD139. Root name server. .se name server. . Computer System Security and Management SMD139 Lecture 5: Domain Name System Peter A. Jonsson DNS Translation of Hostnames to IP addresses Hierarchical distributed database DNS Hierarchy The Root Name

More information

DNS zone transfers from FreeIPA to non-freeipa slave servers

DNS zone transfers from FreeIPA to non-freeipa slave servers FreeIPA Training Series DNS zone transfers from FreeIPA to non-freeipa slave servers FreeIPA 3.0 and bind-dyndb-ldap 2.3 Petr Špaček 01-03-2013 Text file based

More information

API V2.0. Documentation 7/28/2014

API V2.0. Documentation 7/28/2014 API V2.0 Documentation 7/28/2014 Table of Contents TABLE OF CONTENTS 2 REVISION HISTORY 6 OVERVIEW 7 Making A Request 7 The Sandbox 7 Rate Limiting 7 Supported Data Formats 8 Authentication 8 Common Header

More information

CA Workload Automation Agent for Databases

CA Workload Automation Agent for Databases CA Workload Automation Agent for Databases Implementation Guide r11.3.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the

More information

NETGEAR ProSAFE WC9500 High Capacity Wireless Controller

NETGEAR ProSAFE WC9500 High Capacity Wireless Controller NETGEAR ProSAFE WC9500 High Capacity Wireless Controller Confi guring Microsoft DHCP for the Wireless LAN APPLICATION NOTES INTRODUCTION NETGEAR ProSAFE WC9500 High Capacity Wireless Controllers support

More information

Application Protocols in the TCP/IP Reference Model

Application Protocols in the TCP/IP Reference Model Application Protocols in the TCP/IP Reference Model File Transfer E-Mail Network Management WWW Virtual Terminal Name Service File Transfer HTTP FTP Telnet SMTP DNS SNMP TFTP Internet protocols TCP UDP

More information

Agenda. Network Services. Domain Names. Domain Name. Domain Names Domain Name System Internationalized Domain Names. Domain Names & DNS

Agenda. Network Services. Domain Names. Domain Name. Domain Names Domain Name System Internationalized Domain Names. Domain Names & DNS Agenda Network Services Domain Names & DNS Domain Names Domain Name System Internationalized Domain Names Johann Oberleitner SS 2006 Domain Names Naming of Resources Problems of Internet's IP focus IP

More information

VMware Identity Manager Connector Installation and Configuration

VMware Identity Manager Connector Installation and Configuration VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document

More information