Loading IOS on a Nexus 7000/5000

From NesevoWiki
Revision as of 14:14, 29 May 2013 by Roberto (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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
    • (?) copy running-config startup-config vdc-all
    • (?) altes IOS und Kickstart Image sichern und dann vom bootflash löschen, da (bei IOS downgrades) sonst immer das alte (neuere) image gestartet wird.
    • reload