This paper describes how to transfer config files between a UNIX system and a Cisco device via a Serial Line using the cu command. See the CU(1) manual page for more detailed description of the command and parameters.
This example will use /dev/cuad0 as the serial line's DSF.
Connect to the serial line and login to the Cisco device:
To transfer from the Cisco device to the UNIX system:
Change to privileged mode:
Disable paging:
Turn on verbose messages in CU:
Initiate the copy (cisco.conf can be whatever name you want to give the file):
Dump the config:
Once the line counter has stopped ticking over, hit CTRL+C twice to break back to IOS. Once done you need to reset the pager:
To transfer from the UNIX system to the Cisco device:
Change to privileged mode:
Change to configuration mode:
Initiate the copy (cisco.conf is the config file you wish to run):