<?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 How to test SNMP version 3 using MobaXterm in RUCKUS Self-Help</title>
    <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-test-SNMP-version-3-using-MobaXterm/m-p/62661#M173</link>
    <description>&lt;P&gt;This is a simple example how to configure SNMP version 3 with an ICX switch, please consider SNMP version 3 is more complex than versions 1 and 2, therefore, it might require additional configurations that we are not including in this article&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" color="#000000"&gt;ICX configuration:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Device(config)# snmp-server host 10.45.252.65 version v3 auth&lt;FONT color="#0000FF"&gt; Edgar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Device(config)# snmp-server group &lt;FONT color="#FF0000"&gt;Ruckus&lt;/FONT&gt; v3 priv read all write all&lt;/P&gt;&lt;P&gt;Device(config)#snmp-server user &lt;FONT color="#0000FF"&gt;Edgar&lt;/FONT&gt; &lt;FONT color="#FF0000"&gt;Ruckus&lt;/FONT&gt; v3 auth sha &lt;FONT color="#800080"&gt;test123456&lt;/FONT&gt; priv aes &lt;FONT color="#FF00FF"&gt;test12345678&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This example the username &lt;FONT color="#0000FF"&gt;Edgar&lt;/FONT&gt; belongs to Group named as &lt;FONT color="#FF0000"&gt;Ruckus&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The “read and write all” configuration allows to get information (read) from the switch and set configuration (write) on the switch&lt;/P&gt;&lt;P&gt;We are using as authentication protocol SHA with pass phrase &lt;FONT color="#800080"&gt;test123456&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The privacy protocol is AES with pass phrase &lt;FONT color="#FF00FF"&gt;test12345678&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;Now we can run the snmpwalk in MobaXterm:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;First make sure you have installed the net-snmp services in MobaXterm&lt;/P&gt;&lt;P&gt;snmpwalk.exe -v 3&amp;nbsp; -u &lt;FONT color="#0000FF"&gt;Edgar&lt;/FONT&gt; -a SHA -A &lt;FONT color="#800080"&gt;test123456 &lt;/FONT&gt;-x AES -X &lt;FONT color="#FF00FF"&gt;test12345678&lt;/FONT&gt; -l authPriv 10.176.192.113 1.3.6.1.4.1.1991&lt;/P&gt;&lt;P&gt;Here is the command syntaxis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;snmpwalk -v3 -u &amp;lt;username&amp;gt; -a &amp;lt;auth_protocol&amp;gt; -A &amp;lt;auth_password&amp;gt; -x &amp;lt;priv_protocol&amp;gt; -X &amp;lt;priv_password&amp;gt; -l authPriv  &amp;lt;target_host&amp;gt; &amp;lt;oid&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edgar_benavides_0-1689113701682.png" style="width: 800px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7434i03277F8A24441421/image-dimensions/800x278/is-moderation-mode/true?v=v2" width="800" height="278" role="button" title="edgar_benavides_0-1689113701682.png" alt="edgar_benavides_0-1689113701682.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2023 15:37:11 GMT</pubDate>
    <dc:creator>edgar_benavides</dc:creator>
    <dc:date>2023-07-12T15:37:11Z</dc:date>
    <item>
      <title>How to test SNMP version 3 using MobaXterm</title>
      <link>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-test-SNMP-version-3-using-MobaXterm/m-p/62661#M173</link>
      <description>&lt;P&gt;This is a simple example how to configure SNMP version 3 with an ICX switch, please consider SNMP version 3 is more complex than versions 1 and 2, therefore, it might require additional configurations that we are not including in this article&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde" color="#000000"&gt;ICX configuration:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Device(config)# snmp-server host 10.45.252.65 version v3 auth&lt;FONT color="#0000FF"&gt; Edgar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Device(config)# snmp-server group &lt;FONT color="#FF0000"&gt;Ruckus&lt;/FONT&gt; v3 priv read all write all&lt;/P&gt;&lt;P&gt;Device(config)#snmp-server user &lt;FONT color="#0000FF"&gt;Edgar&lt;/FONT&gt; &lt;FONT color="#FF0000"&gt;Ruckus&lt;/FONT&gt; v3 auth sha &lt;FONT color="#800080"&gt;test123456&lt;/FONT&gt; priv aes &lt;FONT color="#FF00FF"&gt;test12345678&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;This example the username &lt;FONT color="#0000FF"&gt;Edgar&lt;/FONT&gt; belongs to Group named as &lt;FONT color="#FF0000"&gt;Ruckus&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The “read and write all” configuration allows to get information (read) from the switch and set configuration (write) on the switch&lt;/P&gt;&lt;P&gt;We are using as authentication protocol SHA with pass phrase &lt;FONT color="#800080"&gt;test123456&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The privacy protocol is AES with pass phrase &lt;FONT color="#FF00FF"&gt;test12345678&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial black,avant garde"&gt;Now we can run the snmpwalk in MobaXterm:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;First make sure you have installed the net-snmp services in MobaXterm&lt;/P&gt;&lt;P&gt;snmpwalk.exe -v 3&amp;nbsp; -u &lt;FONT color="#0000FF"&gt;Edgar&lt;/FONT&gt; -a SHA -A &lt;FONT color="#800080"&gt;test123456 &lt;/FONT&gt;-x AES -X &lt;FONT color="#FF00FF"&gt;test12345678&lt;/FONT&gt; -l authPriv 10.176.192.113 1.3.6.1.4.1.1991&lt;/P&gt;&lt;P&gt;Here is the command syntaxis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;snmpwalk -v3 -u &amp;lt;username&amp;gt; -a &amp;lt;auth_protocol&amp;gt; -A &amp;lt;auth_password&amp;gt; -x &amp;lt;priv_protocol&amp;gt; -X &amp;lt;priv_password&amp;gt; -l authPriv  &amp;lt;target_host&amp;gt; &amp;lt;oid&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edgar_benavides_0-1689113701682.png" style="width: 800px;"&gt;&lt;img src="https://community.ruckuswireless.com/t5/image/serverpage/image-id/7434i03277F8A24441421/image-dimensions/800x278/is-moderation-mode/true?v=v2" width="800" height="278" role="button" title="edgar_benavides_0-1689113701682.png" alt="edgar_benavides_0-1689113701682.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 15:37:11 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/RUCKUS-Self-Help/How-to-test-SNMP-version-3-using-MobaXterm/m-p/62661#M173</guid>
      <dc:creator>edgar_benavides</dc:creator>
      <dc:date>2023-07-12T15:37:11Z</dc:date>
    </item>
  </channel>
</rss>

