Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3550 tftp backup issue

Status
Not open for further replies.

sapper1

Technical User
Jul 13, 2006
99
US
We have multiple catalyst 3550 switches and I am trying to backup the configs on them just in case. I have been able to successfully backup some of them to my tftp server but I am having some trouble with the others. Below is the command I am using and the out put I get when I run it the first time. After I run it the first time if I try to run the command again I receive a message stating that the file already exists but it is no where to be found on my tftp server. Any help would be greatly appreciated.

copy system:/running-config 10.0.0.6
Destination filename [10.0.0.6]? test
6310 bytes copied in 0.676 secs (9334 bytes/sec)

copy system:/running-config 10.0.0.6
Destination filename [10.0.0.6]? test
%Warning:There is a file already existing with this name
Do you want to over write? [confirm]y
7784 bytes copied in 0.736 secs (10576 bytes/sec)
 
Just wondering, my tftp server shows the incoming connections and file transfers in real time. Does your tftp server show the incoming connection and file transfer as your trying it?
 
The tftp software that I am using is called tftpd32 and I do not see any activity on it when I try to backup the config. I am not even able to ping any of my machines from the switches I am having problems with.

One thing I did notice is that the files are being written to flash on the switches.
 
Syntax is incorrect , the easiest way is the following. with your syntax that is all you are doing is to copy your config into flash on the switch .

write net
it will assk you for the address of the server
enter
it will then ask you the filename , input the name and then just hit enter a coupe of times.


another option :
copy run tftp: , enter
enter adress, enter
enter filename and hit enter.
 
Yes---you're missing the tftp part...

copy run tftp://10.0.0.6

or

copy run tftp

and answer the parameter questions.

Burt
 
The syntax and the command are correct. I have backed up my other switches the exact same way and it has worked fine.

When I try to use the wr net command I receive the message that "This command has been replaced with copy system:/running config" once I enter in this command I am then prompted for the IP address of my server and the destination file name. All swithces are using the same IOS version and everything. When I have a problem backing up the config I run the ping command from the switch and I am unable to ping my tftp server. Even if I am connected directly to the switch.

I don't know if it has something to do with the way our vlans are setup or what. I'll copy and paste a config of one of the problem switches later and see what you all make of it.
 
Here is my putty log file of a successful backup of one of my switches. You will be able to see what commands I have used to perform the bakcup as well as the config of the switch. I will post a putty log for a switch that I am having trouble with shortly.

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2009.05.04 09:52:29 =~=~=~=~=~=~=~=~=~=~=~=


Sw5#copy run tftp
Address or name of remote host []? 10.0.8.xxx
Destination filename [highschoolt1a-sw5-confg]? test1
!!!!
12907 bytes copied in 1.796 secs (7187 bytes/sec)

Sw5#wr net 10.0.8.xxx
^
% Invalid input detected at '^' marker.

sw5#wr net

This command has been replaced by the command:
'copy system:/running-config <url>'
Address or name of remote host []? copy system:/running-config 10.0.8.xxx
Destination filename [sw5-confg]? test2
Write file tftp://10.0.8.xxx/test2? [confirm]y!!!! [OK]

Sw5#wr net:10.0.8.xxx
^
% Invalid input detected at '^' marker.

Sw5#wr net ?
ftp: URL of destination file
rcp: URL of destination file
tftp: URL of destination file
<cr>

Sw5#wr net tftp:10.0.8.xxx

This command has been replaced by the command:
'copy system:/running-config <url>'
Address or name of remote host []? 10.0.8.xxx
Destination filename [highschoolt1a-sw5-confg]? test3
Write file tftp://10.0.8.xxx/test3? [confirm]y!!!! [OK]

HighSchoolT1A-Sw5#show config

Using 12907 out of 393216 bytes
!
version 12.1
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname HighSchoolT1A-Sw5
!

!
clock timezone CST -6
clock summer-time CDT recurring
ip subnet-zero
!
mls qos map cos-dscp 0 8 16 26 32 46 48 56
mls qos min-reserve 5 170
mls qos min-reserve 6 10
mls qos min-reserve 7 65
mls qos min-reserve 8 26
mls qos
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
interface FastEthernet0/1
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/3
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/4
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/5
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/6
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/7
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/8
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/9
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/10
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/11
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/12
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/13
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/14
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/15
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/16
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/17
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/18
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/19
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/20
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/21
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/22
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/23
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface FastEthernet0/24
switchport access vlan 18
switchport mode dynamic desirable
switchport voice vlan 200
no ip address
mls qos trust device cisco-phone
mls qos trust cos
auto qos voip cisco-phone
wrr-queue bandwidth 20 1 80 1
wrr-queue min-reserve 1 5
wrr-queue min-reserve 2 6
wrr-queue min-reserve 3 7
wrr-queue min-reserve 4 8
wrr-queue cos-map 1 0 1 2 4
wrr-queue cos-map 3 3 6 7
wrr-queue cos-map 4 5
priority-queue out
spanning-tree portfast
!
interface GigabitEthernet0/1
description 1000Base-TX connection to 6506
switchport trunk encapsulation dot1q
switchport mode dynamic desirable
no ip address
!
interface GigabitEthernet0/2
switchport mode dynamic desirable
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan3
description Management VLAN
ip address 10.254.xxx.xxx 255.255.255.0
!
ip default-gateway 10.254.xxx.xxx
ip classless
no ip http server
!








 
Below you will find the putty log for one of the switches I am having trouble with. Again, thanks for all of your help I really appreciate it.

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2009.05.04 09:47:35 =~=~=~=~=~=~=~=~=~=~=~=






