set dns_rr_limits
Use the set dns_rr_limits
CLI command to configure the maximum number of resource records allowed for a single type within resource records and to set the maximum number of different resource record types that can be associated with a domain name at the Grid DNS Properties and Member DNS Properties screens.
Syntax
Infoblox > set dns_rr_limits
Tuning DNS max_records_per_type and max_types_per_name on the Grid level:
set dns_rr_limits [grid] [records_per_type <number>|default|nolimit] [types_per_name <number>|default|nolimit]
set dns_rr_limits [grid] [records_per_type <number>|default|nolimit]
set dns_rr_limits [grid] [types_per_name <number>|default|nolimit]
Tuning DNS max_records_per_type and max_types_per_name on the Member level:
set dns_rr_limits [override|inherit]
set dns_rr_limits [records_per_type <number>|default|nolimit] [types_per_name <number>|default|nolimit]
set dns_rr_limits [records_per_type <number>|default|nolimit]
set dns_rr_limits [types_per_name <number>|default|nolimit]
Argument | Description |
---|---|
| Specifies the maximum number of resource records allowed for a single type within a record set at Grid DNS Properties and Member DNS Properties screens. |
| Specifies the maximum number of different resource record types that can be associated with a single domain name at Grid DNS Properties and Member DNS Properties screens. |
| Use the |
| Use |
| Use the |
| Use the |
| Use the |
| Use the |
Example
Infoblox > set dns_rr_limits grid records_per_type 4000 types_per_name 200
Successfully configured on GridDns records_per_type and types_per_name
NOTICE: You must restart the DNS service on entire Grid in order for the changes to take effect.
Infoblox > set dns_rr_limits member dns_member.com override
Sucessfully overrided the Grid DNS configuration.
NOTICE: You must restart the DNS service in order for the changes to take effect.
Infoblox > set dns_rr_limits member dns_member.com records_per_type 3001 types_per_name 301
Successfully configured on Member DNS records_per_type and types_per_name
NOTICE: You must restart the DNS service in order for the changes to take effect.