Manual
Table Of Contents
- Preface
- Introduction
- Process Summary
- Prerequisites
- Run the Service Setup Wizard
- VCS System Configuration
- Routing Configuration
- Pre-search Transforms
- Search Rules
- Task 8: Configuring Transforms
- Task 9: Configuring Local Zone Search Rules
- Task 10: Configuring the Traversal Zone
- Neighboring Between VCS Clusters
- Task 11: Configuring Traversal Zone Search Rules
- Task 12: Configuring the DNS Zone
- Task 13: Configuring DNS Zone Search Rules
- Task 14: Configuring External (Unknown) IP Address Routing
- Endpoint Registration
- System Checks
- Maintenance Routine
- Optional Configuration Tasks
- Appendix 1: Configuration Details
- Appendix 2: DNS Records
- Appendix 3: Firewall and NAT Settings
- Appendix 4: Advanced Network Deployments
- Obtaining Documentation and Submitting a Service Request
- Cisco Legal Information
- Cisco Trademark

Local DNS A Record
Host Host IP address
vcsc.internal-domain.net 10.0.0.2
Local DNS SRV Records
Name Service Protocol Priority Weight Port Target host
internal-domain.net. h323cs tcp 10 10 1720 vcsc.internal-domain.net.
internal-domain.net. h323ls udp 10 10 1719 vcsc.internal-domain.net.
internal-domain.net. h323rs udp 10 10 1719 vcsc.internal-domain.net.
internal-domain.net. sip tcp 10 10 5060 vcsc.internal-domain.net.
internal-domain.net. sip udp * 10 10 5060 vcsc.internal-domain.net.
internal-domain.net. sips tcp 10 10 5061 vcsc.internal-domain.net.
* SIPUDP is disabled on VCS by default.
For example, the DNS records would be:
_h323cs._tcp.internal-domain.net. 86400 IN SRV 10 10 1720 vcsc.internal-domain.net.
_h323ls._udp.internal-domain.net. 86400 IN SRV 10 10 1719 vcsc.internal-domain.net.
_h323rs._udp.internal-domain.net. 86400 IN SRV 10 10 1719 vcsc.internal-domain.net.
_sip._tcp.internal-domain.net. 86400 IN SRV 10 10 5060 vcsc.internal-domain.net.
_sip._udp.internal-domain.net. 86400 IN SRV 10 10 5060 vcsc.internal-domain.net.
_sips._tcp.internal-domain.net. 86400 IN SRV 10 10 5061 vcsc.internal-domain.net.
vcsc.internal-domain.net. 86400 IN A 10.0.0.2
If you have a cluster of VCS Controls, you must set up DNSAand SRV records for each peer/host in the cluster. See
VCS Cluster Creation and Maintenance Deployment Guide for more information.
58
Cisco VCS Expressway and VCS Control - Basic Configuration Deployment Guide
Appendix 2: DNS Records