Bulk DNS Update CSV File



Similar documents
How to Configure DNS Zones

Networking Domain Name System

Networking Domain Name System

Copyright

Talk-101 User Guide. DNSGate

Networking Domain Name System

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

netkit lab dns Università degli Studi Roma Tre Dipartimento di Informatica e Automazione Computer Networks Research Group Version Author(s)

Customer admin guide. UC Management Centre

Fasthosts Internet Parallels Plesk 10 Manual

How to Add Domains and DNS Records

Introduction to DNS CHAPTER 5. In This Chapter

How to Configure the Windows DNS Server

How to set up the Integrated DNS Server for Inbound Load Balancing

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

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

How Do I Upload Multiple Trucks?

Motivation. Domain Name System (DNS) Flat Namespace. Hierarchical Namespace

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

How To Use Optimum Control EDI Import. EDI Invoice Import. EDI Supplier Setup General Set up

Section 1 Overview Section 2 Home... 5

Hosted Exchange & Portal. Admin Guide

Copyright

DNS and Interface User Guide

Installing and Setting up Microsoft DNS Server

Parallels Plesk Panel User Guide

DNS Conformance Test Specification For Client

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

I. Setting Listserv password

Getting Data From Your Practice Management System

Configuring a Domain to work with your Server

Configuration Guide. Remote Backups How-To Guide. Overview

Inbound Load Balance. User Manual

Conexim DNS Administrator s Guide

NetIQ Advanced Authentication Framework - MacOS Client

IaaS Configuration for Cloud Platforms

Instructions for Configuring Microsoft Exchange 2007/2010 for smarshencrypt

Admin Guide Apptix OnDemand Administration Console Panel

Working with Mail (Hosted Exchange)

Admin Guide Virtual Private Server (VPS) MailStreet Hosting Control Panel (CP)

IBM Express Managed Security Services for Security. Anti-Spam Administrator s Guide. Version 5.32

DNS. Computer Networks. Seminar 12

Address Registration. Administrator Guide

DNS at NLnet Labs. Matthijs Mekking

FTP Service Reference

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Panda Cloud Protection. Quick guide Service registration procedure

Data Protection. Administrator Guide

HTG XROADS NETWORKS. Network Appliance How To Guide: EdgeDNS. How To Guide

Qlik REST Connector Installation and User Guide

Document Management User Guide

B a r r a c u d a M e s s a g e A r c h i v e r O u t l o o k A d d - I n U s e r G u i d e. V e r si on 3. 1

Hosting Control Panel (CP) Admin Guide

How To Guide Edge Network Appliance How To Guide:

Uploading Ad Cost, Clicks and Impressions to Google Analytics

Admin Guide Web Hosting (Windows Websites) MailStreet Hosting Control Panel (CP)

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide

BlackBerry Mobile Voice System. Version: 5.3. Administration Guide

**Web mail users: Web mail provides you with the ability to access your via a browser using a "Hotmail-like" or "Outlook 2003 like" interface.

Setting up Sharp MX-Color Imagers for Inbound Fax Routing to or Network Folder

FaxCore Ev5 -To-Fax Setup Guide

HC8 Installation Guide

Table of contents 1. IMPORTANT INFORMATION BEFORE YOU START GETTING STARTED EXCHANGE CONTROL PANEL... 2

How to use ArGoSoft Mail Server.NET Freeware

Egnyte Single Sign-On (SSO) Installation for Okta

Vodafone Bulk Text. User Guide. Copyright Notice. Copyright Phonovation Ltd

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

How To Import A File Into The Raise S Edge

ArcGIS online Introduction Module 1: How to create a basic map on ArcGIS online Creating a public account with ArcGIS online...

ConvincingMail.com Marketing Solution Manual. Contents

v.5 Use Shelby to Communicate Electronically

How to set up your Secure in Outlook 2010*

System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA

Exchange 2013 & Related Services. Admin Guide

Contents CHAPTER 1 IMail Utilities

Discovery Guide. Secret Server. Table of Contents

ewebextra OfficeMate Integration User s Guide

GCI Conference Bridge 2

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

HEALTH SAVINGS ACCOUNT EMPLOYER WEBSITE GUIDE

Technical Support Set-up Procedure

Flight Workflow User's Guide. Release

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other.

DLP Quick Start

Windows 2008 Server. Domain Name System Administración SSII

Getting Started with Microsoft Outlook with Exchange Online Software from Time Warner Cable Business Class

