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

IPv6 MLD (IGMP?) issue with non cisco product

merrittr
Level 1
Level 1

This is a little ,off topic ,since the device isnt a CISCO device ...just uses the ios. here is my problem I have a setup on a switch using ipv4 igmp for multicasting . I need to test how this works using IPv6 and MLD ...so I have nearly the same configuration except for the word ipv6 = ip and mld = igmp. Like I said this is identical.

 

configure terminal
ipv6 mld snooping
ipv6 mld snooping vlan 1
ipv6 mld snooping fast-leave
ipv6 mld snooping vlan 1 fast-leave
ipv6 mld snooping query-interval 100
ipv6 mld snooping query-max-response-time 5
ipv6 mld snooping last-member-query-interval 1000
ipv6 mld snooping vlan 1 querier address fe80::1
ipv6 mld snooping vlan 1 querier
ipv6 mld snooping vlan 1 query-interval 200
ipv6 mld snooping vlan 1 query-max-response-time 5
ipv6 mld snooping vlan 1 querier-timeout 100
ipv6 mld snooping vlan 1 last-member-query-interval 1000
ipv6 mld snooping vlan 1 discard-unknown
ipv6 mld snooping discard-unknown


the info on the port connected is

eth1      Link encap:Ethernet  HWaddr 90:e2:ba:72:71:68  
          inet addr:10.50.0.2  Bcast:10.50.0.255  Mask:255.255.255.0
          inet6 addr: fe80::92e2:baff:fe72:7168/64 Scope:Link
          inet6 addr: 2012::2/64 Scope:Global
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:14 errors:0 dropped:0 overruns:0 frame:0
          TX packets:140 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:1207 (1.2 KB)  TX bytes:18240 (18.2 KB)

 

 

but when I try and stream from VLC using rtp://[ff15:1]:5004 I see that my listener reports go out but i don't seem to be getting added to the group? ... I know this set up should work because if I remove the lines

 

ipv6 mld snooping vlan 1 discard-unknown
ipv6 mld snooping discard-unknown

 

and the traffic floods to all ports the stream starts playing in VLC ...

 

is there a problem with my IPv6 setup possibly?

1 Reply 1

merrittr
Level 1
Level 1

disregard this its solve IPv6 wasn't properley enabled

Review Cisco Networking for a $25 gift card