<?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: Write Memory Command in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604338#M593565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood. It's just something I've wondered about for a few years and finally got around to asking. I do "wr t"s all day and sometimes I type too fast for my own good and hit enter before the "t", and end up doing a "write memory" instead of a "write terminal".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jan 2011 01:07:54 GMT</pubDate>
    <dc:creator>jaysoo</dc:creator>
    <dc:date>2011-01-25T01:07:54Z</dc:date>
    <item>
      <title>Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604332#M593555</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;It seems weird to me that when you type "wr" at an ASA prompt it does a write memory.&amp;nbsp; Shouldn't it come back and tell you it's an ambiguous command?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 19:38:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604332#M593555</guid>
      <dc:creator>jaysoo</dc:creator>
      <dc:date>2019-03-11T19:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604333#M593557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It will not give you ambiguos command as there is only one command which starts with wr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the output when you type '?' after wr.&lt;/P&gt;&lt;P&gt;ciscoasa# wr?&lt;/P&gt;&lt;P&gt;&amp;nbsp; write&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answeres your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anisha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Please mark this query as resolved if you feel your query is answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jan 2011 05:02:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604333#M593557</guid>
      <dc:creator>andamani</dc:creator>
      <dc:date>2011-01-22T05:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604334#M593558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but there are multiple options after a write command, such as:&lt;/P&gt;&lt;P&gt;erase&lt;/P&gt;&lt;P&gt;net&lt;/P&gt;&lt;P&gt;standby&lt;/P&gt;&lt;P&gt;terminal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would expect it to at least say "incomplete command" like it does with the command "conf" (configure), as an example.&lt;/P&gt;&lt;P&gt;I guess my question should have been why doesn't it say "incomplete command" rather than just doing a write memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 20:47:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604334#M593558</guid>
      <dc:creator>jaysoo</dc:creator>
      <dc:date>2011-01-24T20:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604335#M593559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because &lt;CR&gt; is an option meaning "write" by itself can be executed as a command.&lt;/CR&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA# write ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; erase&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Clear flash memory configuration&lt;BR /&gt;&amp;nbsp; memory&amp;nbsp;&amp;nbsp;&amp;nbsp; Save active configuration to the flash&lt;BR /&gt;&amp;nbsp; net&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Save the active configuration to the tftp server&lt;BR /&gt;&amp;nbsp; standby&amp;nbsp;&amp;nbsp; Save the active configuration on the active unit to the flash on&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; the standby unit&lt;BR /&gt;&amp;nbsp; terminal&amp;nbsp; Display the current active configuration&lt;BR /&gt; &lt;STRONG style="color: #ff0000; "&gt; &lt;CR&gt;&lt;/CR&gt;&lt;/STRONG&gt;&lt;BR /&gt;ASA# write &lt;BR /&gt;Building configuration...&lt;BR /&gt;Cryptochecksum: 36477bc7 288bc4ea 13323898 2ef48dde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;18090 bytes copied in 1.480 secs (18090 bytes/sec)&lt;BR /&gt;[OK]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jan 2011 22:52:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604335#M593559</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-24T22:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604336#M593561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah I see what you mean. So I guess the "memory" option is redundant really. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 00:10:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604336#M593561</guid>
      <dc:creator>jaysoo</dc:creator>
      <dc:date>2011-01-25T00:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604337#M593563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, if you just issue "write" the default is mem althought it is an available option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just like the "snmp-server enable traps" command if you hit enter the default is syslog although that is an option as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# snmp-server enable traps ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;configure mode commands/options:&lt;BR /&gt;&amp;nbsp; all&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable all traps&lt;BR /&gt;&amp;nbsp; entity&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable ENTITY MIB notifications&lt;BR /&gt;&amp;nbsp; ipsec&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable IPSec traps&lt;BR /&gt;&amp;nbsp; remote-access&amp;nbsp; Enable remote-access traps&lt;BR /&gt;&amp;nbsp; snmp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable SNMP traps&lt;BR /&gt;&amp;nbsp; syslog&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Enable syslog traps&lt;BR /&gt;&amp;nbsp; &lt;CR&gt;&lt;/CR&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# snmp-server enable traps &lt;BR /&gt;ASA(config)# sh run snmp-s&lt;BR /&gt;snmp-server host inside 192.168.2.2 community *****&lt;BR /&gt;no snmp-server location&lt;BR /&gt;no snmp-server contact&lt;BR /&gt;snmp-server enable traps snmp authentication linkup linkdown coldstart&lt;BR /&gt;snmp-server enable traps syslog&lt;BR /&gt;snmp-server enable traps ipsec start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-KS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 00:40:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604337#M593563</guid>
      <dc:creator>Kureli Sankar</dc:creator>
      <dc:date>2011-01-25T00:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Write Memory Command</title>
      <link>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604338#M593565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Understood. It's just something I've wondered about for a few years and finally got around to asking. I do "wr t"s all day and sometimes I type too fast for my own good and hit enter before the "t", and end up doing a "write memory" instead of a "write terminal".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jan 2011 01:07:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/write-memory-command/m-p/1604338#M593565</guid>
      <dc:creator>jaysoo</dc:creator>
      <dc:date>2011-01-25T01:07:54Z</dc:date>
    </item>
  </channel>
</rss>

