HPN-ICF-CONFIG-MAN-MIB
- Registered at
- 1.3.6.1.4.1.11.2.14.11.15.2.4
- Last updated
- 2011-11-26 00:00
- Revisions
- 2011-11-26 00:00
- Namespace
- hp
- Source file
HPN-ICF-CONFIG-MAN-MIB- Digest
sha256:e184b4b939112feb57a51a56fcdb89d0ae66c55fca4b38ece93dee14bf4fe959
Description
This MIB contains objects for managing the system configuration. It contains the model used to represent configuration data that exists elsewhere in the system and in peripheral devices. There are no constraints on this MIB.
Imports
| From | Symbols |
|---|---|
| HPN-ICF-OID-MIB | hpnicfCommon |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
HPN-ICF-CONFIG-MAN-MIB HPN-ICF-OID-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ConfigOperationStateType TEXTUAL-CONVENTION The status of the specified operation. opInProgress : Specified operation is active. opOperationSuccess : Specified operation is supported and completed successfully. opInvalidOperation : Command invalid or command/protocol/device combination unsupported. opInvalidProtocol : Invalid protocol specified. opInvalidSourceName : Invalid source file name specified. opInvalidDestName : Invalid target name specified. opInvalidServerAddress : Invalid server address specified. opDeviceBusy : Specified device is in use and locked by another process. opDeviceOpenError : Invalid device name. opDeviceError : Device read, write or erase error. opDeviceNotProgrammable : Device is read-only but a write or erase operation was specified. opDeviceFull : Device is filled to capacity. opFileOpenError : Invalid file name; file not found in partition. opFileTransferError : File transfer was unsuccessful; network failure. opFileChecksumError : File checksum in Flash failed. opNoMemory : System running low on memory. opAuthFail: Invalid user name or password. opTimeOut : File transfer was timeout. opUnknownFailure : Failure unknown. opInvalidConfigFile: Invalid configration file. opSlaveFull : Operation is fail for the slave don't have enough space. opCopyToSlaveFailure : Operation is fail when copy file to the slave. | current | |||
| ConfigOperationType TEXTUAL-CONVENTION Specify operation types on configuration. Currently, following types of operation are provided: running2Startup(1): Update the saved configuration (startup) file used currently with the current configuration running in the system. This operation is equivalent to the [save] command from command line. If current startup configuration file does not exist, then the default startup configuration file is created to save the data and this becomes the current startup configuration file. startup2Running(2): Update the current configuration running in the system with the saved configuration (startup) file used currently. The commands in the file are executed as if they had been entered via the command line. If the current startup configuration file does not exist, the operation will fail with the error opFileOpenError(13). running2Net(3): Send the current configuration running in the system to the network using the specified file transfer protocol. net2Running(4): Update the current configuration running in the system with a remote file from the network using the specified file transfer protocol. The commands in the file are executed as if they had been entered via the command line. net2Startup(5): Download a remote file to the local system using the specified file transfer protocol and replace the saved configuration (startup) file used currently. If current startup configurationfile does not exist, the default startup configuration file is created to save the data and this becomes the current startup configuration file. startup2Net(6): Send the saved configuration (startup) file used currently to the network using the specified file transfer protocol. If the current startup configuration file does not exist, the operation will fail with the error opFileOpenError(13). | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| hpnicfConfigManObjects OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.1 | |||
| hpnicfCfgLog OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1 | |||
| hpnicfCfgRunModifiedLast OBJECT-TYPE The object records the value of sysUpTime when the current configuration running in the system was last modified. The value will be changed immediately after system detects the current configuration has been changed. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.1 | TimeTicks | read-only | current |
| hpnicfCfgRunSavedLast OBJECT-TYPE The object records the value of sysUpTime when the current configuration running in the system was last saved. If the value of the object is smaller than hpnicfCfgRunModifiedLast, the current configuration has been modified but not saved. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.2 | TimeTicks | read-only | current |
| hpnicfCfgStartModifiedLast OBJECT-TYPE The object records the value of sysUpTime when the saved configuration used currently was last modified. It may have been modified by a save of the current configuration running in the system or other methods such as copy. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.3 | TimeTicks | read-only | current |
| hpnicfCfgLogLimitedEntries OBJECT-TYPE The object shows the maximum number of rows in hpnicfCfgLogTable. The value supported by the system is 10. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.4 | Integer32 (0..2147483647) | read-only | current |
| hpnicfCfgLogDeletedEntries OBJECT-TYPE The total number of rows deleted from hpnicfCfgLogTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.5 | Counter32 | read-only | current |
| hpnicfCfgLogWantBackup OBJECT-TYPE Decide whether to backup the value of objects about hpnicfCfgLog. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.6 | TruthValue | read-write | current |
| hpnicfCfgLogTable OBJECT-TYPE Table for logging configuration operation in device. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7 | not-accessible | current | |
| hpnicfCfgLogEntry OBJECT-TYPE Information of the entry. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1 | not-accessible | current | |
| hpnicfCfgLogIndex OBJECT-TYPE Index of the table beginning from 1. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfCfgLogTime OBJECT-TYPE Specify the sysUpTime when the config log was generated. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.2 | TimeTicks | read-only | current |
| hpnicfCfgLogSrcCmd OBJECT-TYPE Specify the source command which brought the log. Currently we provide the types of source: 1.cmdLine(1):configure log instigated by command line. 2.snmp(2):configure log instigated by snmp. 3.other(3):configure log instigated by other source unknown. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.3 | INTEGER {cmdLine(1), snmp(2), other(3)} | read-only | current |
| hpnicfCfgLogSrcData OBJECT-TYPE The source of the configuration data event. erase erasing destination runningData operational data alive commandSource the command source itself startupData what the system will use next reboot local local NVRAM or flash netFtp FTP network transfer hotPlugging board is inserted or pulled out on line | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.4 | INTEGER {erase(1), runningData(2), commandSource(3), startupData(4), local(5), netFtp(6), hotPlugging(7)} | read-only | current |
| hpnicfCfgLogDesData OBJECT-TYPE The destination for the configuration data event. unknown unknown runningData operational data alive commandSource the command source itself startupData what the system will use next reboot local local NVRAM or flash netFtp FTP network transfer hotPlugging board is inserted or pulled out on line | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.5 | INTEGER {unknown(1), runningData(2), commandSource(3), startupData(4), local(5), netFtp(6), hotPlugging(7)} | read-only | current |
| hpnicfCfgLogTerminalType OBJECT-TYPE Specifies the terminal type. If hpnicfCfgLogSrcCmd is not 'cmdLine', use 'notApplicable'. The value list: notApplicable(1): no meaning at this time. unknown(2): unknown terminal type. console(3): console interface. terminal(4): generic terminal. virtual(5): virtual terminal such as telnet. auxiliary(6): auxiliary interface. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.6 | INTEGER {notApplicable(1), unknown(2), console(3), terminal(4), virtual(5), auxiliary(6)} | read-only | current |
| hpnicfCfgLogTerminalUser OBJECT-TYPE The name of logging user which is available when hpnicfCfgLogSrcCmd is 'cmdLine'. Other, a zero length string. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.7 | DisplayString (SIZE(0..64)) | read-only | current |
| hpnicfCfgLogTerminalNum OBJECT-TYPE Specifies the terminal number. If hpnicfCfgLogSrcCmd is not 'cmdLine', use '-1' | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.8 | Integer32 | read-only | current |
| hpnicfCfgLogTerminalLocation OBJECT-TYPE The location of logging user which is available when hpnicfCfgLogSrcCmd is 'cmdLine'. Other, a zero length string. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.9 | DisplayString (SIZE(0..64)) | read-only | current |
| hpnicfCfgLogCmdSrcAddress OBJECT-TYPE The address from which a request comes when the value of hpnicfCfgLogSrcCmd is 'snmp(2)'. The ip address of the remote system connected when the value of hpnicfCfgLogTerminalType is 'virtual'. Other, the value of 0.0.0.0. This object is replaced by hpnicfCfgLogCmdSrcAddrRev for it only support IPv4. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.10 | IpAddress | read-only | deprecated |
| hpnicfCfgLogVirHost OBJECT-TYPE The host name of remote system connected if hpnicfCfgLogTerminalType has the value of 'virtual'. Other, a zero length string. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.11 | DisplayString (SIZE(0..64)) | read-only | current |
| hpnicfCfgLogUserName OBJECT-TYPE The user name used when hpnicfCfgLogSrcData or hpnicfCfgLogDesData has the value of 'netFtp'. Other, a zero length string. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.12 | DisplayString (SIZE(0..64)) | read-only | current |
| hpnicfCfgLogServerAddress OBJECT-TYPE The remote server address when hpnicfCfgLogSrcData or hpnicfCfgLogDesData has the value of 'netFtp'. Other, a value of 0.0.0.0. This object is replaced by hpnicfCfgLogServerAddrRev for it only support IPv4. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.13 | IpAddress | read-only | deprecated |
| hpnicfCfgLogFile OBJECT-TYPE The current configuration file name when hpnicfCfgLogSrcData has the value of 'netFtp',and hpnicfCfgLogDesData has the value of 'startupData'. Other, a zero length string. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.14 | DisplayString (SIZE(0..64)) | read-only | current |
| hpnicfCfgLogCmdSrcAddrType OBJECT-TYPE The type of IP address for the hpnicfCfgLogCmdSrcAddrRev. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.15 | InetAddressType | read-only | current |
| hpnicfCfgLogCmdSrcAddrRev OBJECT-TYPE The address from which a request comes when the value of hpnicfCfgLogSrcCmd is 'snmp(2)'. The ip address of the remote system connected when the value of hpnicfCfgLogTerminalType is 'virtual'. Other, the value of 0.0.0.0. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.16 | InetAddress | read-only | current |
| hpnicfCfgLogCmdSrcAddrVPNName OBJECT-TYPE The VPN instance of this operation uses. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.17 | DisplayString | read-only | current |
| hpnicfCfgLogServerAddrType OBJECT-TYPE The type of IP address for the hpnicfCfgLogServerAddrRev. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.18 | InetAddressType | read-only | current |
| hpnicfCfgLogServerAddrRev OBJECT-TYPE The remote server address when hpnicfCfgLogSrcData or hpnicfCfgLogDesData has the value of 'netFtp'. Other, a value of 0.0.0.0. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.19 | InetAddress | read-only | current |
| hpnicfCfgLogServerAddrVPNName OBJECT-TYPE The VPN instance of this operation uses. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.7.1.20 | DisplayString | read-only | current |
| hpnicfCfgFirstTrapTime OBJECT-TYPE Time when the first trap is sent. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.1.8 | TimeTicks | accessible-for-notify | current |
| hpnicfCfgOperate OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2 | |||
| hpnicfCfgOperateGlobalEntryLimit OBJECT-TYPE The maximum number of copy entries that may be held in hpnicfCfgOperateTable. A particular setting does not guarantee that much data can be held. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.1 | Integer32 (1..10) | read-only | current |
| hpnicfCfgOperateEntryAgeOutTime OBJECT-TYPE The number of minutes an unactive hpnicfCfgOperateEntry SHOULD be kept in the hpnicfCfgOperateTable before it is active. The object is a fator taken account of when it needs delete some rows make room in hpnicfCfgOperateTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.2 | Integer32 (1..60) | read-write | current |
| hpnicfCfgOperateResultGlobalEntryLimit OBJECT-TYPE The maximum number of copy entries that may be held in hpnicfCfgOperateResultTable. A particular setting does not guarantee that much data can be held. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.3 | Integer32 (1..50) | read-write | current |
| hpnicfCfgOperateTable OBJECT-TYPE A table of config-operation requests. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4 | not-accessible | current | |
| hpnicfCfgOperateEntry OBJECT-TYPE An operate request entry. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1 | not-accessible | current | |
| hpnicfCfgOperateIndex OBJECT-TYPE The unique index value of a row in this table. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfCfgOperateType OBJECT-TYPE Specify the type of operation on configuration. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.2 | ConfigOperationType | read-create | current |
| hpnicfCfgOperateProtocol OBJECT-TYPE If the value of hpnicfCfgOperateType is running2Net,net2Running,net2Startup or startup2net, this node specify the protocol to be used for file transfer . The default protocol is ftp if no protocol is specified. And for other value of hpnicfCfgOperateType , this object may be ignored by the implementation. when clusterftp or clustertftp is selected, the hpnicfCfgOperateServerAddress needn't be set, the server address can be acquired automatically, the value of hpnicfCfgOperateServerAddress is uncertain during operation. both member switch and commander switch can use them if they support HGMP v2. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.3 | INTEGER {ftp(1), tftp(2), clusterftp(3), clustertftp(4)} | read-create | current |
| hpnicfCfgOperateFileName OBJECT-TYPE When the object of hpnicfCfgOperateType has the value of net2Startup, net2running or running2Net,the value must be specified. The file name may include the path if applicable. If the value of hpnicfCfgOperateType is net2Startup or net2running, this node specify the source file name of transfers.If the value of hpnicfCfgOperateType is running2Net , this node specify the destination file name of transfers. When hpnicfCfgOperateType has the value of startup2net,the object may not be created instead of using the file name of startup configuration file. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.4 | DisplayString (SIZE(1..128)) | read-create | current |
| hpnicfCfgOperateServerAddress OBJECT-TYPE When the operation type is running2Net,net2Running,net2Startup or startup2net , the ip address of the ftp/tftp server from/to which to download/upload must be specified. Values of 0.0.0.0 or FF.FF.FF.FF are not permitted. This object is replaced by hpnicfCfgOperateSrvAddrRev for it only support IPv4. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.5 | IpAddress | read-create | deprecated |
| hpnicfCfgOperateUserName OBJECT-TYPE When the operation type is running2Net,net2Running,net2Startup or startup2net , the user name for the ftp server from/to which to download/upload should be specified. The object must be created if hpnicfCfgOperateProtocol has the value of ftp. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.6 | DisplayString (SIZE(0..40)) | read-create | current |
| hpnicfCfgOperateUserPassword OBJECT-TYPE When the operation type is running2Net,net2Running,net2Startup or startup2net , the user password for the ftp server from/to which to download/upload should be specified. The object must be created if hpnicfCfgOperateProtocol has the value of ftp. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.7 | DisplayString (SIZE(0..40)) | read-create | current |
| hpnicfCfgOperateEndNotificationSwitch OBJECT-TYPE Specifies whether or not a notification should be issued on the completion of the operation. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.8 | TruthValue | read-create | current |
| hpnicfCfgOperateRowStatus OBJECT-TYPE The status of this table entry. When the status is active all the object's value in the entry is not allowed to modified. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.9 | RowStatus | read-create | current |
| hpnicfCfgOperateServerPort OBJECT-TYPE When the operation type is running2Net, net2Running, net2Startup or startup2Net, this node is used for specifying the remote port number. If the value is 0 or not specified, the known port number will be used. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.10 | Integer32 (0..65535) | read-create | current |
| hpnicfCfgOperateSrvAddrType OBJECT-TYPE The type of IP address for hpnicfCfgOperateSrvAddrRev. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.11 | InetAddressType | read-create | current |
| hpnicfCfgOperateSrvAddrRev OBJECT-TYPE When the operation type is running2Net,net2Running,net2Startup or startup2net , the ip address of the ftp/tftp server from/to which to download/upload must be specified. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.12 | InetAddress | read-create | current |
| hpnicfCfgOperateSrvVPNName OBJECT-TYPE The VPN instance of this operation uses. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.4.1.13 | DisplayString | read-create | current |
| hpnicfCfgOperateResultTable OBJECT-TYPE A table of config-operation requests result. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5 | not-accessible | current | |
| hpnicfCfgOperateResultEntry OBJECT-TYPE The result entries of configuration operation requests. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1 | not-accessible | current | |
| hpnicfCfgOperateResultIndex OBJECT-TYPE The index of Table, which is an incremental integer. The maximum value of the node is 2147483647. The agent should wrap the value to 1 and flush all the existing entries when the maximum value is reached. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfCfgOperateResultOptIndex OBJECT-TYPE The operation index in the hpnicfCfgOperateTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.2 | Integer32 (1..2147483647) | read-only | current |
| hpnicfCfgOperateResultOpType OBJECT-TYPE The operation type in the hpnicfCfgOperateTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.3 | ConfigOperationType | read-only | current |
| hpnicfCfgOperateState OBJECT-TYPE The operation state type in the hpnicfCfgOperateTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.4 | ConfigOperationStateType | read-only | current |
| hpnicfCfgOperateTime OBJECT-TYPE Record the time taken for the operation. This object will be like a stopwatch, starting when the operation starts, and stopping when the operation completes. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.5 | TimeTicks | read-only | current |
| hpnicfCfgOperateEndTime OBJECT-TYPE The value of sysUpTime when the configuration operation is finished. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.6 | TimeTicks | read-only | current |
| hpnicfCfgOperFailReason OBJECT-TYPE The failure reasons of configuration operation. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.5.1.7 | DisplayString | read-only | current |
| hpnicfCfgExecuteOperate OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6 | |||
| hpnicfCfgExecuteOperateResultEntryLimit OBJECT-TYPE The maximum number of ConfigOperationType entries that may be held in hpnicfCfgExecuteResultTable. A particular setting does not guarantee that much data can be held. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.1 | Integer32 (5..20) | read-write | current |
| hpnicfCfgExecuteResultTable OBJECT-TYPE A table of configuration execute result. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2 | not-accessible | current | |
| hpnicfCfgExecuteResultEntry OBJECT-TYPE The result entries of configuration execute operation. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1 | not-accessible | current | |
| hpnicfCfgExecuteResultIndex OBJECT-TYPE The index of Table, which is an incremental integer. The maximum value of the node is 2147483647. The agent should wrap the value to 1 and flush all the existing entries when the maximum value is reached. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| hpnicfCfgExecuteResultOptIndex OBJECT-TYPE The configuration execute operation index in the hpnicfCfgExecuteResultTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1.2 | Integer32 (1..2147483647) | read-only | current |
| hpnicfCfgExecuteResultOpType OBJECT-TYPE The operation type in the hpnicfCfgExecuteResultTable. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1.3 | ConfigOperationType | read-only | current |
| hpnicfCfgExecuteState OBJECT-TYPE Record the status of the specified operation. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1.4 | ConfigOperationStateType | read-only | current |
| hpnicfCfgExecuteTime OBJECT-TYPE Record the time of the execution starts. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1.5 | TimeTicks | read-only | current |
| hpnicfCfgExecuteEndTime OBJECT-TYPE Record the time of the execution is finished. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.6.2.1.6 | TimeTicks | read-only | current |
| hpnicfCfgReset OBJECT-TYPE Reboot the device with the default configuration. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.7 | INTEGER {normal(1), reset(2)} | read-write | current |
| hpnicfCfgReset2 OBJECT-TYPE normal:do nothing. reset :reboot the device with the default configuration. 'normal' will be returned when getting. This node differs from hpnicfCfgReset in value. | 1.3.6.1.4.1.11.2.14.11.15.2.4.1.2.8 | INTEGER {normal(0), reset(1)} | read-write | current |
| hpnicfConfigManNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.2 | |||
| hpnicfConfigManConformance OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.3 | |||
| hpnicfConfigManCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.3.1 | |||
| hpnicfConfigManGroups OBJECT-IDENTITY | 1.3.6.1.4.1.11.2.14.11.15.2.4.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| hpnicfCfgManEventlog NOTIFICATION-TYPE The object calculates the checksum on the current config per 10 minutes and even if it is different from the saved config but if a trap has been sent with the same checksum then don't send again until the checksum is different. | 1.3.6.1.4.1.11.2.14.11.15.2.4.2.1 | current |
| hpnicfCfgOperateCompletion NOTIFICATION-TYPE When create hpnicfCfgOperateTable successfully, a notification may be generated. | 1.3.6.1.4.1.11.2.14.11.15.2.4.2.2 | current |
| hpnicfCfgInvalidConfigFile NOTIFICATION-TYPE When the configuration file is invalid, this notification will be generated. | 1.3.6.1.4.1.11.2.14.11.15.2.4.2.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| hpnicfConfigManCompliance MODULE-COMPLIANCE The statement of compliance for those implementing the configuration management MIB. | 1.3.6.1.4.1.11.2.14.11.15.2.4.3.1.1 | current |
| hpnicfCfgManLogGroup OBJECT-GROUP A collection of objects configuration log group. | 1.3.6.1.4.1.11.2.14.11.15.2.4.3.2.1 | current |
| hpnicfCfgOperateGroup OBJECT-GROUP A group of configuration operation. | 1.3.6.1.4.1.11.2.14.11.15.2.4.3.2.2 | current |
| hpnicfCfgManNotificationGroup NOTIFICATION-GROUP Collection of notification objects. | 1.3.6.1.4.1.11.2.14.11.15.2.4.3.2.3 | current |