Ciscodile

Upgrade Cisco IOS Image via TFTP (example: Catalyst 2960-X)

Jan 20th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ! tftp (run from priv exec)
  2. copy tftp: flash:
  3. 10.85.99.200
  4. c2960x-universalk9-mz.152-4.E.bin
  5.  
  6. sh flash
  7.  
  8. conf t
  9. boot sys flash:c2960x-universalk9-mz.152-4.E.bin
  10. end
  11. copy run start
  12.  
  13. relo
Advertisement
Add Comment
Please, Sign In to add comment