Driver Support Document
SYSOID Mapping | ||
SYSOID | MODEL | OS VERSION |
1.3.6.1.4.1.4115.1.9.1 | E6000 | 1.0 |
1.3.6.1.4.1.4998.2.1 | Cadant CMTS C4 | 4.02, 7.02, 8.00 |
Cadant devices support the reporting of both a "full" and "verbose" configuration, in addition to the regular configuration. When the "full_config" or "verbose_config" access variable is set to 'true', NA will capture the full or verbose configuration by adding the respective keywords to the 'show running config' and 'copy running-config tftp:' commands. If the variable full_verbose_config is set to 'true', then both arguments will be used. Since the device does not support these arguments in collecting its startup configuration, this will cause the running and startup configurations to be reported as no longer in sync.
Banner deployment requires special handling that cannot be automated. As a result, the driver does not support banner deployment when running the "Deploy to running configuration" task through the CLI.
The device requires specifying the image to reload after an image upgrade to /update partition. No boot variable to specify new image location can be found. Current implementation can only send "reload" command to do a simple reload with whatever image in /active partition.
Workaround:
1 Reload the device manually through a telnet/ssh session with the path to the new image deployed through image upgrade. After boot, issue "reload commit" to make it in active. No action on NAS is required.
2 Write a new command script to reload the device with new image. This is an example of multi-line commands "reload /update/CMTS_V04.02.10.14.img\ry\r". Task may fail due to loss of connection after reload. Verify image after reload is correct and issue "reload commit".