<?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 Setting up SNMP v3 on a Cisco 9200 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969928#M1106426</link>
    <description>&lt;P&gt;I am setting up SNMP v3 on a 9200 below are the commands I am using. When testing I am not getting a response from the switch. When I run an nmap it doesnt show port 161 open.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;snmp-server group Test_GROUP v3 priv&lt;BR /&gt;snmp-server user Test_USER Test_GROUP v3 auth sha Mypassword priv des Mypassword&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure I am missing something.&lt;/P&gt;
&lt;P&gt;Thanks,Dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 17:47:28 GMT</pubDate>
    <dc:creator>daveh@innovat.com</dc:creator>
    <dc:date>2023-12-01T17:47:28Z</dc:date>
    <item>
      <title>Setting up SNMP v3 on a Cisco 9200</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969928#M1106426</link>
      <description>&lt;P&gt;I am setting up SNMP v3 on a 9200 below are the commands I am using. When testing I am not getting a response from the switch. When I run an nmap it doesnt show port 161 open.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;snmp-server group Test_GROUP v3 priv&lt;BR /&gt;snmp-server user Test_USER Test_GROUP v3 auth sha Mypassword priv des Mypassword&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am sure I am missing something.&lt;/P&gt;
&lt;P&gt;Thanks,Dave&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 17:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969928#M1106426</guid>
      <dc:creator>daveh@innovat.com</dc:creator>
      <dc:date>2023-12-01T17:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SNMP v3 on a Cisco 9200</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969935#M1106427</link>
      <description>&lt;P&gt;&lt;SPAN class="keyword kwd"&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 20:45:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969935#M1106427</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-05T20:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SNMP v3 on a Cisco 9200</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969960#M1106428</link>
      <description>&lt;P&gt;If you have any ACL or anything blocking - what else you see when you do NMAP ?&lt;/P&gt;
