<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ASA Phone Proxy in Unified Communications Infrastructure</title>
    <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564951#M72450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reverted to a global pat and it appears this helped for testing purposes.&amp;nbsp; Now I see the request coming from the inside address of the ASA to the CallManager.&amp;nbsp; I am now seeing a TFTP Unauthorized : 0.0.0.0.0 in the phone status.&amp;nbsp; I have checked the Trust List on the phone and the Public TFTP IP is listed.&amp;nbsp; I see the requests coming in via&amp;nbsp; debug phone-proxy tftp but I can't see that anything is actually being sent back to the phone.&amp;nbsp; I would expect that since it has the correct CTL file and Trust the ASA is able to talk to the phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Dec 2010 20:49:14 GMT</pubDate>
    <dc:creator>joeharb</dc:creator>
    <dc:date>2010-12-02T20:49:14Z</dc:date>
    <item>
      <title>ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564949#M72448</link>
      <description>&lt;P&gt;We are in the process of testing the ASA phone proxy.&amp;nbsp; We are using a seperate ASA/Firewall for this, I can see the phone listed in the "show phone-proxy secure-phones" but tftp doesn't appear to be working.&amp;nbsp; I am using a access-list according to documentation to prevent the traversal of the tftp traffic out our main firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Here is a sample which does PAT outside for only traffic destined to the call manager on the inside. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN style="font-size: 12pt; "&gt;PhoneProxyASA(config)#object-group service CUCM-PROXY-PORTS &lt;BR /&gt;PhoneProxyASA(config-service)#service-object udp eq tftp &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-object udp range 1024 65535 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-object tcp eq 2443 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-object tcp eq 5061 &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; service-object tcp eq 3804&lt;BR /&gt; &lt;BR /&gt;PhoneProxyASA(config)#access-list cucm-traffic extended permit object-group &lt;BR /&gt;CUCM-PROXY-PORTS any host 172.18.124.230 &lt;BR /&gt;&lt;BR /&gt;PhoneProxyASA(config)#nat (outside) 55 access-list cucm-traffic outside&lt;BR /&gt;PhoneProxyASA(config)#global (inside) 55 interface &lt;BR /&gt;&lt;BR /&gt;My question is should the callmanager see this request coming from the inside interface of the ASA&lt;BR /&gt;or the public address of the phone.&amp;nbsp; I would expect it to the inside address of the ASA so the traffic&lt;BR /&gt;will traverse the ASA proxy.&lt;BR /&gt;&lt;BR /&gt;Any help would be appreciated, I am in the process of setting up traces on the CallManager TFTP server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Joe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Mar 2019 09:01:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564949#M72448</guid>
      <dc:creator>joeharb</dc:creator>
      <dc:date>2019-03-19T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564950#M72449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you apply that configuration, the phones' traffic will look like the ASA's inside IP address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you're access-list is written correctly.&amp;nbsp; You have to match the translated IP address on the outside interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a packet-tracer for an incoming TFTP packet on the outside to see if you're hitting the expected source nat rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;-jb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 20:43:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564950#M72449</guid>
      <dc:creator>jubetz</dc:creator>
      <dc:date>2010-12-02T20:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564951#M72450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have reverted to a global pat and it appears this helped for testing purposes.&amp;nbsp; Now I see the request coming from the inside address of the ASA to the CallManager.&amp;nbsp; I am now seeing a TFTP Unauthorized : 0.0.0.0.0 in the phone status.&amp;nbsp; I have checked the Trust List on the phone and the Public TFTP IP is listed.&amp;nbsp; I see the requests coming in via&amp;nbsp; debug phone-proxy tftp but I can't see that anything is actually being sent back to the phone.&amp;nbsp; I would expect that since it has the correct CTL file and Trust the ASA is able to talk to the phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 20:49:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564951#M72450</guid>
      <dc:creator>joeharb</dc:creator>
      <dc:date>2010-12-02T20:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564952#M72451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try clearing out the CTL file on that phone.&amp;nbsp; Are you also seeing CTL update failed messages on the phone?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-jb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 20:55:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564952#M72451</guid>
      <dc:creator>jubetz</dc:creator>
      <dc:date>2010-12-02T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564953#M72452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Deleted CTL file and it installed it again, same messaged for TFTP timeout and Unauthroized.&amp;nbsp; I recieve no messages that ctl file failed only that it can't find the .xml file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 21:02:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564953#M72452</guid>
      <dc:creator>joeharb</dc:creator>
      <dc:date>2010-12-02T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564954#M72453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to post the ASA phone-proxy debugs here?&amp;nbsp; Turn on "debug phone-proxy" and then reboot the phone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-jb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 21:07:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564954#M72453</guid>
      <dc:creator>jubetz</dc:creator>
      <dc:date>2010-12-02T21:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564955#M72454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attachment, I have to edit the IP's please see legend @ top of txt file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 21:29:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564955#M72454</guid>
      <dc:creator>joeharb</dc:creator>
      <dc:date>2010-12-02T21:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564956#M72455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What ASA version do you have?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was working on this last whole week and i was crazy &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you define a inside and outside IPs?&lt;/P&gt;&lt;P&gt;My sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;media-termination group_name&lt;/P&gt;&lt;P&gt;address PUBLIC_IP interface outside&lt;/P&gt;&lt;P&gt;address PRIVATE_IP interface inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;phone-proxy asdm_phone-proxy&lt;/P&gt;&lt;P&gt;media-termination group_name tftp-server address CUCM interface inside&lt;/P&gt;&lt;P&gt;tls-proxy outside_prxy&amp;nbsp; cipc&lt;/P&gt;&lt;P&gt;security-mode authenticated&amp;nbsp; ctl-file asdm_CTL_File&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you setup everything good with CTL that should be ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Dec 2010 22:28:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564956#M72455</guid>
      <dc:creator>reni.popara</dc:creator>
      <dc:date>2010-12-02T22:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564957#M72456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think your ouside PAT configuration is working.&amp;nbsp; The CTL file is successfully downloaded, but that's because the ASA incercepts that TFTP request and responds with it's own CTL file - there is no possibility for asymmetric routing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second step is the config file download.&amp;nbsp; The ASA has to strip off the .sgn extension in the request and then turn around and ask CUCM for the file.&amp;nbsp; I think CUCM is still seeing the global IP address of the phone based on the behavior in the debugs.&amp;nbsp; I beleive the TFTP unauthorized messages on your phone are seen because these responses from CUCM (made by the ASA) are going out another NAT/PAT device and arriving at the phone.&amp;nbsp; Since this TFTP response's source IP address is different than what is in the CTL file for TFTP - the phone will not accept it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the output of show xlate to see if you have PAT xlates for your phone's global IP address.&amp;nbsp; Run a packet tracer to make sure you're hitting the correct source NAT rule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-jb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 13:24:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564957#M72456</guid>
      <dc:creator>jubetz</dc:creator>
      <dc:date>2010-12-03T13:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564958#M72457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I kind of suspected this to be the issue as well, but I am not for sure how to fix it.&amp;nbsp; As of now I have the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;global (inside) 55 interface&lt;BR /&gt;nat (outside) 55 0.0.0.0 0.0.0.0 outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the request to CCM TFTP coming from the inside address of the ASA.&amp;nbsp; If I look @ the capture of the outside interface I see packets exchanged between both the phone phone and the external tftp ip.&amp;nbsp; The normal default route that the callmanager traffic would take to the internet isn't through this asa, so I would expect that I would have pat on the inside, is this not correct?&amp;nbsp; I am going to try to get a laptop on the same network as the phone to see if I can sniff the return traffic from the the phones perspective.&amp;nbsp; Would I have to do a route map inside to force the traffic back out the ASA?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 15:03:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564958#M72457</guid>
      <dc:creator>joeharb</dc:creator>
      <dc:date>2010-12-03T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: ASA Phone Proxy</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564959#M72458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I have not gotten alittle further, the tftp requests are going through but it appears the phone is failing on the load with a Load Authentication Failed.&amp;nbsp; We use Berbee for paging and our Authentication URL is set to the Berbee server.&amp;nbsp; Can I edit this specific phone to sue the publisher for authentication?&amp;nbsp; I also and have to edit some acl's to allow the traffic from the ASA to the callmanger, so I have a few questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Will the phone register with its public address, or the ASA private address?&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; What ports/source and destination will will need to opened up from the ASA to CallManager?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all the help thus far, we are getting closer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Dec 2010 17:13:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/asa-phone-proxy/m-p/1564959#M72458</guid>
      <dc:creator>joeharb</dc:creator>
      <dc:date>2010-12-03T17:13:58Z</dc:date>
    </item>
  </channel>
</rss>

