Show Mac Adress Switch - Port

Hi,

how can I display which device is plugged into which port on a CRS112-8P-4S? So, for example, just the Mac address?

Somehow doesn’t show all ports
/interface bridge host print

If your bridge setup is offloaded to switch (i.e. you don’t have abything configured on bridge), then you’re probably looking for

/interface/ethernet/switch/host/print

the command doesn’t exist

[dima@TEST] > /interface/ethernet/switch/print
                                                     name: switch1
                                                     type: QCA-8511
                                              bridge-type: customer-vid-used-as-lookup-vid
                      drop-if-no-vlan-assignment-on-ports: 
  drop-if-invalid-or-src-port-not-member-of-vlan-on-ports: ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8,sfp9,sfp10,sfp11,sfp12
                                 unknown-vlan-lookup-mode: svl
                                     forward-unknown-vlan: yes
                          use-svid-in-one2one-vlan-lookup: no
                          use-cvid-in-one2one-vlan-lookup: yes
                                      mac-level-isolation: yes
                                    multicast-lookup-mode: dst-ip-and-vid-for-ipv4
                         override-existing-when-ufdb-full: no
                                      unicast-fdb-timeout: 5m
                                          ingress-mirror0: switch1-cpu,unmodified
                                          ingress-mirror1: switch1-cpu,unmodified
                                     ingress-mirror-ratio: 1/1
                                           egress-mirror0: switch1-cpu,modified
                                           egress-mirror1: switch1-cpu,modified
                                      egress-mirror-ratio: 1/1
                                                 fdb-uses: mirror0
                                                vlan-uses: mirror0
                        mirror-egress-if-ingress-mirrored: no
                                 mirror-tx-on-mirror-port: no
                             mirrored-packet-qos-priority: 0
                          mirrored-packet-drop-precedence: green
                           bypass-vlan-ingress-filter-for: 
                         bypass-ingress-port-policing-for: 
                      bypass-l2-security-check-filter-for: 
[dima@TEST] > /interface/ethernet/switch/host 
bad command name host (line 1 column 28)
[dima@TEST] > /interface/ethernet/switch/host/print
syntax error (line 1 column 32)
[dima@TEST] >

Right, CRS1xx is different. I believe command

/interface ethernet switch unicast-fdb print

should work.