&lt;P&gt;You can check #show snmp (see snmp enabled)&lt;/P&gt;
&lt;P&gt;#show udp details&amp;nbsp;&amp;nbsp; -show you teh details&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;check the correct syntax as example below :&lt;/P&gt;
&lt;P class="p"&gt;This example shows how to associate a user with a remote host and to send &lt;SPAN class="ph synph"&gt;&lt;SPAN class="keyword kwd"&gt;auth&lt;/SPAN&gt; &lt;/SPAN&gt; (authNoPriv) authentication-level informs when the user enters global configuration mode:&lt;/P&gt;
&lt;SECTION class="p"&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server engineID remote 192.180.1.27 00000063000100a1c0b4011b&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server group authgroup v3 auth&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server user authuser authgroup remote 192.180.1.27 v3 auth md5 mypassword&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server user authuser authgroup v3 auth md5 mypassword&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server host 192.180.1.27 informs version 3 auth authuser config&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server enable traps&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;SPAN class="ph"&gt;Device&lt;/SPAN&gt;(config)# &lt;KBD class="userinput"&gt;&lt;STRONG class="ph userinput"&gt;snmp-server inform retries 0&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/KBD&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/SECTION&gt;</description>
      <pubDate>Fri, 01 Dec 2023 17:41:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4969960#M1106428</guid>
      <dc:creator>balaji.bandi</dc:creator>
      <dc:date>2023-12-01T17:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SNMP v3 on a Cisco 9200</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4971644#M1106552</link>
      <description>&lt;P&gt;My nmap only shows port 22 open&lt;/P&gt;&lt;P&gt;PORT STATE SERVICE VERSION&lt;BR /&gt;22/tcp open ssh Cisco SSH 1.25 (protocol 1.99)&lt;/P&gt;&lt;P&gt;SN Snmp&lt;/P&gt;&lt;P&gt;119 SNMP packets input&lt;BR /&gt;0 Bad SNMP version errors&lt;BR /&gt;45 Unknown community name&lt;BR /&gt;0 Illegal operation for community name supplied&lt;BR /&gt;16 Encoding errors&lt;BR /&gt;0 Number of requested variables&lt;BR /&gt;0 Number of altered variables&lt;BR /&gt;0 Get-request PDUs&lt;BR /&gt;0 Get-next PDUs&lt;BR /&gt;0 Set-request PDUs&lt;BR /&gt;0 Input queue packet drops (Maximum queue size 1000)&lt;BR /&gt;89 SNMP packets output&lt;BR /&gt;0 Too big errors (Maximum packet size 1500)&lt;BR /&gt;0 No such name errors&lt;BR /&gt;0 Bad values errors&lt;BR /&gt;0 General errors&lt;BR /&gt;0 Response PDUs&lt;BR /&gt;31 Trap PDUs&lt;BR /&gt;SNMP global trap: enabled&lt;/P&gt;&lt;P&gt;SNMP logging: enabled&lt;BR /&gt;Logging to xxx.xxx.xxx, 0/10, 26 sent, 5 dropped.&lt;/P&gt;&lt;P&gt;SNMP Manager-role output packets&lt;BR /&gt;0 Get-request PDUs&lt;BR /&gt;0 Get-next PDUs&lt;BR /&gt;0 Get-bulk PDUs&lt;BR /&gt;0 Set-request PDUs&lt;BR /&gt;0 Inform-request PDUs&lt;BR /&gt;0 Timeouts&lt;BR /&gt;0 Drops&lt;BR /&gt;SNMP Manager-role input packets&lt;BR /&gt;0 Inform request PDUs&lt;BR /&gt;0 Trap PDUs&lt;BR /&gt;0 Response PDUs&lt;BR /&gt;0 Responses with errors&lt;/P&gt;&lt;P&gt;SNMP informs: disabled&lt;BR /&gt;SNMP agent enabled&lt;/P&gt;&lt;P&gt;Sh UDP detail&lt;/P&gt;&lt;P&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17 xxx.xxx.xxx.xxx 55818 xxx.xxx.xxx.xxx 161 0 0 10001001 0&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 200, highwater &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;BR /&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17 --listen-- xxx.xxx.xxx.xxx 162 0 0 10001011 0&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 200, highwater 0)&lt;BR /&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17 --listen-- xxx.xxx.xxx.xxx 63890 0 0 10001011 0&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 200, highwater 0)&lt;BR /&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17(v6) --listen-- --any-- 161 0 0 10020001 0&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 200, highwater 0)&lt;BR /&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17(v6) --listen-- --any-- 162 0 0 10020011 0&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 200, highwater 0)&lt;BR /&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17(v6) --listen-- --any-- 55296 0 0 10020001 0&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 200, highwater 0)&lt;BR /&gt;Proto Remote Port Local Port In Out Stat TTY OutputIF&lt;BR /&gt;17 xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx 55893 0 0 10000000 2&lt;BR /&gt;Queues: output 0&lt;BR /&gt;input 0 (drops 0, max 0, highwater 0)&lt;/P&gt;&lt;P&gt;Here is the code I used to turn on snmp v3 to connect to PRTG and ops manager.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;snmp-server group Test_GROUP v3 priv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;snmp-server user Test_USER Test_GROUP v3 auth sha Mypassword priv des Mypassword&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,Dave&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 12:50:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4971644#M1106552</guid>
      <dc:creator>daveh@innovat.com</dc:creator>
      <dc:date>2023-12-05T12:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting up SNMP v3 on a Cisco 9200</title>
      <link>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4971950#M1106573</link>
      <description>&lt;P&gt;&lt;SPAN&gt;snmp-server group Test_GROUP v3 priv&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;snmp-server user Test_USER Test_GROUP v3 auth sha Mypassword priv des Mypassword&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Change the auth from sha to md5&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Change priv from des to other&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Add engine ID &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The server use two ports 161 and 162 so open ports in acl of outside interface.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MHM&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 21:44:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/setting-up-snmp-v3-on-a-cisco-9200/m-p/4971950#M1106573</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-12-05T21:44:03Z</dc:date>
    </item>
  </channel>
</rss>

