Winbox 3.20, CRS326-24G, ROS 6.45.6
I have 3 bonding ports (LACP) on my switch - t1 ,t2 and t3. When I look at the host table, I can not determine the port name.
But everything is ok in the terminal window
/interface ethernet switch port print
Flags: I - invalid
# NAME SWITCH VLAN-MODE VLAN-HEADER DEFAULT-VLAN-ID
0 ether1-wan switch1 secure always-strip 10
1 ether2 switch1 secure leave-as-is auto
2 ether3 switch1 secure always-strip 99
3 ether4 switch1 secure always-strip 99
4 ether5 switch1 secure always-strip 99
5 switch1-cpu switch1 secure leave-as-is auto
/interface ethernet switch vlan print
Flags: X - disabled, I - invalid
# SWITCH VLAN-ID PORTS
0 switch1 0 switch1-cpu
ether3
ether4
ether5
1 switch1 10 switch1-cpu
ether1-wan
ether2
2 switch1 11 switch1-cpu
ether2
3 switch1 12 switch1-cpu
ether2
4 switch1 13 switch1-cpu
ether2
<snip>
# dec/20/2019 09:50:20 by RouterOS 6.44.6
# software id = xxxx-yyyy
#
# model = 951G-2HnD
# serial number = xxxxxxxxxxxx
/interface ethernet
set [ find default-name=ether1 ] comment=WAN name=ether1-wan
set [ find default-name=ether2 ] comment=Trunk
set [ find default-name=ether3 ] disabled=yes
set [ find default-name=ether4 ] disabled=yes
set [ find default-name=ether5 ] comment=Management
/interface ethernet switch port
set 0 default-vlan-id=10 vlan-header=always-strip vlan-mode=secure
set 1 vlan-mode=secure
set 2 default-vlan-id=99 vlan-header=always-strip vlan-mode=secure
set 3 default-vlan-id=99 vlan-header=always-strip vlan-mode=secure
set 4 default-vlan-id=99 vlan-header=always-strip vlan-mode=secure
set 5 vlan-mode=secure
/interface ethernet switch vlan
add independent-learning=yes ports=switch1-cpu,ether3,ether4,ether5 switch=switch1
add independent-learning=yes ports=switch1-cpu,ether1-wan,ether2 switch=switch1 vlan-id=10
add independent-learning=yes ports=switch1-cpu,ether2 switch=switch1 vlan-id=11
add independent-learning=yes ports=switch1-cpu,ether2 switch=switch1 vlan-id=12
add independent-learning=yes ports=switch1-cpu,ether2 switch=switch1 vlan-id=13
<snip>