<?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 Cut-Through Proxy Not Working with ASA 5520 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871028#M456651</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like it may only work when a direct connection to ASA is available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you get a chance try to create an SVI on the L2 switch and see if you change the test pc gateway to be the L2/L3 switch IP, does the authentication prompt comes up or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2012 01:08:58 GMT</pubDate>
    <dc:creator>Vivek Bannore</dc:creator>
    <dc:date>2012-01-18T01:08:58Z</dc:date>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871017#M456627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to configure an ASA 5520 with cut-through proxy feature. The user is required to be authenticated when trying to access an outside resource from the inside. This is a test lab before it is implemented in production. Following is the configuration - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;ciscoasa# sh run&lt;/P&gt;&lt;P&gt;: Saved&lt;/P&gt;&lt;P&gt;:&lt;/P&gt;&lt;P&gt;ASA Version 8.3(1)&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;hostname ciscoasa&lt;/P&gt;&lt;P&gt;enable password 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;/P&gt;&lt;P&gt;names&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/0&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/1&lt;/P&gt;&lt;P&gt; no nameif&lt;/P&gt;&lt;P&gt; no security-level&lt;/P&gt;&lt;P&gt; no ip address&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/2&lt;/P&gt;&lt;P&gt; nameif inside&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.50.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface GigabitEthernet0/3&lt;/P&gt;&lt;P&gt; nameif outside&lt;/P&gt;&lt;P&gt; security-level 0&lt;/P&gt;&lt;P&gt; ip address 192.168.100.254 255.255.255.0&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;interface Management0/0&lt;/P&gt;&lt;P&gt; nameif management&lt;/P&gt;&lt;P&gt; security-level 100&lt;/P&gt;&lt;P&gt; ip address 192.168.200.254 255.255.255.0&lt;/P&gt;&lt;P&gt; management-only&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;boot system disk0:/asa831-k8.bin&lt;/P&gt;&lt;P&gt;ftp mode passive&lt;/P&gt;&lt;P&gt;object network InternalLAN&lt;/P&gt;&lt;P&gt; subnet 192.168.50.0 255.255.255.0&lt;/P&gt;&lt;P&gt;object network obj_any&lt;/P&gt;&lt;P&gt; subnet 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-list inside_access_in extended permit tcp object InternalLAN any eq www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;pager lines 24&lt;/P&gt;&lt;P&gt;logging enable&lt;/P&gt;&lt;P&gt;logging asdm informational&lt;/P&gt;&lt;P&gt;mtu inside 1500&lt;/P&gt;&lt;P&gt;mtu outside 1500&lt;/P&gt;&lt;P&gt;mtu management 1500&lt;/P&gt;&lt;P&gt;no failover&lt;/P&gt;&lt;P&gt;icmp unreachable rate-limit 1 burst-size 1&lt;/P&gt;&lt;P&gt;asdm image disk0:/asdm-631.bin&lt;/P&gt;&lt;P&gt;no asdm history enable&lt;/P&gt;&lt;P&gt;arp timeout 14400&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network obj_any&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; nat (inside,outside) dynamic interface&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;access-group inside_access_in in interface inside&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;route outside 0.0.0.0 0.0.0.0 192.168.100.1 1&lt;/P&gt;&lt;P&gt;timeout xlate 3:00:00&lt;/P&gt;&lt;P&gt;timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02&lt;/P&gt;&lt;P&gt;timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00&lt;/P&gt;&lt;P&gt;timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00&lt;/P&gt;&lt;P&gt;timeout sip-provisional-media 0:02:00 &lt;STRONG&gt;uauth 0:03:00 absolute uauth 0:02:00 inactivity&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;timeout tcp-proxy-reassembly 0:01:00&lt;/P&gt;&lt;P&gt;dynamic-access-policy-record DfltAccessPolicy&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication match inside_access_in inside LOCAL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa proxy-limit 128&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa local authentication attempts max-fail 3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;aaa authentication listener http inside port www redirect&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;http server enable&lt;/P&gt;&lt;P&gt;http server session-timeout 15&lt;/P&gt;&lt;P&gt;http 192.168.200.0 255.255.255.0 management&lt;/P&gt;&lt;P&gt;no snmp-server location&lt;/P&gt;&lt;P&gt;no snmp-server contact&lt;/P&gt;&lt;P&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;/P&gt;&lt;P&gt;auth-prompt prompt THIS IS A TEST LOGON PAGE&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime seconds 28800&lt;/P&gt;&lt;P&gt;crypto ipsec security-association lifetime kilobytes 4608000&lt;/P&gt;&lt;P&gt;telnet timeout 5&lt;/P&gt;&lt;P&gt;ssh timeout 5&lt;/P&gt;&lt;P&gt;console timeout 0&lt;/P&gt;&lt;P&gt;threat-detection basic-threat&lt;/P&gt;&lt;P&gt;threat-detection statistics access-list&lt;/P&gt;&lt;P&gt;no threat-detection statistics tcp-intercept&lt;/P&gt;&lt;P&gt;webvpn&lt;/P&gt;&lt;P&gt;username test password P4ttSyrm33SV8TYp encrypted&lt;/P&gt;username admin password f3UhLvUj1QsXsuK7 encrypted!!prompt hostname context&lt;BR /&gt;&amp;lt;snip&amp;gt;Cryptochecksum:ce425897ddd74c003034d095e4a2c2d9
