RTL960x icon indicating copy to clipboard operation
RTL960x copied to clipboard

DFP-34X-2C2 - strange multicast on ethernet

Open dominiaz opened this issue 2 years ago • 3 comments

I have 2Mbit/s traffic all the time on Jazztel ISP in Spain.

I have configured vlan1074 on sfp-sfpplus1 on RB4011. I am getting Internet over DHCP Client.

On sfp-sfplplus1 i see strange multicast traffic (using MT torch).

src: 10.179.0.10 dst: 239.192.250.254 (2 Mbit direct on sfp-sfpplus1)

What is it? How to block that traffic?

dominiaz avatar Jul 10 '22 14:07 dominiaz

RB4011 (Terminal):

/ip firewall raw add action=drop chain=prerouting src-address=10.179.0.10

I hope this is not SFP address of course.

Better yet, check out Mikrotik's manual at the link. Your particular case falls under the general concept of this article.

skon77 avatar Jul 10 '22 21:07 skon77

I saw the same behaviour.. not sure what is going on.

crrodriguez avatar Jul 11 '22 20:07 crrodriguez

I think you can try with diag gpon show ds-flow to identify the downstream flow with multicast traffic. For example,

RTK.0> gpon show ds-flow
============================================================
     GPON ONU MAC D/S Flow Status
Flow ID | GEM Port | Type | Multicast | AES
      0 |      704 |  ETH |           |
      1 |      705 |  ETH |           |
      2 |      706 |  ETH |           |
      3 |      707 |  ETH |           |
      4 |     4095 |  ETH |           |
      5 |     4094 |  ETH |         * |
     64 |       37 | OMCI |           |
============================================================

Then remove the downstream flow via its id diag gpon del ds-flow flow-id 5 (per above result) and verify again.

In my case, the traffic of iptv gone completely so I think it will be back once the sfp reboot / reconnect.

longthanhtran avatar Nov 09 '23 12:11 longthanhtran