Description:
|
mellanoxConfigDBCmdExecute OBJECT-TYPE
SYNTAX INTEGER {mellanoxConfigDBCmdExecuteBinarySwitchTo(1), mellanoxConfigDBCmdExecuteTextApply(2), mellanoxConfigDBCmdExecuteTextApplyFailContinue(3), mellanoxConfigDBCmdExecuteBinaryUpload(4), mellanoxConfigDBCmdExecuteTextUpload(5), mellanoxConfigDBCmdExecuteConfigWrite(6), mellanoxConfigDBCmdExecuteBinaryDelete(7), mellanoxConfigDBCmdExecuteTextDelete(8)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Depending on selected operation -
BinarySwitchTo binary file, save to given filename
TextApply text file, add to configuration, save to given filename, stop if
command fails
TextApplyFailContinue text file, add to configuration, save to given filename,
continue if command fails
BinaryUpload upload configuration file to remote destination
('active' can be used to upload the active configuration)
TextUpload upload configuration file to remote destination
('active-running' and 'active-saved' can be used to upload running or
startup configuration)
ConfigWrite save the running configuration to given filename
('active' can be used to save as the currently active configuration file)
BinaryDelete deletes a saved binary configuration file according to given filename
TextDelete deletes a saved textual configuration file according to given filename"
|
|