Is it possible to configure a Motorola BSR 64000 to automatically perform a configuration backup on a regular schedule?
We have the functionality to run cron type jobs on our Cisco devices and would like the same functionality on our Motorola CMTS chassis.
you can use a expect script from a linux host to create a backup file.
expect login over telnet or ssh an write the output from "show running-config" or "show startup-config" to a file.