From ac61161f83715adf5836929dd7fc6ce42ed924b1 Mon Sep 17 00:00:00 2001 From: foot-gloves <43959222+foot-gloves@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:30:58 -0400 Subject: [PATCH] change reset to boot_primary I have seen on a few switches (4 so far) that they come with the secondary flash as default boot. Even after doing factory set-default it will still boot the secondary flash after updating from the bootloader. The switch models I've experienced this on were the ICX7150 and ICX7250. Since the guide flashes the primary we can just guide people to boot the primary so there is no confusion in case it boots from secondary. --- docs/icx7150.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/icx7150.md b/docs/icx7150.md index 71c33ca..987869e 100644 --- a/docs/icx7150.md +++ b/docs/icx7150.md @@ -34,7 +34,7 @@ After a couple minutes, it should complete. Now we clear the temporary IP, then ``` setenv ipaddr saveenv -reset +boot_primary ``` ## First Boot & Login This first boot will take a few minutes - you'll see messages regarding a PoE firmware update taking place, and likely errors regarding boot-monitor mismatches and incompatible package versions - these are all expected and can be ignored. They will be remedied by the next reboot when the new bootloader is used. Hit enter and you should be given a login prompt. The default login is now: @@ -99,4 +99,4 @@ configure terminal You now have a bare minimum setup on your switch, and the latest firmware. To continue with further configuration including securing and naming the switch, setting up SSH and Web UI access, PoE commands etc, please continue to the [ICX7xxx Series Config Page](icx7xxx-adv.md). Don't forget to return here when you're finished for the licensing info below, if you need it. ## Licensing Info -ICX switches require license unlocks for 10gbE port functionality as well as some advanced software features. Thankfully, starting with the ICX7xxx series, Ruckus made the licenses honor-based. This means they can be freely unlocked on your switch. Just visit the [ICX7xxx Licensing](7xxx.md) section to fully license and unlock your switch. \ No newline at end of file +ICX switches require license unlocks for 10gbE port functionality as well as some advanced software features. Thankfully, starting with the ICX7xxx series, Ruckus made the licenses honor-based. This means they can be freely unlocked on your switch. Just visit the [ICX7xxx Licensing](7xxx.md) section to fully license and unlock your switch.