cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
759
Views
0
Helpful
5
Replies

send configuration file to Cisco router

piergiorgio
Level 1
Level 1

Where can I find a C programm that send configuration file to Cisco router from linux workstation?

5 Replies 5

smalkeric
Level 6
Level 6

Do you want to access the config file remotely?? That is possible without using the C program. You may store the config files in the TFTP Server and access it remotely. The necessary config to access that TFTP Server should be made. Check out this link.

Configuration File Management Commands

http://www.cisco.com/en/US/products/sw/iosswrel/ps1839/products_command_reference_chapter09186a008010a3ef.html

You can use SNMP with the copy config MIBs to script config copies. Check out http://www.cisco.com/warp/public/477/SNMP/copy_configs_snmp.shtml for the mibs and info on how to use them.

no I don't want use TFTP because with TFTP you have to log in cisco router.

I want use a program on my linux workstation that send e receive configuration to cisco router.

With a command I want send/receive a configuration file to cisco router. I try scp and rcp but I don't sure in sintax

scp running-config ip_router:running-config or scp running-config ip_router:system?

I don't know. Can anyone help me? What is the correct sintax? Exist another method to do the same?

Thanks

Try this website, might be something you can use.

http://cosi-nms.sourceforge.net/alpha-progs.html

thanks for the site steve, They look like they have alot of useful scripts... saves me some writing.

-Damon