First meeting with Mikrotik.
Do everything according to this article RouterOS - RouterOS - MikroTik Documentation.
Connect 24 port Mikrotik with 23 port another switch (ZTE).
But on ZTE port there is no even a mac address.
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK INTERFACE
0 ;;; default configuration
10.124.183.252/24 10.124.183.0 br-vlan40
[admin@MikroTik] > interface print
Flags: D - dynamic, X - disabled, R - running, S - slave
NAME TYPE MTU L2MTU MAX-L2MTU MAC-ADDRESS
0 ether1 ether 1500 1588 4064 4C:5E:0C:95:FA:6E
1 ether2 ether 1500 1588 4064 4C:5E:0C:95:FA:6F
2 RS ether3 ether 1500 1588 4064 4C:5E:0C:95:FA:70
3 S ether4 ether 1500 1588 4064 4C:5E:0C:95:FA:71
4 S ether5 ether 1500 1588 4064 4C:5E:0C:95:FA:72
5 S ether6 ether 1500 1588 4064 4C:5E:0C:95:FA:73
6 S ether7 ether 1500 1588 4064 4C:5E:0C:95:FA:74
7 S ether8 ether 1500 1588 4064 4C:5E:0C:95:FA:75
8 S ether9 ether 1500 1588 4064 4C:5E:0C:95:FA:76
9 S ether10 ether 1500 1588 4064 4C:5E:0C:95:FA:77
10 S ether11 ether 1500 1588 4064 4C:5E:0C:95:FA:78
11 S ether12 ether 1500 1588 4064 4C:5E:0C:95:FA:79
12 S ether13 ether 1500 1588 4064 4C:5E:0C:95:FA:7A
13 S ether14 ether 1500 1588 4064 4C:5E:0C:95:FA:7B
14 S ether15 ether 1500 1588 4064 4C:5E:0C:95:FA:7C
15 S ether16 ether 1500 1588 4064 4C:5E:0C:95:FA:7D
16 S ether17 ether 1500 1588 4064 4C:5E:0C:95:FA:7E
17 S ether18 ether 1500 1588 4064 4C:5E:0C:95:FA:7F
18 S ether19 ether 1500 1588 4064 4C:5E:0C:95:FA:80
19 S ether20 ether 1500 1588 4064 4C:5E:0C:95:FA:81
20 ether21 ether 1500 1588 4064 4C:5E:0C:95:FA:82
21 ether22 ether 1500 1588 4064 4C:5E:0C:95:FA:83
22 ether23 ether 1500 1588 4064 4C:5E:0C:95:FA:84
23 RS ether24 ether 1500 1588 4064 4C:5E:0C:95:FA:85
24 S sfp1-slave-local ether 1500 1588 4064 4C:5E:0C:95:FA:86
25 R br-vlan40 bridge 1500 1588 4C:5E:0C:95:FA:70
26 R bridge1 bridge 1500 65535 00:00:00:00:00:00
27 R vlan-40 vlan 1500 1584 4C:5E:0C:95:FA:70
[admin@MikroTik] > interface bridge print
Flags: X - disabled, R - running
0 R name="br-vlan40" mtu=1500 l2mtu=1588 arp=enabled mac-address=4C:5E:0C:95:FA:70 protocol-mode=rstp priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00
max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m
1 R name="bridge1" mtu=1500 l2mtu=65535 arp=enabled mac-address=00:00:00:00:00:00 protocol-mode=rstp priority=0x8000 auto-mac=yes admin-mac=00:00:00:00:00:00
max-message-age=20s forward-delay=15s transmit-hold-count=6 ageing-time=5m
[admin@MikroTik] >
admin@MikroTik] /interface ethernet switch> egress-vlan-tag print
Flags: X - disabled, I - invalid, D - dynamic
VLAN-ID TAGGED-PORTS
0 40 ether23
ether24
1 58 ether23
ether24
2 92 ether23
ether24
3 D 4091
4 D 4095
[admin@MikroTik] /interface ethernet switch>
[admin@MikroTik] /interface ethernet switch> ingress-vlan-translation print
Flags: X - disabled, I - invalid, D - dynamic
0 ports=ether17 service-vlan-format=any customer-vlan-format=any
customer-vid=0 new-customer-vid=40 pcp-propagation=no sa-learning=yes
1 ports=ether18 service-vlan-format=any customer-vlan-format=any
customer-vid=0 new-customer-vid=58 pcp-propagation=no sa-learning=yes
2 ports=ether20 service-vlan-format=any customer-vlan-format=any
customer-vid=0 new-customer-vid=92 pcp-propagation=no sa-learning=yes
3 ports=ether4 service-vlan-format=any customer-vlan-format=any customer-vid=0
new-customer-vid=40 pcp-propagation=no sa-learning=yes
4 D ports=ether4,ether6,ether7,ether8,ether15,ether17,ether18,ether19,ether20,
ether24
service-vlan-format=any customer-vlan-format=any new-customer-vid=4091
pcp-propagation=no sa-learning=yes
5 D ports=ether2,ether3,ether21,ether22,ether23 service-vlan-format=any
customer-vlan-format=any new-customer-vid=4095 pcp-propagation=no
sa-learning=no
[admin@MikroTik] /interface ethernet switch
What's the problem, any idea?