Skip to main content
A newer release of this product is available.

network options send-soa modify

Contributors
Suggest changes

Modify Send SOA settings

Availability: This command is available to cluster administrators at the advanced privilege level.

Description

This command sets the status of sending statement of authority record in the DNS response.

Parameters

[-enable {true|false}] - Enable sending SOA (privilege: advanced)

Setting this parameter to true enables sending the statement of authority (SOA) record in the DNS response. Setting it to false disables sending the statement of authority (SOA) record in the DNS response for the cluster.

Examples

The following example will enable the sending of statement of authority (SOA)
      in the DNS response.
      cluster1::> network options send-soa modify -enable true
The following example will disable the sending of statement of authority (SOA)
      in the DNS response.
      cluster1::> network options send-soa modify -enable false