cancel
Showing results for 
Search instead for 
Did you mean: 

I need to configure SNMPv3 on NetSight switches and Avaya - Cisco

I need to configure SNMPv3 on NetSight switches and Avaya - Cisco

Jairo_Rojas_Her
New Contributor II
Anyone can share me a script of a configuration switches snmp v3 on Avaya, Huawei and Cisco to work them properly in NetSight?
I appreciate your help!!
3 REPLIES 3

Jay6
Extreme Employee
Avaya VSP:
no boot config flags block-snmp (enables SNMP)
load-encryption-module aes (loads encryption module for AES)
snmp-server view Client 1.3 (permission to modify SNMP settings)
snmp-server user test-user group test-group sha test-sha eas test-aes (created a user “test-user” in the group “test-group” with SHA password “test-sha” and EAS password “test-aes”)
snmp-server group test-group “” auth-priv read-view root write-view root notify-view root (created group “test-group” with read/write/notify privileges)

Avaya ERS Switches:
snmp-server user test-user sha test-sha aes test-aes read-view nncli write-view nncli (created a user “test-user” with SHA password “test-sha” and EAS password “test-aes”)

Ryan_Yacobucci
Extreme Employee
Hello,

The following commands should work with Cisco using the default NetSight SNMPv3 profile:

snmp-server group V3Group v3 auth read V3Read write V3Writesnmp-server user snmpuser V3Group v3 auth md5 snmpauthcred priv des snmpprivcred
snmp-servert view V3Read iso included
snmp-server view V3Write iso included

I don't have any examples for Avaya, or Huawei

Thanks
-Ryan

Thks Ryan
I do not use this snmp configuration for cisco, it gives me an error after this line: snmp-server group V3Group v3 auth read V3Read write V3Writesnmp-server does not allow to add user. Your contributions please. Thank you
GTM-P2G8KFN