ARISTA || perform software image upgrade/change
-
-
First, please back up your config and "old" software image!!!
-
Copy the new software image on the device
switch# copy ftp:/user:password@10.0.0.3/EOS-4.13.2.swi flash:/EOS-4.13.2.swi
- Verify the copy with:
switch# dir flash:
- Modify the boot-config
switch# configure terminal switch(config)# boot system flash:/EOS-4.13.2.swi
- verify that you made the correct change.
switch(config)# show boot-config Software image: flash:/EOS-4.13.2.swi
- Save the configuration to the startup-config file
switch# write
- After updating the boot-config file, reload the switch
switch# reload The system is going down for reboot NOW!
- Verify the New Image
switch# show version ..... Software image version: 4.13.2 .....
-