04-10-2024 04:19 AM
Hi ALL,
I have setup a lab in CML for testing multicast using Auto-RP but I cant see traffic flowing from the source to the receivers . I can see the (S,G) entry in the first hop router and the (*,G) entry in the RP .
Appreciate any feedback
Thanks,
Francesco
04-20-2024 05:35 AM
Do below changes
1- R2 and R4
Ip pim send-rp- discover <using it loopack as source and ttl as 10>
2-R3
Ip pim send-rp- announce
3- all routers config it interface with
Ip pim spare-dense-mode
After that check multicast from source to receiver.
Thanks for waiting
MHM
04-22-2024 08:50 AM - edited 04-22-2024 08:51 AM
@MHM Cisco World : I have tried that and it didn't work . I have configured "ip pim auto-rp listener" which is the same as pim sparse-dense-mode under the interface configuration
I did a packet capture on R1 and I cant see the Register message leaving the router and then I found this article. After replacing R1 with a NX-OS it started working as expected . Maybe it is an issue with CML with ios-v nodes
04-22-2024 08:54 AM
ip pim auto-rp listener is not same as ad using
Ip pim spare-dense mode
Use exactly what I mentioned above, if it work then i will explain to you why you need it.
Use Routet not nexus
MHM
04-23-2024 02:10 AM
@MHM Cisco World : I tried but you suggested in the previous post and it didnt work
04-23-2024 02:17 AM
Share the config of R3 R1 R2 after changing
MHM
04-24-2024 02:39 AM
here are the config
04-24-2024 02:41 AM - edited 04-24-2024 02:41 AM
@MHM Cisco World : latest config here
04-24-2024 02:44 AM - edited 04-24-2024 02:51 AM
In R3
Ip pim send-rp- announce loopback <- this missing
In R1 and R2
Ip pim autorp listening <- this missing
MHM
04-24-2024 03:58 AM
@MHM Cisco World : in R3 I have already this config
R3# show running-config | i rp
ip pim send-rp-announce Loopback0 scope 10 interval 10
For R1 and R2 you mean to add ip pim autorp listener ? I did and still it doesnt work . anyway I already have dense-sparse mode configured in all interfaces
04-10-2024 08:57 AM
Somewhat off topic: why use an RP at all? Why not use PIM-SSM instead? Do you need to support/model a legacy PIM-SM network or application?
04-11-2024 01:42 AM
yes I need to work on sparse mode network
04-24-2024 04:25 AM
How a multicast source comes to existence ? An IP host starts sending IP frames out with the multicast IP destination address. That's it... The story with rp election, sparse/dense mode, IGMP and so on - is not about multicast source at all - but about subsequest forwarding/routing of these multicast frames sent by said source. Multicast is connectionless UDP traffic.
04-25-2024 01:25 AM
@hunnufisher : exactly as you said , the source will start transmitting to a mcast group and then it is up to the network to deliver the stream . there is no signalling between source and first hop router
04-25-2024 01:35 AM
If you see
Show ip mroute
There are three groups
One your multicast group
Other are .39 and .40
These last two groups is for announce and discovery of RP since you use auto-RP.
The R1 is not direct connect to R3 (auto-RP) this make R1 missing know the RP and hence the R1 can not forward multicast.
If you can do direct connect between R1 and R3 and check the multicast.
MHM
04-26-2024 01:41 AM - edited 04-26-2024 01:42 AM
@MHM Cisco World : I have tried the option to connect R1 to R3 directly and it also didnt work.
R1 is learning about the RP from R2 which is configured as MA
R1#show ip pim rp mapping
PIM Group-to-RP Mappings
Group(s) 224.0.0.0/4
RP 3.3.3.3 (?), v2v1
Info source: 2.2.2.2 (?), elected via Auto-RP
Uptime: 2d23h, expires: 00:00:29
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide