LAN Routing
1752677 Members
5876 Online
108789 Solutions
New Discussion

Re: hp procurve 2824 multicast routing help

 
AlexPatcas
Occasional Visitor

hp procurve 2824 multicast routing help

Hi all

 

I've been trying to get multicast routing running on a 2824 for a while. Basically i have some Wireless devices on a separate vlan that i want to be able to find and receive some broadcasts.

 

A good example is an Android phone trying to find a printer on another subnet. 

 

I'll post my config. Any help would be great. Thank you in advance.

 

max-vlans 254
time timezone -360
time daylight-time-rule Continental-US-and-Canada
web-management ssl
no telnet-server
interface 1
name "Shahla's PC"
exit
interface 2
name "Shahla's PC"
exit
interface 3
name "Alex's PC"
exit
interface 4
name "Alex's PC"
exit
interface 6
name "Livingroom PC"
exit
interface 7
disable
exit
interface 8
disable
exit
interface 9
name "VmWare Trunk"
exit
interface 10
name "VmWare Trunk"
exit
interface 11
name "VmWare Trunk"
exit
interface 12
name "VmWare Trunk"
exit
interface 15
disable
exit
interface 16
disable
exit
interface 17
disable
exit
interface 18
disable
exit
interface 20
name "Wireless Vlan"
exit
interface 21
name "Downstairs Wireless"
no lacp
exit
interface 22
name "Attic Wireless"
no lacp
exit
interface 23
disable
no lacp
exit
interface 24
disable
no lacp
exit

sntp server 10.10.0.1
ip routing
timesync sntp
sntp unicast
vlan 1
name "Home"
untagged 1-17,19,23-24
ip address 10.10.0.200 255.255.255.0
ip helper-address 10.10.0.5
no untagged 18,20-22
jumbo
ip igmp
exit
vlan 100
name "Management"
exit
vlan 10
name "Wireless"
untagged 18,20-22
ip address 10.10.10.1 255.255.255.0
ip helper-address 10.10.0.5
ip igmp
exit
fault-finder bad-driver sensitivity low
fault-finder bad-transceiver sensitivity low
fault-finder bad-cable sensitivity low
fault-finder too-long-cable sensitivity low
fault-finder over-bandwidth sensitivity low
fault-finder broadcast-storm sensitivity low
fault-finder loss-of-link sensitivity low
fault-finder duplex-mismatch-HDx sensitivity low
fault-finder duplex-mismatch-FDx sensitivity low
ip route 0.0.0.0 0.0.0.0 10.10.0.1

3 REPLIES 3
Michael Patmon
Trusted Contributor

Re: hp procurve 2824 multicast routing help

Hello.  2824 doesn't support multicast routing, you'll need to use a different switch for that.  As a general rule that's the 3xxx series and up.

 

 

AlexPatcas
Occasional Visitor

Re: hp procurve 2824 multicast routing help

So theres no way to advertise printers from one vlan to another? I thought IGMP was there for that.

Michael Patmon
Trusted Contributor

Re: hp procurve 2824 multicast routing help

No, IGMP only handles groups within a VLAN.  It prevents flooding of multicast traffic and only forwards to hosts that have joined.  For VLAN-to-VLAN you would need multicast routing, like PIM.