<?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: Does ISE supports SNMPv3 Polling ? in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561700#M519984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The assigned TAC engineer is currently out of office but he did notify you and provided you an alternative contact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, I would suggest to turn DEBUG on profiler and also on the switch. Check profiler.log while recreating the issue and provide the debug log file to TAC. Also, it seems possible to perform a wired capture the SNMP exchanges and decode it using WireShark. There are some instructions on the net for that so I would suggest you to try that, as well, to understand better what might have gone wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Apr 2018 19:29:16 GMT</pubDate>
    <dc:creator>hslai</dc:creator>
    <dc:date>2018-04-15T19:29:16Z</dc:date>
    <item>
      <title>Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561690#M519946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have checked in the documentation and SNMPv3 traps are supported. But is SNMPv3 Polling also supported ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 07:54:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561690#M519946</guid>
      <dc:creator>raghchan</dc:creator>
      <dc:date>2017-11-13T07:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561691#M519950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SNMPv3 polling is supported to network devices, but I don't believe it is supported to endpoints.&amp;nbsp; For endpoint profiling I only see options to enter SNMP v2 community strings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 13:24:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561691#M519950</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2017-11-13T13:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561692#M519953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To monitor ISE via SNMP, ISE 2.0 adds SNMPv3 support for both agents and traps. See CLI guide for configuration commands, such as &lt;A href="https://www.cisco.com/c/en/us/td/docs/security/ise/2-3/cli_guide/b_ise_CLIReferenceGuide_23/b_ise_CLIReferenceGuide_23_chapter_011.html#id_19698" style="font-family: inherit; font-size: inherit; font-style: inherit; color: #6f53bc;"&gt;snmp-server user&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is an example of the configuration:&lt;/P&gt;&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="_jivemacro_uid_15105852166881003 jive_text_macro jive_macro_code" jivemacro_uid="_15105852166881003"&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin# configure&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;Enter configuration commands, one per line.&amp;nbsp; End with CNTL/Z.&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; version&amp;nbsp; SNMP version to use for notification messages&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; 1&amp;nbsp;&amp;nbsp; Use SNMPv1&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; 2c&amp;nbsp; Use SNMPv2c&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; 3&amp;nbsp;&amp;nbsp; Use SNMPv3&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; &amp;lt;WORD&amp;gt;&amp;nbsp; Remote UserName (Max Size - 31)&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 username ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; &amp;lt;WORD&amp;gt;&amp;nbsp; Remote EngineID (Max Size - 40)&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 username 0x80001f8880aa72ce403792785600000000 ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; hash&amp;nbsp;&amp;nbsp; Hash Passwords&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; plain&amp;nbsp; Plain Passwords&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 username 0x80001f8880aa72ce403792785600000000 plain ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; &amp;lt;WORD&amp;gt;&amp;nbsp; Auth Password (Max Size - 40)&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 username 0x80001f8880aa72ce403792785600000000 plain lab123123 ?&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&amp;nbsp; &amp;lt;WORD&amp;gt;&amp;nbsp; Priv Password (Max Size - 40)&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 username 0x80001f8880aa72ce403792785600000000 plain lab123123 lab123123&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server host 1.1.1.1 version 3 testuser 0x80001f8880aa72ce403792785600000000 plain lab123123 lab123123&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin(config)# snmp-server user usertestname v3 plain lab123123 lab123123&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;myISE/admin# sh run | inc snmp&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;snmp-server enable&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;snmp-server host 1.1.1.1 version 3 testuser 0x80001f8880aa72ce403792785600000000 hash 20A4FEA5635C18EBD115CF8884EBDC99717FAB14 20A4FEA5635C18EBD115CF8884EBDC99&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;snmp-server engineID OFPEIMID9J1&lt;/P&gt;
