Router as TFTP Server [7:5426]

2001-05-22 Thread Kelly D Griffin

I have configured a 2500 as a tftp server and have it connected via a WAN
link in my lab to another 2500.  I can ping across the circuit in both
directions, but when I attempt a tftp transfer I get this:

R2#copy tftp flash
   NOTICE  
Flash load helper v1.0
This process will accept the copy options and then terminate
the current system image to use the ROM based image for the copy.
Routing functionality will not be available during that time.
If you are logged in via telnet, this connection will terminate.
Users with console access can see the results of the copy operation.
   
Proceed? [confirm]

System flash directory:
File  Length   Name/status
  1   6418792  igs-j-l.110-13
[6418856 bytes used, 1969752 available, 8388608 total]
Address or name of remote host [1.1.1.1]? 1.1.1.1
Source file name? c2500-d-l.120-9.bin
Destination file name [c2500-d-l.120-9.bin]?
Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
Loading c2500-d-l.120-9.bin from 1.1.1.1 (via Serial0): ! [OK]

Erase flash device before writing? [confirm]
Flash contains files. Are you sure you want to erase? [confirm]

Copy 'c2500-d-l.120-9.bin' from server
  as 'c2500-d-l.120-9.bin' into Flash WITH erase? [yes/no]yes

%SYS-5-RELOAD: Reload requested
%FLH: c2500-d-l.120-9.bin from 1.1.1.1 to flash ...

System flash directory:
File  Length   Name/status
  1   6418792  igs-j-l.110-13
[6418856 bytes used, 1969752 available, 8388608 total]
Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
Loading c2500-d-l.120-9.bin ... [timed out]
 [failed]


I can ping across the circuit from the tftp server router while the timeouts
are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I am
running EIGRP for routing and do not have a default route statement in
either router.

Any ideas?

Kelly D Griffin, CCNA, CCDA
Network Engineer
Kg2 Network Design
877.418.4025
http://www.kg2.com

http://1cis.com
Free E-mail Servers with unlimited mailboxes
1st Class Internet Solutions




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5426&t=5426
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Router as TFTP Server [7:5426]

2001-05-22 Thread McCallum, Robert

can you show us your config of the router which is setup as the tftp server?

