cancel
Showing results for 
Search instead for 
Did you mean: 

ADSP SNMP Polling

ADSP SNMP Polling

Sazon
New Contributor III
Hi Extreme Community,

We configured standard SNMP configuration on ADSP controller and Juniper switch, but when we checked the SNMP discovery for the network switch is not polled on ADSP controller. Please help.

Screenshot.
bMUoijY0TvGdMg6N6wKo_Capture.jpeg
2 REPLIES 2

Sazon
New Contributor III
Hi Robert,

Thank you for the info you shared. Currently I tried to poll Extreme Switch and it worked. I'll check SNMP walk to our 3rd party brand later and see if what is wrong.

Best Regards,
Gerald

RobertZ
Extreme Employee
Can you perform an SNMP walk from the AirDefense CLI to the switch?

ssh to the AirDefense via putty using smxmgr credentials
 command "letmeout" will break you out of the ADSPadmin script


here is the standard smmpwalk you will need to run it in sudo 

snmpwalk -v3 -u [SNMPv3 user] –a (MD5|SHA) -A [passcode] -l [set-security-level] –X <encryption_password> deviceIP <OID> .

-u : is the snmp v3 user.

-A : is the passcode.

-l : is the authentication mode [noAuthNoPriv|authNoPriv|authPriv].

-a : is the authentication protocol (MD5|SHA).

-m ALL (if no OID)

 

EX for a default extreme networks setup: 

sudo  snmpwalk –v3 –u snmpmanager –a MD5 –A admin –l authPriv –X admin123 10.10.10.1–m ALL



GTM-P2G8KFN