&lt;P style="font-size: 11px; font-family: Menlo;"&gt;snmp-server user usertestname v3 hash 0xcddaf9a603a1f5af20d3b5cfda37e31a134b4a09 0xcddaf9a603a1f5af20d3b5cfda37e31a&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 14:59:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561692#M519953</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2017-11-13T14:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561693#M519961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI -- Below defect resolved in 2.2P3 if you are planning to use AES256 for SNMPv3&lt;/P&gt;&lt;P&gt;&lt;SPAN class="cXref_Color"&gt; &lt;A class="URL" href="https://tools.cisco.com/bugsearch/bug/CSCvd03239"&gt;CSCvd03239&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A name="pgfId-767177"&gt;&lt;/A&gt;SNMPv3 with AES256 encryption for SNMP profiling probe does not work in ISE 1.1.x/1.x/2.x.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 20:52:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561693#M519961</guid>
      <dc:creator>Parag Mahajan</dc:creator>
      <dc:date>2017-11-13T20:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561694#M519965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone been able to use ISE 2.3 to poll NADs (such as Cisco 2960S and 3560 switches) using SNMPv3? I have upgraded to the suggested IOS software in the switches. I believe my configs are correct as using the Paessler SNMP Tester was able to get information back. I have read about the AES256 issue but have only used AES128 encryption. How does ISE use the polled information on the NADs? Where is it recorded? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 20:16:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561694#M519965</guid>
      <dc:creator>penncro1</dc:creator>
      <dc:date>2018-04-12T20:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561695#M519967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I spent quite a bit of time trying to get it to work correctly at a customer.  The customer also spent a fair amount of time trying to get it to work.  We never could get it to work and punted to V2 read-only community string with ACL restrictions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 21:01:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561695#M519967</guid>
      <dc:creator>paul</dc:creator>
      <dc:date>2018-04-12T21:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561696#M519972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your input as I’m starting to think there is still a bug in this ISE 2.3 release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I spent a lot of time also on this but have not been able to get it working. It comes back with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SNMP request times out, or SNMP community/user auth data is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope we hear from a Cisco TAC on this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 21:07:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561696#M519972</guid>
      <dc:creator>penncro1</dc:creator>
      <dc:date>2018-04-12T21:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561697#M519977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not Cisco TAC if you’re needing support please reach out to them to troubleshoot and open bugs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 21:17:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561697#M519977</guid>
      <dc:creator>Jason Kunst</dc:creator>
      <dc:date>2018-04-12T21:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561698#M519979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Henry's inquiry is actually not related to what asked in the original question, which is about how to use SNMPv3 to monitor ISE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 10.800000190734863px; font-family: arial; color: #3d3d3d;"&gt;&lt;A href="https://community.cisco.com//people/penncro1"&gt;penncro1&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;: In the future, please start your own thread. If you post your TAC case number and if time permits, I can take a quick look. If not already done, please try using some SNMP tool (e.g. snmpwalk or snmpget from Net-SNMP) to verify the SNMP configuration on your NADs.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 03:43:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561698#M519979</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-04-13T03:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561699#M519982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the feedback. Sorry about posting the wrong thread but thought it was all related to SNMPv3 on ISE. I did open a case with TAC (684244782) but have not hear back regarding the ability for ISE 2.3 to poll NADs using SNMPv3. Have used snmp test software and verified that the config on the NAD is correct. In addition, I also have Prime Infrastructure that is polling these devices using SNMPv3. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:25:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561699#M519982</guid>
      <dc:creator>penncro1</dc:creator>
      <dc:date>2018-04-13T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561700#M519984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The assigned TAC engineer is currently out of office but he did notify you and provided you an alternative contact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile, I would suggest to turn DEBUG on profiler and also on the switch. Check profiler.log while recreating the issue and provide the debug log file to TAC. Also, it seems possible to perform a wired capture the SNMP exchanges and decode it using WireShark. There are some instructions on the net for that so I would suggest you to try that, as well, to understand better what might have gone wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2018 19:29:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561700#M519984</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-04-15T19:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Does ISE supports SNMPv3 Polling ?</title>
      <link>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561701#M519985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See also &lt;A _jive_internal="true" href="https://community.cisco.com/people/chyps"&gt;chyps&lt;/A&gt;&lt;SPAN style="font-size: 10pt;"&gt;'s comment for &lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/message/286681#286681" style="font-size: 10pt;"&gt;Re: ISE - Test SNMP Access to a Node&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Apr 2018 19:35:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/does-ise-supports-snmpv3-polling/m-p/3561701#M519985</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-04-15T19:35:11Z</dc:date>
    </item>
  </channel>
</rss>

