cc/td/doc/product/iaabu/cddm/cddm111
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Creating a New Domain

Creating a New Domain

In the previous chapters, you installed the CDDM, tested the DNS server's ability to respond to resolver queries, and tested the DNM server's ability to respond to management commands from a DNM Browser. In this chapter, you will manage a new domain using the DNM Browser and learn how to use the DNM server to coordinate the DHCP and DNS servers.


Note To perform the exercise in this chapter, you must first complete the exercise in Chapter 4, "Verifying the Installation."

The exercise in this chapter consists of the following steps:

Step 1 Create the test domain using the DNM Browser (see "Creating the Test Domain").

Step 2 Configure the DNS server as a secondary name server for the test domain (see "Configuring the DNS Server as a Secondary Name Server for the Test Domain").

Step 3 Configure the Syslog service for troubleshooting DHCP and BootP service (see "Configuring the Syslog Service").

Step 4 Manage the DNM server via the DHCP server (see "Configuring the DHCP Server to Update DNS").

Step 5 Configure the BootP service (see "Configuring the BootP Service").


Note The values shown in the procedures in this chapter are the values given in the worksheet in "About This Guide" for the test environment. If you are using values from your own environment, substitute your own values wherever test values are shown.

Creating the Test Domain

Use the DNM Browser to create and propagate the yoyodyne.com domain:

Step 1 Start the DNM Browser:

install_dir\dnmbwr32
install_dir/CSCOcddm/bin/dnm_browser

where install_dir is the directory in which you installed CDDM.


Step 2 In the Authentication for localhost dialog box, enter admin in both the Username and in the Password fields, and click

OK.


Note Although this guide uses the password "admin" in all exercises, to avoid potential security problems, Cisco recommends using a password other than admin.

Step 3 In the DNM Browser main window, choose Add from the Edit menu.

Step 4 Type yoyodyne.com in the Fully Qualified Name

field.

Step 5 Verify that the Modify records box is enabled, and click OK.

Step 6 When the Modify Resource Records window appears, select the Authority tab.

Step 7 Click Reset to Suggested Values. The DNM Browser inserts a set of suggested SOA values.

Step 8 Change the Primary Name Server field to ns1.yoyodyne.com.

Step 9 Change the Responsible Person Mailbox field to sysadmin@yoyodyne.com.


Note For detailed information on DNS records, refer to the book DNS and BIND by Paul Albitz and Cricket Liu, published by O'Reilly and Associates.

Step 10 Click the Name servers "+" button in the Name Server Records group.

Step 11 Type ns1.yoyodyne.com in the Name servers field, and click

OK.

The yoyodyne.com domain appears in the DNM

Browser.


Step 12 Choose Add from the Browser's Edit menu.

Step 13 In the Fully Qualified Name field of the Add dialog box, type ns1.yoyodyne.com.

Step 14 Make sure that the Modify records box is enabled, and click OK.

Step 15 In the Basic tab of the Modify Resource Records window, click the "+" button in the Address Records group.

Step 16 In the Add IP Address dialog box, type 10.1.1.1 in the Starting IP Address field, and click

OK.

Step 17 When the Modify Resource Records dialog box is active again, click OK. ns1 now appears in the DNM Browser.

Step 18 Using the procedure described in Steps 12 through 17 above, add another host called host1.yoyodyne.com with the address 10.1.1.2.


Note The IP address 10.1.1.2 appears automatically in the Add IP Address dialog box.

Step 19 Select the top-level (".") domain in the DNM

Browser.

Step 20 To refresh the DNM Browser's display, choose Reload from the Edit menu.

Step 21 In the DNM Browser window, double-click ARPA to expand it. Under IN-ADDR, expand 10, 1, and

1.


Note Although the DNM server automatically created the "reverse" pointer records, it did not create a Start of Authority (SOA) record.

Step 22 Add the SOA records for the 1.1.10.in-addr.arpa domain:

The Modify Resource Records dialog box appears.


The icon for 1.1.10.in-addr.arpa in the DNM Browser now indicates the new SOA record with a red

triangle.


Step 23 Choose Exit from the File menu to close the DNM Browser, and click Yes in the confirmation dialog box.

Configuring the DNS Server as a Secondary Name Server for the Test Domain

To configure the DNS server to request zone transfers for the domain yoyodyne.com from the DNM server on port 705:

Step 1 Start the CSM and choose DNS from the Available Services list.

Step 2 Select the Config tab.

Step 3 Add an entry for yoyodyne.com in the Secondary area:

where install_dir is the directory in which you installed CDDM. On Windows NT, install_dir must include the drive letter.


Step 4 Add an entry for 1.1.10.in-addr.arpa in the Secondary area:

where install_dir is the directory in which you installed CDDM. On Windows NT, install_dir must include the drive

letter.


Step 5 Choose Save Configuration from the File menu to save your configuration.

Step 6 Restart the DNS server by stopping and restarting the Master Server:

Configuring the Syslog Service

The CDDM Syslog service is designed specifically for troubleshooting CDDM services. It does not implement all the features of your operating system's native Syslog service. For details, see the Cisco DNS/DHCP Manager 1.1(2) Release Notes.