-Original Message-
From: Kelly D Griffin [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 14:24
To: [EMAIL PROTECTED]
Subject: Router as TFTP Server [7:5426]


I have configured a 2500 as a tftp server and have it connected via a WAN
link in my lab to another 2500.  I can ping across the circuit in both
directions, but when I attempt a tftp transfer I get this:

R2#copy tftp flash
   NOTICE  
Flash load helper v1.0
This process will accept the copy options and then terminate
the current system image to use the ROM based image for the copy.
Routing functionality will not be available during that time.
If you are logged in via telnet, this connection will terminate.
Users with console access can see the results of the copy operation.
   
Proceed? [confirm]

System flash directory:
File  Length   Name/status
  1   6418792  igs-j-l.110-13
[6418856 bytes used, 1969752 available, 8388608 total]
Address or name of remote host [1.1.1.1]? 1.1.1.1
Source file name? c2500-d-l.120-9.bin
Destination file name [c2500-d-l.120-9.bin]?
Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
Loading c2500-d-l.120-9.bin from 1.1.1.1 (via Serial0): ! [OK]

Erase flash device before writing? [confirm]
Flash contains files. Are you sure you want to erase? [confirm]

Copy 'c2500-d-l.120-9.bin' from server
  as 'c2500-d-l.120-9.bin' into Flash WITH erase? [yes/no]yes

%SYS-5-RELOAD: Reload requested
%FLH: c2500-d-l.120-9.bin from 1.1.1.1 to flash ...

System flash directory:
File  Length   Name/status
  1   6418792  igs-j-l.110-13
[6418856 bytes used, 1969752 available, 8388608 total]
Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
Loading c2500-d-l.120-9.bin ... [timed out]
 [failed]


I can ping across the circuit from the tftp server router while the timeouts
are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I am
running EIGRP for routing and do not have a default route statement in
either router.

Any ideas?

Kelly D Griffin, CCNA, CCDA
Network Engineer
Kg2 Network Design
877.418.4025
http://www.kg2.com

http://1cis.com
Free E-mail Servers with unlimited mailboxes
1st Class Internet Solutions
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5430&t=5426
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router as TFTP Server [7:5426]

2001-05-22 Thread Kelly D Griffin

Current configuration:
!
! Last configuration change at 08:19:12 CDT Tue May 22 2001 by kegrif
! NVRAM config last updated at 08:19:13 CDT Tue May 22 2001 by kegrif
!
version 12.0
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
no service password-encryption
!
hostname R1
!
!
username kegrif privilege 15 password 0 xxx
ip subnet-zero
ip name-server 10.xx.226.225
clock timezone CDT -5
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.0
 no ip directed-broadcast
!
interface Ethernet0
 ip address 172.25.21.109 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 192.168.255.1 255.255.255.252
 no ip directed-broadcast
 encapsulation frame-relay
 ip ospf interface-retry 0
 no ip mroute-cache
 frame-relay map ip 192.168.255.2 103
 frame-relay lmi-type cisco
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
router eigrp 1
 redistribute connected
 redistribute static
 network 172.25.0.0
 network 192.168.255.0
!
ip classless
!
tftp-server flash c2500-d-l.120-9.bin
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login local
!
ntp clock-period 17179684
ntp source Loopback0
ntp peer 172.25.21.1
end

Kelly D Griffin, CCNA, CCDA
Network Engineer
Kg2 Network Design
877.418.4025
http://www.kg2.com
- Original Message -
From: "McCallum, Robert" 
To: 
Sent: Tuesday, May 22, 2001 8:48 AM
Subject: RE: Router as TFTP Server [7:5426]


> can you show us your config of the router which is setup as the tftp
server?
>
> -Original Message-
> From: Kelly D Griffin [mailto:[EMAIL PROTECTED]]
> Sent: 22 May 2001 14:24
> To: [EMAIL PROTECTED]
> Subject: Router as TFTP Server [7:5426]
>
>
> I have configured a 2500 as a tftp server and have it connected via a WAN
> link in my lab to another 2500.  I can ping across the circuit in both
> directions, but when I attempt a tftp transfer I get this:
>
> R2#copy tftp flash
>    NOTICE  
> Flash load helper v1.0
> This process will accept the copy options and then terminate
> the current system image to use the ROM based image for the copy.
> Routing functionality will not be available during that time.
> If you are logged in via telnet, this connection will terminate.
> Users with console access can see the results of the copy operation.
>    
> Proceed? [confirm]
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Address or name of remote host [1.1.1.1]? 1.1.1.1
> Source file name? c2500-d-l.120-9.bin
> Destination file name [c2500-d-l.120-9.bin]?
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin from 1.1.1.1 (via Serial0): ! [OK]
>
> Erase flash device before writing? [confirm]
> Flash contains files. Are you sure you want to erase? [confirm]
>
> Copy 'c2500-d-l.120-9.bin' from server
>   as 'c2500-d-l.120-9.bin' into Flash WITH erase? [yes/no]yes
>
> %SYS-5-RELOAD: Reload requested
> %FLH: c2500-d-l.120-9.bin from 1.1.1.1 to flash ...
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin ... [timed out]
>  [failed]
>
>
> I can ping across the circuit from the tftp server router while the
timeouts
> are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I
am
> running EIGRP for routing and do not have a default route statement in
> either router.
>
> Any ideas?
>
> Kelly D Griffin, CCNA, CCDA
> Network Engineer
> Kg2 Network Design
> 877.418.4025
> http://www.kg2.com
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions

http://1cis.com
Free E-mail Servers with unlimited mailboxes
1st Class Internet Solutions




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5432&t=5426
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Router as TFTP Server [7:5426]

2001-05-22 Thread McCallum, Robert

I think you may be missing a : in between the command tftp-server flash
filename.  I reckon it should be tftp-server flash:filename.

HTH

-Original Message-
From: Kelly D Griffin [mailto:[EMAIL PROTECTED]]
Sent: 22 May 2001 14:58
To: [EMAIL PROTECTED]
Subject: Re: Router as TFTP Server [7:5426]


Current configuration:
!
! Last configuration change at 08:19:12 CDT Tue May 22 2001 by kegrif
! NVRAM config last updated at 08:19:13 CDT Tue May 22 2001 by kegrif
!
version 12.0
service timestamps debug datetime localtime show-timezone
service timestamps log datetime localtime show-timezone
no service password-encryption
!
hostname R1
!
!
username kegrif privilege 15 password 0 xxx
ip subnet-zero
ip name-server 10.xx.226.225
clock timezone CDT -5
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.0
 no ip directed-broadcast
!
interface Ethernet0
 ip address 172.25.21.109 255.255.255.0
 no ip directed-broadcast
!
interface Serial0
 ip address 192.168.255.1 255.255.255.252
 no ip directed-broadcast
 encapsulation frame-relay
 ip ospf interface-retry 0
 no ip mroute-cache
 frame-relay map ip 192.168.255.2 103
 frame-relay lmi-type cisco
!
interface Serial1
 no ip address
 no ip directed-broadcast
 shutdown
!
router eigrp 1
 redistribute connected
 redistribute static
 network 172.25.0.0
 network 192.168.255.0
!
ip classless
!
tftp-server flash c2500-d-l.120-9.bin
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login local
!
ntp clock-period 17179684
ntp source Loopback0
ntp peer 172.25.21.1
end

Kelly D Griffin, CCNA, CCDA
Network Engineer
Kg2 Network Design
877.418.4025
http://www.kg2.com
- Original Message -
From: "McCallum, Robert" 
To: 
Sent: Tuesday, May 22, 2001 8:48 AM
Subject: RE: Router as TFTP Server [7:5426]


> can you show us your config of the router which is setup as the tftp
server?
>
> -Original Message-
> From: Kelly D Griffin [mailto:[EMAIL PROTECTED]]
> Sent: 22 May 2001 14:24
> To: [EMAIL PROTECTED]
> Subject: Router as TFTP Server [7:5426]
>
>
> I have configured a 2500 as a tftp server and have it connected via a WAN
> link in my lab to another 2500.  I can ping across the circuit in both
> directions, but when I attempt a tftp transfer I get this:
>
> R2#copy tftp flash
>    NOTICE  
> Flash load helper v1.0
> This process will accept the copy options and then terminate
> the current system image to use the ROM based image for the copy.
> Routing functionality will not be available during that time.
> If you are logged in via telnet, this connection will terminate.
> Users with console access can see the results of the copy operation.
>    
> Proceed? [confirm]
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Address or name of remote host [1.1.1.1]? 1.1.1.1
> Source file name? c2500-d-l.120-9.bin
> Destination file name [c2500-d-l.120-9.bin]?
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin from 1.1.1.1 (via Serial0): ! [OK]
>
> Erase flash device before writing? [confirm]
> Flash contains files. Are you sure you want to erase? [confirm]
>
> Copy 'c2500-d-l.120-9.bin' from server
>   as 'c2500-d-l.120-9.bin' into Flash WITH erase? [yes/no]yes
>
> %SYS-5-RELOAD: Reload requested
> %FLH: c2500-d-l.120-9.bin from 1.1.1.1 to flash ...
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin ... [timed out]
>  [failed]
>
>
> I can ping across the circuit from the tftp server router while the
timeouts
> are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I
am
> running EIGRP for routing and do not have a default route statement in
> either router.
>
> Any ideas?
>
> Kelly D Griffin, CCNA, CCDA
> Network Engineer
> Kg2 Network Design
> 877.418.4025
> http://www.kg2.com
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
__

RE: Router as TFTP Server [7:5426]

2001-05-22 Thread Maccubbin, Duncan

 You may want to put in a static to where you want to go until you are done
with the upgrade.

Duncan

> -Original Message-
> From: Kelly D Griffin [mailto:[EMAIL PROTECTED]]
> Sent: 22 May 2001 14:24
> To: [EMAIL PROTECTED]
> Subject: Router as TFTP Server [7:5426]
>
>
> I have configured a 2500 as a tftp server and have it connected via a WAN
> link in my lab to another 2500.  I can ping across the circuit in both
> directions, but when I attempt a tftp transfer I get this:
>
> R2#copy tftp flash
>    NOTICE  
> Flash load helper v1.0
> This process will accept the copy options and then terminate
> the current system image to use the ROM based image for the copy.
> Routing functionality will not be available during that time.
> If you are logged in via telnet, this connection will terminate.
> Users with console access can see the results of the copy operation.
>    
> Proceed? [confirm]
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Address or name of remote host [1.1.1.1]? 1.1.1.1
> Source file name? c2500-d-l.120-9.bin
> Destination file name [c2500-d-l.120-9.bin]?
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin from 1.1.1.1 (via Serial0): ! [OK]
>
> Erase flash device before writing? [confirm]
> Flash contains files. Are you sure you want to erase? [confirm]
>
> Copy 'c2500-d-l.120-9.bin' from server
>   as 'c2500-d-l.120-9.bin' into Flash WITH erase? [yes/no]yes
>
> %SYS-5-RELOAD: Reload requested
> %FLH: c2500-d-l.120-9.bin from 1.1.1.1 to flash ...
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin ... [timed out]
>  [failed]
>
>
> I can ping across the circuit from the tftp server router while the
timeouts
> are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I
am
> running EIGRP for routing and do not have a default route statement in
> either router.
>
> Any ideas?
>
> Kelly D Griffin, CCNA, CCDA
> Network Engineer
> Kg2 Network Design
> 877.418.4025
> http://www.kg2.com
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
> FAQ, list archives, and subscription info:
> http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions

http://1cis.com
Free E-mail Servers with unlimited mailboxes
1st Class Internet Solutions
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5437&t=5426
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router as TFTP Server [7:5426]

2001-05-22 Thread ElephantChild

On Tue, 22 May 2001, Kelly D Griffin wrote:

> I have configured a 2500 as a tftp server and have it connected via a WAN
> link in my lab to another 2500.  I can ping across the circuit in both
> directions, but when I attempt a tftp transfer I get this:
> 
> R2#copy tftp flash
>    NOTICE  
> Flash load helper v1.0
> This process will accept the copy options and then terminate
> the current system image to use the ROM based image for the copy.
> Routing functionality will not be available during that time.

(snip rest of session)

> I can ping across the circuit from the tftp server router while the
timeouts
> are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I
am
> running EIGRP for routing and do not have a default route statement in
> either router.
> 
> Any ideas?

Yes. Pay attention to the last line I left of the notice above. :-) If
from R1 (which I assume is the TFTP server) you did an extended ping
using lo0 as the source interface, it would also fail.

