Pim configuration on vyos firewall

Good Morning,

Friends, I’m trying to configure the PIM protocol for multicast on a VYOS Firewall:

Version: VyOS 1.2.6-H1

It is not possible to verify that the multicast tree is formed:

show ip pim join
Interface Address Source Group State Uptime Expire Prune

Could you help me with this setup?

My settings:

set protocols igmp interface eth2
set protocols pim interface eth1
set protocols pim interface eth2
set protocols pim interface eth3
set protocols pim rp address x.x.x.x group 'x.x.x.x / 24'

PIM connection interface

show ip pim statistics
BSM Statistics:
----------------
Number of Received BSMs: 11080
Number of Forwared BSMs: 0
Number of Dropped BSMs: 11080


Interface: eth1
-------------------
Number of BSMs dropped due to config miss: 0
Number of unicast BSMs dropped: 0
Number of BSMs dropped due to invalid scope zone: 0

Interface: eth2
-------------------
Number of BSMs dropped due to config miss: 0
Number of unicast BSMs dropped: 0
Number of BSMs dropped due to invalid scope zone: 0

Interface: eth2.2065
-------------------
Number of BSMs dropped due to config miss: 0
Number of unicast BSMs dropped: 0
Number of BSMs dropped due to invalid scope zone: 0

Interface: eth3
-------------------
Number of BSMs dropped due to config miss: 0
Number of unicast BSMs dropped: 0
Number of BSMs dropped due to invalid scope zone: 0

Interface: pimreg
-------------------
Number of BSMs dropped due to config miss: 0
Number of unicast BSMs dropped: 0
Number of BSMs dropped due to invalid scope zone: 0

I used this material as a basis: Multicast — VyOS 1.4.x (sagitta) documentation

Could you help me please?

hello @vitor.hugo,

Could you please draw network topology? Does this router reach RP via ICMP?