cancel
Showing results for 
Search instead for 
Did you mean: 

Easy steps to configure SNMPv3 to work with 3rd party NMS

Easy steps to configure SNMPv3 to work with 3rd party NMS

Arjumand_Qazi
New Contributor II
What are the easy steps to configure snmpv3 on XOS switch that will be discovered by 3rd party NMS via snmpv3.

in GTAC i can see some commands that is to connect the XOS device to Netsight.

is defining snmpv3 user and snmpv3 would be enough for the xos device to be seen and managed by 3rd party NMS.
8 REPLIES 8

Arjumand_Qazi
New Contributor II
Hi Jeremy,

while configuring user for snmpv3, md5 and privacy string should always be different ?

Arjumand_Qazi
New Contributor II
Thanks gentlemen

Jeremy_Gibbs
Contributor
configure snmpv3 add user SNMPUSERNAMEE authentication md5 SOMERANDOMSTRING privacy SOMERANDOMSTRING

configure snmpv3 add group GROUPNAME user SNMPUSERNAME sec-model usm

configure snmpv3 add access GROUPNAMEnetman sec-model usm sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultNotifyView

BrandonC
Extreme Employee
Hi Arjumand,

Take a look at the following script for EXOS switches. It will walk you through SNMPv3 configuration.
https://github.com/extremenetworks/ExtremeScripting/tree/master/EXOS/Python/snmpassist

GTM-P2G8KFN