WEIGEL FORUM
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Login

    ARISTA || perform software image upgrade/change

    Networking
    1
    1
    22
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DerMeldosD
      DerMeldos
      last edited by

      1. First, please back up your config and "old" software image!!!

      2. 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
      
      1. Verify the copy with:
      switch# dir flash:
      
      1. Modify the boot-config
      switch# configure terminal
      switch(config)# boot system flash:/EOS-4.13.2.swi
      
      1. verify that you made the correct change.
      switch(config)# show boot-config
      Software image: flash:/EOS-4.13.2.swi
      
      1. Save the configuration to the startup-config file
      switch# write
      
      1. After updating the boot-config file, reload the switch
      switch# reload
      The system is going down for reboot NOW!
      
      1. Verify the New Image
      switch# show version
      .....
      Software image version: 4.13.2
      .....
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB | Contributors