09-08-2020 10:43 AM
Hi!
I’m having an issue with setting up SNMPv3 on Extremecloud IQ Connect.
What I’ve done so far:
Nothing so far seems to work. Am I maybe missing something in the set up? I tried to find something like user manual for Extremecloud IQ Connect but I can’t find nothing that’d help me instead...
09-09-2020 11:20 AM
AES128 should work that is what i use. did you check the eth0 and make sure it is allowing SNMP that was my problem. Here is the command line config from one of my access points I find this easier to understand than the GUI sometimes.
interface eth0 manage snmp
snmp location AllenPark|AllenParkMain
snmp contact Dennis
no snmp reader version any community hivecommunity
snmp reader version v3 admin <username> auth sha password *** encryption aes password ***
09-09-2020 10:17 AM
I use AES-128 in CheckMK, because it’s the only available option besides CBC-DES. The thing I don’t know is, if EXT IQ is using AES128 or AES256. As I said, I struggle with finding documentation...
09-09-2020 01:20 AM
Another important thing is to allow SNMP on eth0 or mgt0 thats the part that got me. The setting is in the device template under wired interfaces you have to create your own interface profile.
09-09-2020 01:11 AM
Do you know if your using AES 128 or 256? I have snmpv3 working on my access points it took a little bit but, its nice once you get it working.