DNS Re-query over TCP Config

Enable feature to support setting the truncated header bit and initiating a DNS re-query over TCP.

  1. Access the realm-config configuration element.
    ORACLE# configure terminal
    ORACLE(configure)# media-manager
    ORACLE(media-manager)# realm-config
    ORACLE(realm-config)# 
    
  2. Select the realm-config object to edit.
    ORACLE(realm-config)# select
    identifier:
    1: realm01 left-left:0 0.0.0.0
    
    selection: 1
    ORACLE(realm-config)#
  3. dns-tcp-for-truncated-response— Set the options parameter by typing options, a Space, a plus sign (+), the option name, and queal sign (=) and then yes or no and then press Enter. The default behavior is to set the truncated header bit and initiate a DNS re-query over TCP.
    ORACLE(realm-config)# option +dns-tcp-for-truncated-response=no
  4. Type done to save your configuration.