Thanks Ryan <br><div class="gmail_quote"><div dir="ltr"><br></div><div dir="ltr"> (but who really knows when it comes to IOS bugs). +1</div></div><div><br></div><div><br></div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="blue" vlink="#954F72"><div class="m_-8818448312808304872WordSection1"><p class="MsoNormal"><u></u></p>
<p class="MsoNormal">Here is the bug condition:</p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><i>Upon start-up/reboot the DNS process doesn't initiate a query till around 18 minutes after the boot up. This long delay results in hostname configured features (ex:NTP servers) not being used till this process is complete. Even when
 doing this time the DNS server is reachable.<u></u><u></u></i></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks,<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Ryan<u></u><u></u></p>
<div style="border:none;border-top:solid #e1e1e1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:ealeatherman@gmail.com" target="_blank">Ed Leatherman</a><br>
<b>Sent: </b>Tuesday, March 6, 2018 7:31 AM<br>
<b>To: </b><a href="mailto:avholloway+cisco-voip@gmail.com" target="_blank">Anthony Holloway</a><br>
<b>Cc: </b><a href="mailto:cisco-voip@puck.nether.net" target="_blank">Cisco VOIP</a><br>
<b>Subject: </b>Re: [cisco-voip] session target dns</p>
</div></div></div><div lang="EN-US" link="blue" vlink="#954F72"><div class="m_-8818448312808304872WordSection1">
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks Anthony, That was spot on what I was trying to figure out. I've been using server-groups up until now (and will continue on the CUCM facing side), the service provider is forcing the change on the side facing them.
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Loren: That's an interesting idea to lock in the host resolution on the CUBE itself, but in this case I think it might set me up for an outage if the service provider changes their IP Addressing. Maybe I can get them to commit to telling
 me before they change those..<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On Mon, Mar 5, 2018 at 2:31 PM, Anthony Holloway <<a href="mailto:avholloway+cisco-voip@gmail.com" target="_blank">avholloway+cisco-voip@gmail.com</a>> wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">Loren,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">Just out of curiosity, why didn't you just use session server groups?  Based on the config you shared, it looks like it would achieve the same thing, but with less config, and not adding in the DNS stack within
 IOS.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">Ed,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">*Note, you cannot use DNS in server groups, so it's one or the other.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<p class="MsoNormal" style="margin-left:4.8pt">I also think it's important to know that the IOS code is written such that it will look for SRV records first, and then fallback to looking for an A (host) record once the DNS timeouts.
<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">E.g.,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">You enter "session target dns:<a href="http://collab.domain.com" target="_blank">collab.domain.com</a>"<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">IOS looks for _sip._<a href="http://udp.collab.domain.com" target="_blank">udp.collab.domain.com</a> SRV record first, timesout, then looks for
<a href="http://collab.domain.com" target="_blank">collab.domain.com</a> host record second.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">*Note that the outgoing session transport on IOS is UDP by default, unless you change it to TCP with the command "session transport tcp" at the "voice service voip" level, or at the dial-peer level.  So, having
 a _sip._tcp SRV record on your CUBE would create a confusing scenario.  Contrast this with the incoming connection, which can be either.  However, SRV records, like Loren is showing, are for outbound connection establishments.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">I have not done an extensive amount of testing here, but I would be curious to know if IOS handles the TTL for the DNS record correctly, or if it queries DNS for every setup like how that one defect was hitting
 CUCM SIP trunks for a while there.  I looked for "TTL" in the CVP Config guide, but it didn't say.<u></u><u></u></p>
</div>
</div>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt"><u></u> <u></u></p>
<div>
<div>
<p class="MsoNormal" style="margin-left:4.8pt">On Mon, Mar 5, 2018 at 11:19 AM Loren Hillukka <<a href="mailto:lchillukka@hotmail.com" target="_blank">lchillukka@hotmail.com</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0in 0in 0in 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0in;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="margin-left:9.6pt">You can have your gw query your DNS server, and you have to add SRV records to your central DNS server (like with the jabber entries required to get jabber sign-in to work). </p>
<p class="MsoNormal" style="margin-left:9.6pt">Here’s the example of doing local DNS to static entries on the gateway itself, from the CVP 10 config guide.  CVP is where I first started doing dns srv on the local gateway, as I preferred breaking the call center
 myself instead of having the AD/DNS teams do it for me without me knowing ;-)</p>
