OneView XOS restore
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-02-2015 07:28 PM
Is it possible to restore XOS config from OneView.
I have several x460s comm via SNMPv3. They seem to backup fine thru the scheduled archive, but when I try to restore config from OneView I get error communicating with device. When I look at syslog it says it failed to loging bad community name - like it is trying to use old V2 credentials
Thanks for your time
I have several x460s comm via SNMPv3. They seem to backup fine thru the scheduled archive, but when I try to restore config from OneView I get error communicating with device. When I look at syslog it says it failed to loging bad community name - like it is trying to use old V2 credentials
Thanks for your time
10 REPLIES 10
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2015 01:05 PM
for some reason it will save to config
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2015 01:04 PM
Is there a document that explains how to setup SNMPv3 and SNMP traps with NetSight 6.3?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2015 12:46 PM
ExtremeXOS version 15.7.2.9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2015 12:43 PM
No, still same problem.
Here is my config:
# Module snmpMaster configuration.
#
configure snmpv3 add user "v3admin" engine-id 80:00:07:7c:03:00:04:96:8b:a0:2a authentication md5 auth-encrypted localized-key 23:f0:23:d9:23:c6:39:62:6b:23:e3:23:c5:23:b4:23:1a:4c:71:6d:23:14:23:9d:23:d0 privacy privacy-encrypted localized-key 23:f0:23:d9:23:c6:39:62:6b:23:e3:23:c5:23:b4:23:1a:4c:71:6d:23:14:23:9d:23:d0
configure snmpv3 add group "v1v2cNotifyGroup" user "v1v2cNotifyUser1" sec-model snmpv2c
configure snmpv3 add group "v3group" user "v3admin" sec-model usm
configure snmpv3 add access "v3admin" sec-model snmpv1 sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v3admin" sec-model snmpv2c sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v3group" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultAdminView"
configure snmpv3 add community "GCIT" name "GCIT" user "v1v2c_rw"
configure snmpv3 add community "v1v2cNotifyComm1" name "GCIT" user "v1v2cNotifyUser1"
configure snmpv3 add target-addr "TVv3admin" param "TV1v3admin" ipaddress 192.168.200.253 transport-port 162 tag-list "TVInformTag"
configure snmpv3 add target-addr "informtarget" param "informparam" ipaddress 192.168.200.53 transport-port 162 vr "VR-Default" tag-list "defaultinform"
configure snmpv3 add target-params "TV1v3admin" user "v3admin" mp-model snmpv3 sec-model usm sec-level priv
configure snmpv3 add target-params "informparam" user "v3admin" mp-model snmpv3 sec-model usm sec-level priv
configure snmpv3 add notify "TVInformTag" tag "TVInformTag" type inform
configure snmpv3 add notify "TVTrapTag" tag "TVTrapTag"
configure snmpv3 add notify "defaultinform" tag "defaultinform" type inform
disable snmpv3 default-group
disable snmpv3 default-user
Here is my config:
# Module snmpMaster configuration.
#
configure snmpv3 add user "v3admin" engine-id 80:00:07:7c:03:00:04:96:8b:a0:2a authentication md5 auth-encrypted localized-key 23:f0:23:d9:23:c6:39:62:6b:23:e3:23:c5:23:b4:23:1a:4c:71:6d:23:14:23:9d:23:d0 privacy privacy-encrypted localized-key 23:f0:23:d9:23:c6:39:62:6b:23:e3:23:c5:23:b4:23:1a:4c:71:6d:23:14:23:9d:23:d0
configure snmpv3 add group "v1v2cNotifyGroup" user "v1v2cNotifyUser1" sec-model snmpv2c
configure snmpv3 add group "v3group" user "v3admin" sec-model usm
configure snmpv3 add access "v3admin" sec-model snmpv1 sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v3admin" sec-model snmpv2c sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v3group" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultAdminView"
configure snmpv3 add community "GCIT" name "GCIT" user "v1v2c_rw"
configure snmpv3 add community "v1v2cNotifyComm1" name "GCIT" user "v1v2cNotifyUser1"
configure snmpv3 add target-addr "TVv3admin" param "TV1v3admin" ipaddress 192.168.200.253 transport-port 162 tag-list "TVInformTag"
configure snmpv3 add target-addr "informtarget" param "informparam" ipaddress 192.168.200.53 transport-port 162 vr "VR-Default" tag-list "defaultinform"
configure snmpv3 add target-params "TV1v3admin" user "v3admin" mp-model snmpv3 sec-model usm sec-level priv
configure snmpv3 add target-params "informparam" user "v3admin" mp-model snmpv3 sec-model usm sec-level priv
configure snmpv3 add notify "TVInformTag" tag "TVInformTag" type inform
configure snmpv3 add notify "TVTrapTag" tag "TVTrapTag"
configure snmpv3 add notify "defaultinform" tag "defaultinform" type inform
disable snmpv3 default-group
disable snmpv3 default-user
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-03-2015 09:55 AM
Hi GCIT_Support,
What version of IOS?
Standalone or Stacking?
Solved the problem or not?
Thanks,
Edson Y.
What version of IOS?
Standalone or Stacking?
Solved the problem or not?
Thanks,
Edson Y.
