Cisco Cisco Expressway

Page of 68
Appendix 2:  DNS Records
DNS Configuration on Host Server
The following records are required in the external DNS which hosts the externally routable domain (example.com). 
This allows:
 
External endpoints registration messages to be routed to the Expressway-E.
 
Calls from non-registered endpoints (or other infrastructure devices) to be routed to the Expressway-E.
Host DNS A Record
Host
Host IP address
expe.example.com
192.0.2.2
DNS SRV Records
Name
Service
Protocol
Priority
Weight
Port
Target host
example.com.
h323cs
tcp
10
10
1720
expe.example.com.
example.com.
h323ls
udp
10
10
1719
expe.example.com.
example.com.
sip
tcp
10
10
5060
expe.example.com.
example.com.
sip
udp *
10
10
5060
expe.example.com.
example.com.
sips
tcp
10
10
5061
expe.example.com.
example.com.
turn
udp
10
10
3478 **
expe.example.com.
* SIP UDP is disabled on Expressway by default.
** On Large Expressway deployments you should configure multiple records for the range 3478 – 3483.
For example, the DNS records would be:
 
_h323cs._tcp.example.com. 86400 IN SRV 10 10 1720 expe.example.com.
 
_h323ls._udp.example.com. 86400 IN SRV 10 10 1719 expe.example.com.
 
_sip._tcp.example.com.    86400 IN SRV 10 10 5060 expe.example.com.
 
_sip._udp.example.com.    86400 IN SRV 10 10 5060 expe.example.com.
 
_sips._tcp.example.com.   86400 IN SRV 10 10 5061 expe.example.com.
 
_turn._udp.example.com.   86400 IN SRV 10 10 3478 expe.example.com.
 
expe.example.com.         86400 IN A 192.0.2.2
If you have a cluster of Expressway-Es, you must set up DNS A and SRV records for each peer/host in the cluster. See 
 for more information.
DNS Configuration (internal DNS server)
The following records are required in the local DNS which hosts the internally routable domain: internal-domain.net to 
allow internal messages to be routed to the Expressway-C.
Local DNS A Record
Host
Host IP address
expc.internal-domain.net
10.0.0.2
54
Cisco Expressway-E and Expressway-C - Basic Configuration Deployment Guide
Appendix 2:  DNS Records