Configure SNMPv3 in ExtremeOS
EXOS version 21.1.2.14
This set up will walk you through how to set up SNMPv3 with READ and WRITE USERS. We will be sending snmp traffic to a netsight server.
Youtube Video ---> https://youtu.be/ErfBu8e2e3k
Configure SNMPv3 USERS:
configure snmpv3 add user "testv3read" authentication md5 "authPassword" privacy "priPassword"
configure snmpv3 add user "testv3write" authentication md5 "authPassword" privacy "priPassword"
Configure SNMPv3 Group:
configure snmpv3 add group "v3snmpWrite" user "testv3write" sec-model usm
Configure SNMPv3 Access:
configure snmpv3 add access "v3snmpRead" sec-model usm sec-level priv read-view "defaultAdminView" write-view "All" notify-view "defaultAdminView"
configure snmpv3 add access "v3snmpWrite" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultadminView"
Configure SNMPv3 Target Address:
This example will be sending this to a Netsight server for monitoring.
configure snmpv3 add target-addr "NetSight" param "NetworkTeam" ipaddress "192.168.1.1" tag-list "TrapSink"
configure snmpv3 add target-params "NetworkTeam" user "testv3read" mp-model snmpv3 sec-model usm sec-level priv
configure snmpv3 add notify "v3v" tag "TrapSink"
Disable SNMPv1&2:
we disable v1 and v2 for security purposes.. no need to have the default settings available
disable snmp access snmp-v1v2c
You should be able to add your device in netsight using snmpv3.
*If you are using Inventory Manager to back up your configs make sure you set up CLI Credentials..... you will not be able to preform backups or push code updates to the switch if you do not have this set up.
No comments:
Post a Comment