Hi all, new update
I have changed my PIM interfaces to be in DENSE mode since RPs and Bootstrap router setup IPs are confusing me in this simple setup (it seems like SPARSE mode setup scenario is more when networks are inbetween Secure Gateway and sources and listeners), all accordingly to manual.
Some command outputs:
CIMACT_FW> show pim summary
Instance ID is 0
Instance is running dense mode with state refresh
Address family of the interface is IPV4
Number of join/prune entries: 2
CIMACT_FW> show pim st
CIMACT_FW> show pim stats
PacketType Transmit Received TxErrors RxErrors
Hello 260 0 0 0
Register 0 0 0 0
RegisterStop 0 0 0 0
JoinPrune 9 0 0 0
Bootstrap 14 0 0 0
Assert 29 0 0 0
Graft 0 0 0 0
Graft Ack 0 0 0 0
Candidate RP 0 0 0 0
StateRefresh 0 0 0 0
CIMACT_FW> show igmp
IGMP State
Interfaces enabled 2
Next group age in 60 seconds
Multicast traceroute enabled
CIMACT_FW> show igmp summ
CIMACT_FW> show igmp summary
IGMP State
Interfaces enabled 2
Next group age in 54 seconds
Multicast traceroute enabled
CIMACT_FW> show mfc
Multicast Forwarding Cache State
Number of interfaces enabled: 2
Number of cache entries: 2
Kernel forwarding entry limit: unlimited
Number of kernel forwarding entries: 2
Cache entry average lifetime: 300 seconds
Prune average lifetime: 7200 seconds
Cache age cycle: 10 seconds
Next cache age: 3
Datarate update interval: 10 seconds
Multicast Protocol(Instance): PIM(0)
CIMACT_FW> show static-mroute
Static Multicast Routes:
0.0.0.0/0 via 10.10.101.2, eth3, cost 0, age 4191
On Log view i get drops with intermitten error varies from "too many packet received before route was resolved" and other "missing OS route".
On fw monitor -e "net(239.0.0.0, 8), accept;" all is the same, I can see just 'i' on eth1 interface.
Any new thoughts?