♥ 0 |
|
Hi Brian. You can use multiple different methods, such as FTP, SCP, HTTP, etc. Examples: FTP Server Example from a switch to another via SCP: #copy flash:EOS.swi scp://admin@10.0.0.1/mnt/flash/EOS.swi I hope this helps. |
|
Hi Brian, You can use the scp command to transfer files between Arista switches.
For example: |
|
Hi Brian, You if you have the EOS swi file under /mnt/flash of the switch you can copy it to another switch using the SCP command as follows: switch# copy scp://user@scp-source-IP/mnt/flash/EOS-4.x.y.swi flash:/EOS-4.x.y.swi |
Post your Answer
You must be logged in to post an answer.