NETI-CONFIG-MIB: View SNMP OID List / Download MIB
VENDOR: NET INSIGHT AB
Home | MIB: NETI-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 |
netiConfigMIB | 1.3.6.1.4.1.2928.6.2.7 |
tbd: Describe the configuration model |
||
netiConfigMIBObjects | 1.3.6.1.4.1.2928.6.2.7.1 | |||
configStatusGroup | 1.3.6.1.4.1.2928.6.2.7.1.1 | |||
configStatusIsCurrentUnsaved | 1.3.6.1.4.1.2928.6.2.7.1.1.1 | truthvalue | read-only |
Set to true if the current configuration in the node contains unsaved data. |
configStatusCurrentLastChangedTime | 1.3.6.1.4.1.2928.6.2.7.1.1.2 | dateandtime | read-only |
The date and time when the current configuration was last changed. |
configLocalGroup | 1.3.6.1.4.1.2928.6.2.7.1.2 | |||
configLocalTableLastChangedTime | 1.3.6.1.4.1.2928.6.2.7.1.2.2 | dateandtime | read-only |
The date and time when the configuration table was last changed. |
configLocalTableNrOfConfigs | 1.3.6.1.4.1.2928.6.2.7.1.2.3 | gauge32 | read-only |
The number of configurations currently in the configuration table. |
configLocalTable | 1.3.6.1.4.1.2928.6.2.7.1.2.4 | no-access |
Table of configuration files stored in the node. |
|
1.3.6.1.4.1.2928.6.2.7.1.2.4.1 | no-access |
Each entry describes one configuration file. |
||
configLocalIndex | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.1 | integer | read-only |
Index in the config table. |
configLocalName | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.2 | displaystring | read-only |
The name of the configuration file. |
configLocalDescription | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.3 | displaystring | read-only |
A textual description of the configuration. |
configLocalCreatedTime | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.4 | dateandtime | read-only |
The date and time when the configuration was created. |
configLocalSize | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.5 | integer | read-only |
The size in bytes of the configuration filed. |
configLocalAdminStatus | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.6 | integer | read-only |
Set to enabled if this is the configuration to be loaded at boot time. Enumeration: 'disabled': 2, 'enabled': 1. |
configLocalRowStatus | 1.3.6.1.4.1.2928.6.2.7.1.2.4.1.7 | rowstatus | read-only |
Note that local configurations are created by doing a backup, see the backup group. |
configBackupGroup | 1.3.6.1.4.1.2928.6.2.7.1.3 | |||
configBackupOperation | 1.3.6.1.4.1.2928.6.2.7.1.3.1 | integer | read-write |
The backup operations supported: idle Resets the function. writeCurrentToLocal Writes the current config to local storage. Uses configBackupName and configBackupDescription. Enumeration: 'idle': 1, 'writeCurrentToLocal': 2. |
configBackupStatus | 1.3.6.1.4.1.2928.6.2.7.1.3.2 | integer | read-only |
The status of the backup function: idle The function is idle. inProgress A backup operation is in progress. failed The operation has failed. ready The operation is finished and has succeeded. Enumeration: 'ready': 4, 'failed': 3, 'idle': 1, 'inProgress': 2. |
configBackupName | 1.3.6.1.4.1.2928.6.2.7.1.3.3 | displaystring | read-write |
The name of the configuration file. Defaults to a string containing the date and time. |
configBackupDescription | 1.3.6.1.4.1.2928.6.2.7.1.3.4 | displaystring | read-write |
The description for the new configuration file. Defaults to the empty string. |