<?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: cli fails with crypto command in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3861033#M25956</link>
    <description>Hi,&lt;BR /&gt;It's not clear to me what your issue is exactly. Can you not define an IKEv1 policy? E.g:-&lt;BR /&gt;&lt;BR /&gt;crypto ikev1 policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption aes&lt;BR /&gt; hash sha&lt;BR /&gt; group 5&lt;BR /&gt; lifetime 86400&lt;BR /&gt;&lt;BR /&gt;If "crypto ikev1 policy 10" is not recognised, on older versions the syntax would be "crypto isakmp policy 10"&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Wed, 22 May 2019 16:31:37 GMT</pubDate>
    <dc:creator>Rob Ingram</dc:creator>
    <dc:date>2019-05-22T16:31:37Z</dc:date>
    <item>
      <title>cli fails with crypto command</title>
      <link>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3860950#M25955</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;asa(config)# crypto ikev1 policy 10
Usage: crypto { ca | dynamic-map | ikev1 | ikev2 | ipsec | isakmp | key | map  }
        For more detailed help, please refer directly to the subcommands&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;with ASDM I get the same message.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I know nothing on this world is as buggy as ASDM. But cli now the same?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have asa 9.2.4.33 and asdm 7.12, but had the same issues before with 9.2.4.5 and 7.10&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I did a factory reset and thought that "RESET" would RE-SET the firewall. It does not.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ike entries are not coming back. Previous owner deleted them all, and I have to get them back - I need at least one for a S2S tunnel with ikev1.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What can I do to get them back?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thx, erik&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 14:34:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3860950#M25955</guid>
      <dc:creator>Erik-234577235</dc:creator>
      <dc:date>2019-05-22T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: cli fails with crypto command</title>
      <link>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3861033#M25956</link>
      <description>Hi,&lt;BR /&gt;It's not clear to me what your issue is exactly. Can you not define an IKEv1 policy? E.g:-&lt;BR /&gt;&lt;BR /&gt;crypto ikev1 policy 10&lt;BR /&gt; authentication pre-share&lt;BR /&gt; encryption aes&lt;BR /&gt; hash sha&lt;BR /&gt; group 5&lt;BR /&gt; lifetime 86400&lt;BR /&gt;&lt;BR /&gt;If "crypto ikev1 policy 10" is not recognised, on older versions the syntax would be "crypto isakmp policy 10"&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Wed, 22 May 2019 16:31:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3861033#M25956</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2019-05-22T16:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: cli fails with crypto command</title>
      <link>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3861087#M25957</link>
      <description>&lt;P&gt;as you can see in the code-block, the asa replies the first line with a hint, that the entry is wrong. But in fact, it's not. And of course the older syntax cannot work, too.&lt;/P&gt;&lt;P&gt;So I cannot even start with something, when&lt;/P&gt;&lt;PRE&gt;crypto ikev1 policy 10&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;throws an error that the syntax is&amp;nbsp;wrong. It's copied from&amp;nbsp;Cisco's documentation (matching version to the software). So either they cannot write down the correct&amp;nbsp;syntax into the docu, or at least two asa images have this bug.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's no surprise, asa and asdm are full of obvious bugs that every beginner sees when he first installs an asa.&lt;/P&gt;&lt;P&gt;My list contains not less than about 20-30 things that would not have been published, if developers would work with open eyes. (I know, the CVE list is much bigger.)&lt;/P&gt;&lt;P&gt;Some of the fails I'll list in the future are even security-related.&lt;/P&gt;&lt;P&gt;For example, did you know, when you enable bypass INCOMING VPN traffic, that you automatically activate all OUTGOING VPN traffic to be bypassed? I'm still searching for the matching documentation...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or: the new versions warn you after login to change the enable password, that is "still not changed".&lt;/P&gt;&lt;P&gt;1. It IS already changed - multiple time. So the warning is wrong.&lt;/P&gt;&lt;P&gt;2. The warning message leads to a setting that is not there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ever witnessed a correct "free space" in asdm file management?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ever tried to update a 5506x with an image without the warning that the file is not suitable? Hm, how can it be a wrong one, when the asdm update assistant chose it directly from Cisco? Same with update from computer. But when you upload the really WRONG multi-core images from 5508 or higher, it's accepted. But as you can imagine, it won't boot. Solution: close asdm and restart, as often as needed, until it works. Good luck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ever tried to update a WAP371? Good chance, that it changes vom Europe to America (and from an original serial number to some "bu!!$h!7". That lets things like clustering fail with the other Europe-devices. Here are some threads about it...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just to list a few things that give an impression about Cisco's high quality. And to let people know why I don't think that this bug can be solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 17:56:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cli-fails-with-crypto-command/m-p/3861087#M25957</guid>
      <dc:creator>Erik-234577235</dc:creator>
      <dc:date>2019-05-22T17:56:30Z</dc:date>
    </item>
  </channel>
</rss>

