cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1865
Views
0
Helpful
1
Replies

IPv6 multicast group address reachability issue

amitbhandari_83
Level 1
Level 1

Dear fellow networkers,

I am struggling with the strange issue during my ipv6 multicast performance analysis.

Server==== R1=====R2=====R3====receiver

I am running PIM-SM on routers (all cisco 2911) and on R3 I have given ip mld join-group <group id> source <server ip> interface command for testing (as using SSM).

This setup and configuration works fine when I use router as server (by disabling IPv6 routing and default gateway as R1 connected interface ip) and I can ping multicast group ff35::1 and able to get response from R3 ( due to join-group command). But when I use PC as server, instead of router, I am unable to get ping response when pinging multicast group ip. The setup and configuration is exactly the same, its just that everything works fine except when I swap router with pc as server.

I tried the same setup with IPv4 and everything works fine and able to got response from R3, when I ping the ipv4 multicast group ip from the windows PC as source. 

Unable to understand if its PC issue or network issue, I have tried both windows and Linux machine, still the same.

Kindly advice.

Thanx a lot in advance.

Regards,

Amit

1 Reply 1

Hello amitbhandari_83,

Can we check if the (S, G) entry is created on the First Hop Router (FHR - R1) when sending Multicast stream from the Server?

  • show ipv6 mroute

If not, R1 is not receiving the Multicast stream from the Server.

In Cisco IOS, PIM for IPv6 is enabled by default on the interfaces. Please, ensure that Multicast for IPv6 is enabled as well.

  • ip routing
  • ipv6 unicast-routing
  • ipv6 multicast-routing
  • ipv6 cef

I hope this helps.

Best Regards