MIB Viewer

CADANT-CMTS-EXPORTIMPORT-MIB

17 objects
This MIB defines object which are used to control and report on the exporting and importing of MIB configuration data in the Cadant C4 CMTS.
OIDNameAccessStatusDescription
1.3.6.1.4.1.4998.1.1.100.1IdentitycadExportImportMibThis MIB defines object which are used to control and report on the exporting and importing of MIB configuration data in the Cadant C4 CMTS.
1.3.6.1.4.1.4998.1.1.100.1.0NodecadCmtsExportImportTraps
1.3.6.1.4.1.4998.1.1.100.1.0.1NotificationcadCmtsExportNotificationcurrent
1.3.6.1.4.1.4998.1.1.100.1.0.2NotificationcadCmtsImportNotificationcurrent
1.3.6.1.4.1.4998.1.1.100.1.1NodecadCmtsExportImportGroup
1.3.6.1.4.1.4998.1.1.100.1.1.1ScalarcadCmtsExportImportFilenameread-writecurrentThe filename to which the MIB configuration data will be written to.
1.3.6.1.4.1.4998.1.1.100.1.1.2ScalarcadCmtsExportImportActionread-writecurrentA cadCmtsExportNotification is sent when an export operation has completed. A cadCmtsImportNotification is sent when an import operation has completed.
1.3.6.1.4.1.4998.1.1.100.1.1.3ScalarcadCmtsExportResultread-onlycurrentThe status of the last export operation. The value of unknown is used upon system initialization.
1.3.6.1.4.1.4998.1.1.100.1.1.4ScalarcadCmtsImportResultread-onlycurrentThe status of the last import operation. The value of unknown is used upon system initialization.
1.3.6.1.4.1.4998.1.1.100.1.1.5ScalarcadCmtsExportImportWithLineNumsread-writecurrentIf set to true(1) at the time when CadCmtsExportImportAction causes output to be generated, then each line of the output will be prepended with its line number…
1.3.6.1.4.1.4998.1.1.100.1.1.6ScalarcadCmtsExportImportWithDefaultsread-writecurrentIf set to true(1) at the time when CadCmtsExportImportAction causes output to be generated, then all configuration objects are exported, even the ones with def…
1.3.6.1.4.1.4998.1.1.100.1.1.7ScalarcadCmtsExportImportNestedread-writecurrentIf set to true(1) at the time when CadCmtsExportImportAction causes output to be generated, then output is grouped in a nested, modal style and contains fewer …
1.3.6.1.4.1.4998.1.1.100.1.1.8ScalarcadCmtsExportImportWithCertificatesread-writecurrentIf set to true(1) at the time when CadCmtsExportImportAction causes output to be generated, then output contains BPI+ certificates. Otherwise, if false(2), the…
1.3.6.1.4.1.4998.1.1.100.1.1.9ScalarcadCmtsExportImportIfIndexread-writecurrentIf specified, then only the provisioned information for the specified interface will be exported when cadCmtsExportImportAction is set to true(1). Only cable a…
Type Definitions
NameSyntaxStatusDescription
ExportImportActionINTEGER { noop(0), export(1), import(2), pCmCertExport(3), caCertExport(4) }currentUpon reading, this object always returns noop(0). If set to noop(0), no action is taken. If set to export(1), all of the configuraton data in the MIB will be written to the specified file. If set to import(2), the speci…
ExportResultINTEGER { unknown(0), success(1), fileNameTooLong(2), invalidCharactersInFilename(3), fileSystemFull(4), otherError(5) }currentThe status of the last export operation. The value of unknown is used upon system initialization.
ImportResultINTEGER { unknown(0), success(1), fileNotFound(2), fileDecodingError(3), otherError(4) }currentThe status of the last import operation. The value of unknown is used upon system initialization.