<?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: SNMP Community String Encryption in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401144#M902226</link>
    <description>&lt;P&gt;The following command is used to authenticate and receive the snmp traps. How do I encrypt the password in running config in the following command. I have already enabled service password-encryption&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;snmp-server host 10.0.10.61 version 3 priv mypassword&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jun 2018 13:40:23 GMT</pubDate>
    <dc:creator>avilt</dc:creator>
    <dc:date>2018-06-18T13:40:23Z</dc:date>
    <item>
      <title>SNMP Community String Encryption</title>
      <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3400745#M902222</link>
      <description>&lt;P&gt;I need to encrypt the SNMP community string on Cisco IOS switches and ASA firewalls? What is the command to enable the encryption?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 15:53:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3400745#M902222</guid>
      <dc:creator>avilt</dc:creator>
      <dc:date>2020-02-21T15:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Community String Encryption</title>
      <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3400749#M902223</link>
      <description>&lt;P&gt;The community string in SNMPv1 and v2 itself is not encrypted (or able to be configured to be encrypted).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you setup your devices to use only SNMPv3, you can set both privacy (PRIV) and authentication (AUTH) strings. Those are stored as MD5- or SHA-hashed values on the device. Using a privacy string means the communications between the device and the SNMPv3 user will be encrypted using DES, 3DES or AES (-128, -192 or -256 according to your configuration).&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jun 2018 07:04:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3400749#M902223</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2018-06-17T07:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Community String Encryption</title>
      <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3400948#M902224</link>
      <description>&lt;P&gt;In the following command, is it possible to encrypt the priv password? From the running config, I would like to hide or encrypt this string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;snmp-server host 10.0.10.61 version 3 priv mypassword&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 06:03:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3400948#M902224</guid>
      <dc:creator>avilt</dc:creator>
      <dc:date>2018-06-18T06:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Community String Encryption</title>
      <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401069#M902225</link>
      <description>Hi, An snmpv3 user configuration/password is not viewable in the running configuration, they are stored in the private-config. You would have to run "show snmp user" to view the attributes of a configured snmp v3 user, which does not display the password either. So you should be fine.</description>
      <pubDate>Mon, 18 Jun 2018 12:12:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401069#M902225</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-18T12:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Community String Encryption</title>
      <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401144#M902226</link>
      <description>&lt;P&gt;The following command is used to authenticate and receive the snmp traps. How do I encrypt the password in running config in the following command. I have already enabled service password-encryption&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;snmp-server host 10.0.10.61 version 3 priv mypassword&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 13:40:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401144#M902226</guid>
      <dc:creator>avilt</dc:creator>
      <dc:date>2018-06-18T13:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: SNMP Community String Encryption</title>
      <link>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401169#M902227</link>
      <description>&lt;P&gt;It's not a password being specified using that command (see below), it's requiring a v3 username, which as mentioned previously is not displayed in the running-config.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LAB-RTR(config)# snmp-server host&amp;nbsp; 192.168.10.100 version 3 priv ?&lt;BR /&gt;&amp;nbsp; WORD&amp;nbsp; SNMPv1/v2c community string or &lt;EM&gt;&lt;STRONG&gt;SNMPv3 user name&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;/EM&gt;HTH&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 14:02:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/snmp-community-string-encryption/m-p/3401169#M902227</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2018-06-18T14:02:04Z</dc:date>
    </item>
  </channel>
</rss>

