Difference between revisions of "Loading IOS on a WS-X45-SUP7L-E from ROMMON"

From NesevoWiki
Jump to navigationJump to search
(Created page with "This is how to load an IOS image on a WS-X45-SUP7L-E (probably works for other SUPs as well) from the ROMMON> prompt via TFTP and (optionally) installing it afterwards. * Con...")
 
Line 3: Line 3:
 
* Connect to the serial console of the SUP
 
* Connect to the serial console of the SUP
 
* Connect the MGMT interface of the SUP to the network
 
* Connect the MGMT interface of the SUP to the network
* Turn un the chassis
+
* Turn on the chassis and wait for the device to stop at the ROMMON> prompt
 +
* Configure network connectivity from ROMMON (IPs are just examples)
 +
** <code>set ip route default 192.168.1.254</code>
 +
** <code>set interface fa1 192.168.1.249 255.255.255.0</code>
 +
** Test connectivity: <code>ping 192.168.1.11</code>

Revision as of 14:41, 12 April 2016

This is how to load an IOS image on a WS-X45-SUP7L-E (probably works for other SUPs as well) from the ROMMON> prompt via TFTP and (optionally) installing it afterwards.

  • Connect to the serial console of the SUP
  • Connect the MGMT interface of the SUP to the network
  • Turn on the chassis and wait for the device to stop at the ROMMON> prompt
  • Configure network connectivity from ROMMON (IPs are just examples)
    • set ip route default 192.168.1.254
    • set interface fa1 192.168.1.249 255.255.255.0
    • Test connectivity: ping 192.168.1.11