&lt;P&gt;: end&lt;/P&gt;&lt;P&gt;ciscoasa#&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also use a 3524XL in this setup (default-gateway set to 192&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Physical Connections --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Laptop (192.168.50.13/24) ---- 3524XL (Port 1 - Access VLAN 50)&lt;/P&gt;&lt;P&gt; ASA Gi0/2 (Inside)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- 3524XL (Port 2 - Access VLAN 50)&lt;/P&gt;&lt;P&gt; ASA Gi0/3 (Outside)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ---- 3524XL (Port 24 - Access VLAN 100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the laptop I can ping the Inside interface and vice-versa. &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From the laptop if I browse to an ip address such as &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://10.10.10.20" target="_blank"&gt;http://10.10.10.20&lt;/A&gt;&lt;SPAN&gt; and I would have expected that the ASA will prompt for credentials - no prompts just get the cannot find the server - which is obvious.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;From the laptop if I browse to "&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://192.168.50.254/netaccess/connstatus.html" target="_blank"&gt;http://192.168.50.254/netaccess/connstatus.html&lt;/A&gt;&lt;/STRONG&gt;", I do get the network access webpage but this is the manual process and not very interesting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already gone through the following guides - &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa84/asdm64/configuration_guide/access_fwaaa.html" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa84/asdm64/configuration_guide/access_fwaaa.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-14695" target="_blank"&gt;https://supportforums.cisco.com/docs/DOC-14695&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00807349e7.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_configuration_example09186a00807349e7.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm obviously missing a key element here so would really appreciate if someone can point it out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:15:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871017#M456627</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2019-03-11T22:15:24Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871018#M456630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please remove the following commands and then put the ones I placed back and give it a try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;no aaa authentication match inside_access_in inside LOCAL
no aaa proxy-limit 128
no aaa local authentication attempts max-fail 3
no aaa authentication listener http inside port www redirect&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;aaa authentication match inside_access_in inside LOCAL
aaa proxy-limit 128
aaa local authentication attempts max-fail 3
&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Julio&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 19:33:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871018#M456630</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-17T19:33:07Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871019#M456631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately Julio, those commands didn't make any difference. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also created a host entry on the laptop (61.88.88.88&amp;nbsp; testsite.com) and then tried browsing to it, still no authentication prompt. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I cannot view the login page when manually browsing to "&lt;STRONG&gt;&lt;A href="http://192.168.50.254/netaccess/connstatus.html"&gt;http://192.168.50.254/netaccess/connstatus.html&lt;/A&gt;&lt;/STRONG&gt;". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now more inclined towards the switch being the problem since the cut-through proxy commands are not many but very simple commands - can't fault them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll run packet captures and report back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:25:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871019#M456631</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-17T22:25:24Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871020#M456632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is correct! I did a lab recreation with your configuration just to test it and it worked perfect!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The next step ( captures) will tell us what is going on....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:35:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871020#M456632</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-17T22:35:08Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871021#M456633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;okay, so I think I have cracked it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the gateway address on the laptop to be the ASA Inside interface IP - 192.168.50.254 instead of the 3524XL Switch IP to which the laptop is connected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configured - &lt;STRONG&gt;aaa authentication listener http inside port www&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Authentication prompt comes up now. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I configured - &lt;STRONG&gt;aaa authentication listener http inside port www redirect&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And browsed to testsite.com, it would redirect to the page to " &lt;STRONG&gt;&lt;A href="http://192.168.50.254/netaccess/connstatus.html"&gt;http://192.168.50.254/netaccess/connstatus.html &lt;/A&gt;&lt;/STRONG&gt;". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The switch 3524XL only allows "ip default-gateway" command and contains "ip default-gateway 192.168.50.254". There is no "ip route" command. But then again this should not cause the authentication prompts from not popping up because pings from laptop to asa inside interface works so the default gateway must be working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that cut-through proxy only works when end users are directly connected to the ASA Inside interface ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my scenario, just a mere change of gateway IP on the laptop has fixed cut-through proxy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:40:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871021#M456633</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-17T22:40:39Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871022#M456634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, as long as the host is behind the interface you select on the AAA configuration its okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to hear that know everything is working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the question as answered so future users can check this discussion and learn from your resolution,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 22:54:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871022#M456634</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-17T22:54:25Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871023#M456638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If thats the case then I guess the 3524XL's "ip default-gateway" must have been causing the issues. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I have been told my cisco partner presales that for HTTP/HTTPS cut-though proxy a limit of 16 concurrent authenticating sessions exists and as soon as a user gets authenticated, that session frees up for the next user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did see on &lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/access_fwaaa.html#wp1150551"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/configuration/guide/access_fwaaa.html#wp1150551&lt;/A&gt;&lt;SPAN&gt; that for HTTPS it is documented however nothing similar has been mentioned for HTTP. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you heard the same ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I did set a proxy-limit as 128 and this command limits the number of concurrent proxy connections allowed per user (min = 16 and max = 128). Can we track this via CLI or ASDM ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 23:02:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871023#M456638</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-17T23:02:56Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871024#M456640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same setup with a c3750 and the findings are the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the laptop's gateway IP is set to the SVI of that VLAN on Switch - no auth prompt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the laptop's gateway IP is set to the ASA inside interface - auth prompt comes up&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So not really sure whats happening here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you kindly inform me of your lab setup ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 00:15:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871024#M456640</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-18T00:15:33Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871025#M456643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did it with my pc plugged to a layer 2 switch going to an asa with the following configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list test extended permit tcp any any eq www&lt;/P&gt;&lt;P&gt;access-list test extended permit tcp any any eq https&lt;/P&gt;&lt;P&gt;aaa authentication match test inside LOCAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;aaa local authentication attempts max-fail 3&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:02:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871025#M456643</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-18T01:02:10Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871026#M456646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What gateway IP did you use on your test PC ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:04:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871026#M456646</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-18T01:04:08Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871027#M456649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the ASA as the default gateway!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:06:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871027#M456649</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-18T01:06:23Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871028#M456651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like it may only work when a direct connection to ASA is available. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you get a chance try to create an SVI on the L2 switch and see if you change the test pc gateway to be the L2/L3 switch IP, does the authentication prompt comes up or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:08:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871028#M456651</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-18T01:08:58Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871029#M456653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will test it using a pc on a not directly connected subnet and inform you Vivek.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:11:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871029#M456653</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-18T01:11:56Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871030#M456655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Julio, much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 01:12:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871030#M456655</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-18T01:12:58Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871031#M456658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Julio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't need to do the test. The issue was with my switch. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed it with another switch and it works now. So the end user certainly doesn't need to be connected directed (logically) for cut through proxy to work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 22:59:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871031#M456658</guid>
      <dc:creator>Vivek Bannore</dc:creator>
      <dc:date>2012-01-18T22:59:23Z</dc:date>
    </item>
    <item>
      <title>Cut-Through Proxy Not Working with ASA 5520</title>
      <link>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871032#M456661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vivek,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to hear that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark the question as answered so future users with the same issue can learn from here,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Julio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 23:04:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cut-through-proxy-not-working-with-asa-5520/m-p/1871032#M456661</guid>
      <dc:creator>Julio Carvajal</dc:creator>
      <dc:date>2012-01-18T23:04:03Z</dc:date>
    </item>
  </channel>
</rss>

