COLUBRIS-MAINTENANCE-MIB

File: COLUBRIS-MAINTENANCE-MIB.mib (17949 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
COLUBRIS-SMI COLUBRIS-SYSTEM-MIB COLUBRIS-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
DisplayString TruthValue MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP colubrisMgmtV2
systemConfigurationVersion systemFirmwareRevision ColubrisNotificationEnable

Defined Values

colubrisMaintenanceMIB 1.3.6.1.4.1.8744.5.2
Colubris Networks Maintenance MIB.
MODULE-IDENTITY    

colubrisMaintenanceMIBObjects 1.3.6.1.4.1.8744.5.2.1
OBJECT IDENTIFIER    

firmwareUpdate 1.3.6.1.4.1.8744.5.2.1.1
OBJECT IDENTIFIER    

configurationUpdate 1.3.6.1.4.1.8744.5.2.1.2
OBJECT IDENTIFIER    

certificate 1.3.6.1.4.1.8744.5.2.1.3
OBJECT IDENTIFIER    

firmwarePeriodicUpdate 1.3.6.1.4.1.8744.5.2.1.1.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

firmwareUpdateDay 1.3.6.1.4.1.8744.5.2.1.1.2
When firmwarePeriodicUpdate is set to true, this attribute specifies the day that automatic updates will occur.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6), sunday(7), everyday(8)  

firmwareUpdateTime 1.3.6.1.4.1.8744.5.2.1.1.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(5)  

firmwareUpdateLocation 1.3.6.1.4.1.8744.5.2.1.1.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

firmwareUpdateInitiate 1.3.6.1.4.1.8744.5.2.1.1.5
Triggers a firmware update using the firmware specified in the firmwareUpdateLocation attribute. Reading this attribute always returns 'idle'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(0), update(1)  

firmwareUpdateNotificationEnabled 1.3.6.1.4.1.8744.5.2.1.1.6
Specifies if firmwareUpdateNotification notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  ColubrisNotificationEnable  

firmwareUpdateInfo 1.3.6.1.4.1.8744.5.2.1.1.7
Contains various information about the firmware update and is used with firmware update notifications to provide more detailed information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

firmwareUpdateStatus 1.3.6.1.4.1.8744.5.2.1.1.8
Contains the status of the current or last firmware download. A Textual error message is available in firmwareUpdateInfo.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), inprogress(2), success(3), failure(4)  

configurationPeriodicUpdate 1.3.6.1.4.1.8744.5.2.1.2.1
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

configurationUpdateDay 1.3.6.1.4.1.8744.5.2.1.2.2
When configurationPeriodicUpdate is set to true, this attribute specifies the day that automatic updates will occur.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER monday(1), tuesday(2), wednesday(3), thursday(4), friday(5), saturday(6), sunday(7), everyday(8)  

configurationUpdateTime 1.3.6.1.4.1.8744.5.2.1.2.3
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.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(5)  

configurationUpdateLocation 1.3.6.1.4.1.8744.5.2.1.2.4
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.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

configurationUpdateInitiate 1.3.6.1.4.1.8744.5.2.1.2.5
Triggers a configuration file update using the configuration file specified in the configurationUpdateLocation attribute. Reading this attribute always returns 'idle'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(0), update(1)  

configurationUpdateOperation 1.3.6.1.4.1.8744.5.2.1.2.6
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.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER backup(1), restore(2)  

configurationUpdateNotificationEnabled 1.3.6.1.4.1.8744.5.2.1.2.7
Specifies if configurationUpdateNotification notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  ColubrisNotificationEnable  

configurationLocalUpdateNotificationEnabled 1.3.6.1.4.1.8744.5.2.1.2.8
Specifies if configurationLocalUpdateNotification notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  ColubrisNotificationEnable  

configurationUpdateInfo 1.3.6.1.4.1.8744.5.2.1.2.9
Contains various information about the configuration update and is used with configuration update notifications to provide more detailed information.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

configurationFactoryDefaults 1.3.6.1.4.1.8744.5.2.1.2.10
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'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(0), resetToFactoryDefaults(1)  

configurationRestart 1.3.6.1.4.1.8744.5.2.1.2.11
Restarts the device. Important: This will shut down all connections. Reading this object will always return 'idle'.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER idle(0), restart(1)  

configurationUpdateStatus 1.3.6.1.4.1.8744.5.2.1.2.12
Contains the status of the current or last configuration transfer (backup or restore. A textual error message is available in configurationUpdateInfo.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER idle(1), inprogress(2), success(3), failure(4)  

certificateAboutToExpireNotificationEnabled 1.3.6.1.4.1.8744.5.2.1.3.1
Specifies if certificateAboutToExpireNotification notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  ColubrisNotificationEnable  

certificateExpiredNotificationEnabled 1.3.6.1.4.1.8744.5.2.1.3.2
Specifies if certificateExpiredNotification notifications are generated.
Status: current Access: read-write
OBJECT-TYPE    
  ColubrisNotificationEnable  

certificateExpiryDate 1.3.6.1.4.1.8744.5.2.1.3.3
Indicates the current expiry date of the certificate.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

colubrisMaintenanceMIBNotificationPrefix 1.3.6.1.4.1.8744.5.2.2
OBJECT IDENTIFIER    

colubrisMaintenanceMIBNotifications 1.3.6.1.4.1.8744.5.2.2.0
OBJECT IDENTIFIER    

firmwareUpdateNotification 1.3.6.1.4.1.8744.5.2.2.0.5
Sent when a firmware update was attempted from a remote server.
Status: current Access: read-only
NOTIFICATION-TYPE    

configurationUpdateNotification 1.3.6.1.4.1.8744.5.2.2.0.1
Sent when a configuration update was attempted from a remote server.
Status: current Access: read-only
NOTIFICATION-TYPE    

configurationLocalUpdateNotification 1.3.6.1.4.1.8744.5.2.2.0.2
Sent whenever the configuration changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

certificateAboutToExpireNotification 1.3.6.1.4.1.8744.5.2.2.0.3
Sent when a certificate is about to expire.
Status: current Access: read-only
NOTIFICATION-TYPE    

certificateExpiredNotification 1.3.6.1.4.1.8744.5.2.2.0.4
Sent when a certificate has expired.
Status: current Access: read-only
NOTIFICATION-TYPE    

colubrisMaintenanceMIBConformance 1.3.6.1.4.1.8744.5.2.3
OBJECT IDENTIFIER    

colubrisMaintenanceMIBCompliances 1.3.6.1.4.1.8744.5.2.3.1
OBJECT IDENTIFIER    

colubrisMaintenanceMIBGroups 1.3.6.1.4.1.8744.5.2.3.2
OBJECT IDENTIFIER    

colubrisMaintenanceMIBCompliance 1.3.6.1.4.1.8744.5.2.3.1.1
The compliance statement for entities which implement the Colubris Maintenance MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

colubrisMaintenanceMIBGroup 1.3.6.1.4.1.8744.5.2.3.2.1
A collection of objects providing the Maintenance MIB capability.
Status: current Access: read-only
OBJECT-GROUP    

colubrisMaintenanceNotificationGroup 1.3.6.1.4.1.8744.5.2.3.2.2
A collection of supported notifications
Status: current Access: read-only
NOTIFICATION-GROUP