<?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: SNMPv3 on ISE v3 can not work with Zabbix Monitoring in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229456#M593389</link>
    <description>&lt;P&gt;And Do you think&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;,&amp;nbsp;&lt;STRONG&gt;sysDescr&lt;/STRONG&gt; is the baseline for SNMP polling?&amp;nbsp;&lt;BR /&gt;Currently, we need both method and what we can't understand is, we need SNMP TRAP as our ISE don't know how to get the Remote EngineID from Zabbix ?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Nov 2024 09:20:10 GMT</pubDate>
    <dc:creator>oumodom</dc:creator>
    <dc:date>2024-11-27T09:20:10Z</dc:date>
    <item>
      <title>SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5228879#M593355</link>
      <description>&lt;P&gt;Dear Cisco ISE lover,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I have one lab which issue with ISE v3 P8 to utilize visibility with Zabbix.&lt;BR /&gt;&lt;BR /&gt;Along the ways, we test with SNMPwalk on Zabbix server as below:&amp;nbsp;&lt;BR /&gt;=&amp;gt; snmpwalk -v3 -u name -l authPriv -A name -a SHA -x AES -X name 10.6.1X.X&lt;BR /&gt;&lt;BR /&gt;And result is, &lt;STRONG&gt;SNMPwalk Authentication Failure (Incorrect password, community or key)&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;As validate on cisco ise CLI, we follow as above credential and from zabbix doesn't have &lt;STRONG&gt;Remote EngineID&lt;/STRONG&gt;.&amp;nbsp;&lt;BR /&gt;Please help or you have experienced to fix this.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 09:00:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5228879#M593355</guid>
      <dc:creator>oumodom</dc:creator>
      <dc:date>2024-11-26T09:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229211#M593369</link>
      <description>&lt;P&gt;I am using ISE 3.4&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;conf t
snmp-server enable
snmp-server user BOBv3 v3 sha256 plain Bob123456 Bob123456&lt;/LI-CODE&gt;
&lt;P&gt;Then verify in ISE - the engineID is generated by ISE&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;rnolabise01/admin#show snmp-server user
User: BOBv3
  EngineID: CF9IKLJO79H
  Auth Protocol: sha256
  Priv Protocol: aes-128
&lt;/LI-CODE&gt;
&lt;P&gt;On my Ubuntu server I run snmpwalk&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;abier@rnolabubu-01:~$ snmpwalk -v3 -u BOBv3 -l authPriv -A Bob123456 -a SHA-256 -x AES-128 -X Bob123456 rnolabise01 sysDescr
MIB search path: /var/lib/mibs/iana:/var/lib/mibs/ietf
SNMPv2-MIB::sysDescr.0 = STRING: Cisco Identity Services Engine
abier@rnolabubu-01:~$
&lt;/LI-CODE&gt;
&lt;P&gt;The username is case sensitive.&lt;/P&gt;
&lt;P&gt;AES-128 is the only encryption algorithm available in ISE.&lt;/P&gt;
&lt;P&gt;I arbitrarily chose SHA-256 when I created the SNMPv3 username&lt;/P&gt;
&lt;P&gt;The engineID is not required when an SNMP server makes a request to an SNMP agent (e.g. ISE) - EngineID is usually required when SNMPv3 traps are sent to a server - if SNMPv2 or v3 Informs are sent to a server, then EngineID is not required either (the Inform Report will get the EngineID of the SNMP server during reporting phase)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 20:15:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229211#M593369</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-11-26T20:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229352#M593382</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I don't see the IP of agent and also what is&amp;nbsp;&lt;STRONG&gt;rnolabise01 sysDescr&amp;nbsp;&lt;/STRONG&gt;in your ubuntu server?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 04:56:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229352#M593382</guid>
      <dc:creator>oumodom</dc:creator>
      <dc:date>2024-11-27T04:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229358#M593383</link>
      <description>&lt;P&gt;IP and DNS entries are supported in snmpwalk.&amp;nbsp; I didn't use the IP address - I am using the DNS entry 'rnolabise01' for the ISE node.&lt;/P&gt;
