Difference between revisions of "Loading IOS on a Nexus 7000/5000"

From NesevoWiki
Jump to navigationJump to search
Line 23: Line 23:
 
** <code>boot kickstart bootflash:///<Image-Name></code>
 
** <code>boot kickstart bootflash:///<Image-Name></code>
 
** <code>boot system bootflash:///<Image-Name></code>
 
** <code>boot system bootflash:///<Image-Name></code>
** <code>copy running-config startup-config vdc-all</code>
+
** <code>copy running-config startup-config</code>
 
** <code>reload</code>
 
** <code>reload</code>
 
** Optional: altes IOS und Kickstart Image sichern und dann vom bootflash löschen.
 
** Optional: altes IOS und Kickstart Image sichern und dann vom bootflash löschen.

Revision as of 15:55, 21 June 2013

Serial Console Port und Mgmt Ethernet Port verkabeln

  • Autoconfig/Setup abbrechen
  • Admin PWD vergeben (admin/admin)
  • IP config
    • conf t
    • interface mgmt 0
    • ip address 192.168.0.240 255.255.255.0
    • no shutdown
    • exit
    • Test: ping 192.168.0.81 vrf management
  • IOS Files kopieren
    • cd bootflash:
    • dir (genug Speicherplatz vorhanden?)
    • copy scp://user@hostip/path/to/file/iosfile.bin bootflash:iosfile.bin vrf management
    • copy scp://user@hostip/path/to/file/kickstartfile.bin bootflash:kickstartfile.bin vrf management
  • IOS Installieren
    • cd bootflash:
    • install all kickstart bootflash:///kickstartfile.bin system bootflash:///iosfile.bin
    • boot kickstart bootflash:///<Image-Name>
    • boot system bootflash:///<Image-Name>
    • copy running-config startup-config
    • reload
    • Optional: altes IOS und Kickstart Image sichern und dann vom bootflash löschen.