cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4972
Views
0
Helpful
2
Replies

Quick Question - Unpacking .tar to switch

dj214
Level 1
Level 1

Hello:

I did this once and can't remember the command line to use to unpack a tar file from tftp to switch. I've tried the following and get error opening tftp even though it's running and permissions in place

archive tar tftp://10.0.5.53/html.tar flash:

Thanks

1 Accepted Solution

Accepted Solutions

Peter Paluch
Cisco Employee
Cisco Employee

Hi,

The command should be:

archive tar /xtract tftp://10.0.5.53/html.tar flash:

If you get error opening the TFTP please check if it is pingable and also if there is not any firewall blocking the UDP port 69 and high ephemeral ports (49152 and above). Having a look into the TFTP server's logs might also be useful.

Best regards,

Peter

View solution in original post

2 Replies 2

Peter Paluch
Cisco Employee
Cisco Employee

Hi,

The command should be:

archive tar /xtract tftp://10.0.5.53/html.tar flash:

If you get error opening the TFTP please check if it is pingable and also if there is not any firewall blocking the UDP port 69 and high ephemeral ports (49152 and above). Having a look into the TFTP server's logs might also be useful.

Best regards,

Peter

Thx. drops weren't showing up in FW log but that turned out to be the issue. Thx.