TN-PROV-MIB: View SNMP OID List / Download MIB
VENDOR: TRANSITION ENGINEERING INC.
Home | MIB: TN-PROV-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 |
tnProvMIB | 1.3.6.1.4.1.868.2.5.110 |
The mib for configuration backup and restore of the device. |
||
tnProvObjects | 1.3.6.1.4.1.868.2.5.110.1 | |||
tnProvGroup | 1.3.6.1.4.1.868.2.5.110.1.1 | |||
tnProvTable | 1.3.6.1.4.1.868.2.5.110.1.1.1 | no-access |
This table displays and sets backup/restore configuration of individual device. |
|
1.3.6.1.4.1.868.2.5.110.1.1.1.1 | no-access |
This entry represents a provision configuration of individual device. |
||
tnProvType | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.1 | integer | read-write |
Provision operation type: backup/download(1) : backup/download the configuration of the device. restore/upload(2) : restore/upload the configuration onto the device. saveStartupConfig(3) : copies running-config to startup-config, thereby ensuring that the currently active configuration will be used at the next reboot. activate(4) : It is possible to activate any of the configuration files present on the switch, except for running-config which represents the currently active configuration. delete(5) : It is possible to delete any of the writable files stored in flash, including startup-config. If this is done and the switch is rebooted without a prior Save operation, this effectively resets the switch to default configuration. running-config and default-config cannot be deleted. Enumeration: 'restore': 2, 'activate': 4, 'backup': 1, 'saveStartupConfig': 3, 'delete': 5. |
tnProvAddrType | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.2 | inetaddresstype | read-write |
The target device IP address type. |
tnProvAddr | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.3 | inetaddress | read-write |
The target device IP address. |
tnProvFile | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.4 | displaystring | read-write |
tnProvFile is used to specify the configuration file. This field is used in combination with tnProvType as below: For Download/backup(1), source file name on the switch. For Upload/restore(2), source file name on the ftp server. For saveStartupConfig(3), it is ignored. For activate(4), it is the file on the switch to be actiavted (except running-config file). For delete(5), it is the file wname to be delete from the switch. |
tnProvOper | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.5 | integer | read-write |
Provision operation type: start(1) : start provision operation. doNothing(2) : just read value. tnProvOper should be the last object to be set for the operation. That means when you set it to 'start', the operation specified in tnProvType will be triggerd. Enumeration: 'start': 1, 'doNothing': 2. |
tnProvResult | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.6 | integer | read-only |
Provision operation type: success(1) : provision process succeeded. fail(2) : provision process failed. inProgress(3): provision is in progress. Enumeration: 'fail': 2, 'inProgress': 3, 'success': 1. |
tnProvDstFile | 1.3.6.1.4.1.868.2.5.110.1.1.1.1.7 | displaystring | read-write |
tnProvDstFile specifies the target file name. For Download/backup(1), destination file name on the ftp server. For Upload/restore(2), destination file name on the switch. For saveStartupConfig(3), it is ignored. For activate(4), it is ignored. For delete(5), it is ignored. |