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