Cisco FirePOWER ASA 5500 series Configuration Manual page 157

Security appliance command line
Hide thumbs Also See for FirePOWER ASA 5500 series:
Table of Contents

Advertisement

Chapter 10
Configuring DHCP, DDNS, and WCCP Services
Example 1: Client Updates Both A and PTR RRs for Static IP Addresses
The following example configures the client to request that it update both A and PTR resource records
for static IP addresses. To configure this example, perform the following steps:
To define a DDNS update method called ddns-2 that requests that the client update both the A and PTR
Step 1
RRs, enter the following commands:
hostname(config)# ddns update method ddns-2
hostname(DDNS-update-method)# ddns both
Step 2
To associate the method ddns-2 with the eth1 interface, enter the following commands:
hostname(DDNS-update-method)# interface eth1
hostname(config-if)# ddns update ddns-2
hostname(config-if)# ddns update hostname asa.example.com
Step 3
To configure a static IP address for eth1, enter the following commands:
hostname(config-if)# ip address 10.0.0.40 255.255.255.0
Example 2: Client Updates Both A and PTR RRs; DHCP Server Honors Client
Update Request; FQDN Provided Through Configuration
The following example configures 1) the DHCP client to request that it update both the A and PTR RRs,
and 2) the DHCP server to honor the requests. To configure this example, perform the following steps:
To configure the DHCP client to request that the DHCP server perform no updates, enter the following
Step 1
command:
hostname(config)# dhcp-client update dns server none
To create a DDNS update method named ddns-2 on the DHCP client that requests that the client perform
Step 2
both A and PTR updates, enter the following commands:
hostname(config)# ddns update method ddns-2
hostname(DDNS-update-method)# ddns both
To associate the method named ddns-2 with the security appliance interface named Ethernet0, and enable
Step 3
DHCP on the interface, enter the following commands:
hostname(DDNS-update-method)# interface Ethernet0
hostname(if-config)# ddns update ddns-2
hostname(if-config)# ddns update hostname asa.example.com
hostname(if-config)# ip address dhcp
Step 4
To configure the DHCP server, enter the following command:
hostname(if-config)# dhcpd update dns
OL-10088-01
Example 4: Client Asks Server To Perform Both Updates; Server Configured to Update PTR RR
Only; Honors Client Request and Updates Both A and PTR RR, page 10-8
Example 5: Client Updates A RR; Server Updates PTR RR, page 10-9
Cisco Security Appliance Command Line Configuration Guide
Configuring Dynamic DNS
10-7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pix 500 seriesCisco asa 5500 series

Table of Contents