01-12-2013 09:04 AM - edited 07-03-2021 11:20 PM
I have a problem when I use the running config of the wireless module will copy via tftp to the local PC, I always get
Error opening tftp
does anyone know how to solve this?
01-12-2013 09:20 PM
It seems your tftp on the PC is not reachable from the module! can you ping the tftp server ip address from the module? and vice versa?
Rating useful replies is more useful than saying "Thank you"
01-12-2013 09:24 PM
Hi,
Please verify if windows firewall (or another other firewall) is turned on the PC. If so disable the firewall for timebeing and try the TFTP.
Regards
Najaf
Please rate when applicable or helpful !!!
01-13-2013 01:01 AM
All firewall are off on windows because the other running config I can copy to the tftp server that is not a problem
I can ping the tftp server that is not a problem
I may have to do wired or wireless any I get the message (Timed Out)
if the running config is too great can you do a (Timed Out)
01-13-2013 02:16 AM
Hi.
What TFTP version are you using? Few of the TFTP server does not allowe to copy more than 32MB. If your file size is more than 32Mb try using tftpd32 software.
Are you trying copy run tftp :/ / 10.20.10.2/r2.ap-config? I just copied your above error message and could see unnecessary space between the letters. Please cross check if there is space after tftp, // etc...
Regards
Najaf
01-13-2013 03:10 AM
yes that's right, I have done this
I use the latest version of tftp server from solar winds
http://www.solarwinds.com/register/?program=52&c=70150000000CcH2
will try to tftp32 software to use
and there after you let you know if something is working or not
01-13-2013 03:25 AM
so I've done in the wireless module
the Current Configuration 16044 bytes
R2.ap # copy running-config tftp:?
tftp: A URL beginning with this prefix
R2.ap # copy running-config tftp:
Address or name of remote host []? 10.20.10.2
Destination filename [r2.ap-confg]?
.....
% Error opening tftp :/ / 10.20.10.2/r2.ap-confg (Timed out)
01-13-2013 03:28 AM
Hi,
Can you share the show ip int brief output from the device?
Are you using TFTP32d now? Do you see any logs on the TFTP server?
Regards
Najaf
01-13-2013 05:01 AM
sometimes you have a link where I can find tftp32 server
R2.ap # show ip interface letter
Interface IP-Address OK? Method Status Prot ocol
BVI1 10.20.30.2 YES NVRAM up up
BVI2 10.20.40.2 YES NVRAM down down
BVI3 10.20.50.2 YES NVRAM up up
BVI4 10.20.60.2 YES NVRAM up up
BVI5 10.20.70.2 YES NVRAM up up
BVI6 10.20.80.2 YES NVRAM up up
BVI7 10.20.90.2 YES NVRAM up up
BVI8 10.20.100.2 YES NVRAM up up
BVI9 10.20.101.2 YES NVRAM up up
BVI10 10.20.102.2 YES NVRAM up up
BVI11 10.20.103.2 YES NVRAM up up
BVI12 10.20.104.2 YES NVRAM up up
BVI13 10.20.105.2 YES NVRAM up up
BVI14 10.20.106.2 YES NVRAM up up
BVI15 10.20.107.2 YES NVRAM up up
BVI16 10.20.108.2 YES NVRAM up up
Dot11Radio0 unassigned YES NVRAM Administratively down down
Unassigned YES unset Dot11Radio0.1 Administratively down down
Unassigned YES unset Dot11Radio0.2 Administratively down down
Unassigned YES unset Dot11Radio0.3 Administratively down down
Unassigned YES unset Dot11Radio0.4 Administratively down down
Unassigned YES unset Dot11Radio0.5 Administratively down down
Unassigned YES unset Dot11Radio0.6 Administratively down down
Unassigned YES unset Dot11Radio0.7 Administratively down down
Unassigned YES unset Dot11Radio0.8 Administratively down down
Unassigned YES unset Dot11Radio0.9 Administratively down down
Unassigned YES unset Dot11Radio0.10 Administratively down down
Unassigned YES unset Dot11Radio0.11 Administratively down down
Unassigned YES unset Dot11Radio0.12 Administratively down down
Unassigned YES unset Dot11Radio0.13 Administratively down down
Unassigned YES unset Dot11Radio0.14 Administratively down down
Unassigned YES unset Dot11Radio0.15 Administratively down down
Unassigned YES unset Dot11Radio0.20 Administratively down down
Dot11Radio1 unassigned YES NVRAM Administratively down down
GigabitEthernet0 unassigned YES NVRAM up up
Unassigned YES unset up up GigabitEthernet0.1
Unassigned YES unset up up GigabitEthernet0.2
Unassigned YES unset up up GigabitEthernet0.3
Unassigned YES unset up up GigabitEthernet0.4
Unassigned YES unset up up GigabitEthernet0.5
Unassigned YES unset up up GigabitEthernet0.6
Unassigned YES unset up up GigabitEthernet0.7
Unassigned YES unset up up GigabitEthernet0.8
Unassigned YES unset up up GigabitEthernet0.9
Unassigned YES unset up up GigabitEthernet0.10
Unassigned YES unset up up GigabitEthernet0.11
Unassigned YES unset up up GigabitEthernet0.12
Unassigned YES unset up up GigabitEthernet0.13
Unassigned YES unset up up GigabitEthernet0.14
Unassigned YES unset up up GigabitEthernet0.15
Unassigned YES unset up up GigabitEthernet0.16
01-13-2013 05:11 AM
Hi,
"show ip interface letter" i have not seen any command like that on Cisco IOS before. What device/model is this?
Are you able to ping the BVI 1 ip address (10.20.30.2) from the TFTP server? If so try configuring this module with one additional command.
ip tftp source-interface bv1
You can download tftp32 from below url
http://tftpd32.jounin.net/tftpd32_download.html
By the by are you seeing any logs on the TFTP server?
Regards
Najaf
Regards
Najaf
01-13-2013 06:10 AM
sorry was a mistake
I have given the command and get this message
R2 (config) # ip tftp source-interface BVI 1
Integrated Routing and Bridging% is not configured!
yes I have the url opened and tftpd64 Standard Edition (Installer) (599 kB) downloaded and installed
01-13-2013 06:16 AM
Hi,
Are you able to ping the bvi1 interface from the tftp server? Could you share the running configuration on this device?
Regards
Najaf
01-13-2013 06:27 AM
I can not ping the server to ttfp interface bvi 1
pinging 10.20.30.2 with 32 bytes of data
Request timed out.
Request timed out.
Request timed out.
Request timed out.
Ping statistics for 10.20.30.2:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
01-13-2013 06:41 AM
Hi,
Is there any ip address on the module which is reachable from TFTP server? Could you please share the running connfiguration on the device?
Regards
Najaf
01-13-2013 06:48 AM
yes I no any ip address on the BVI interface pingen
what do you mean for the running config to share ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide