ARUBAWIRED-CONFIG-MIB: View SNMP OID List / Download MIB
VENDOR: HEWLETT PACKARD
Home | MIB: ARUBAWIRED-CONFIG-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
arubaWiredConfigurationMIB | 1.3.6.1.4.1.47196.4.1.1.3.20 |
This MIB module contains HPE proprietary configuration MIBs. |
||
arubaWiredConfigurationNotifications | 1.3.6.1.4.1.47196.4.1.1.3.20.0 | |||
arubaWiredConfigurationChangeNotification | 1.3.6.1.4.1.47196.4.1.1.3.20.0.1 |
This notification is generated when the running configuration changes. |
||
arubaWiredConfigurationNotificationOnCompletion | 1.3.6.1.4.1.47196.4.1.1.3.20.0.2 |
This notification is generated when a copy operation finishes. |
||
arubaWiredConfigurationObjects | 1.3.6.1.4.1.47196.4.1.1.3.20.1 | |||
arubaWiredConfigurationCopy | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0 | |||
arubaWiredConfigurationCopyTable | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1 | no-access |
Contains copy configuration requests. |
|
1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1 | no-access |
A configuration copy request. A management station wishing to create an entry should first generate a random serial number to be used as the index to this sparse table. The station should then create the associated instance of the row status and row index objects. It must also, either in the same or in successive PDUs, create an instance of arubaWiredConfigurationCopySourceFileType and arubaWiredConfigurationCopyDestFileType. Only one of the source or destination file types can be 'externalFile'. If one of the file types is a 'externalFile', the following values are expected as well: - arubaWiredConfigurationCopyProtocol - arubaWiredConfigurationCopyFileName - arubaWiredConfigurationCopyServerAddressType - arubaWiredConfigurationCopyServerAddress If the 'externalFile' is the destination, then a valid arubaWiredConfigurationCopyFileFormat is required as well. If authentication is required, then both arubaWiredConfigurationCopyUserName and arubaWiredConfigurationCopyUserPassword are necessary. Once the appropriate instance of all the configuration objects have been created, either by an explicit SNMP set request or by default, the row status should be set to active to initiate the request. Note that this entire procedure may be initiated via a single set request which specifies a row status of createAndGo as well as specifies valid values for the non-defaulted configuration objects. Once the configuration copy request has been created (i.e. the arubaWiredConfigurationCopyEntryRowStatus has been made active), the entry cannot be modified - the only operation possible after this is to delete the row. Once the request completes, the management station should retrieve the values of the status objects of interest, and should then delete the entry. In order to prevent old entries from clogging the table, entries will be aged out, but an entry will never be deleted within 5 minutes of completing. |
||
arubaWiredConfigurationCopyIndex | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.1 | unsigned32 | no-access |
Object which specifies a unique entry in the arubaWiredConfigurationCopyTable. A management station wishing to initiate a configuration copy operation should use a random value for this object when creating or modifying an instance of a ArubaWiredConfigurationCopyEntry. The RowStatus semantics of the arubaWiredConfigurationCopyEntryRowStatus object will prevent access conflicts. |
arubaWiredConfigurationCopySourceFileType | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.2 | configurationfiletype | read-only |
Specifies the type of file to copy from. Either the arubaWiredConfigurationCopySourceFileType or the arubaWiredConfigurationCopyDestFileType (or both) must be of type: - 'checkpoint' - 'runningConfiguration' - 'startupConfiguration' The arubaWiredConfigurationCopySourceFileType must be different from the arubaWiredConfigurationCopyDestFileType. |
arubaWiredConfigurationCopyDestFileType | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.3 | configurationfiletype | read-only |
Specifies the type of file to copy to. Either the arubaWiredConfigurationCopySourceFileType or the arubaWiredConfigurationCopyDestFileType (or both) must be of type: - 'checkpoint' - 'runningConfiguration' - 'startupConfiguration' The arubaWiredConfigurationCopySourceFileType must be different from the arubaWiredConfigurationCopyDestFileType. |
arubaWiredConfigurationCopyProtocol | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.4 | configurationcopyprotocol | read-only |
The protocol file transfer protocol that should be used to copy the configuration file over the network. If the config file transfer is to occur locally on the SNMP agent, the method of transfer is left up to the implementation. |
arubaWiredConfigurationCheckpointName | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.5 | displaystring | read-only |
Specifies the name of the checkpoint to copy. This object must be created when either the arubaWiredConfigurationCopySourceFileType or arubaWiredConfigurationCopyDestFileType has the value 'checkpoint'. |
arubaWiredConfigurationCopyFileFormat | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.6 | configurationfileformat | read-only |
File format to be used when exporting the configuration to a remote device. This value is ignored unless arubaWiredConfigurationCopyDestFileType is 'externalFile'. |
arubaWiredConfigurationCopyFileName | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.7 | displaystring | read-only |
The name (including the path, if applicable) of the file. This object must be created when either the arubaWiredConfigurationCopySourceFileType or arubaWiredConfigurationCopyDestFileType has the value 'externalFile'. |
arubaWiredConfigurationCopyServerAddressType | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.8 | inetaddresstype | read-only |
This object indicates the transport type of the address contained in arubaWiredConfigurationCopyServerAddress object. This must be created when either the arubaWiredConfigurationCopySourceFileType or arubaWiredConfigurationCopyDestFileType has the value 'externalFile'. |
arubaWiredConfigurationCopyServerAddress | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.9 | inetaddress | read-only |
The network address of the remote server from (or to) which to copy the configuration. This object must be created when either the arubaWiredConfigurationCopySourceFileType or arubaWiredConfigurationCopyDestFileType has the value 'externalFile'. All bits as 0s or 1s for arubaWiredConfigurationCopyServerAddress are not allowed. The format of this address depends on the value of the arubaWiredConfigurationCopyServerAddressType object. |
arubaWiredConfigurationCopyUserName | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.10 | displaystring | read-only |
Remote username for copy via the protocol stated in arubaWiredConfigurationCopyProtocol. |
arubaWiredConfigurationCopyUserPassword | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.11 | displaystring | read-only |
Remote password for copy via the protocol stated in arubaWiredConfigurationCopyProtocol. This object must be created when the arubaWiredConfigurationCopyProtocol is: - scp - sftp Reading it returns a zero-length string for security reasons. |
arubaWiredConfigurationCopyVRFName | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.12 | displaystring | read-only |
Remote vrf name for copy via the protocol stated in arubaWiredConfigurationCopyProtocol. |
arubaWiredConfigurationCopyNotificationOnCompletion | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.13 | truthvalue | read-only |
Specifies whether or not a arubaWiredConfigurationCopyCompletion notification should be issued on completion of the configuration transfer. If such a notification is desired, it is the responsibility of the management entity to ensure that the SNMP administrative model is configured in such a way as to allow the notification to be delivered. |
arubaWiredConfigurationCopyState | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.14 | configurationcopystate | read-only |
Specifies the state of this configuration copy request. This value of this object is instantiated only after the row has been instantiated, i.e. after the arubaWiredConfigurationCopyEntryRowStatus has been made active. |
arubaWiredConfigurationCopyTimeStarted | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.15 | timestamp | read-only |
Specifies the time the arubaWiredConfigurationCopyState last transitioned to 'running', or 0 if the state has never transitioned to 'running' (e.g., stuck in 'waiting' state). This object is instantiated only after the row has been instantiated. |
arubaWiredConfigurationCopyTimeCompleted | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.16 | timestamp | read-only |
Specifies the time the arubaWiredConfigurationCopyState last transitioned from 'running' to 'successful' or 'failed' states. This object is instantiated only after the row has been instantiated. Its value will remain 0 until the request has completed. |
arubaWiredConfigurationCopyFailureCause | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.17 | configurationcopyfailurecause | read-only |
The reason why the configuration copy operation failed. This object is instantiated only when the arubaWiredConfigurationCopyState for this entry is in the 'failed' state. |
arubaWiredConfigurationCopyEntryRowStatus | 1.3.6.1.4.1.47196.4.1.1.3.20.1.0.1.1.18 | rowstatus | read-only |
The status of this table entry. Once the entry status is set to active, the associated entry cannot be modified until the request completes (arubaWiredConfigurationCopyState transitions to 'successful' or 'failed' state). |
arubaWiredConfigurationChange | 1.3.6.1.4.1.47196.4.1.1.3.20.1.1 | |||
arubaWiredConfigurationChangeNotificationEnable | 1.3.6.1.4.1.47196.4.1.1.3.20.1.1.1 | truthvalue | read-write |
This variable indicates whether the system produces the arubaWiredConfigurationChange notification. A false value will prevent notifications from being generated by this system. |
arubaWiredConfigurationChangeSource | 1.3.6.1.4.1.47196.4.1.1.3.20.1.1.2 | configurationeventmedium | read-only |
Configuration change source. |
arubaWiredConfigurationChangeTimestamp | 1.3.6.1.4.1.47196.4.1.1.3.20.1.1.3 | timeticks | read-only |
The value of sysUpTime when the running configuration was last changed. |
arubaWiredConfigurationConformance | 1.3.6.1.4.1.47196.4.1.1.3.20.2 | |||
arubaWiredConfigurationCompliances | 1.3.6.1.4.1.47196.4.1.1.3.20.2.1 | |||
arubaWiredConfigurationCompliance | 1.3.6.1.4.1.47196.4.1.1.3.20.2.1.1 |
The compliance statement for devices implementing the ARUBA WIRED CONFIG Mib. |
||
arubaWiredConfigurationGroups | 1.3.6.1.4.1.47196.4.1.1.3.20.2.2 | |||
arubaWiredConfigurationScalarGroup | 1.3.6.1.4.1.47196.4.1.1.3.20.2.2.1 |
A collection of scalar objects. |
||
arubaWiredConfigurationGroup | 1.3.6.1.4.1.47196.4.1.1.3.20.2.2.2 |
The configuration copy configuration. |
||
arubaWiredConfigurationNotificationsGroup | 1.3.6.1.4.1.47196.4.1.1.3.20.2.2.3 |
A collection of configuration copy notifications objects. |