Sw2#copy run tftp://10.0.8.xxx
Address or name of remote host [10.0.8.xxx]? 10.0.8.xxx
Destination filename [sw2-confg]? test1
.....
%Error opening tftp://10.0.8.xxx/test1 (Timed out)

Sw2#copy run tftp://10.0.8.xxx
Address or name of remote host [10.0.8.xxx]? copy run tftp://10.0.8.xxx test1
Destination filename [highschoolt1a-sw2-confg]? test1
.....
%Error opening tftp://10.0.8.xxx/test1 (Timed out)

Sw2#ping 10.0.8.xxx

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.0.8.xxx, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)

Sw2#wr net
This command has been replaced by the command:
'copy system:/running-config <url>'
Address or name of remote host []? 10.0.8.xxx
Destination filename [sw2-confg]? test1
Write file tftp://10.0.8.xxx/test1? [confirm]y.....
%Error opening tftp://10.0.8.xxx/test1 (Timed out) [Failed]

Sw2#show config
Using 7784 out of 393216 bytes
!
version 12.1
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!

!

!
clock timezone CST -6
clock summer-time CDT recurring
ip subnet-zero
ip routing
!
ip name-server 216.xxx.xxx.xxx
ip name-server 216.xxx.xxx.xxx
!
spanning-tree mode pvst
spanning-tree extend system-id
!

!
!
interface FastEthernet0/1
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/2
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/3
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/4
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/5
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/6
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/7
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/8
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/9
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/10
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/11
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/12
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/13
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/14
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/15
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/16
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/17
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/18
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/19
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/20
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/21
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/22
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/23
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/24
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/25
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/26
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/27
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/28
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/29
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/30
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/31
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/32
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/33
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/34
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/35
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/36
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/37
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/38
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/39
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/40
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/41
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/42
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/43
switchport access vlan 102
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/44
switchport access vlan 102
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/45
description firewall port
switchport access vlan 103
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/46
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/47
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface FastEthernet0/48
switchport access vlan 10
switchport mode access
speed 100
duplex full
spanning-tree portfast
!
interface GigabitEthernet0/1
description 1000Base-TX connection to 6506
switchport trunk encapsulation dot1q
switchport mode dynamic desirable
!
interface GigabitEthernet0/2
switchport trunk encapsulation dot1q
switchport mode dynamic desirable
!
interface Vlan1
no ip address
shutdown
!
interface Vlan3
description Management VLAN
ip address 10.xxx.xxx.xxx 255.255.255.0
!
interface Vlan102
ip address 192.xxx.xxx.xxx 255.255.255.0
ip helper-address 10.xxx.xxx.xxx
shutdown
!
interface Vlan103
bandwidth 100000
ip address 192.xxx.xxx.xxx 255.255.255.0
!
ip default-gateway 10.xxx.xxx.xxx
ip classless
ip route 0.0.0.0 0.0.0.0 192.xxx.xxx.xxx
no ip http server
!
 
Forgive me - I Haven't scanned in great detail but I raised a TAC case last year for a similar problem with 6500 switches and a particular version of ION (notIOS) software which exibited the same problem. We proved it was a software/Cisco conflict by running a sniff on the TFTP and finding that as the Cisco started it's tftp it always sent out the initiation packet with the filename twice - SO tftpd32 opened one file then failed on the second packet as it had already opened it.

If we used cisco's own (and rather rubbish) tftp program it worked fine as that (and from memory an old 3com tftp proggy) ignored the double request. Cisco were blaming the TFTPD32 software as other packages worked but eventually they admitted there was also a bug in ION which we upgraded - all ok now.

It's worth checking the IOS versions on those that don't work agains those that do and if you can do it sniff the exchange too.

 
Here is the vesion information on the switch that I can backup.

Sw5#show ver
Cisco Internetwork Operating System Software
IOS (tm) C3550 Software (C3550-I9Q3L2-M), Version 12.1(19)EA1c, RELEASE SOFTWARE (fc2)
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Tue 03-Feb-04 04:47 by yenanh
Image text-base: 0x00003000, data-base: 0x0069B5C0

ROM: Bootstrap program is C3550 boot loader

HighSchoolT1A-Sw5 uptime is 5 days, 1 hour, 43 minutes
System returned to ROM by power-on
System restarted at 08:19:48 CDT Fri May 1 2009
System image file is "flash:c3550-i9q3l2-mz.121-19.EA1c/c3550-i9q3l2-mz.121-19.EA1c.bin"

