03-25-2022 07:37 AM
Hi there, I am trying to enable SNMP on AP305C IPaddress: 10.1.15.158.
I am following the next manual.
How To: How to configure SNMP on ExtremeCloud IQ (XIQ) | Extreme Portal
But after passing all these steps SNMPwalk returns a timeout.
~$ snmpwalk -v 3 -On -u username -l authPriv -a MD5 -A 'password' -x DES -X 'password' -m ALL 10.1.15.158 1.3.6.1.4.1.1916
~$ snmpwalk: Timeout
Could you please advise how to make it work as expected?
04-06-2022 01:46 PM
deployer@Tetherbox-685ee377f581ff25de58:~$ snmpwalk -v3 -On -u tether -l authPriv -a MD5 -A 'tethertether' -x DES -X 'tethertether' -m ALL 10.1.15.158 1.3.6.1.4.1.1916
snmpwalk: Timeout
deployer@Tetherbox-685ee377f581ff25de58:~$ sudo nmap -sP 10.1.15.158
Starting Nmap 7.80 ( https://nmap.org ) at 2022-04-06 18:44 BST
Nmap scan report for 10.1.15.158
Host is up (0.00024s latency).
MAC Address: 90:B8:32:71:F4:C0 (Extreme Networks, Inc.)
Nmap done: 1 IP address (1 host up) scanned in 0.11 seconds
I have created a non-default device template to enable SNMP as described in the howto manual that I mentioned above. Here is a screenshot of Manage > Devices > Edit > Configure > Interface Settings
Custom interface template:
SNMP settings v3 (I also tried v2, same results)
I made sure to apply the configuration and wait for the access point to reboot:
What am I missing?
04-03-2022 10:49 PM
04-01-2022 01:07 PM