Trying to set up IGMP on a 6506 for the first time, and want to know if anyone has any real-time configs as an example? I'm looking to configure from the switch and down to the port level with joins, leaves, etc....any ideas?
Here is a great link breaking down the whole configuration steps. As I said its not so difficult, but you need to get your head around the concept. You do not need to configure interfaces with Multicast addresses, all your interfaces need to be configured with Unicast address, and your unicast network needs to work (routing).
If it's local to one network you should only need igmp snooping if I remember correctly. You only need a router/PIM if you need to route it to other networks. The switch will pay attention to the IGMP join messages; it doesn't care that the router will ignore them.
I have the following setup...
C75xx --- C65xx --- Test Probe
So if I have a single subnetted network (for lab purposes only) and have some test probes capable of joining an IGMP session (directly connected to the 65xx switch), what would I need to configure for that switch? I don't think I need to configure anything on the 75xx Router?
Sure, I'll answer this so unabomber can answer some harder questions.
What is it you wish to do? Just use multicasting on your local subnet? Source and destination on the same subnet? That's easy. It requires NO configuration. Multicasting only requires configuration if you need to send it to OTHER SUBNETS. Your router will ignore the multicasts and that is what you want.
Now, igmp SNOOPING is a good thing if you want to limit the multicasting inside your subnet. Do you need to? Not at all - the other workstations will happily ignore the multicasts! Won't even slow them down - it is ignored at layer 2. (Think it happens in hardware - not sure, interesting question) It's just a nice thing to have - why send traffic to ports it doesn't need to go to?
On catos it's 'set igmp enable'. On ios, it's 'ip igmp snooping'. It's really that easy.
I'm looking to have the test probes be able to join/leave/report/querie on a specific vlan. I'm using a IP traffic generator (MPEG/UDP streams) with associated MAC, IP, etc onto the 65xx switch, and want the probes to be able to join them. Just not sure if enableing IGMP is as simple as that? I thought I needed to configure at the VLAN interface or some IP address association to the actual ports in question?
Yes, mcast on the local subnet. Am I to setup snooping on each vlan int or the entire switch?
Still not seeing joins/leaves properly, and not seeing traffic on the streams?
My configs appear ok, and see the Cisco General Query sent and the IGMP v2 Membership Report from the 10.115.62.5 host. I'm using a traffic generator (see bottom for config) for the streams and do not see them passing any traffic. Anything I'm missing in my configs?
Cisco6500IOS#sh ip igmp sn mr
vlan ports
-----+----------------------------------------
620 Router
Cisco6500IOS#sh ip igmp gr
IGMP Connected Group Membership
Group Address Interface Uptime Expires Last Reporter
239.255.33.1 Vlan620 01:28:41 00:02:47 10.115.62.5
239.255.33.2 Vlan620 01:01:31 00:02:49 10.115.62.5
239.255.33.4 Vlan620 01:01:29 00:02:51 10.115.62.5
239.255.33.5 Vlan620 01:01:27 00:02:53 10.115.62.5
Cisco6500IOS#sh ip igmp int vlan 620
Vlan620 is up, line protocol is up
Internet address is 10.115.62.2/28
IGMP is enabled on interface
Current IGMP host version is 2
Current IGMP router version is 2
IGMP query interval is 60 seconds
IGMP querier timeout is 120 seconds
IGMP max query response time is 10 seconds
Last member query response interval is 1000 ms
Inbound IGMP access group is not set
IGMP activity: 11 joins, 7 leaves
Multicast routing is enabled on interface
Multicast TTL threshold is 0
Multicast designated router (DR) is 10.115.62.2 (this system)
IGMP querying router is 10.115.62.2 (this system)
No multicast groups joined
IGMP snooping is globally enabled
IGMP snooping is enabled on this interface
IGMP snooping fast-leave is disabled on this interface
IGMP snooping querier is enabled on this interface
IGMP snooping last member query interval on this interface is 1000 ms
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.