cisco WS-C3550-24-PWR (PowerPC) processor (revision G0) with 65526K/8192K bytes of memory.
Processor board ID CAT0826Z156
Last reset from warm-reset
Running Layer2/3 Switching Image

Ethernet-controller 1 has 12 Fast Ethernet/IEEE 802.3 interfaces

Ethernet-controller 2 has 12 Fast Ethernet/IEEE 802.3 interfaces

Ethernet-controller 3 has 1 Gigabit Ethernet/IEEE 802.3 interface

Ethernet-controller 4 has 1 Gigabit Ethernet/IEEE 802.3 interface

24 FastEthernet/IEEE 802.3 interface(s)
2 Gigabit Ethernet/IEEE 802.3 interface(s)

The password-recovery mechanism is enabled.
384K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:11:92:90:41:00
Motherboard assembly number: 73-8100-08
Power supply part number: 341-0029-03
Motherboard serial number: CAT08260V3Z
Power supply serial number: LIT08200B2G
Model revision number: G0
Motherboard revision number: A0
Model number: WS-C3550-24PWR-SMI
System serial number: CAT0826Z156
Configuration register is 0x10F
 
Here is the version information on a switch that I cannot backup.

Sw2#show ver

Cisco Internetwork Operating System Software
IOS (tm) C3550 Software (C3550-I9Q3L2-M), Version 12.1(20)EA1a, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2004 by cisco Systems, Inc.
Compiled Mon 19-Apr-04 21:42 by yenanh
Image text-base: 0x00003000, data-base: 0x006B3454

ROM: Bootstrap program is C3550 boot loader

HighSchoolT1A-Sw2 uptime is 5 days, 1 hour, 41 minutes
System returned to ROM by power-on
System restarted at 08:19:39 CDT Fri May 1 2009
System image file is "flash:c3550-i9q3l2-mz.121-20.EA1a/c3550-i9q3l2-mz.121-20.EA1a.bin"

cisco WS-C3550-48 (PowerPC) processor (revision P0) with 65526K/8192K bytes of memory.
Processor board ID CAT0826Y2WB
Last reset from warm-reset
Running Layer2/3 Switching Image

Ethernet-controller 1 has 12 Fast Ethernet/IEEE 802.3 interfaces

Ethernet-controller 2 has 12 Fast Ethernet/IEEE 802.3 interfaces

Ethernet-controller 3 has 12 Fast Ethernet/IEEE 802.3 interfaces

Ethernet-controller 4 has 12 Fast Ethernet/IEEE 802.3 interfaces

Ethernet-controller 5 has 1 Gigabit Ethernet/IEEE 802.3 interface

Ethernet-controller 6 has 1 Gigabit Ethernet/IEEE 802.3 interface

48 FastEthernet/IEEE 802.3 interface(s)
2 Gigabit Ethernet/IEEE 802.3 interface(s)

The password-recovery mechanism is enabled.
384K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address: 00:11:92:7D:87:00
Motherboard assembly number: 73-5701-09
Power supply part number: 34-0967-02
Motherboard serial number: CAT08250G7F
Power supply serial number: LIT0821083T
Model revision number: P0
Motherboard revision number: A0
Model number: WS-C3550-48-SMI
System serial number: CAT0826Y2WB
Configuration register is 0x10F
 
sounds like its trying to use a different vlan than the one that the tftp server is on.
 
That could be but I can't even ping devices that are on the same vlan and connected directly to the switch. And all devices that are connected to the switch are working fine as far as network connectivity goes. I am getting to the point where I am just going to go to each switch and copy the results of show config to a text file. This will take a little longer but at least I'll get some kind of a backup.
 
sounds very odd, what O/S are you running the tftp server from, is there a firewall on it ?

whats the end to end hardware ?
laptop ------ switch --fiber -- switch ------- desktop ?
 
Windows XP with no firewall. I have also used a Vista PC with the firewall disabled as well. Some of my switches have no problems at all backing up to either of these while other switches will not backup to them at all.
 
Where is

int vlan 10
ip add 10.0.8.x x.x.x.x

???

Obviously, you know that your switch cannot ping the node at 10.0.8.x, and I am assuming this is vlan 10? If so, where in the configs are you telling the switches where and what vlan 10 is? If it's not vlan 10, then what is 10.0.8.x? I sure don't see where anything knows where or what that is, and I can only assume it gets the vlan info through a trunk...

Burt
 
I guess that would be some helpful info.

Our core switch is a catalyst 6500 switch that is acting as our DHCP server and vlan router. All vlans are setup and managed from this switch. If I am looking at the config of the 6500 correctly vlan 10 is in the 10.0.0.x subnet and the 10.0.8.x subnet is assigned to vlan 18.
 
i think it might pay to get a backup via a console connection, blat the config and place a minimal config in its place ie
int vlan 1
ip address 10.0.0.1 255.0.0.0
no shut

plug in your pc (10.0.0.2) to fast 0/0 which will be on vlan 1 by default

try to backup your config from that.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top