Easy steps to configure SNMPv3 to work with 3rd party NMS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-20-2017 12:43 PM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-22-2017 12:05 PM
Hi Jeremy,
while configuring user for snmpv3, md5 and privacy string should always be different ?
while configuring user for snmpv3, md5 and privacy string should always be different ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-22-2017 12:03 PM
Thanks gentlemen
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-20-2017 03:33 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-20-2017 01:46 PM
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
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
