/
set lower_case_ptr_dname
set lower_case_ptr_dname
The set lower_case_ptr_dname
command converts all the domain names in uppercase characters to lowercase for PTR records. You can execute this command at the Grid level, member level, or the DNS view level.
Syntax
set lower_case_ptr_dname grid (on|off)
set lower_case_ptr_dname view <view-name> (on|off) [override_grid (on|off)
Argument | Description |
---|---|
On | Enables the appliance to convert all the domain names in uppercase to lowercase for PTR records. |
off | Disables the conversion option. The domain names in PTR records will remain intact. |
<view-name> | Specify the DNS view name. |
<view-name> on | Enables the conversion option at the DNS view level. If you enable the conversion option at both the Grid and DNS view level, the conversion option is enabled. |
<view-name> off | Disables the conversion option at the DNS view level. |
override_grid on | Overrides the conversion option set at the Grid level. If you enable the conversion option at the DNS view level and disable at the Grid level, the conversion option is enabled. |
override_grid off | Inherits the conversion option set at the Grid level. If you enable the conversion option at the DNS view level and disable at the Grid level, the conversion option is enabled. |
Example
Infoblox > set lower_case_ptr_dname grid on set lower_case_ptr_dname grid on
Restart the DNS service in order for changes to take effect
Infoblox > set lower_case_ptr_dname view default off override_grid on Restart the DNS service in order for changes to take effect