Web Mail Classic Web Mail

The Use of DNS Resource Records

Array Networks NetContinuum. Netli. Fine Ground. StrangeLoop. Akamai. Barracuda. Aptimize. Inkra. Nortel. Juniper. Cisco. Brocade/Foundry.

Configuration Information

Time Clock Import Setup & Use

Managing User Accounts

There are numerous ways to access monitors:

Transcription:

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. The comma-separated values represent columns of data, but the CSV file must not contain column headings. action, recordname, TTL, recordtype, rdata, comment, user-defined field name=value, user-defined field name n=value,... Lines in the file cannot be commented out. Each line contains the following columns: Column action recordname TTL Description The action to be performed on the record. Valid values are add, update, and delete. This column must be present and must contain a value. add creates a new resource record. update changes only the TTL, comment, and user-defined fields for most resource record types. For CNAME records, update changes only the host record to which the CNAME record points. For A records, update ignores any change made to the record s IPv4 address. delete deletes resource records. If a record is not found in Proteus, a file-notfound error is logged in the server log. To delete records that contain multiple IP addresses, specify the address with an * asterisk. The name of the resource record. This column must be present and may or may not contain a value: When performing a bulk update at the zone level, this column can be blank to give the resource record the same name as the zone. The name of the record appears in Proteus as (Same as Zone). When performing a bulk update at the view level, this column must contain a value. Bulk DNS Update cannot create records with (Same as Zone) for the record name from the view level. If your resource record names are controlled by a naming policy, you need to specify names that match the requirements of the policy. To specify an Incremental value in the CSV file, using the # (pound) symbol. For more information on naming policies, see Naming Policies on page 53. How you specify record names depends on from where you want to perform the bulk update: When performing the bulk update at the view level, specify FQDNs. Proteus assumes that all record names are not dot-separated. For example, add, host1.example.com., 3600, A, 192.168.0.2 adds the host record host1.example.com. When performing the bulk update at the zone level, specify record names as relative names or FQDNs. Names ending with a dot are considered as absolute names which should not contain dot-separated named. Names not ending with a dot are considered as relative names and can contain a dot. For example, add, host2, 3600, A, 192.168.0.3 adds the host record host2.example.com. For example, add, host3.example.com., 3600, A, 192.168.0.4 adds the host record host3.example.com. The time-to-live value, in seconds, for the resource record. This column must be present but may be left blank. To leave a column blank, leave a space between the commas that delimit the column. Version 3.0.1 Proteus Administration Guide 197