<p class="MsoNormal" style="margin-left:9.6pt">===========</p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">You can also configure the Gateway statically instead of using DNS. The following example shows how both the A and SRV type records could be configured: </p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host <a href="http://cvp4cc2.cisco.com/" target="_blank">cvp4cc2.cisco.com</a> 10.4.33.132</p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host <a href="http://cvp4cc3.cisco.com/" target="_blank">cvp4cc3.cisco.com</a> 10.4.33.133</p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host <a href="http://cvp4cc1.cisco.com/" target="_blank">cvp4cc1.cisco.com</a> 10.4.33.131</p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">For SIP/TCP:</p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host _sip._<a href="http://tcp.cvp.cisco.com/" target="_blank">tcp.cvp.cisco.com</a> srv <a href="tel:50%2050%205060" target="_blank">50 50 5060</a><a href="http://cvp4cc3.cisco.com/" target="_blank">cvp4cc3.cisco.com</a></p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host _sip._<a href="http://tcp.cvp.cisco.com/" target="_blank">tcp.cvp.cisco.com</a> srv <a href="tel:50%2050%205060" target="_blank">50 50 5060</a><a href="http://cvp4cc2.cisco.com/" target="_blank">cvp4cc2.cisco.com</a></p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host _sip._<a href="http://tcp.cvp.cisco.com/" target="_blank">tcp.cvp.cisco.com</a> srv <a href="tel:50%2050%205060" target="_blank">50 50 5060</a><a href="http://cvp4cc1.cisco.com/" target="_blank">cvp4cc1.cisco.com</a></p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">For SIP/UDP:</p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host _sip._<a href="http://udp.cvp.cisco.com/" target="_blank">udp.cvp.cisco.com</a> srv <a href="tel:50%2050%205060" target="_blank">50 50 5060</a><a href="http://cvp4cc3.cisco.com/" target="_blank">cvp4cc3.cisco.com</a></p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host _sip._<a href="http://udp.cvp.cisco.com/" target="_blank">udp.cvp.cisco.com</a> srv <a href="tel:50%2050%205060" target="_blank">50 50 5060</a><a href="http://cvp4cc2.cisco.com/" target="_blank">cvp4cc2.cisco.com</a></p>
<p class="MsoNormal" style="margin-left:9.6pt;line-height:16.5pt">ip host _sip._<a href="http://udp.cvp.cisco.com/" target="_blank">udp.cvp.cisco.com</a> srv <a href="tel:50%2050%205060" target="_blank">50 50 5060</a><a href="http://cvp4cc1.cisco.com/" target="_blank">cvp4cc1.cisco.com</a></p>
<p class="MsoNormal" style="margin-left:9.6pt"> ============</p>
<p class="MsoNormal" style="margin-left:9.6pt">Then your dial-peer would have session target dns:<a href="http://cvp.cisco.com/" target="_blank">cvp.cisco.com</a> which would point to the SRV record, which would use the weight/priority values to choose the
 final host, and resolve the selected host to an IP using the normal "ip host name x.x.x.x" entry</p>
</div>
</div>
<div>
<div>
<div id="m_-8818448312808304872m_5713967320667381579m_-7009208758299197112AppleMailSignature">
<p class="MsoNormal" style="margin-left:9.6pt"><u></u> <u></u></p>
</div>
<div id="m_-8818448312808304872m_5713967320667381579m_-7009208758299197112AppleMailSignature">
<p class="MsoNormal" style="margin-left:9.6pt"><u></u> <u></u></p>
</div>
<p class="MsoNormal" style="margin-left:9.6pt">Loren<u></u><u></u></p>
</div>
</div>
<div>
<div>
<p class="MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:9.6pt">
<br>
On Mar 5, 2018, at 10:15 AM, Ed Leatherman <<a href="mailto:ealeatherman@gmail.com" target="_blank">ealeatherman@gmail.com</a>> wrote:<u></u><u></u></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">Hi everyone, <u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">Hopefully a quick question - in a dial-peer on CUBE (16.3.5) how does session target dns: resolve to an IP? I've never used DNS as target before for this.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">Does CUBE just do a query for the A record by default, or does it do a SRV query by default? I have a SIP provider that wants to start using SRV for their SBC(s) and I'm researching how to setup my end in IOS.
 If it doesn't query SRV default, where do I toggle that behavior?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">The command reference just says  "Configures the host device housing the domain name system (DNS) server that resolves the name of the dial peer to receive calls."<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">I've found the knob to tell it what SRV format to use in the sip-ua section. <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">Thanks!<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:45.6pt"><u></u> <u></u></p>
</div>
<p class="MsoNormal" style="margin-left:45.6pt">-- <u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-left:45.6pt">Ed Leatherman<u></u><u></u></p>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal" style="margin-left:45.6pt">_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><u></u><u></u></p>
</div>
</blockquote>
</div>
<p class="MsoNormal" style="margin-left:9.6pt">_______________________________________________<br>
cisco-voip mailing list<br>
<a href="mailto:cisco-voip@puck.nether.net" target="_blank">cisco-voip@puck.nether.net</a><br>
<a href="https://puck.nether.net/mailman/listinfo/cisco-voip" target="_blank">https://puck.nether.net/mailman/listinfo/cisco-voip</a><u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
</blockquote>
</div>
<p class="MsoNormal"><br>
<br clear="all">
<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<p class="MsoNormal">-- <u></u><u></u></p>
</div>
<p class="MsoNormal">Ed Leatherman<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div></div></blockquote></div>