-- 
"Someone approached me and asked me to teach a javascript course. I was
about to decline, saying that my complete ignorance of the subject made
me unsuitable, then I thought again, that maybe it doesn't, as driving
people away from it is a desirable outcome." --Me




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5455&t=5426
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Router as TFTP Server [7:5426]

2001-05-22 Thread Rashid Lohiya

I was under the impression that a loopback address had to be a 32bit subnet
mask!

According to the config, I must be wrong.

Any feedback is welcome!

Rashid

"Kelly D Griffin"  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I have configured a 2500 as a tftp server and have it connected via a WAN
> link in my lab to another 2500.  I can ping across the circuit in both
> directions, but when I attempt a tftp transfer I get this:
>
> R2#copy tftp flash
>    NOTICE  
> Flash load helper v1.0
> This process will accept the copy options and then terminate
> the current system image to use the ROM based image for the copy.
> Routing functionality will not be available during that time.
> If you are logged in via telnet, this connection will terminate.
> Users with console access can see the results of the copy operation.
>    
> Proceed? [confirm]
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Address or name of remote host [1.1.1.1]? 1.1.1.1
> Source file name? c2500-d-l.120-9.bin
> Destination file name [c2500-d-l.120-9.bin]?
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin from 1.1.1.1 (via Serial0): ! [OK]
>
> Erase flash device before writing? [confirm]
> Flash contains files. Are you sure you want to erase? [confirm]
>
> Copy 'c2500-d-l.120-9.bin' from server
>   as 'c2500-d-l.120-9.bin' into Flash WITH erase? [yes/no]yes
>
> %SYS-5-RELOAD: Reload requested
> %FLH: c2500-d-l.120-9.bin from 1.1.1.1 to flash ...
>
> System flash directory:
> File  Length   Name/status
>   1   6418792  igs-j-l.110-13
> [6418856 bytes used, 1969752 available, 8388608 total]
> Accessing file 'c2500-d-l.120-9.bin' on 1.1.1.1...
> Loading c2500-d-l.120-9.bin ... [timed out]
>  [failed]
>
>
> I can ping across the circuit from the tftp server router while the
timeouts
> are occurring.  The 1.1.1.1 address is the address of Loopback0 on R1.  I
am
> running EIGRP for routing and do not have a default route statement in
> either router.
>
> Any ideas?
>
> Kelly D Griffin, CCNA, CCDA
> Network Engineer
> Kg2 Network Design
> 877.418.4025
> http://www.kg2.com
> 
> http://1cis.com
> Free E-mail Servers with unlimited mailboxes
> 1st Class Internet Solutions
> FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=5466&t=5426
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]