Manual

Table Of Contents
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 VCS Expressway.
Calls from non-registered endpoints (or other infrastructure devices) to be routed to the VCS Expressway.
Host DNS A Record
Host Host IP address
vcse.example.com 192.0.2.2
DNS SRV Records
Name Service Protocol Priority Weight Port Target host
example.com. h323cs tcp 10 10 1720 vcse.example.com.
example.com. h323ls udp 10 10 1719 vcse.example.com.
example.com. h323rs udp 10 10 1719 vcse.example.com.
example.com. sip tcp 10 10 5060 vcse.example.com.
example.com. sip udp * 10 10 5060 vcse.example.com.
example.com. sips tcp 10 10 5061 vcse.example.com.
example.com. turn udp 10 10 3478 ** vcse.example.com.
* SIPUDPis disabled on VCS by default.
** On Large VCS 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 vcse.example.com.
_h323ls._udp.example.com. 86400 IN SRV 10 10 1719 vcse.example.com.
_h323rs._udp.example.com. 86400 IN SRV 10 10 1719 vcse.example.com.
_sip._tcp.example.com. 86400 IN SRV 10 10 5060 vcse.example.com.
_sip._udp.example.com. 86400 IN SRV 10 10 5060 vcse.example.com.
_sips._tcp.example.com. 86400 IN SRV 10 10 5061 vcse.example.com.
_turn._udp.example.com. 86400 IN SRV 10 10 3478 vcse.example.com.
vcse.example.com. 86400 IN A 192.0.2.2
If you have a cluster of VCS Expressways, you must set up DNSAand SRV records for each peer/host in the cluster.
See VCS Cluster Creation and Maintenance Deployment Guide 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 VCS Control.
57
Cisco VCS Expressway and VCS Control - Basic Configuration Deployment Guide
Appendix 2: DNS Records