Cisco Cisco ASR 5000

Page of 9109
DNS Client Configuration Mode Commands   
▀  bind 
 
 
▄  Command Line Interface Reference, StarOS Release 18 
3600 
   
bind 
Binds the DNS client to a pre-configured logical IP interface. 
Product
 
MME 
SCM 
SGSN 
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 
Use this command to associated the client with a specific logical IP address. 
Example
 
The following command binds the DNS client to a logical interface with an IP address of 
10.2.3.4
 and a 
port number of 
6000
bind address 10.2.3.4 port 6000