Private IPs where working fine between my machines so it would be in L2?No, it depends on the firmware that is installed; the device will either boot 'S' (switch) or 'R' (router) firmware depending on what has been loaded into its flash.
Private IPs where working fine between my machines so it would be in L2?No, it depends on the firmware that is installed; the device will either boot 'S' (switch) or 'R' (router) firmware depending on what has been loaded into its flash.
There's really not enough information to be able to answer this question.Private IPs where working fine between my machines so it would be in L2?
Hey sorry for not getting back to you. It was the UPS. Make sure you guys aren't using low quality Line Interactive consumer UPSes! It'll crash the PSUs on the Beefy bois. I replaced it with a rack mounted APC unit and it was perfect since.Is your ICX 6610 plugged into a UPS? If so, mfg and model please.
Which Switch ? Show us the config so we can see the ports you are using ? Dynamic or static LACP - who/what is on the other end and what are they configured for ? It does sound like STP thoughForgive me if this has been addressed in this massive thread already…
I’m trying to configure the rear ports as an LACP lag and for some reason when I add the lag primary port to a vlan as a tagged port, one of the ports in the lag goes down and won’t come back up until I reboot the switch. I tried forcing it up as well with no luck. I get the feeling it’s an STP thing. After the switch reboots, everything seems good. Any tips?
Also unless you are really into setting up ACLs on the switch and really understanding networking and what you are letting yourself in for - i would not be putting one of these as front facing to the internet without a hefty firewall in front.Private IPs where working fine between my machines so it would be in L2?
Have you read the config doco that is linked in the first post - there is a comprehensive doc from the manufacturers on all the options in L3 modeI must be a complete failure on some level. When I'm under the configuration for a port, just to be curious about setting MTU size, I go to type "ip", and my only options are "ipg" and "ipv6-neighbor". Doing "ip" and space says "unrecognized command." I'm about to just send this thing back and wait until I can afford a bunch of other switches I can stack together to give me all the ports I need.
I don't know what this stuff means, so I don't even know what documentation I'm looking for. I'm in over my head, and it would be best to just sell it all.Have you read the config doco that is linked in the first post - there is a comprehensive doc from the manufacturers on all the options in L3 mode
Craig
Well you are dealing with enterprise level gear so there will be a steep learning curve to scale if you have not worked with this type of equipment before - or at least had exposure to similar network gear and concepts.I don't know what this stuff means, so I don't even know what documentation I'm looking for. I'm in over my head, and it would be best to just sell it all.
Thanks for the reply.Which Switch ? Show us the config so we can see the ports you are using ? Dynamic or static LACP - who/what is on the other end and what are they configured for ? It does sound like STP though
Do you have router firmware or switch firmware on the unit ?
Craig
Current configuration:
!
ver 08.0.30uT7f3
!
stack unit 1
module 1 icx6610-48p-poe-port-management-module
module 2 icx6610-qsfp-10-port-160g-module
module 3 icx6610-8-port-10g-dual-mode-module
!
global-stp
!
!
lag cisco2960 dynamic id 1
ports ethernet 1/1/45 to 1/1/46
primary-port 1/1/45
lacp-timeout short
deploy
!
lag testing dynamic id 2
ports ethernet 1/2/2 to 1/2/3
primary-port 1/2/2
lacp-timeout short
deploy
...
vlan 13 name Management by port
tagged ethe 1/1/45 to 1/1/46 ethe 1/3/1 to 1/3/4
untagged ethe 1/1/1 to 1/1/2 ethe 1/2/2 to 1/2/3
router-interface ve 13
spanning-tree
...
interface ethernet 1/1/45
dual-mode 10
!
interface ethernet 1/3/1
speed-duplex 10G-full
!
interface ethernet 1/3/2
speed-duplex 10G-full
!
interface ethernet 1/3/3
speed-duplex 10G-full
!
interface ethernet 1/3/4
speed-duplex 10G-full
!
interface ethernet 1/3/5
speed-duplex 10G-full
!
interface ethernet 1/3/6
speed-duplex 10G-full
!
interface ethernet 1/3/7
speed-duplex 10G-full
!
interface ethernet 1/3/8
speed-duplex 10G-full
!
...
1) The Speed/Duplex settings are meaningless on the 1/2/1 to 1/2/10 ports so they accept the commands but do nothing with them (and do not store in the config - so you are good thereThanks for the reply.
Switch is an ICX 6610 with router FW. Ports I'm using are 1/2/2 and 1/2/3. Dynamic LACP. Latest stable version of TrueNAS core on the other end, went thru the prompts to create the lag on the TrueNAS and everything is all good only had to reboot the switch to make the other port come up. I suspect STP like I said or just general weirdness with using the breakout cables on the rear ports? I can't seem to make speed-duplex 10g-full stick on 1/2/2 either. Command doesn't produce any error but the config doesn't show like the other ports. No issues setting up the other LACP lag for my Cisco switch either, it's just using the 1Gbe copper ports on the front though...
Relavent Config Sections:
Code:Current configuration: ! ver 08.0.30uT7f3 ! stack unit 1 module 1 icx6610-48p-poe-port-management-module module 2 icx6610-qsfp-10-port-160g-module module 3 icx6610-8-port-10g-dual-mode-module ! global-stp ! ! lag cisco2960 dynamic id 1 ports ethernet 1/1/45 to 1/1/46 primary-port 1/1/45 lacp-timeout short deploy ! lag testing dynamic id 2 ports ethernet 1/2/2 to 1/2/3 primary-port 1/2/2 lacp-timeout short deploy ... vlan 13 name Management by port tagged ethe 1/1/45 to 1/1/46 ethe 1/3/1 to 1/3/4 untagged ethe 1/1/1 to 1/1/2 ethe 1/2/2 to 1/2/3 router-interface ve 13 spanning-tree ... interface ethernet 1/1/45 dual-mode 10 ! interface ethernet 1/3/1 speed-duplex 10G-full ! interface ethernet 1/3/2 speed-duplex 10G-full ! interface ethernet 1/3/3 speed-duplex 10G-full ! interface ethernet 1/3/4 speed-duplex 10G-full ! interface ethernet 1/3/5 speed-duplex 10G-full ! interface ethernet 1/3/6 speed-duplex 10G-full ! interface ethernet 1/3/7 speed-duplex 10G-full ! interface ethernet 1/3/8 speed-duplex 10G-full ! ...
Between a switch and TrueNAS -Thanks for the reply.
Switch is an ICX 6610 with router FW. Ports I'm using are 1/2/2 and 1/2/3. Dynamic LACP. Latest stable version of TrueNAS core on the other end, went thru the prompts to create the lag on the TrueNAS and everything is all good only had to reboot the switch to make the other port come up. I suspect STP like I said or just general weirdness with using the breakout cables on the rear ports? I can't seem to make speed-duplex 10g-full stick on 1/2/2 either. Command doesn't produce any error but the config doesn't show like the other ports. No issues setting up the other LACP lag for my Cisco switch either, it's just using the 1Gbe copper ports on the front though...
...
I have lacp between ICX and Arista, and between ICX and Juniper, and between Arista and Netgear. Different version shouldn't matter at all.Before I go through the manual and reset and config my 7250 I'm curious how it will play with my two 6610 I've already deployed. Mainly wanting to setup a LAG between my 6610 rear breakout and a 7250's SFP ports. The 6610 is on 8.0.30 and the 7250 can go up to 8.0.95. Will these different series and FastIron releases work well together? Getting my serial cable tomorrow. Thanks!
As long as both sides of the LAG are the same mode, you shouldn't have a problem. Like vangoose, I have an ICX connected to an Arista using LACP; no issues.Before I go through the manual and reset and config my 7250 I'm curious how it will play with my two 6610 I've already deployed. Mainly wanting to setup a LAG between my 6610 rear breakout and a 7250's SFP ports. The 6610 is on 8.0.30 and the 7250 can go up to 8.0.95. Will these different series and FastIron releases work well together? Getting my serial cable tomorrow. Thanks!