Uli Link wrote:
> Steve Richter schrieb:
>
> > ( I am ready for round 2 of my battle with port forwarding on the
cisco
> > 831 soho router. )
> >
> > I read I can use tftp somehow to save and list the entire config.
What
> > are the steps I run to do that? I would like to post my entire
config
> > to the group.
> >
> > thanks,
> >
> > -Steve
> >
>
> 1.) login
> 2.) enable
> 3.) copy running-config tftp:
> 4.) you'll be asked for ip address of the tftp server and a filename
on
> the tftp server, provide an ip address and take over the default
value
> for the remote filename and hit enter.
>
> --
> Uli
thanks, that is exactly what I was looking for.
now the next problem ...
In windows 2000, there is no tftp server. I found this code from
someone who has the same requirements as me:
http://www.c-sharpcorner.com//Code/2...y/TFTPTest.asp
"...This application is the beginning of a program I want to use to
download switch/router configuration files via TFTP and archive them.
This application merely asks for an IP address and a filename then it
receives the file via TFTP and displays it in a RichTextBox. ..."
"...I searched all over the web for a TFTP application written in C#
but could find none 'freely' available, and was not about to spend
$400 to get a control. I came up with the following app which does what
I need so I figured I would share it. I am not a professional
programmer, I am a network engineer so if some of the code is ugly
then.... J . This app is the beginning of a program I want to use to
download switch/router config files via TFTP and archive them. This App
merely asks for an IP address and a filename then it receives the file
via TFTP and displays it in a RichTextBox. ..."
I am just starting to work with this person's code. My first question
is that if the cisco 831 wants a tftp server and file name and this
program also wants a server and file name, how will the two work
together?
Can the cisco function as the tftp server, in effect tftp'ing the
config to itself? Then this program comes along and receives the
config file from the cisco tftp server?
thanks,
-Steve