Chapter 6: DNS Column recordtype rdata comment user-defined field name Description The type of resource record. Valid values are A, CNAME, MX, SRV, HINFO, TXT, and NAPTR. The following generic record types are also valid: A6, AAAA, AFSDB, APL, CERT, DNAME, DNSKEY, DS, ISDN, KEY, KX, LOC, MB, MG, MINFO, MR, NS, NSAP, PX, RP, RT, SINK, SSHFP, WKS, or X25. This column must be present and must contain a value. The data to define the resource record. For information about the rdata required for each type of resource record, see Resource Record rdata on page 198. Where multiple parameters are specified for the rdata, the values are separated with a space. This column must be present and must contain a value. A text string describing the resource record. After the record is added to Proteus, this string appears in the Comments field when viewing the resource record s Details tab. This column is optional. If you are adding user-defined fields to the record, this column must be present but may be left blank. To leave a column blank, leave a space between the commas that delimit the column. The name and value for a user-defined field. This column is optional. You can add an unlimited number of user-defined field values in each line. The user-defined field must already exist in Proteus. The name of the user-defined field must be specified exactly as it appears in Proteus. The value must match the type of value defined for the field. For more information on user-defined fields, see User- Defined Fields on page 66. Resource Record rdata The rdata field contains the parameters for the resource record being added, updated, or deleted. When adding a record, the parameters define the record. When updating or deleting a record, the parameters are used to find the record in Proteus to update or delete; all parameters must match an existing record for the record to be updated or deleted. Record Type A CNAME MX SRV HINFO rdata Specify an IPv4 address for the host record. For example: 192.168.188.200 Specify the host for the alias record. For example: host1.example.com Specify the priority and host name for the mail exchanger record, with a single space between each value: For example: 10 mail.example.com Specify the priority, port, weight, and host for the service record, with a single space between each value. For example: 10 5050 50 host1.example.com To leave a value blank, use a 0 (zero) for the value. In this example, the priority and weight values are set to 0 (zero): 0 5050 0 host1.example.com" Specify the central processor unit and operating system for the host information record, with a single space between each value. To include spaces in each value, the entire rdata string must be enclosed in quotation marks. Values that contain string must be enclosed in doubled quotation marks. For example: """Dual 1.2Ghz"" ""Linux 7.1""" 198 Proteus Administration Guide Version 3.0.1

Bulk DNS Updates Record Type TXT NAPTR Generic record types rdata Specify the text string for the text record. For example: This is a text record Specify the order, preference, service, regular expression, replacement, and flags for the naming authority pointer record. For example: 100 10 E2U+email!^.*$!mailto:information@example.com!i. A Specify the rdata string for the record type. Refer to the RFCs for each record type for the required rdata string. CSV Examples To add a host record with a comment and user-defined field: add, host1.example.com., 3600, A, 192.168.0.1, A Host record, Location=Toronto To add a host record with no comment and with a user-defined field: add, host2.example.com., 3600, A, 192.168.0.2,, Location=New York To add a host record with multiple IPv4 addresses: add, host3.example.com., 3600, A, 192.168.0.2 add, host3.example.com., 3600, A, 192.168.0.3 add, host3.example.com., 3600, A, 192.168.0.4 To add an SRV record with a blank port value: add, srv.example.com., 3600, SRV, 10 0 50 host1.example.com", An SRV record To add an AAAA record for an IPv6 address: add, host4.example.com., 3600, AAAA, FD3B:4F43:E610:0:1322:33FF:FE44:5566 To update the TTL and comment for a host record: update, host1.example.com., 7200, A, 192.168.0.1, Updated the TTL To delete a host record that may have multiple IP addresses: delete, host1.example.com., 7200, A, * Version 3.0.1 Proteus Administration Guide 199

Chapter 6: DNS Performing a Bulk DNS Update To perform a DNS Bulk Update: 1 Click the My IPAM tab. From the configuration drop-down list, select a configuration. 2 Click the DNS tab. Tabs remember the page you last worked on, so click the DNS tab again to ensure you are working with the Configuration information page. 3 You can perform a DNS Bulk Update at the view or zone level. Navigate to and select a view or zone. 4 Click Action and select Bulk DNS Updates. The Upload a CSV File page appears. 5 Beside the Bulk DNS Updates CSV file field, click Browse. A dialog box appears where you can select a CSV file on your workstation. 6 Select a CSV file and click Open. The file selection dialog box closes and the path for the selected file appears in the Bulk DNS Updates CSV file field. 200 Proteus Administration Guide Version 3.0.1

Bulk DNS Updates 7 Click Next. The Bulk DNS Updates Bulk Update Review page appears. 8 In the General section, each Line field contains a line from your CSV file. If Proteus finds an error in a line, the error is noted in red text to the right of the field. Review each line and correct any errors by editing the text in the Line field. For more information on the update entry format, see Bulk DNS Updates on page 196. To remove a line from the list, click the Remove link to the right of the Line field. 9 In the Apply Option section, set the error handling and naming policy options: Abort entire operation if there is an error when selected, cancels the entire update process if there is an error with any of the updates. None of the updates are applied if any one update contains an error. If errors are encountered, a list of entries with errors appears at the end of the update process. Skip failure when selected, ignored any updates that contain errors. Updates without errors are applied. Override Naming Policy when selected, resource records are created with names as specified in the update entries; any naming policies assigned to the view or zone are ignored. When not selected, any naming policies assigned to the view or zone are enforced; entries with resource record names that do not follow the naming policy are ignored. If updates are ignored because of naming policy conflicts, a list of entries with conflicts appears at the end of the update process. For information on naming policies, see Naming Policies on page 53. 10 In the Change Control section, add comments to describe the changes. This step is optional but may be set to be required. Version 3.0.1 Proteus Administration Guide 201

Chapter 6: DNS 11 Click Apply. The Bulk DNS Updates Bulk Update Result page appears. 12 Review the results in the General section. This section lists the error handling and naming policy options you selected for the update and the number of updates successfully applied. 13 If entries were skipped or caused the update process to be cancelled, a list of errors appears. Review the errors and correct the problems in your CSV file and attempt the updated process again. 14 Click OK to return to the DNS view Zones tab or to the DNS zone Resource Records tab. 202 Proteus Administration Guide Version 3.0.1