When using the SNMP default value in Netsight (from 6.3) : what are the CLI for XOS ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 01:17 PM
CLI XOS to configure the default snmp access for Netsight I would like to add new switches ( X460, X440 ...) with XOS 16.X from the Netsight Console. But it's not so easy to do compare from the legacy Riegeline with snmpv3 ! What are the procedure to do this job quickly ? Thanks
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-01-2016 06:26 AM
Configure the SNMPv3 commands below in an EXOS switch and add this switch using 'snmp_v3_profile' in NetSight.
# configure snmpv3 add user snmpuser authentication md5 snmpauthcred privacy des snmpprivcred
# configure snmpv3 add group snmpgroup user snmpuser sec-model usm
# configure snmpv3 add access snmpgroup sec-level priv read-view defaultAdminView write-view defaultAdminView notify-view defaultNotifyView
# configure snmpv3 add user snmpuser authentication md5 snmpauthcred privacy des snmpprivcred
# configure snmpv3 add group snmpgroup user snmpuser sec-model usm
# configure snmpv3 add access snmpgroup 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
‎05-31-2016 02:35 PM
Pascal,
The default SNMPv3 credentials within EXOS are not included in the NetSight profiles. You can create them based on the current switch credentials, or use the following article to create a the user and group on the EXOS switch.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-get-XOS-SNMPv3-settings-to-work-wit...
The default credentials on the switch are listed in the following article:
https://gtacknowledge.extremenetworks.com/articles/Q_A/What-default-SNMP-credentials-are-present-in-...
The default SNMPv3 credentials within EXOS are not included in the NetSight profiles. You can create them based on the current switch credentials, or use the following article to create a the user and group on the EXOS switch.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-get-XOS-SNMPv3-settings-to-work-wit...
The default credentials on the switch are listed in the following article:
https://gtacknowledge.extremenetworks.com/articles/Q_A/What-default-SNMP-credentials-are-present-in-...
