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
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
!
...