Actually I found that when I set the admin-mac on the bridge, the resetting stops, and only getting looped packet messages at boot up. Although still puzzled and this is not optimal, at least the network works now.Did you set (or have set by the defaults) the admin-mac of the bridge to the MAC of the first ethernet port in that bridge?
Can you send the entire /export for interface, bridge and bridge ports?
There must be some dup MAC
Is there no other router in the network running from a backup of a different device?
Here's the full export on interface, bridge, and bridge ports:
Code:
/interface bridgeadd admin-mac=52:39:26:13:00:01 auto-mac=no igmp-snooping=yes \ multicast-querier=yes name=brg1-lan port-cost-mode=short priority=0x1000 \ protocol-mode=mstp querier-interval=2m5s query-interval=1m \ vlan-filtering=yesadd admin-mac=48:A9:8A:85:C1:F6 auto-mac=no comment=\ "Cannot change MAC, or Internet traffic will be gone." name=brg2-wan \ port-cost-mode=shortadd admin-mac=52:39:26:13:00:03 auto-mac=no igmp-snooping=yes name=\ v-brg3-lan-utilities port-cost-mode=short protocol-mode=noneadd admin-mac=52:39:26:13:00:04 auto-mac=no igmp-snooping=yes name=\ v-brg4-lan-guest port-cost-mode=short protocol-mode=noneadd admin-mac=52:39:26:13:00:05 auto-mac=no disabled=yes igmp-snooping=yes \ name=v-brg5-lan-untagged port-cost-mode=short protocol-mode=noneadd admin-mac=52:39:26:13:00:06 auto-mac=no igmp-snooping=yes name=\ v-brg6-lan-datacenter port-cost-mode=short protocol-mode=none/interface ethernetset [ find default-name=ether1 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether01set [ find default-name=ether2 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether02set [ find default-name=ether3 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether03set [ find default-name=ether4 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether04set [ find default-name=ether5 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether05set [ find default-name=ether6 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether06set [ find default-name=ether7 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether07set [ find default-name=ether8 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether08set [ find default-name=ether9 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s name=ether09set [ find default-name=ether10 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=ether11 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=ether12 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=ether13 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=ether14 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=ether15 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=ether16 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10sset [ find default-name=sfp-sfpplus1 ] loop-protect-disable-time=2m \ loop-protect-send-interval=10s sfp-rate-select=lowset [ find default-name=sfp-sfpplus2 ] comment=WAN loop-protect-disable-time=\ 2m loop-protect-send-interval=10s sfp-rate-select=low/interface 6to4add comment="Hurricane Electric IPv6 Tunnel Broker" !keepalive local-address=\ 50.35.75.10 mtu=1280 name=sit1 remote-address=216.218.226.238/interface vlanadd disabled=yes interface=brg1-lan name=brg1-lan-vlan0013 vlan-id=13add interface=brg1-lan name=brg1-lan-vlan0019 vlan-id=19add interface=brg1-lan name=brg1-lan-vlan0029 vlan-id=29add interface=brg1-lan name=brg1-lan-vlan0059 vlan-id=59/interface bondingadd down-delay=100ms mode=802.3ad name="aggregate[3,4]" slaves=\ ether03,ether04 up-delay=100msadd down-delay=100ms mode=802.3ad name="aggregate[5,6]" slaves=\ ether05,ether06 up-delay=100msadd down-delay=100ms mode=802.3ad name="aggregate[7,8]" slaves=\ ether07,ether08 up-delay=100ms/interface listadd comment=defconf name=WANadd comment=defconf name=LANadd comment="Specific IPv6 only WAN interface, like IPv6 Tunnel Broker" \ include=WAN name=WANv6 /interface bridge portadd bridge=v-brg4-lan-guest ingress-filtering=no interface=brg1-lan-vlan0029 \ internal-path-cost=10 path-cost=10add bridge=v-brg3-lan-utilities ingress-filtering=no interface=\ brg1-lan-vlan0019 internal-path-cost=10 path-cost=10add bridge=v-brg5-lan-untagged ingress-filtering=no interface=\ brg1-lan-vlan0013 internal-path-cost=10 path-cost=10add bridge=v-brg6-lan-datacenter ingress-filtering=no interface=\ brg1-lan-vlan0059 internal-path-cost=10 path-cost=10add bridge=brg2-wan ingress-filtering=no interface=sfp-sfpplus2 \ internal-path-cost=1280 path-cost=128add bridge=brg1-lan ingress-filtering=no interface=sfp-sfpplus1 \ internal-path-cost=128 path-cost=128add bridge=brg1-lan ingress-filtering=no interface=ether10 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether11 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether12 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether13 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether14 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether15 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether16 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether01 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether02 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan ingress-filtering=no interface=ether09 \ internal-path-cost=1280 path-cost=1280add bridge=brg1-lan interface="aggregate[3,4]" internal-path-cost=640 \ path-cost=640add bridge=brg1-lan interface="aggregate[5,6]" internal-path-cost=640 \ path-cost=640add bridge=brg1-lan interface="aggregate[7,8]" internal-path-cost=640 \ path-cost=640/interface bridge vlan# ether03,ether04,ether05,ether06,ether07,ether08 not a bridge portadd bridge=brg1-lan tagged="brg1-lan,ether01,ether02,ether03,ether04,ether05,e\ ther06,ether07,ether08,ether09,ether10,ether11,ether12,ether13,ether14,eth\ er15,ether16,sfp-sfpplus1,aggregate[3,4],aggregate[5,6],aggregate[7,8]" \ vlan-ids=19# ether03,ether04,ether05,ether06,ether07,ether08 not a bridge portadd bridge=brg1-lan tagged="brg1-lan,ether01,ether02,ether03,ether04,ether05,e\ ther06,ether07,ether08,ether09,ether10,ether11,ether12,ether13,ether14,eth\ er15,ether16,sfp-sfpplus1,aggregate[3,4],aggregate[5,6],aggregate[7,8]" \ vlan-ids=29# ether03,ether04,ether05,ether06,ether07,ether08 not a bridge portadd bridge=brg1-lan tagged="brg1-lan,ether01,ether02,ether03,ether04,ether05,e\ ther06,ether07,ether08,ether09,ether10,ether11,ether12,ether13,ether14,eth\ er15,ether16,sfp-sfpplus1,aggregate[3,4],aggregate[5,6],aggregate[7,8]" \ vlan-ids=59# ether03,ether04,ether05,ether06,ether07,ether08 not a bridge portadd bridge=brg1-lan tagged="brg1-lan,ether01,ether02,ether03,ether04,ether05,e\ ther06,ether07,ether08,ether09,ether10,ether11,ether12,ether13,ether14,eth\ er15,ether16,sfp-sfpplus1,aggregate[3,4],aggregate[5,6],aggregate[7,8]" \ vlan-ids=13# ether03,ether04,ether05,ether06,ether07,ether08 not a bridge portadd bridge=brg1-lan untagged="brg1-lan,ether01,ether02,ether03,ether04,ether05\ ,ether06,ether07,ether08,ether09,ether10,ether11,ether12,ether13,ether14,e\ ther15,ether16,sfp-sfpplus1,aggregate[3,4],aggregate[5,6],aggregate[7,8]" \ vlan-ids=1/interface detect-internetset internet-interface-list=WAN lan-interface-list=LAN wan-interface-list=WAN/interface list memberadd interface=brg2-wan list=WANadd interface=brg1-lan list=LANadd interface=v-brg3-lan-utilities list=LANadd interface=v-brg4-lan-guest list=LANadd interface=v-brg5-lan-untagged list=LANadd interface=v-brg6-lan-datacenter list=LANadd interface=sit1 list=WANv6
Statistics: Posted by ccl13 — Sat Mar 16, 2024 12:23 am