Hi,
I’m having a trouble with CRS317, this message appears 1 minute / 1 minute in log. The RSTP protocol is enabled in switchs.
19:02:09 interface,warning sfp-sfpplus1: bridge port received packet with own address as source address (b8:69:f4:7f:b1:2a), probably loop
19:03:09 interface,warning sfp-sfpplus1: bridge port received packet with own address as source address (b8:69:f4:7f:b1:2a), probably loop
19:04:09 interface,warning sfp-sfpplus1: bridge port received packet with own address as source address (b8:69:f4:7f:b1:2a), probably loop
19:05:09 interface,warning sfp-sfpplus1: bridge port received packet with own address as source address (b8:69:f4:7f:b1:2a), probably loop
I read the documentation from Mikrotik wiki and not identified any problem in configuration.
- https://wiki.mikrotik.com/wiki/Manual:Spanning_Tree_Protocol
- https://wiki.mikrotik.com/wiki/Manual:CRS3xx_series_switches
Anyone have an idea what is causing this warning message? No occurs forwarding problem but the CRS317-C is slow and not responding various SNMP and ICMP requests, causing fails on monitoring systems.
The network topology is attached to the post.
Below is the configuration from equipments.
\
CRS317-A
RouterOS 6.44
/interface bridge
add name=bridge-core-a priority=0x1000 vlan-filtering=yes
/interface bonding
add mode=802.3ad mtu=2000 name=bonding1 slaves=sfp-sfpplus3,sfp-sfpplus5
/interface bridge port
add bridge=bridge-core-a interface=sfp-sfpplus8
add bridge=bridge-core-a interface=sfp-sfpplus7
add bridge=bridge-core-a interface=sfp-sfpplus4
add bridge=bridge-core-a interface=sfp-sfpplus2
add bridge=bridge-core-a interface=sfp-sfpplus6
add bridge=bridge-core-a interface=bonding1 path-cost=5
add bridge=bridge-core-a interface=sfp-sfpplus9
add bridge=bridge-core-a interface=sfp-sfpplus10
add bridge=bridge-core-a interface=sfp-sfpplus11
\
CRS317-B
RouterOS 6.44
/interface bridge
add name=bridge-core-a priority=0x4000 vlan-filtering=yes
/interface bonding
add mode=802.3ad mtu=2000 name=bonding1 slaves=sfp-sfpplus1,sfp-sfpplus3
/interface bridge port
add bridge=bridge-core-a interface=sfp-sfpplus5 path-cost=25
add bridge=bridge-core-a interface=sfp-sfpplus7 path-cost=25
add bridge=bridge-core-a interface=sfp-sfpplus15
add bridge=bridge-core-a interface=sfp-sfpplus16
add bridge=bridge-core-a interface=bonding1 path-cost=5
add bridge=bridge-core-a interface=sfp-sfpplus9 path-cost=25
\
CRS317-C
RouterOS 6.44
/interface bridge
add name=bridge-core-a priority=0x4000 vlan-filtering=yes
/interface bridge port
add bridge=bridge-core-a interface=sfp-sfpplus1 path-cost=5
add bridge=bridge-core-a interface=sfp-sfpplus3 path-cost=25
add bridge=bridge-core-a interface=sfp-sfpplus16
\
CCR1036
RouterOS 6.42.1
/interface bridge
add name=bridge-core-a
/interface bridge port
add bridge=bridge-core-a interface=sfp-sfpplus1
add bridge=bridge-core-a interface=sfp-sfpplus2 path-cost=25
