cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Deliver configs via TFTP, blocksize problem, help!

Hello


We are about to rollout 500+ Cat3K Switches and we are trying to deliver the new configs via TFTP but it’s not working and I think we have worked out why, in IOS XE 16.x.x the block size appears to have changed, how do we work around this without manually getting involved with console cable which will render the process we are implementing null and void? Below is the error and my testing that shows out of the box the block size is 8192, could it be as simple as looking at a newer TFTP service?


j1cat3650-testsw03#ping lens

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to xx.xx.xx.xx, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms

j1cat3650-testsw03#copy tftp: flash:

Address or name of remote host [x.x.x.x]? lens

Source filename [j2cat3560-a2-confg]?

Destination filename [j2cat3560-a2-confg]?

Accessing tftp://lens/j2cat3560-a2-confg...

%Error opening tftp://lens/j2cat3560-a2-confg (Timed out)

j1cat3650-testsw03#sh run all | in tftp

ip tftp blocksize 8192

j1cat3650-testsw03#conf t

j1cat3650-testsw03(config)#ip tftp blocksize 1400

j1cat3650-testsw03#copy tftp: flash:  

Address or name of remote host [lens]?

Source filename [j2cat3560-a2-confg]?

Destination filename [j2cat3560-a2-confg]?

Accessing tftp://lens/j2cat3560-a2-confg...

Loading j2cat3560-a2-confg from x.x.x.x (via Vlan2): !

[OK - 31412 bytes]

Untitled.png


Who Me Too'd this topic