Many thanks
@fohdeesha for all that you've done to help others configure/maintain these switches. This is an amazing gift!
Like
@sdyoung, I have a switch (ICX 6450-48P) with an old bootloader. I followed
Fohdeesha's advice to work-around this initial hiccup.
Then, using pointers from
@sdyoung and
@Lone Wolf, I was able to get access to the web GUI using the following;
Code:
>enable
#configure terminal
(config)#ip address 10.1.1.3/24
(config)#username root password MyRootPassword
(config)#username dale privilege 0 password MyPassword
(config)#aaa authentication login default enable local
(config)#aaa authentication web-server default local
(config)#write memory
(I created the non-root user because I could not get 'root' to login on the Web GUI)
Then, rebooting the switch by unplugging and plugging back in.
My understanding from
Lone Wolf's post is that I need to update the primary image via the Web GUI.
I successfully
- logged into the Web GUI as the 'dale' user
- scrolled down the left-menu to TFTP configuration
- set TFTP Server: 10.1.1.2 (my computer with TFTPd64 running)
- set Configuration File Name: ICX64xx/ICX64R08030u.bin (from Fohdeesha's instructions)
I have also temporarily disabled my Win10 firewall.
When I click 'Copy from Server to Flash' button in Web GUI, I'm seeing
- the progress bar start on the web gui
- tftpd64 shows bits being transferred for about 5 seconds (500,000-ish bytes)
Then I get an error on the page
Status : TFTP out of buffer space error.
This error shows in the console too
Code:
ICX6450-48P Switch#!!! Flash Task Got unblocked without cause, fd 13, ffp
stack: 015aacc0 015a626c 01777e34
TFTP out of buffer space error.
I don't know if the problem is with TFTPD64 on my windows box or with the config on the switch. Or, maybe I need to figure out why I can't login as root on Web Gui. Any suggestions to troubleshoot and resolve?
Many many thanks to Fohdeesha and all who have contributed on this thread to get me this far. I greatly appreciate it.