<?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 Disabling ESP authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659484#M5659</link>
    <description>&lt;P&gt;I have this IPsec configuration on one of my routers&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt; encr 3des&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; group 2  &lt;/P&gt;&lt;P&gt;crypto isakmp key xxxxxxxxx address xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto ipsec transform-set test esp-3des esp-sha-hmac &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto map MAP1 10 ipsec-isakmp &lt;/P&gt;&lt;P&gt; set peer yy.yy.yy.yy&lt;/P&gt;&lt;P&gt; set transform-set test1&lt;/P&gt;&lt;P&gt; match address test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to disable the ESP authentication due to a bug. How to do that? Do I have to do it on the routers in my network? What is the impact of disabling the ESP authentication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks in advance..&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 18:17:23 GMT</pubDate>
    <dc:creator>Ahmede</dc:creator>
    <dc:date>2020-02-21T18:17:23Z</dc:date>
    <item>
      <title>Disabling ESP authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659484#M5659</link>
      <description>&lt;P&gt;I have this IPsec configuration on one of my routers&lt;/P&gt;&lt;P&gt;crypto isakmp policy 1&lt;/P&gt;&lt;P&gt; encr 3des&lt;/P&gt;&lt;P&gt; authentication pre-share&lt;/P&gt;&lt;P&gt; group 2  &lt;/P&gt;&lt;P&gt;crypto isakmp key xxxxxxxxx address xx.xx.xx.xx&lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto ipsec transform-set test esp-3des esp-sha-hmac &lt;/P&gt;&lt;P&gt;!         &lt;/P&gt;&lt;P&gt;crypto map MAP1 10 ipsec-isakmp &lt;/P&gt;&lt;P&gt; set peer yy.yy.yy.yy&lt;/P&gt;&lt;P&gt; set transform-set test1&lt;/P&gt;&lt;P&gt; match address test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to disable the ESP authentication due to a bug. How to do that? Do I have to do it on the routers in my network? What is the impact of disabling the ESP authentication?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnaks in advance..&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:17:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659484#M5659</guid>
      <dc:creator>Ahmede</dc:creator>
      <dc:date>2020-02-21T18:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling ESP authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659485#M5661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe AH instead of ESP and check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Narayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2006 11:32:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659485#M5661</guid>
      <dc:creator>royalblues</dc:creator>
      <dc:date>2006-12-31T11:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling ESP authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659486#M5662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ahmede,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I belive you have modified the configuration while pasting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the Tansform set called in configuration is test1, however the only  transform set created is test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please share the debug log?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Incase you have to change the Authentication to AH mode, you must do it at both the IPsec peering routers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caution:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt; ACL must be mirror image at both end&lt;/P&gt;&lt;P&gt;2&amp;gt; Crypto Policy and Key must be same&lt;/P&gt;&lt;P&gt;3&amp;gt; Crypto transform set must be identical&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg - Impact on disabling ESP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that ESP is more preferred security protocol for IPsec, as it provides confidentiality ( encryption ) along with optional data authentication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Impact in general would be that Secure traffic will be not encrypted while travelling between Peers. Rest assured the services will run fine with AH ( Assuming no new bug bugging Routers :)) )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please share your experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Dec 2006 17:51:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/disabling-esp-authentication/m-p/659486#M5662</guid>
      <dc:creator>prince123</dc:creator>
      <dc:date>2006-12-31T17:51:01Z</dc:date>
    </item>
  </channel>
</rss>

