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.
Imported Objects
| CADANT-CMTS-EQUIPMENT-MIB | trapCounter trapSeverity |
| CADANT-PRODUCTS-MIB | cadExperimental |
| IF-MIB | InterfaceIndexOrZero |
| SNMPv2-SMI | MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4998.1.1.100.1 | IdentitycadExportImportMib | 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. | ||
| 1.3.6.1.4.1.4998.1.1.100.1.0 | NodecadCmtsExportImportTraps | |||
| 1.3.6.1.4.1.4998.1.1.100.1.0.1 | NotificationcadCmtsExportNotification | current | ||
| 1.3.6.1.4.1.4998.1.1.100.1.0.2 | NotificationcadCmtsImportNotification | current | ||
| 1.3.6.1.4.1.4998.1.1.100.1.1 | NodecadCmtsExportImportGroup | |||
| 1.3.6.1.4.1.4998.1.1.100.1.1.1 | ScalarcadCmtsExportImportFilename | read-write | current | The filename to which the MIB configuration data will be written to. |
| 1.3.6.1.4.1.4998.1.1.100.1.1.2 | ScalarcadCmtsExportImportAction | read-write | current | A 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.3 | ScalarcadCmtsExportResult | read-only | current | The 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.4 | ScalarcadCmtsImportResult | read-only | current | The 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.5 | ScalarcadCmtsExportImportWithLineNums | read-write | current | If 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.6 | ScalarcadCmtsExportImportWithDefaults | read-write | current | If 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.7 | ScalarcadCmtsExportImportNested | read-write | current | If 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.8 | ScalarcadCmtsExportImportWithCertificates | read-write | current | If 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.9 | ScalarcadCmtsExportImportIfIndex | read-write | current | If 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
| Name | Syntax | Status | Description |
|---|---|---|---|
| ExportImportAction | INTEGER { noop(0), export(1), import(2), pCmCertExport(3), caCertExport(4) } | current | Upon 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… |
| ExportResult | INTEGER { unknown(0), success(1), fileNameTooLong(2), invalidCharactersInFilename(3), fileSystemFull(4), otherError(5) } | current | The status of the last export operation. The value of unknown is used upon system initialization. |
| ImportResult | INTEGER { unknown(0), success(1), fileNotFound(2), fileDecodingError(3), otherError(4) } | current | The status of the last import operation. The value of unknown is used upon system initialization. |