Cisco Cisco TelePresence Video Communication Server Expressway

다운로드
페이지 71
Appendix 8 – Cluster name and DNS SRV records 
 
Cisco VCS Deployment Guide: Cluster creation and maintenance (Cisco VCS X7.2) 
Page 66 of 71 
 
 
Nslookup 
 
nslookup -query=SRV _sip._tcp.example.com 
Dig 
 
dig _sip._tcp.example.com SRV 
 
; <<>> DiG 9.4.1 <<>> _sip._tcp.example.com SRV 
;; global options:  printcmd 
;; Got answer: 
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44952 
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4 
 
;; QUESTION SECTION: 
;_sip._tcp.example.com.         IN      SRV 
 
;; ANSWER SECTION: 
_sip._tcp.example.com. 1183     IN   SRV     1 0 5060 sbc1.example.com. 
_sip._tcp.example.com. 1183     IN   SRV     1 0 5060 sbc2.example.com. 
 
;; AUTHORITY SECTION: 
example.com.           87450    IN      NS      ns1.mydyndns.org. 
example.com.           87450    IN      NS      ns2.mydyndns.org. 
 
;; ADDITIONAL SECTION: 
sbc1.example.com.      1536     IN      A       194.73.59.53 
sbc2.example.com.      1376     IN      A       194.73.59.54 
ns1.mydyndns.org.        75     IN      A       204.13.248.76 
ns2.mydyndns.org.     10037     IN      A       204.13.249.76 
 
;; Query time: 0 msec 
;; SERVER: 10.44.8.11#53(10.44.8.11) 
;; WHEN: Mon Jul 26 11:09:59 2010 
;; MSG SIZE  rcvd: 243 
 
~ #