Difference between revisions of "Loading IOS on a Nexus 7000/5000"
From NesevoWiki
Jump to navigationJump to search| Line 21: | Line 21: | ||
** <code>cd bootflash:</code> | ** <code>cd bootflash:</code> | ||
** <code>install all kickstart bootflash:///kickstartfile.bin system bootflash:///iosfile.bin</code> | ** <code>install all kickstart bootflash:///kickstartfile.bin system bootflash:///iosfile.bin</code> | ||
| − | ** Sicherheitsfrage (nach Image-Checks), ob Installation fortgesetzt werden soll, mit <code>yes</code> | + | ** Sicherheitsfrage (nach Image-Checks), ob Installation fortgesetzt werden soll, mit <code>yes</code> bzw. <code>y</code> bestätigen. |
** Falls nötig (weil Switch nicht von allein rebootet): | ** Falls nötig (weil Switch nicht von allein rebootet): | ||
*** <code>boot kickstart bootflash:///<Image-Name></code> | *** <code>boot kickstart bootflash:///<Image-Name></code> | ||
Revision as of 10:49, 8 July 2013
Serial Console Port und Mgmt Ethernet Port verkabeln
- Autoconfig/Setup abbrechen
- Admin PWD vergeben (admin/admin)
- IP config
conf tinterface mgmt 0ip address 192.168.0.240 255.255.255.0no shutdownexit- 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 managementcopy 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- Sicherheitsfrage (nach Image-Checks), ob Installation fortgesetzt werden soll, mit
yesbzw.ybestätigen. - Falls nötig (weil Switch nicht von allein rebootet):
boot kickstart bootflash:///<Image-Name>boot system bootflash:///<Image-Name>copy running-config startup-configreload- Optional: altes IOS und Kickstart Image sichern und dann vom bootflash löschen.