I have a L2 IGMP environemnt that I need to change to L3 (unless my understanding is off?). I've configured the Source traffic (sending 100 Video streams starting Src 25.0.0.1 Dest 237.5.0.2) connected directly into the Querying switch (6506) in VLAN 193 (access mode).
interface G3/7
description Traffic Source
switchport
switchport access vlan 193
switchport trunk encapsulation dot1q
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
spanning-tree portfast trunk
-----
interface G3/8
description receiving device
switchport
switchport access vlan 193
switchport trunk encapsulation dot1q
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
spanning-tree portfast trunk
Cisco6500IOS#sh ip igmp sn mr
vlan ports
-----+-----------------------
193 Router
Cisco6500IOS#sh run int vlan 193
interface Vlan193
ip address 10.115.193.5 255.255.255.0
ip pim sparse-dense-mode
Cisco6500IOS#sh ip igmp group
IGMP Connected Group Membership
Group Address Interface Uptime Expires Last Reporter
224.0.1.40 Vlan620 8w6d 00:02:23 10.115.62.5
My questions/Problems are; if I have a device that needs to send a Join and request 5-of-100 streams, then that device should only see 5-streams, right? However, since i'm running the port in access mode vlan 193 in L2, I see all 100, not just the 5 that I'm requesting.
Any ideas how to get to a true L3 environment?
interface G3/7
description Traffic Source
switchport
switchport access vlan 193
switchport trunk encapsulation dot1q
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
spanning-tree portfast trunk
-----
interface G3/8
description receiving device
switchport
switchport access vlan 193
switchport trunk encapsulation dot1q
switchport trunk allowed vlan none
switchport mode access
switchport nonegotiate
spanning-tree portfast trunk
Cisco6500IOS#sh ip igmp sn mr
vlan ports
-----+-----------------------
193 Router
Cisco6500IOS#sh run int vlan 193
interface Vlan193
ip address 10.115.193.5 255.255.255.0
ip pim sparse-dense-mode
Cisco6500IOS#sh ip igmp group
IGMP Connected Group Membership
Group Address Interface Uptime Expires Last Reporter
224.0.1.40 Vlan620 8w6d 00:02:23 10.115.62.5
My questions/Problems are; if I have a device that needs to send a Join and request 5-of-100 streams, then that device should only see 5-streams, right? However, since i'm running the port in access mode vlan 193 in L2, I see all 100, not just the 5 that I'm requesting.
Any ideas how to get to a true L3 environment?