Difference between revisions of "Loading IOS on a WS-C3850 Switch"
From NesevoWiki
Jump to navigationJump to searchLine 6: | Line 6: | ||
** <code>ping vrf Mgmt-vrf 192.168.1.11</code> | ** <code>ping vrf Mgmt-vrf 192.168.1.11</code> | ||
* Set Mgmt interface as interface to use for TFTP transfer: | * Set Mgmt interface as interface to use for TFTP transfer: | ||
+ | ** <code>conf t</code> | ||
** <code>ip tftp source-interface gigabitEthernet 0/0</code> | ** <code>ip tftp source-interface gigabitEthernet 0/0</code> | ||
+ | ** <code>exit</code> | ||
* Copy the <code>.bin</code> file to <code>flash:</code> via TFTP | * Copy the <code>.bin</code> file to <code>flash:</code> via TFTP | ||
** <code>copy tftp: flash:</code> | ** <code>copy tftp: flash:</code> |
Revision as of 09:32, 3 June 2016
- Connect to the serial console
- Connect the Mgmt interface to your network
- Configure the Mgmt network interface (that's GigabitEthernet 0/0)
- Test connectivity:
ping vrf Mgmt-intf 192.168.1.11
orping vrf Mgmt-vrf 192.168.1.11
- Set Mgmt interface as interface to use for TFTP transfer:
conf t
ip tftp source-interface gigabitEthernet 0/0
exit
- Copy the
.bin
file toflash:
via TFTPcopy tftp: flash:
- Install the
.bin
file using this command:software install file flash:cat3k_caa-universalk9.SPA.03.07.01.E.152-3.E1.bin
- Answer yes when asked if you want to relaod the switch
- Answer no when asked if you want to save the configuration