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

From NesevoWiki
Jump to navigationJump to search
(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...")
 
Line 5: Line 5:
  
 
* IP config
 
* IP config
** conf t
+
** <code>conf t</code>
** interface mgmt 0  
+
** <code>interface mgmt 0 </code>
** ip address 192.168.0.240 255.255.255.0
+
** <code>ip address 192.168.0.240 255.255.255.0</code>
** no shutdown
+
** <code>no shutdown</code>
** exit
+
** <code>exit</code>
** Test: ping 192.168.0.81 vrf management
+
** Test: <code>ping 192.168.0.81 vrf management</code>
  
 
* IOS Files kopieren
 
* IOS Files kopieren
** cd bootflash:
+
** <code>cd bootflash:</code>
** dir (genug Speicherplatz vorhanden?)
+
** <code>dir</code> (genug Speicherplatz vorhanden?)
** copy scp://user@hostip/path/to/file/iosfile.bin bootflash:iosfile.bin vrf management
+
** <code>copy scp://user@hostip/path/to/file/iosfile.bin bootflash:iosfile.bin vrf management</code>
** copy scp://user@hostip/path/to/file/kickstartfile.bin bootflash:kickstartfile.bin vrf management
+
** <code>copy scp://user@hostip/path/to/file/kickstartfile.bin bootflash:kickstartfile.bin vrf management</code>
  
 
* IOS Installieren
 
* IOS Installieren
** cd bootflash:
+
** <code>cd bootflash:</code>
** install all kickstart bootflash:///kickstartfile.bin system bootflash:///iosfile.bin
+
** <code>install all kickstart bootflash:///kickstartfile.bin system bootflash:///iosfile.bin</code>
** (?) copy running-config startup-config vdc-all
+
** <code>boot kickstart bootflash:///<Image-Name></code>
 +
** <code>boot system bootflash:///<Image-Name></code>
 +
** <code>copy running-config startup-config vdc-all</code>
 +
** <code>reload</code>
 
** (?) altes IOS und Kickstart Image sichern und dann vom bootflash löschen, da (bei IOS downgrades) sonst immer das alte (neuere) image gestartet wird.
 
** (?) 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
 

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