bind
Binds the DNS client to a pre-configured logical IP interface.
Product
All
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > Context Configuration > DNS Client Configuration
configure > context context_name > dns-client client_name
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dns-client)#
Syntax
bind { address ip_address [ port number ] | query-over-gtp }
no bind address
no
Removes the binding of the client to a specified interface.
bind address ip_address
Specifies the IP address of the interface to which the DNS client is being bound in IPv4 dotted-decimal notation.
bind port number
Specifies the UDP port number of the interface to which the DNS client is being bound as an integer from 1 to 65535. Default: 6011
bind query-over-gtp
Specifies that DNS client query is to be performed over GTP.
Usage Guidelines
Use this command to associate the client with a specific logical IP address.
Example
bind address 10.2.3.4 port 6000