Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

portadmin: verify and implement saving of config on H3C-devices #1411

Closed
jmbredal opened this issue Jan 17, 2017 · 4 comments
Closed

portadmin: verify and implement saving of config on H3C-devices #1411

jmbredal opened this issue Jan 17, 2017 · 4 comments
Assignees
Milestone

Comments

@jmbredal
Copy link
Collaborator

jmbredal commented Jan 17, 2017

Mattias Söderholm kindly found a way to save running config on H3C-devices. We need to test and implement the solution.

Command:

snmpset -v2c -c <community> IP 1.3.6.1.4.1.25506.2.4.1.2.4.1.2.1 i 1 1.3.6.1.4.1.25506.2.4.1.2.4.1.9.1 i 4
.1.3.6.1.4.1.25506.2.4.1.2.4.1.2
hh3cCfgOperateType OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION ConfigOperationType
  SYNTAX	INTEGER {running2Startup(1), startup2Running(2), running2Net(3), net2Running(4), net2Startup(5), startup2Net(6), running2File(7), file2Running(8)}
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"Specify the type of operation on configuration."
.1.3.6.1.4.1.25506.2.4.1.2.4.1.9
hh3cCfgOperateRowStatus OBJECT-TYPE
  -- FROM	HH3C-CONFIG-MAN-MIB
  -- TEXTUAL CONVENTION RowStatus
  SYNTAX	INTEGER {active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)}
  MAX-ACCESS	read-create
  STATUS	current
  DESCRIPTION	"The status of this table entry.
        When the status is active all the
        object's value in the entry is not
        allowed to be modified."

Imported from Launchpad using lp2gh.

@jmbredal
Copy link
Collaborator Author

I can't seem to find anyone with this switch to test on.

Some related information:
http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0130894

@lunkwill42
Copy link
Member

Do you have a reference to the complete MIB definition?

@jmbredal
Copy link
Collaborator Author

jmbredal commented Feb 2, 2017

Here is the mib:
hh3c-config-man.mib

@jmbredal
Copy link
Collaborator Author

POstponed until receiving test setup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants