COLUBRIS-MAINTENANCE-MIB: View SNMP OID List / Download MIB
VENDOR: COLUBRIS NETWORKS INC.
Home | MIB: COLUBRIS-MAINTENANCE-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 |
colubrisMaintenanceMIB | 1.3.6.1.4.1.8744.5.2 |
Colubris Networks Maintenance MIB. |
||
colubrisMaintenanceMIBObjects | 1.3.6.1.4.1.8744.5.2.1 | |||
firmwareUpdate | 1.3.6.1.4.1.8744.5.2.1.1 | |||
firmwarePeriodicUpdate | 1.3.6.1.4.1.8744.5.2.1.1.1 | truthvalue | read-write |
Specifies if firmware updates are automatically triggered on a periodic basis or not. 'true': Automatically update the firmware based on the information specified in the firmwareUpdateDay and firmwareUpdateTime attributes. 'false': No firmware update is triggered unless a request is specifically issued using the firmwareUpdateInitiate attribute. |
firmwareUpdateDay | 1.3.6.1.4.1.8744.5.2.1.1.2 | integer | read-write |
When firmwarePeriodicUpdate is set to true, this attribute specifies the day that automatic updates will occur. Enumeration: 'monday': 1, 'tuesday': 2, 'friday': 5, 'wednesday': 3, 'thursday': 4, 'everyday': 8, 'sunday': 7, 'saturday': 6. |
firmwareUpdateTime | 1.3.6.1.4.1.8744.5.2.1.1.3 | octet string | read-write |
When firmwarePeriodicUpdate is set to true, this attribute specifies the time of the day that automatic updates will occur. Specify the time in hours (00-23) and minutes (00-59) in the format HH:MM. The ':' character is mandatory between the fields. |
firmwareUpdateLocation | 1.3.6.1.4.1.8744.5.2.1.1.4 | displaystring | read-write |
Specifies the URL where the new firmware file is located. This is used when the firmware update is triggered manually or automatically on a periodic basis. |
firmwareUpdateInitiate | 1.3.6.1.4.1.8744.5.2.1.1.5 | integer | read-write |
Triggers a firmware update using the firmware specified in the firmwareUpdateLocation attribute. Reading this attribute always returns 'idle'. Enumeration: 'idle': 0, 'update': 1. |
firmwareUpdateNotificationEnabled | 1.3.6.1.4.1.8744.5.2.1.1.6 | colubrisnotificationenable | read-write |
Specifies if firmwareUpdateNotification notifications are generated. |
firmwareUpdateInfo | 1.3.6.1.4.1.8744.5.2.1.1.7 | displaystring | read-only |
Contains various information about the firmware update and is used with firmware update notifications to provide more detailed information. |
firmwareUpdateStatus | 1.3.6.1.4.1.8744.5.2.1.1.8 | integer | read-only |
Contains the status of the current or last firmware download. A Textual error message is available in firmwareUpdateInfo. Enumeration: 'failure': 4, 'idle': 1, 'inprogress': 2, 'success': 3. |
configurationUpdate | 1.3.6.1.4.1.8744.5.2.1.2 | |||
configurationPeriodicUpdate | 1.3.6.1.4.1.8744.5.2.1.2.1 | truthvalue | read-write |
Specifies if configuration file updates are automatically triggered on a periodic basis or not. 'true': Automatically update the configuration file based on the information specified in the configurationUpdateDay and configurationUpdateTime attributes. 'false': No configuration file update is triggered unless a request is specifically issued using the configurationUpdateInitiate attribute. |
configurationUpdateDay | 1.3.6.1.4.1.8744.5.2.1.2.2 | integer | read-write |
When configurationPeriodicUpdate is set to true, this attribute specifies the day that automatic updates will occur. Enumeration: 'monday': 1, 'tuesday': 2, 'friday': 5, 'wednesday': 3, 'thursday': 4, 'everyday': 8, 'sunday': 7, 'saturday': 6. |
configurationUpdateTime | 1.3.6.1.4.1.8744.5.2.1.2.3 | octet string | read-write |
When configurationPeriodicUpdateis set to true, this attribute specifies the time of the day for an automatic configuration file update. Specify the time in hours (00-23) and minutes (00-59) in the format HH:MM. The ':' character is mandatory between the fields. |
configurationUpdateLocation | 1.3.6.1.4.1.8744.5.2.1.2.4 | displaystring | read-write |
Specifies the URL where the new configuration file is located. This is used when the update is triggered manually or automatically on a periodic basis. |
configurationUpdateInitiate | 1.3.6.1.4.1.8744.5.2.1.2.5 | integer | read-write |
Triggers a configuration file update using the configuration file specified in the configurationUpdateLocation attribute. Reading this attribute always returns 'idle'. Enumeration: 'idle': 0, 'update': 1. |
configurationUpdateOperation | 1.3.6.1.4.1.8744.5.2.1.2.6 | integer | read-write |
Specifies the operation that is performed on the configuration file. 'backup': Saves the current device configuration into the file specified in the configurationUpdateLocation attribute. 'restore': Loads the file specified in the configurationUpdateLocation attribute into the device. Enumeration: 'restore': 2, 'backup': 1. |
configurationUpdateNotificationEnabled | 1.3.6.1.4.1.8744.5.2.1.2.7 | colubrisnotificationenable | read-write |
Specifies if configurationUpdateNotification notifications are generated. |
configurationLocalUpdateNotificationEnabled | 1.3.6.1.4.1.8744.5.2.1.2.8 | colubrisnotificationenable | read-write |
Specifies if configurationLocalUpdateNotification notifications are generated. |
configurationUpdateInfo | 1.3.6.1.4.1.8744.5.2.1.2.9 | displaystring | read-only |
Contains various information about the configuration update and is used with configuration update notifications to provide more detailed information. |
configurationFactoryDefaults | 1.3.6.1.4.1.8744.5.2.1.2.10 | integer | read-write |
Resets the device configuration to Factory Default. Important: This will reset the community names and shut down all connections. Reading this object will always return 'idle'. Enumeration: 'idle': 0, 'resetToFactoryDefaults': 1. |
configurationRestart | 1.3.6.1.4.1.8744.5.2.1.2.11 | integer | read-write |
Restarts the device. Important: This will shut down all connections. Reading this object will always return 'idle'. Enumeration: 'idle': 0, 'restart': 1. |
configurationUpdateStatus | 1.3.6.1.4.1.8744.5.2.1.2.12 | integer | read-only |
Contains the status of the current or last configuration transfer (backup or restore. A textual error message is available in configurationUpdateInfo. Enumeration: 'failure': 4, 'idle': 1, 'inprogress': 2, 'success': 3. |
certificate | 1.3.6.1.4.1.8744.5.2.1.3 | |||
certificateAboutToExpireNotificationEnabled | 1.3.6.1.4.1.8744.5.2.1.3.1 | colubrisnotificationenable | read-write |
Specifies if certificateAboutToExpireNotification notifications are generated. |
certificateExpiredNotificationEnabled | 1.3.6.1.4.1.8744.5.2.1.3.2 | colubrisnotificationenable | read-write |
Specifies if certificateExpiredNotification notifications are generated. |
certificateExpiryDate | 1.3.6.1.4.1.8744.5.2.1.3.3 | displaystring | read-only |
Indicates the current expiry date of the certificate. |
colubrisMaintenanceMIBNotificationPrefix | 1.3.6.1.4.1.8744.5.2.2 | |||
colubrisMaintenanceMIBNotifications | 1.3.6.1.4.1.8744.5.2.2.0 | |||
configurationUpdateNotification | 1.3.6.1.4.1.8744.5.2.2.0.1 |
Sent when a configuration update was attempted from a remote server. |
||
configurationLocalUpdateNotification | 1.3.6.1.4.1.8744.5.2.2.0.2 |
Sent whenever the configuration changes. |
||
certificateAboutToExpireNotification | 1.3.6.1.4.1.8744.5.2.2.0.3 |
Sent when a certificate is about to expire. |
||
certificateExpiredNotification | 1.3.6.1.4.1.8744.5.2.2.0.4 |
Sent when a certificate has expired. |
||
firmwareUpdateNotification | 1.3.6.1.4.1.8744.5.2.2.0.5 |
Sent when a firmware update was attempted from a remote server. |
||
colubrisMaintenanceMIBConformance | 1.3.6.1.4.1.8744.5.2.3 | |||
colubrisMaintenanceMIBCompliances | 1.3.6.1.4.1.8744.5.2.3.1 | |||
colubrisMaintenanceMIBCompliance | 1.3.6.1.4.1.8744.5.2.3.1.1 |
The compliance statement for entities which implement the Colubris Maintenance MIB. |
||
colubrisMaintenanceMIBGroups | 1.3.6.1.4.1.8744.5.2.3.2 | |||
colubrisMaintenanceMIBGroup | 1.3.6.1.4.1.8744.5.2.3.2.1 |
A collection of objects providing the Maintenance MIB capability. |
||
colubrisMaintenanceNotificationGroup | 1.3.6.1.4.1.8744.5.2.3.2.2 |
A collection of supported notifications |