<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=HPMulticast</id>
		<title>HPMulticast - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/index.php?action=history&amp;feed=atom&amp;title=HPMulticast"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=HPMulticast&amp;action=history"/>
		<updated>2026-05-12T21:58:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=HPMulticast&amp;diff=3444&amp;oldid=prev</id>
		<title>Cam: collected more data on what happens if IGMP is disabled, causes packet loss to anything that is plugged into the switch during multicast</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=HPMulticast&amp;diff=3444&amp;oldid=prev"/>
				<updated>2011-06-22T10:21:04Z</updated>
		
		<summary type="html">&lt;p&gt;collected more data on what happens if IGMP is disabled, causes packet loss to anything that is plugged into the switch during multicast&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==HP Procure Multicast Configuration==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
&lt;br /&gt;
====Components Used====&lt;br /&gt;
#Fog server running version 0.30&lt;br /&gt;
#HP ProCurve 5406zl (core layer 3 router)&lt;br /&gt;
#HP ProCurve 4108   (building layer 2 Switch)&lt;br /&gt;
#HP ProCurve 2520   (layer 2 Switch on my desk)&lt;br /&gt;
#2 PCs&lt;br /&gt;
&lt;br /&gt;
====Setup====&lt;br /&gt;
#3 Subnets (and VLANs) one for servers and two for students/staff&lt;br /&gt;
#FOG server on vlan 1 with IP address 192.168.19.77 - connected to the 5406zl&lt;br /&gt;
#2 PCs on vlan 4 with IP address lease from DHCP (192.168.18.x) NOT from FOG server - connected to the 2520&lt;br /&gt;
&lt;br /&gt;
====Procuve Router Commands - Layer 3====&lt;br /&gt;
commands here are modified extracts of http://cdn.procurve.com/training/Manuals/3500-5400-6200-6600-8200-MRG-Mar10-K_14_52.pdf page 3-20&lt;br /&gt;
&lt;br /&gt;
connect via telnet to Router (5406zl)&lt;br /&gt;
 ProCurve# config&lt;br /&gt;
 ProCurve(config)# ip routing&lt;br /&gt;
 ProCurve(config)# ip multicast-routing&lt;br /&gt;
 ProCurve(config)# router pim&lt;br /&gt;
 ProCurve(config)# vlan 1      //the 19 subnet&lt;br /&gt;
 ProCurve(vlan-1)# ip igmp&lt;br /&gt;
 ProCurve(vlan-1)# ip pim-dense ip-addr 192.168.19.21   //This is the switches IP in VLAN 1, you may only need this if the switch is multihomed in that subnet&lt;br /&gt;
 ProCurve(vlan-1-pim-dense)# vlan 4&lt;br /&gt;
 ProCurve(vlan-4)# ip igmp&lt;br /&gt;
 ProCurve(vlan-4)# ip pim-dense &lt;br /&gt;
 ProCurve(vlan-4-pim-dense)# vlan 5&lt;br /&gt;
 ProCurve(vlan-5)# ip igmp&lt;br /&gt;
 ProCurve(vlan-5)# ip pim-dense&lt;br /&gt;
 ProCurve(vlan-5-pim-dense)# write mem&lt;br /&gt;
 ProCurve(vlan-5-pim-dense)# exit&lt;br /&gt;
 ProCurve(vlan-5)# exit&lt;br /&gt;
&lt;br /&gt;
switch may need to be rebooted if router PIM was not already enabled&lt;br /&gt;
consult manual for exact details on your switch&lt;br /&gt;
===Procurve Switch Commands - Layer 2===&lt;br /&gt;
&lt;br /&gt;
Commands for the layer 2 switches to enable IGMP routing&lt;br /&gt;
While applying these settings to sub-switches is not required, not enabling IMGP on the switch&lt;br /&gt;
may create excessive traffic to ALL nodes of the switch during a multicast session.&lt;br /&gt;
&lt;br /&gt;
By enabling IGMP allows the switch to send multicast packets to only the computers who have joined the session.&lt;br /&gt;
&lt;br /&gt;
 ProCurve# config&lt;br /&gt;
 ProCurve(config)# ip routing&lt;br /&gt;
 ProCurve(config)# ip multicast-routing&lt;br /&gt;
 ProCurve(config)# vlan 1  &lt;br /&gt;
 ProCurve(vlan-1)# ip igmp&lt;br /&gt;
 ProCurve(vlan-1)# vlan 4  &lt;br /&gt;
 ProCurve(vlan-4)# ip igmp&lt;br /&gt;
 ProCurve(vlan-4)# vlan 5  &lt;br /&gt;
 ProCurve(vlan-5)# ip igmp&lt;br /&gt;
 ProCurve(vlan-5)# write mem&lt;br /&gt;
 ProCurve(vlan-5)# exit&lt;/div&gt;</summary>
		<author><name>Cam</name></author>	</entry>

	</feed>