&lt;P&gt;sysDescr refers to one OID of the MIB agent - it's a standard OID that should contain the system description&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 05:33:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229358#M593383</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-11-27T05:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229364#M593384</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;sysDescr&lt;/STRONG&gt; refers to one OID of the MIB agent&lt;BR /&gt;&lt;BR /&gt;So All ISE node we can use&amp;nbsp;&lt;STRONG&gt;sysDescr&amp;nbsp;&lt;/STRONG&gt;or how to check the OID in Cisco ISE?&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:02:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229364#M593384</guid>
      <dc:creator>oumodom</dc:creator>
      <dc:date>2024-11-27T06:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229365#M593385</link>
      <description>&lt;P&gt;sysDescr is just short-hand for the OID .1.3.6.1.2.1.1.1.0&lt;/P&gt;
&lt;P&gt;You can display the OID in numerical format using the -O n option - e.g.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;snmpwalk -v3 -O n -u BOBv3 -l authPriv -A Bob123456 -a SHA-256 -x AES-128 -X Bob123456 rnolabise01 sysDescr&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That will display&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.1.3.6.1.2.1.1.1.0 = STRING: Cisco Identity Services Engine&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to walk the entire MIB tree, then remove the "sysDescr" from the snmpwalk command - I only did that to show you that I can read one of the OIDs - an entire MIB tree has thousands of lines of output&lt;/P&gt;
&lt;P&gt;I should also mention that if you know the OID, then you can of course specify it directly - but I can't remember OIDs, and I don't memorise IP addresses either (that's why I use DNS and things like sysDescr)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;snmpwalk -v3 -O n -u BOBv3 -l authPriv -A Bob123456 -a SHA-256 -x AES-128 -X Bob123456 rnolabise01 .1.3.6.1.2.1.1.1.0&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:16:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229365#M593385</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-11-27T06:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229373#M593386</link>
      <description>&lt;P&gt;So good&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I meant how to know&amp;nbsp;&lt;STRONG&gt;.1.3.6.1.2.1.1.1.0&lt;/STRONG&gt; or&amp;nbsp;&lt;STRONG&gt;sysDescr&lt;/STRONG&gt; in cisco ISE CLI ?&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 06:51:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229373#M593386</guid>
      <dc:creator>oumodom</dc:creator>
      <dc:date>2024-11-27T06:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229456#M593389</link>
      <description>&lt;P&gt;And Do you think&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/158532"&gt;@Arne Bier&lt;/a&gt;,&amp;nbsp;&lt;STRONG&gt;sysDescr&lt;/STRONG&gt; is the baseline for SNMP polling?&amp;nbsp;&lt;BR /&gt;Currently, we need both method and what we can't understand is, we need SNMP TRAP as our ISE don't know how to get the Remote EngineID from Zabbix ?&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 09:20:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229456#M593389</guid>
      <dc:creator>oumodom</dc:creator>
      <dc:date>2024-11-27T09:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229835#M593399</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Regarding the question "&lt;SPAN&gt;I meant how to know&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;.1.3.6.1.2.1.1.1.0&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;or&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sysDescr&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;in cisco ISE CLI ?" - you don't have any control over the OID structure in ISE, because Cisco has implemented the standard MIB-II snmp agent in Linux - you should run an snmpwalk against an ISE node and capture the results to a text file and analyse - the resulting dump will contain ALL the data that this SNMP agent provides, and I think most of it can be decoded by your snmpwalk application(s) using the standard MIBs that you can download from the internet, or that are already installed in Zabbix/Net-SNMP etc. - to my knowledge, Cisco has not made any vendor specific additions to the ISE SNMP agent - you will find nothing interesting there, apart from the usual MIB-II stuff like CPU stats, disks, network interfaces etc. - that's just Linux information.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"And Do you think&amp;nbsp;&lt;STRONG&gt;sysDescr&lt;/STRONG&gt;&amp;nbsp;is the baseline for SNMP polling? " - no. Not at all. That was just an example. Run an snmpwalk against an ISE node to see the root OID, and then all the recursive entries thereafter. You can walk any part of that tree.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You don't specify the EngineID of Zabbix (or any SNMP trap receiver) in ISE.&amp;nbsp; The word "remote EngineID" is a bit misleading - it actually refers to the EngineID of the sender - in this case, the ISE node!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What format should the EngineID take?&amp;nbsp; It depends on the user - the most common is the MAC address of the sending interface, because that data is already in hex. Typically EngineIDs are represented as hex characters - ISE only accepts hex, with a leading 0x&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There are &lt;A href="https://www.ietf.org/rfc/rfc3411.txt" target="_self"&gt;RFC standards&lt;/A&gt; that govern how EngineIDs are encoded - if you want to encode an IP address (in hex), or a MAC address (in hex) or a user-defined string (as ASCII hex) then you can do so. The EngineID in ISE is the serial number (alphabetic characters) - you can get the serial number from the command&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;show udi&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;So now comes the fun part - how do you take the alphabetic characters, and encode them in RFC compliant format?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;12 octets&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;First 4 octets are the IANA vendor assigned code, and the MSB (most significant bit) set to 1. Via web search, I found an Cisco IANA code of D1B3&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Fifth byte, I chose '04' to represent text data, with up to 26 trailing characters allowed&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EngineID of 'CF9IKLJO79H' in ASCII hex is&amp;nbsp;43 46 39 49 4B 4C 4A 4F 37 39 48&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;EngineID = 0x8000D1B304434639494B4C4A4F373948&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Configure that in ISE&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;snmp-server host 172.22.128.120 version 3 BOBv3 0x8000D1B304434639494B4C4A4F373948 sha256 plain 634jghTyrcytrCJHRytetyteyevjhvTRVTTtryt 634jghTyrcytrCJHRytetyteyevjhvTRVTTtryt
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;SPAN&gt;Why did I choose 40 character length auth/priv password?&amp;nbsp; Because with any other length, I was unable to decode the auth/priv data in Wireshark. Must be a bug in ISE.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here is what Wireshark has decoded (you must add the SNMPv3 user data into Wireshark menu &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Edit -&amp;gt; Preferences &lt;/SPAN&gt;&lt;SPAN&gt;-&amp;gt; Protocols -&amp;gt; SNMP -&amp;gt; Users table&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArneBier_0-1732750553519.png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/234691iB1156799E72C1BAF/image-size/large?v=v2&amp;amp;px=999" role="button" title="ArneBier_0-1732750553519.png" alt="ArneBier_0-1732750553519.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I had to stop here because only the first trap was decoded - after that one, ISE sends others, but must have messed up the privacy encoding, because Wireshark cannot decrypt it. The Authentication is always correctly decoded for all SNMPv3 traps though.&lt;/P&gt;
&lt;P&gt;I have to say that all this effort is a great waste of time - mostly because ISE only sends one useful trap (Disk threshold), and also because most vendors don't do a good job of this. If you have time to waste, open a TAC case on this and let us know how you get on.&lt;/P&gt;
&lt;P&gt;The only vendor product I have experienced that does a 100% good job in this SNMPv3 stuff is Aruba Wireless Controllers - they implement SNMP Informs (which are acknowledged traps) and it works exactly as expected. I have tested Aruba, Cisco switches, ISE, HP switches, Clearpass .... and always use Wireshark to prove the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Nov 2024 23:41:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5229835#M593399</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2024-11-27T23:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: SNMPv3 on ISE v3 can not work with Zabbix Monitoring</title>
      <link>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5230386#M593449</link>
      <description>&lt;P&gt;I would share my workable on snmpwalk, it doesn't require OID and specify with exact SHA, and AES.&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;snmpget -v3 -u name -l authPriv -a SHA-256 -A name -x AES-128 -X name 10.X.X.X&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;The we can get the &lt;STRONG&gt;SNMPv2-MIB&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 06:49:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/snmpv3-on-ise-v3-can-not-work-with-zabbix-monitoring/m-p/5230386#M593449</guid>
      <dc:creator>oumodom</dc:creator>
      <dc:date>2024-11-29T06:49:08Z</dc:date>
    </item>
  </channel>
</rss>

