Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 23619

General • RouterOS 7.19.1: Bridge + VRRP + IGMP Snooping on CCR2004-1G-12S+2XS fails (works on v7.18.2)

$
0
0
Hello,

I'm having two CCR2004-1G-12S+2XS running v7.19.1. Both devices have a bridge and an LACP bond between them. The Bond (and all the VLANs) are in the bridge on both routers.

VLAN1 has two VRRP's:
- VRID1, vrrpv3, ipv4
- VRID 101, vrrpv3, ipv6

IGMP Snooping is enabled on both routers.

In v.7.18.1, VRRP works. One becomes master (Running) and the other is standby.
As soon as I upgrade to v7.19.1, both become master. (this also happened in v7.19 betas and in v7.19)
Downgrading to 7.18.1 fixes the problem.


Code:
# 2025-05-31 00:22:17 by RouterOS 7.18.2# software id = 0859-M53G## model = CCR2004-1G-12S+2XS# serial number = HE908MK5R62/interface bridgeadd frame-types=admit-only-vlan-tagged igmp-snooping=yes multicast-querier=yes multicast-router=permanent name=bridge1 port-cost-mode=short priority=0x3000 pvid=4094 vlan-filtering=yes/interface vlanadd interface=bridge1 name=VLAN1-Office vlan-id=1/interface bondingadd comment="802.3ad bundle between our two Core switches" lacp-rate=1sec mode=802.3ad name=bond1-core-interconnect slaves=sfp28-1,sfp28-2 transmit-hash-policy=layer-2-and-3/interface vrrpadd interface=VLAN1-Office name=vrrp-VLAN1-ipv4add interface=VLAN1-Office name=vrrp-VLAN1-ipv6 v3-protocol=ipv6 vrid=101/interface list memberadd interface=bond1-core-interconnect list=INTERCONNECT/interface bridge portadd bridge=bridge1 edge=no frame-types=admit-only-vlan-tagged interface=INTERCONNECT internal-path-cost=10 multicast-router=permanent path-cost=10 pvid=4094 trusted=yes/interface bridge vlanadd bridge=bridge1 tagged="bridge1,sfp-sfpplus11,sfp-sfpplus12,bond1-core-interconnect" vlan-ids=1/ip addressadd address=192.168.0.251/24 comment="Local IPs and VRRP" interface=VLAN1-Office network=192.168.0.0add address=192.168.0.254 interface=vrrp-VLAN1-ipv4 network=192.168.0.254/ipv6 addressadd address=xxxx:xxxx:xxxx:1:: interface=vrrp-VLAN1-ipv6add address=xxxx:xxxx:xxxx:1::1 comment="Local IPv6 and VRRP" interface=VLAN1-Office

Is anyone else having the same problem?


On Router1 doing a
/tool sniffer quick interface=VLAN1-Office ip-protocol=112
shows me:


v7.18.2:
Code:
Columns: INTERFACE, TIME, NUM, DIR, SRC-MAC, DST-MAC, SRC-ADDRESS, DST-ADDRESS, PROTOCOL, SIZE, CPUINTERFACE     TIME   NUM  DIR  SRC-MAC            DST-MAC            SRC-ADDRESS               DST-ADDRESS  PROTOCOL   SIZE  CPUVLAN1-Office  0.467    2  ->   00:00:5E:00:01:01  01:00:5E:00:00:12  192.168.0.251             224.0.0.18   ip:vrrp      46    1VLAN1-Office  0.477    3  <-   00:00:5E:00:01:01  01:00:5E:00:00:12  192.168.0.252             224.0.0.18   ip:vrrp      56    3VLAN1-Office  1.468    4  ->   00:00:5E:00:02:65  33:33:00:00:00:12  fe80::a55:31ff:fefd:782f  ff02::12     ipv6:vrrp    94    1VLAN1-Office  1.468    5  ->   00:00:5E:00:01:01  01:00:5E:00:00:12  192.168.0.251             224.0.0.18   ip:vrrp      46    1

But on v7.19 it only shows:
Code:
Columns: INTERFACE, TIME, NUM, DIR, SRC-MAC, DST-MAC, SRC-ADDRESS, DST-ADDRESS, PROTOCOL, SIZE, CPUINTERFACE     TIME   NUM  DIR  SRC-MAC            DST-MAC            SRC-ADDRESS               DST-ADDRESS  PROTOCOL   SIZE  CPUVLAN1-Office  0.467    2  ->   00:00:5E:00:01:01  01:00:5E:00:00:12  192.168.0.251             224.0.0.18   ip:vrrp      46    1VLAN1-Office  1.468    4  ->   00:00:5E:00:02:65  33:33:00:00:00:12  fe80::a55:31ff:fefd:782f  ff02::12     ipv6:vrrp    94    1VLAN1-Office  1.468    5  ->   00:00:5E:00:01:01  01:00:5E:00:00:12  192.168.0.251             224.0.0.18   ip:vrrp      46    1

Disabling IGMP Snooping fixes the problem. However, then I live in a multicast hell..

Statistics: Posted by roeller — Sat May 31, 2025 1:40 am



Viewing all articles
Browse latest Browse all 23619

Trending Articles