AAAAAAAAAAAAHHHHHHHHHHHHHHHHHHH!!!!!
Reading multiple places:
Code:
SSH@ICX7450(config-if-e1000-1/1/1)#interface ethernet 1/1/31 to 1/1/32
SSH@ICX7450(config-mif-1/1/31-1/1/32)#speed-duplex auto
This CLI operation is not applicable to 2.5G port 1/1/31
This CLI operation is not applicable to 2.5G port 1/1/32
SSH@ICX7450(config-mif-1/1/31-1/1/32)#
What do I need to do
check page 45 in fastiron-08095-managementguide.pdf from the zip of my guide. on newer OS versions I believe that grouping has changed per the example footnote on that page:
In ICX 7450-32ZP, 2.5G ports can be configured only in pairs or set of pairs e.g. (1/1/25 -1/1/26) (1/1/27 -1/1/28) (1/1/25-1/1/32) etc
I'm also pretty sure this earlier implementation of 2.5gbE (before the IEEE standard for it was even finished) does not support auto-neg at all, which is why it's telling you "not applicable" when you tried to set it to auto. it also states that they are indeed set by default to 2500-full, so that's why they weren't linking with your other stuff:
"On ICX 7450-32ZP, default speed is 2500-full on MultiGig ports"
so speed-duplex 1000-full should solve your issue regarding linking to other normal 1gbe stuff
I'd also ignore the PoE error if it just happens once during boot but works fine. It could be triggered by having devices plugged into the ports that have strange resistance on the pairs and do something to the PoE controller before the link is properly negotiated after fully booting. Try booting it with nothing plugged into it at all if you're curious