To configure the Syslog service for troubleshooting the DHCP and BootP services:

Step 1 Choose Syslog from the CSM's Available Service list.

Step 2 To log all messages to a user-defined file:

where install_dir is the directory in which you installed CDDM. On Windows NT, install_dir must include the drive letter.


Step 3 Set the $Discard-If-LoggeD$ flag. This flag should already be set by default, so you should only need to confirm its state. If the flag is set, its Class field is *.*, and its Log File field is $DISCARD-IF-LOGGED$. If the flag is not set, do the following:

Step 4 Choose Save Configuration from the File menu.

Step 5 Select the StartUp tab. The Basic parameter tab appears.


Note The SYSLOG service does not have to be running for other services to perform logging.

Step 6 If Syslog is not configured to start automatically, set the Start field to AUTOMATIC and then either start the Syslog server if you only want to log local messages or restart the Master Server if you want to log messages from other CDDM systems:


Note When you start or restart a CDDM server, the server reloads all its saved configuration parameters except those in the StartUp tab. If you change a server's StartUp parameters, you must restart the Master Server for them to take effect.

Step 7 Verify that the log files you have just specified are now active.

ls -l install_dir/CSCOcddm/log

where install_dir is the directory in which you installed CDDM.


Configuring the DHCP Server to Update DNS

In this section you will configure the DHCP/BootP server to add host names to the DNM server every time clients obtain leases using "Method 2" behavior. For information on how the DHCP server chooses host names, see the section "Specifying How the DHCP/BootP Server Chooses Names for DHCP Clients" in Chapter 1.

To configure the DHCP server to update the DNS server:

Step 1 Choose DHCP/BootP from the CSM's Available Services list.

Step 2 Select the StartUp tab.

Step 3 Select the Parameters tab.

Enable the following parameters and set as follows. Leave all the other parameters set to their default values.

Parameter Value Description
Dnm-mode 2 When the DHCP server leases configuration data to clients, it adds host names to the DNM server based on the client's requested host name. If the client does not request a host name, the DHCP server generates a unique name based on the DHCP server entry.
Dnm-server-address 127.0.0.1 IP address of DNM server
Dnm-server-username admin user name for accessing DNM server
Dnm-server-password admin password for accessing DNM server
Dynamic-domainname dynamic.yoyodyne.com name of domain dedicated to DHCP clients
Authoritative-nameserver ns1.yoyodyne.com name of DNS authoritative for the

dynamic domain

Responsible-person sysadmin@yoyodyne.com valid email address

Note Although this guide uses the password "admin" in all exercises, to avoid potential security problems, Cisco recommends using a DNM password other than admin.

Step 5 Select the DHCP Config tab.

Step 6 Select "host" in the Entries with Inheritance list.

Step 7 Choose Basic from the Group option menu, and enable the Update DNS and Insert Host Name

parameters.

Step 8 Configure the DNS server as a secondary name server for dynamic.yoyodyne.com:

where install_dir is the directory in which you installed CDDM. On Windows NT, install_dir must include the drive letter.


Step 9 Choose Save Configuration from the File menu. Because you modified parameters in the StartUp tab, the CSM warns that you must restart the Master Server to load the startup

parameters.

Step 10 Click OK to acknowledge the startup parameter warning.

Step 11 Choose Master Server from the Available Services list, click Restart, and click Yes in the message box when it is displayed.

Step 12 Start a DHCP client on your network.

Step 13 Start the DNM Browser:

install_dir\dnmbwr32
install_dir/CSCOcddm/bin/dnm_browser

where install_dir is the directory in which you installed CDDM.


Step 14 When prompted, log in with your DNM user account name and password.

Step 15 In the DNM Browser main window, double-click "com," then "yoyodyne," then "dynamic." The "dynamic" domain now includes the domain names of any DHCP clients that have obtained leases from the DHCP/BootP server.

Configuring the BootP Service

Do not confuse BootP configuration with DHCP. DHCP and BootP are configured in a similar manner and they run on the same server, but they use different protocols. All BootP addresses are static. In addition, IP address pools are not defined in the BootP protocol.

Step 1 Choose DHCP/BootP from the Available Services list.

Step 2 Select the BootP Config tag.

Step 3 Configure a static BootP entry:

Parameter Option Tag Value
DNS servers ds 10.1.1.1
Routers gw 10.1.1.254
Hardware address ha 001800201020
Hardware address type ht 1
IP address pool ip 10.1.1.17
Subnet mask sm 255.255.255.0

Step 4 Create an entry from which other entries can inherit option tags:

Parameter Option Tag Value
DNS servers ds 10.1.1.1
Routers gw 10.1.1.254
Subnet Mask sm 255.255.255.0

Step 5 Modify the static2 entry to inherit the subnet entry's parameters:

Step 6 Choose Save Configuration from the File menu.

Step 7 Restart the DHCP/BootP service by clicking Restart.

Step 8 Boot your client to test the configuration; troubleshoot if necessary.

hometocprevnextglossaryfeedbacksearchhelp
Copyright 1989-1997 © Cisco Systems Inc.